Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAndrejs Verza <andrejs.verza@zabbix.com>2020-10-11 11:10:21 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2020-10-11 11:10:21 +0300
commit9e7ea552f0dc6af69881656c1c4995d9320ed41b (patch)
tree00e1ce11a4985847b070d138139802e10d35e9f0 /ui
parent617c51a6641d9d792b4f2f340ed428a3f4877c42 (diff)
parent5d4bbbeb417f13ac4e8d6e5bc64efaab0c14f6b3 (diff)
.......... [ZBXNEXT-6001] updated to the latest master branch (conflicts solved)
Diffstat (limited to 'ui')
-rw-r--r--ui/app/controllers/CControllerHost.php170
-rw-r--r--ui/app/controllers/CControllerHostView.php176
-rw-r--r--ui/app/controllers/CControllerHostViewRefresh.php121
-rw-r--r--ui/app/controllers/CControllerNotificationsGet.php8
-rw-r--r--ui/app/controllers/CControllerPopupTabFilterDelete.php68
-rw-r--r--ui/app/controllers/CControllerPopupTabFilterEdit.php126
-rw-r--r--ui/app/controllers/CControllerPopupTabFilterUpdate.php123
-rw-r--r--ui/app/controllers/CControllerPopupTriggerExpr.php50
-rw-r--r--ui/app/controllers/CControllerPopupTriggerWizard.php8
-rw-r--r--ui/app/controllers/CControllerProblem.php173
-rw-r--r--ui/app/controllers/CControllerProblemView.php333
-rw-r--r--ui/app/controllers/CControllerProblemViewRefresh.php52
-rw-r--r--ui/app/controllers/CControllerTabFilterProfileUpdate.php171
-rw-r--r--ui/app/controllers/CControllerTimeSelectorUpdate.php18
-rw-r--r--ui/app/partials/monitoring.host.filter.php315
-rw-r--r--ui/app/partials/monitoring.host.view.html.php10
-rw-r--r--ui/app/partials/monitoring.problem.filter.php641
-rw-r--r--ui/app/partials/timeselector.filter.php111
-rw-r--r--ui/app/views/js/monitoring.host.view.js.php98
-rw-r--r--ui/app/views/js/monitoring.problem.view.js.php199
-rw-r--r--ui/app/views/js/popup.tabfilter.edit.js.php84
-rw-r--r--ui/app/views/js/popup.triggerwizard.js.php6
-rw-r--r--ui/app/views/monitoring.host.view.php144
-rw-r--r--ui/app/views/monitoring.problem.view.php314
-rw-r--r--ui/app/views/monitoring.widget.problemhosts.view.php25
-rw-r--r--ui/app/views/monitoring.widget.problemsbysv.view.php11
-rw-r--r--ui/app/views/popup.tabfilter.edit.php93
-rw-r--r--ui/app/views/popup.triggerexpr.php7
-rw-r--r--ui/app/views/popup.triggerwizard.php6
-rw-r--r--ui/app/views/search.php8
-rw-r--r--ui/assets/img/icon-sprite.svg2448
-rw-r--r--ui/assets/styles/blue-theme.css155
-rw-r--r--ui/assets/styles/dark-theme.css155
-rw-r--r--ui/assets/styles/hc-dark.css161
-rw-r--r--ui/assets/styles/hc-light.css155
-rw-r--r--ui/include/blocks.inc.php15
-rw-r--r--ui/include/classes/api/services/CDiscoveryRule.php2
-rw-r--r--ui/include/classes/api/services/CTriggerGeneral.php32
-rw-r--r--ui/include/classes/export/CConfigurationExport.php5
-rw-r--r--ui/include/classes/export/CConfigurationExportBuilder.php1
-rw-r--r--ui/include/classes/html/CCheckBoxList.php31
-rw-r--r--ui/include/classes/html/CFilter.php2
-rw-r--r--ui/include/classes/html/CScriptTemplate.php52
-rw-r--r--ui/include/classes/html/CTabFilter.php361
-rw-r--r--ui/include/classes/import/validators/C52XmlValidator.php7
-rw-r--r--ui/include/classes/mvc/CPartial.php9
-rw-r--r--ui/include/classes/mvc/CRouter.php5
-rw-r--r--ui/include/classes/parsers/CExpressionMacroFunctionParser.php87
-rw-r--r--ui/include/classes/parsers/CExpressionMacroParser.php81
-rw-r--r--ui/include/classes/parsers/CFunctionMacroParser.php21
-rw-r--r--ui/include/classes/parsers/CTriggerExpression.php41
-rw-r--r--ui/include/classes/screens/CScreenHostTriggers.php4
-rw-r--r--ui/include/classes/screens/CScreenProblem.php15
-rw-r--r--ui/include/classes/services/CTabFilterProfile.php337
-rw-r--r--ui/include/classes/user/CFavorite.php1
-rw-r--r--ui/include/classes/user/CProfile.php5
-rw-r--r--ui/include/classes/validators/CEventNameValidator.php63
-rw-r--r--ui/include/classes/validators/CFunctionValidator.php144
-rw-r--r--ui/include/defines.inc.php3
-rw-r--r--ui/include/forms.inc.php7
-rw-r--r--ui/include/func.inc.php25
-rw-r--r--ui/include/hostgroups.inc.php2
-rw-r--r--ui/include/schema.inc.php37
-rw-r--r--ui/include/services.inc.php8
-rw-r--r--ui/include/triggers.inc.php12
-rw-r--r--ui/include/views/configuration.trigger.prototype.edit.php7
-rw-r--r--ui/include/views/configuration.triggers.edit.php7
-rw-r--r--ui/include/views/inventory.host.view.php4
-rw-r--r--ui/include/views/js/common.template.edit.js.php6
-rw-r--r--ui/include/views/js/configuration.triggers.edit.js.php23
-rw-r--r--ui/js/class.base-component.js1
-rw-r--r--ui/js/class.curl.js42
-rw-r--r--ui/js/class.overlay.js5
-rw-r--r--ui/js/class.tabfilter.js717
-rw-r--r--ui/js/class.tabfilteritem.js487
-rw-r--r--ui/js/gtlc.js4
-rw-r--r--ui/js/main.js43
-rw-r--r--ui/js/menupopup.js39
-rw-r--r--ui/jsLoader.php2
-rw-r--r--ui/locale/bg/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/ca/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/cs/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/de/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/el/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/en_US/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/es/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/fa/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/fi/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/fr/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/he/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/hu/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/id/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/it/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/ja/LC_MESSAGES/frontend.po3709
-rw-r--r--ui/locale/ka/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/ko/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/lt/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/lv/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/nb/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/nl/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/pl/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/pt_BR/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/pt_PT/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/ro/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/ru/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/sk/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/sv/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/tr/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/uk/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/vi/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/zh_CN/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/locale/zh_TW/LC_MESSAGES/frontend.po3705
-rw-r--r--ui/report2.php4
-rw-r--r--ui/tests/include/web/CPage.php2
-rw-r--r--ui/tests/selenium/data/data_test.sql8
-rw-r--r--ui/tests/selenium/testPageOverview.php2
-rw-r--r--ui/tests/selenium/testPageProblems.php124
-rw-r--r--ui/tests/selenium/testPageTriggerUrl.php4
-rw-r--r--ui/tests/selenium/testTagBasedPermissions.php12
-rw-r--r--ui/tests/selenium/testUrlParameters.php6
-rw-r--r--ui/tests/selenium/testZBX6648.php2
-rw-r--r--ui/tests/unit/include/classes/import/CImportDataAdapterTest.php8
-rw-r--r--ui/tests/unit/include/classes/validators/CEventNameValidatorTest.php59
-rw-r--r--ui/tests/unit/include/classes/validators/CFunctionValidatorTest.php66
-rw-r--r--ui/trigger_prototypes.php9
-rw-r--r--ui/triggers.php9
126 files changed, 71314 insertions, 60815 deletions
diff --git a/ui/app/controllers/CControllerHost.php b/ui/app/controllers/CControllerHost.php
index 171d8985d69..c9ad329f56e 100644
--- a/ui/app/controllers/CControllerHost.php
+++ b/ui/app/controllers/CControllerHost.php
@@ -25,8 +25,29 @@
*/
abstract class CControllerHost extends CController {
+ // Filter idx prefix.
+ const FILTER_IDX = 'web.monitoring.hosts';
+
+ // Filter fields default values.
+ const FILTER_FIELDS_DEFAULT = [
+ 'name' => '',
+ 'groupids' => [],
+ 'ip' => '',
+ 'dns' => '',
+ 'port' => '',
+ 'status' => -1,
+ 'evaltype' => TAG_EVAL_TYPE_AND_OR,
+ 'tags' => [],
+ 'severities' => [],
+ 'show_suppressed' => ZBX_PROBLEM_SUPPRESSED_FALSE,
+ 'maintenance_status' => HOST_MAINTENANCE_STATUS_ON,
+ 'page' => null,
+ 'sort' => 'name',
+ 'sortorder' => ZBX_SORT_UP
+ ];
+
/**
- * Prepares the host list based on the given filter and sorting options.
+ * Get host list results count for passed filter.
*
* @param array $filter Filter options.
* @param string $filter['name'] Filter hosts by name.
@@ -40,51 +61,61 @@ abstract class CControllerHost extends CController {
* @param string $filter['severities'] Filter problems on hosts by severities.
* @param string $filter['show_suppressed'] Filter suppressed problems.
* @param int $filter['maintenance_status'] Filter hosts by maintenance.
- * @param int $filter['page'] Page number.
- * @param string $sort Sorting field.
- * @param string $sortorder Sorting order.
*
- * @return array
+ * @return int
*/
- protected function prepareData(array $filter, string $sort, string $sortorder): array {
- $child_groups = [];
-
- // Multiselect host groups.
- $multiselect_hostgroup_data = [];
-
- if ($filter['groupids']) {
- $groups = API::HostGroup()->get([
- 'output' => ['groupid', 'name'],
- 'groupids' => $filter['groupids'],
- 'preservekeys' => true
- ]);
+ protected function getCount(array $filter): int {
+ $groupids = $filter['groupids'] ? getSubGroups($filter['groupids']) : null;
- if ($groups) {
- $subgroup_names = [];
-
- foreach ($groups as $group) {
- $subgroup_names[] = $group['name'].'/';
-
- $multiselect_hostgroup_data[] = [
- 'id' => $group['groupid'],
- 'name' => $group['name']
- ];
- }
-
- $groups += API::HostGroup()->get([
- 'output' => ['groupid'],
- 'search' => ['name' => $subgroup_names],
- 'startSearch' => true,
- 'searchByAny' => true,
- 'preservekeys' => true
- ]);
- }
+ return (int) API::Host()->get([
+ 'countOutput' => true,
+ 'evaltype' => $filter['evaltype'],
+ 'tags' => $filter['tags'],
+ 'inheritedTags' => true,
+ 'groupids' => $groupids ? $groupids : null,
+ 'severities' => $filter['severities'] ? $filter['severities'] : null,
+ 'withProblemsSuppressed' => $filter['severities']
+ ? (($filter['show_suppressed'] == ZBX_PROBLEM_SUPPRESSED_TRUE) ? null : false)
+ : null,
+ 'search' => [
+ 'name' => ($filter['name'] === '') ? null : $filter['name'],
+ 'ip' => ($filter['ip'] === '') ? null : $filter['ip'],
+ 'dns' => ($filter['dns'] === '') ? null : $filter['dns']
+ ],
+ 'filter' => [
+ 'status' => ($filter['status'] == -1) ? null : $filter['status'],
+ 'port' => ($filter['port'] === '') ? null : $filter['port'],
+ 'maintenance_status' => ($filter['maintenance_status'] == HOST_MAINTENANCE_STATUS_ON)
+ ? null
+ : HOST_MAINTENANCE_STATUS_OFF
+ ],
+ 'limit' => CSettingsHelper::get(CSettingsHelper::SEARCH_LIMIT) + 1
+ ]);
+ }
- $groupids = array_keys($groups);
- }
- else {
- $groupids = null;
- }
+ /**
+ * Prepares the host list based on the given filter and sorting options.
+ *
+ * @param array $filter Filter options.
+ * @param string $filter['name'] Filter hosts by name.
+ * @param array $filter['groupids'] Filter hosts by host groups.
+ * @param string $filter['ip'] Filter hosts by IP.
+ * @param string $filter['dns'] Filter hosts by DNS.
+ * @param string $filter['port'] Filter hosts by port.
+ * @param string $filter['status'] Filter hosts by status.
+ * @param string $filter['evaltype'] Filter hosts by tags.
+ * @param string $filter['tags'] Filter hosts by tag names and values.
+ * @param string $filter['severities'] Filter problems on hosts by severities.
+ * @param string $filter['show_suppressed'] Filter supressed problems.
+ * @param int $filter['maintenance_status'] Filter hosts by maintenance.
+ * @param int $filter['page'] Page number.
+ * @param string $filter['sort'] Sorting field.
+ * @param string $filter['sortorder'] Sorting order.
+ *
+ * @return array
+ */
+ protected function getData(array $filter): array {
+ $groupids = $filter['groupids'] ? getSubGroups($filter['groupids'], $filter_groups) : null;
$limit = CSettingsHelper::get(CSettingsHelper::SEARCH_LIMIT) + 1;
$hosts = API::Host()->get([
@@ -92,7 +123,7 @@ abstract class CControllerHost extends CController {
'evaltype' => $filter['evaltype'],
'tags' => $filter['tags'],
'inheritedTags' => true,
- 'groupids' => $groupids,
+ 'groupids' => $groupids ? $groupids : null,
'severities' => $filter['severities'] ? $filter['severities'] : null,
'withProblemsSuppressed' => $filter['severities']
? (($filter['show_suppressed'] == ZBX_PROBLEM_SUPPRESSED_TRUE) ? null : false)
@@ -115,14 +146,14 @@ abstract class CControllerHost extends CController {
]);
// Sort for paging so we know which IDs go to which page.
- CArrayHelper::sort($hosts, [['field' => $sort, 'order' => $sortorder]]);
+ CArrayHelper::sort($hosts, [['field' => $filter['sort'], 'order' => $filter['sortorder']]]);
- $view_curl = (new CUrl('zabbix.php'))->setArgument('action', 'host.view');
+ $view_curl = (new CUrl())->setArgument('action', 'host.view');
// Split result array and create paging.
- $paging = CPagerHelper::paginate($filter['page'], $hosts, $sortorder, $view_curl);
+ $paging = CPagerHelper::paginate($filter['page'], $hosts, $filter['sortorder'], $view_curl);
- // Get additional data to limited host amount.
+ // Get additonal data to limited host amount.
$hosts = API::Host()->get([
'output' => ['hostid', 'name', 'status', 'maintenance_status', 'maintenanceid', 'maintenance_type',
'available', 'snmp_available', 'jmx_available', 'ipmi_available', 'error', 'ipmi_error', 'snmp_error',
@@ -137,7 +168,7 @@ abstract class CControllerHost extends CController {
'preservekeys' => true
]);
// Re-sort the results again.
- CArrayHelper::sort($hosts, [['field' => $sort, 'order' => $sortorder]]);
+ CArrayHelper::sort($hosts, [['field' => $filter['sort'], 'order' => $filter['sortorder']]]);
$maintenanceids = [];
@@ -234,11 +265,46 @@ abstract class CControllerHost extends CController {
return [
'paging' => $paging,
- 'view_curl' => $view_curl,
'hosts' => $hosts,
- 'maintenances' => $maintenances,
- 'multiselect_hostgroup_data' => $multiselect_hostgroup_data,
- 'filter' => $filter
+ 'maintenances' => $maintenances
];
}
+
+ /**
+ * Get additional data for filters. Selected groups for multiselect, etc.
+ *
+ * @param array $filter Filter fields values array.
+ *
+ * @return array
+ */
+ protected function getAdditionalData($filter): array {
+ $data = [];
+
+ if ($filter['groupids']) {
+ $groups= API::HostGroup()->get([
+ 'output' => ['groupid', 'name'],
+ 'groupids' => $filter['groupids']
+ ]);
+ $data['groups_multiselect'] = CArrayHelper::renameObjectsKeys(array_values($groups), ['groupid' => 'id']);
+ }
+
+ return $data;
+ }
+
+ /**
+ * Clean passed filter fields in input from default values required for HTML presentation. Convert field
+ *
+ * @param array $input Filter fields values.
+ *
+ * @return array
+ */
+ protected function cleanInput(array $input): array {
+ if (array_key_exists('tags', $input) && $input['tags']) {
+ $input['tags'] = array_filter($input['tags'], function($tag) {
+ return !($tag['tag'] === '' && $tag['value'] === '');
+ });
+ }
+
+ return $input;
+ }
}
diff --git a/ui/app/controllers/CControllerHostView.php b/ui/app/controllers/CControllerHostView.php
index 83a8ae673c3..8d7eb96df5c 100644
--- a/ui/app/controllers/CControllerHostView.php
+++ b/ui/app/controllers/CControllerHostView.php
@@ -28,29 +28,32 @@ class CControllerHostView extends CControllerHost {
protected function checkInput(): bool {
$fields = [
- 'sort' => 'in name,status',
- 'sortorder' => 'in '.ZBX_SORT_UP.','.ZBX_SORT_DOWN,
- 'page' => 'ge 1',
- 'filter_set' => 'in 1',
- 'filter_rst' => 'in 1',
- 'filter_name' => 'string',
- 'filter_groupids' => 'array_id',
- 'filter_ip' => 'string',
- 'filter_dns' => 'string',
- 'filter_port' => 'string',
- 'filter_status' => 'in -1,'.HOST_STATUS_MONITORED.','.HOST_STATUS_NOT_MONITORED,
- 'filter_evaltype' => 'in '.TAG_EVAL_TYPE_AND_OR.','.TAG_EVAL_TYPE_OR,
- 'filter_tags' => 'array',
- 'filter_severities' => 'array',
- 'filter_show_suppressed' => 'in '.ZBX_PROBLEM_SUPPRESSED_FALSE.','.ZBX_PROBLEM_SUPPRESSED_TRUE,
- 'filter_maintenance_status' => 'in '.HOST_MAINTENANCE_STATUS_OFF.','.HOST_MAINTENANCE_STATUS_ON
+ 'name' => 'string',
+ 'groupids' => 'array_id',
+ 'ip' => 'string',
+ 'dns' => 'string',
+ 'port' => 'string',
+ 'status' => 'in -1,'.HOST_STATUS_MONITORED.','.HOST_STATUS_NOT_MONITORED,
+ 'evaltype' => 'in '.TAG_EVAL_TYPE_AND_OR.','.TAG_EVAL_TYPE_OR,
+ 'tags' => 'array',
+ 'severities' => 'array',
+ 'show_suppressed' => 'in '.ZBX_PROBLEM_SUPPRESSED_FALSE.','.ZBX_PROBLEM_SUPPRESSED_TRUE,
+ 'maintenance_status' => 'in '.HOST_MAINTENANCE_STATUS_OFF.','.HOST_MAINTENANCE_STATUS_ON,
+ 'sort' => 'in name,status',
+ 'sortorder' => 'in '.ZBX_SORT_UP.','.ZBX_SORT_DOWN,
+ 'page' => 'ge 1',
+ 'filter_name' => 'string',
+ 'filter_custom_time' => 'in 1,0',
+ 'filter_show_counter' => 'in 1,0',
+ 'filter_counters' => 'in 1',
+ 'counter_index' => 'ge 0'
];
$ret = $this->validateInput($fields);
// Validate tags filter.
- if ($ret && $this->hasInput('filter_tags')) {
- foreach ($this->getInput('filter_tags') as $filter_tag) {
+ if ($ret && $this->hasInput('tags')) {
+ foreach ($this->getInput('tags') as $filter_tag) {
if (count($filter_tag) != 3
|| !array_key_exists('tag', $filter_tag) || !is_string($filter_tag['tag'])
|| !array_key_exists('value', $filter_tag) || !is_string($filter_tag['value'])
@@ -62,13 +65,10 @@ class CControllerHostView extends CControllerHost {
}
// Validate severity checkbox filter.
- if ($ret && $this->hasInput('filter_severities')) {
- foreach ($this->getInput('filter_severities') as $severity) {
- if (!in_array($severity, range(TRIGGER_SEVERITY_NOT_CLASSIFIED, TRIGGER_SEVERITY_COUNT - 1))) {
- $ret = false;
- break;
- }
- }
+ if ($ret && $this->hasInput('severities')) {
+ $ret = !array_diff($this->getInput('severities'),
+ range(TRIGGER_SEVERITY_NOT_CLASSIFIED, TRIGGER_SEVERITY_COUNT - 1)
+ );
}
if (!$ret) {
@@ -83,118 +83,34 @@ class CControllerHostView extends CControllerHost {
}
protected function doAction(): void {
- $sort = $this->getInput('sort', CProfile::get('web.hostsmon.sort', 'name'));
- $sortorder = $this->getInput('sortorder', CProfile::get('web.hostsmon.sortorder', ZBX_SORT_UP));
- $active_tab = CProfile::get('web.hostsmon.filter.active', 1);
- CProfile::update('web.hostsmon.filter.active', $active_tab, PROFILE_TYPE_INT);
- CProfile::update('web.hostsmon.sort', $sort, PROFILE_TYPE_STR);
- CProfile::update('web.hostsmon.sortorder', $sortorder, PROFILE_TYPE_STR);
-
- // filter
- if ($this->hasInput('filter_set')) {
- CProfile::update('web.hostsmon.filter.name', $this->getInput('filter_name', ''), PROFILE_TYPE_STR);
- CProfile::updateArray('web.hostsmon.filter.groupids', $this->getInput('filter_groupids', []),
- PROFILE_TYPE_ID
- );
- CProfile::update('web.hostsmon.filter.ip', $this->getInput('filter_ip', ''), PROFILE_TYPE_STR);
- CProfile::update('web.hostsmon.filter.dns', $this->getInput('filter_dns', ''), PROFILE_TYPE_STR);
- CProfile::update('web.hostsmon.filter.port', $this->getInput('filter_port', ''), PROFILE_TYPE_STR);
- $severities = $this->getInput('filter_severities', []);
- CProfile::updateArray('web.hostsmon.filter.severities', $severities, PROFILE_TYPE_INT);
- CProfile::update('web.hostsmon.filter.status', getRequest('filter_status', -1), PROFILE_TYPE_INT);
-
- $filter_tags = ['tags' => [], 'values' => [], 'operators' => []];
- foreach ($this->getInput('filter_tags', []) as $filter_tag) {
- if ($filter_tag['tag'] === '' && $filter_tag['value'] === '') {
- continue;
- }
-
- $filter_tags['tags'][] = $filter_tag['tag'];
- $filter_tags['values'][] = $filter_tag['value'];
- $filter_tags['operators'][] = $filter_tag['operator'];
- }
-
- CProfile::update('web.hostsmon.filter.evaltype', $this->getInput('filter_evaltype', TAG_EVAL_TYPE_AND_OR),
- PROFILE_TYPE_INT
- );
- CProfile::updateArray('web.hostsmon.filter.tags.tag', $filter_tags['tags'], PROFILE_TYPE_STR);
- CProfile::updateArray('web.hostsmon.filter.tags.value', $filter_tags['values'], PROFILE_TYPE_STR);
- CProfile::updateArray('web.hostsmon.filter.tags.operator', $filter_tags['operators'], PROFILE_TYPE_INT);
- CProfile::update('web.hostsmon.filter.show_suppressed',
- $this->getInput('filter_show_suppressed', ZBX_PROBLEM_SUPPRESSED_FALSE), PROFILE_TYPE_INT
- );
- CProfile::update('web.hostsmon.filter.maintenance_status',
- $this->getInput('filter_maintenance_status', HOST_MAINTENANCE_STATUS_ON), PROFILE_TYPE_INT
- );
- }
- elseif ($this->hasInput('filter_rst')) {
- CProfile::delete('web.hostsmon.filter.name');
- CProfile::deleteIdx('web.hostsmon.filter.groupids');
- CProfile::delete('web.hostsmon.filter.ip');
- CProfile::delete('web.hostsmon.filter.dns');
- CProfile::delete('web.hostsmon.filter.port');
- CProfile::deleteIdx('web.hostsmon.filter.severities');
- CProfile::delete('web.hostsmon.filter.status');
- CProfile::delete('web.hostsmon.filter.show_suppressed');
- CProfile::delete('web.hostsmon.filter.maintenance_status');
- CProfile::delete('web.hostsmon.filter.evaltype');
- CProfile::deleteIdx('web.hostsmon.filter.tags.tag');
- CProfile::deleteIdx('web.hostsmon.filter.tags.value');
- CProfile::deleteIdx('web.hostsmon.filter.tags.operator');
- }
+ $filter_tabs = [];
+ $profile = (new CTabFilterProfile(static::FILTER_IDX, static::FILTER_FIELDS_DEFAULT))
+ ->read()
+ ->setInput($this->cleanInput($this->getInputAll()));
- $filter_tags = [];
- foreach (CProfile::getArray('web.hostsmon.filter.tags.tag', []) as $i => $tag) {
- $filter_tags[] = [
- 'tag' => $tag,
- 'value' => CProfile::get('web.hostsmon.filter.tags.value', null, $i),
- 'operator' => CProfile::get('web.hostsmon.filter.tags.operator', null, $i)
- ];
+ foreach ($profile->getTabsWithDefaults() as $filter_tab) {
+ $filter_tabs[] = $filter_tab + ['filter_view_data' => $this->getAdditionalData($filter_tab)];
}
- CArrayHelper::sort($filter_tags, ['tag', 'value', 'operator']);
-
- $filter = [
- 'name' => CProfile::get('web.hostsmon.filter.name', ''),
- 'groupids' => CProfile::getArray('web.hostsmon.filter.groupids', []),
- 'ip' => CProfile::get('web.hostsmon.filter.ip', ''),
- 'dns' => CProfile::get('web.hostsmon.filter.dns', ''),
- 'port' => CProfile::get('web.hostsmon.filter.port', ''),
- 'status' => CProfile::get('web.hostsmon.filter.status', -1),
- 'evaltype' => CProfile::get('web.hostsmon.filter.evaltype', TAG_EVAL_TYPE_AND_OR),
- 'tags' => $filter_tags,
- 'severities' => CProfile::getArray('web.hostsmon.filter.severities', []),
- 'show_suppressed' => CProfile::get('web.hostsmon.filter.show_suppressed', ZBX_PROBLEM_SUPPRESSED_FALSE),
- 'maintenance_status' => CProfile::get('web.hostsmon.filter.maintenance_status', HOST_MAINTENANCE_STATUS_ON),
- 'page' => $this->hasInput('page') ? $this->getInput('page') : null
- ];
- $refresh_curl = (new CUrl('zabbix.php'))
- ->setArgument('action', 'host.view.refresh')
- ->setArgument('filter_name', $filter['name'])
- ->setArgument('filter_groupids', $filter['groupids'])
- ->setArgument('filter_ip', $filter['ip'])
- ->setArgument('filter_dns', $filter['dns'])
- ->setArgument('filter_port', $filter['port'])
- ->setArgument('filter_status', $filter['status'])
- ->setArgument('filter_evaltype', $filter['evaltype'])
- ->setArgument('filter_tags', $filter['tags'])
- ->setArgument('filter_severities', $filter['severities'])
- ->setArgument('filter_show_suppressed', $filter['show_suppressed'])
- ->setArgument('filter_maintenance_status', $filter['maintenance_status'])
- ->setArgument('sort', $sort)
- ->setArgument('sortorder', $sortorder)
- ->setArgument('page', $filter['page']);
-
- $prepared_data = $this->prepareData($filter, $sort, $sortorder);
+ $filter = $profile->getTabFilter($profile->selected);
+ $refresh_curl = new CUrl('zabbix.php');
+ $filter['action'] = 'host.view.refresh';
+ array_map([$refresh_curl, 'setArgument'], array_keys($filter), $filter);
$data = [
- 'filter' => $filter,
- 'sort' => $sort,
- 'sortorder' => $sortorder,
'refresh_url' => $refresh_curl->getUrl(),
'refresh_interval' => CWebUser::getRefresh() * 1000,
- 'active_tab' => $active_tab
- ] + $prepared_data;
+ 'filter_view' => 'monitoring.host.filter',
+ 'filter_defaults' => $profile->filter_defaults,
+ 'filter_tabs' => $filter_tabs,
+ 'tabfilter_options' => [
+ 'idx' => static::FILTER_IDX,
+ 'selected' => $profile->selected,
+ 'support_custom_time' => 0,
+ 'expanded' => $profile->expanded,
+ 'page' => $filter['page']
+ ],
+ ] + $this->getData($filter);
$response = new CControllerResponseData($data);
$response->setTitle(_('Hosts'));
diff --git a/ui/app/controllers/CControllerHostViewRefresh.php b/ui/app/controllers/CControllerHostViewRefresh.php
index ae7cfdae677..6ea392e1ea7 100644
--- a/ui/app/controllers/CControllerHostViewRefresh.php
+++ b/ui/app/controllers/CControllerHostViewRefresh.php
@@ -23,99 +23,46 @@
/**
* Controller for the "Host->Monitoring" asynchronous refresh page.
*/
-class CControllerHostViewRefresh extends CControllerHost {
+class CControllerHostViewRefresh extends CControllerHostView {
- protected function init(): void {
- $this->disableSIDValidation();
- }
-
- protected function checkInput(): bool {
- $fields = [
- 'sort' => 'in name,status',
- 'sortorder' => 'in '.ZBX_SORT_UP.','.ZBX_SORT_DOWN,
- 'page' => 'ge 1',
- 'filter_set' => 'in 1',
- 'filter_rst' => 'in 1',
- 'filter_name' => 'string',
- 'filter_groupids' => 'array_id',
- 'filter_ip' => 'string',
- 'filter_dns' => 'string',
- 'filter_port' => 'string',
- 'filter_status' => 'in -1,'.HOST_STATUS_MONITORED.','.HOST_STATUS_NOT_MONITORED,
- 'filter_evaltype' => 'in '.TAG_EVAL_TYPE_AND_OR.','.TAG_EVAL_TYPE_OR,
- 'filter_tags' => 'array',
- 'filter_severities' => 'array',
- 'filter_show_suppressed' => 'in '.ZBX_PROBLEM_SUPPRESSED_FALSE.','.ZBX_PROBLEM_SUPPRESSED_TRUE,
- 'filter_maintenance_status' => 'in '.HOST_MAINTENANCE_STATUS_OFF.','.HOST_MAINTENANCE_STATUS_ON
- ];
+ protected function doAction(): void {
+ $filter = static::FILTER_FIELDS_DEFAULT;
- $ret = $this->validateInput($fields);
+ if ($this->getInput('filter_counters', 0)) {
+ $profile = (new CTabFilterProfile(static::FILTER_IDX, static::FILTER_FIELDS_DEFAULT))->read();
+ $filters = $this->hasInput('counter_index')
+ ? [$profile->getTabFilter($this->getInput('counter_index'))]
+ : $profile->getTabsWithDefaults();
+ $filter_counters = [];
- // Validate tags filter.
- if ($ret && $this->hasInput('filter_tags')) {
- foreach ($this->getInput('filter_tags') as $filter_tag) {
- if (count($filter_tag) != 3
- || !array_key_exists('tag', $filter_tag) || !is_string($filter_tag['tag'])
- || !array_key_exists('value', $filter_tag) || !is_string($filter_tag['value'])
- || !array_key_exists('operator', $filter_tag) || !is_string($filter_tag['operator'])) {
- $ret = false;
- break;
- }
+ foreach ($filters as $index => $tabfilter) {
+ $filter_counters[$index] = $tabfilter['filter_show_counter'] ? $this->getCount($tabfilter) : 0;
}
- }
- // Validate severity checkbox filter.
- if ($ret && $this->hasInput('filter_severities')) {
- foreach ($this->getInput('filter_severities') as $severity) {
- if (!in_array($severity, range(TRIGGER_SEVERITY_NOT_CLASSIFIED, TRIGGER_SEVERITY_COUNT - 1))) {
- $ret = false;
- break;
- }
- }
+ $this->setResponse(
+ (new CControllerResponseData([
+ 'main_block' => json_encode(['filter_counters' => $filter_counters])
+ ]))->disableView()
+ );
}
-
- if (!$ret) {
- $this->setResponse(new CControllerResponseFatal());
+ else {
+ $this->getInputs($filter, array_keys($filter));
+ $filter = $this->cleanInput($filter);
+ $prepared_data = $this->getData($filter);
+
+ $view_url = (new CUrl())
+ ->setArgument('action', 'host.view')
+ ->removeArgument('page');
+
+ $data = [
+ 'filter' => $filter,
+ 'view_curl' => $view_url,
+ 'sort' => $filter['sort'],
+ 'sortorder' => $filter['sortorder']
+ ] + $prepared_data;
+
+ $response = new CControllerResponseData($data);
+ $this->setResponse($response);
}
-
- return $ret;
- }
-
- protected function checkPermissions(): bool {
- return ($this->getUserType() >= USER_TYPE_ZABBIX_USER);
- }
-
- protected function doAction(): void {
- $filter = [
- 'name' => $this->getInput('filter_name', ''),
- 'groupids' => $this->hasInput('filter_groupids') ? $this->getInput('filter_groupids') : null,
- 'ip' => $this->getInput('filter_ip', ''),
- 'dns' => $this->getInput('filter_dns', ''),
- 'port' => $this->getInput('filter_port', ''),
- 'status' => $this->getInput('filter_status', -1),
- 'evaltype' => $this->getInput('filter_evaltype', TAG_EVAL_TYPE_AND_OR),
- 'tags' => $this->getInput('filter_tags', []),
- 'severities' => $this->getInput('filter_severities', []),
- 'show_suppressed' => $this->getInput('filter_show_suppressed', ZBX_PROBLEM_SUPPRESSED_FALSE),
- 'maintenance_status' => $this->getInput('filter_maintenance_status', HOST_MAINTENANCE_STATUS_ON),
- 'page' => $this->hasInput('page') ? $this->getInput('page') : null
- ];
-
- $sort = $this->getInput('sort', 'name');
- $sortorder = $this->getInput('sortorder', ZBX_SORT_UP);
-
- $view_curl = (new CUrl('zabbix.php'))->setArgument('action', 'host.view');
-
- $prepared_data = $this->prepareData($filter, $sort, $sortorder);
-
- $data = [
- 'filter' => $filter,
- 'sort' => $sort,
- 'sortorder' => $sortorder,
- 'view_curl' => $view_curl
- ] + $prepared_data;
-
- $response = new CControllerResponseData($data);
- $this->setResponse($response);
}
}
diff --git a/ui/app/controllers/CControllerNotificationsGet.php b/ui/app/controllers/CControllerNotificationsGet.php
index 1e772334edc..d3700e64a65 100644
--- a/ui/app/controllers/CControllerNotificationsGet.php
+++ b/ui/app/controllers/CControllerNotificationsGet.php
@@ -166,14 +166,14 @@ class CControllerNotificationsGet extends CController {
$url_problems = (new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_hostids[]', $trigger['hosts'][0]['hostid'])
- ->setArgument('filter_set', '1')
+ ->setArgument('filter_name', '')
+ ->setArgument('hostids[]', $trigger['hosts'][0]['hostid'])
->getUrl();
$url_events = (new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_triggerids[]', $triggerid)
- ->setArgument('filter_set', '1')
+ ->setArgument('filter_name', '')
+ ->setArgument('triggerids[]', $triggerid)
->getUrl();
$url_trigger_events_pt = (new CUrl('tr_events.php'))->setArgument('triggerid', $triggerid);
diff --git a/ui/app/controllers/CControllerPopupTabFilterDelete.php b/ui/app/controllers/CControllerPopupTabFilterDelete.php
new file mode 100644
index 00000000000..7b7d2ae9ed4
--- /dev/null
+++ b/ui/app/controllers/CControllerPopupTabFilterDelete.php
@@ -0,0 +1,68 @@
+<?php declare(strict_types = 1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * Controller to delete tab filter by idx and idx2.
+ */
+class CControllerPopupTabFilterDelete extends CController {
+
+ protected function init() {
+ $this->disableSIDValidation();
+ }
+
+ protected function checkInput() {
+ $rules = [
+ 'idx' => 'string|required',
+ 'idx2' => 'int32|required'
+ ];
+
+ $ret = $this->validateInput($rules);
+
+ if (!$ret) {
+ $output = [];
+
+ if (($messages = getMessages()) !== null) {
+ $output['errors'] = $messages->toString();
+ }
+
+ $this->setResponse(new CControllerResponseData(['main_block' => json_encode($output)]));
+ }
+
+ return $ret;
+ }
+
+ protected function checkPermissions() {
+ return ($this->getUserType() >= USER_TYPE_ZABBIX_USER);
+ }
+
+ protected function doAction() {
+ $idx = $this->getInput('idx');
+ $idx2 = $this->getInput('idx2');
+
+ (new CTabFilterProfile($idx, []))
+ ->read()
+ ->deleteTab((int) $idx2)
+ ->update();
+
+ $this->setResponse(new CControllerResponseData(['main_block' => json_encode([])]));
+
+ }
+}
diff --git a/ui/app/controllers/CControllerPopupTabFilterEdit.php b/ui/app/controllers/CControllerPopupTabFilterEdit.php
new file mode 100644
index 00000000000..f78c488f77e
--- /dev/null
+++ b/ui/app/controllers/CControllerPopupTabFilterEdit.php
@@ -0,0 +1,126 @@
+<?php declare(strict_types = 1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * Controller to load tab filter properties dialog.
+ */
+class CControllerPopupTabFilterEdit extends CController {
+
+ protected function init() {
+ $this->disableSIDValidation();
+ }
+
+ protected function checkInput() {
+ $rules = [
+ 'idx' => 'string|required',
+ 'idx2' => 'int32|required',
+ 'filter_name' => 'string',
+ 'filter_show_counter' => 'in 0,1',
+ 'filter_custom_time' => 'in 0,1',
+ 'tabfilter_from' => 'string',
+ 'tabfilter_to' => 'string',
+ 'support_custom_time' => 'in 0,1',
+ 'create' => 'in 0,1'
+ ];
+
+ $ret = $this->validateInput($rules) && $this->customValidation();
+
+ if (!$ret) {
+ $output = [];
+
+ if (($messages = getMessages()) !== null) {
+ $output['errors'] = $messages->toString();
+ }
+
+ $this->setResponse(
+ (new CControllerResponseData(['main_block' => json_encode($output)]))->disableView()
+ );
+ }
+
+ return $ret;
+ }
+
+ protected function customValidation(): bool {
+ if (!$this->getInput('support_custom_time', 0) || $this->getInput('filter_custom_time', 0)) {
+ return true;
+ }
+
+ $rules = [
+ 'tabfilter_from' => 'range_time|required',
+ 'tabfilter_to' => 'range_time|required',
+ ];
+
+ $validator = new CNewValidator($this->getInputAll(), $rules);
+ $ret = !$validator->isError() && !$validator->isErrorFatal();
+
+ foreach ($validator->getAllErrors() as $error) {
+ info($error);
+ }
+
+ if ($ret) {
+ $this->input += [
+ 'from' => $this->input['tabfilter_from'],
+ 'to' => $this->input['tabfilter_to']
+ ];
+ $ret = $this->validateTimeSelectorPeriod();
+ }
+
+ return $ret;
+ }
+
+ protected function checkPermissions() {
+ return ($this->getUserType() >= USER_TYPE_ZABBIX_USER);
+ }
+
+ protected function doAction() {
+ $data = [
+ 'form_action' => '',
+ 'idx' => '',
+ 'idx2' => '',
+ 'filter_name' => _('Untitled'),
+ 'filter_show_counter' => 0,
+ 'filter_custom_time' => 0,
+ 'tabfilter_from' => '',
+ 'tabfilter_to' => '',
+ 'support_custom_time' => 0,
+ 'create' => 0
+ ];
+ $this->getInputs($data, array_keys($data));
+
+ if (!$data['support_custom_time'] || !$data['filter_custom_time']) {
+ $data = [
+ 'filter_custom_time' => 0,
+ 'tabfilter_from' => 'now-1h',
+ 'tabfilter_to' => 'now'
+ ] + $data;
+ }
+
+ $data += [
+ 'title' => _('Filter properties'),
+ 'errors' => hasErrorMesssages() ? getMessages() : null,
+ 'user' => [
+ 'debug_mode' => $this->getDebugMode()
+ ]
+ ];
+
+ $this->setResponse(new CControllerResponseData($data));
+ }
+}
diff --git a/ui/app/controllers/CControllerPopupTabFilterUpdate.php b/ui/app/controllers/CControllerPopupTabFilterUpdate.php
new file mode 100644
index 00000000000..d6d863c7c72
--- /dev/null
+++ b/ui/app/controllers/CControllerPopupTabFilterUpdate.php
@@ -0,0 +1,123 @@
+<?php declare(strict_types = 1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * Controller to update tab filter.
+ */
+class CControllerPopupTabFilterUpdate extends CController {
+
+ protected function init() {
+ $this->disableSIDValidation();
+ }
+
+ protected function checkInput() {
+ $rules = [
+ 'idx' => 'string|required',
+ 'idx2' => 'int32|required',
+ 'filter_name' => 'string|not_empty',
+ 'filter_show_counter' => 'in 0,1',
+ 'filter_custom_time' => 'in 0,1',
+ 'tabfilter_from' => 'string',
+ 'tabfilter_to' => 'string',
+ 'support_custom_time' => 'in 0,1',
+ 'create' => 'in 0,1'
+ ];
+
+ $ret = $this->validateInput($rules) && $this->customValidation();
+
+ if (!$ret) {
+ $output = [];
+
+ if (($messages = getMessages()) !== null) {
+ $output['errors'] = $messages->toString();
+ }
+
+ $this->setResponse(new CControllerResponseData(['main_block' => json_encode($output)]));
+ }
+
+ return $ret;
+ }
+
+ protected function customValidation(): bool {
+ if (!$this->getInput('support_custom_time', 0) || !$this->getInput('filter_custom_time', 0)) {
+ return true;
+ }
+
+ $rules = [
+ 'tabfilter_from' => 'range_time|required',
+ 'tabfilter_to' => 'range_time|required',
+ ];
+
+ $validator = new CNewValidator($this->getInputAll(), $rules);
+ $ret = !$validator->isError() && !$validator->isErrorFatal();
+
+ foreach ($validator->getAllErrors() as $error) {
+ info($error);
+ }
+
+ if ($ret) {
+ $this->input += [
+ 'from' => $this->input['tabfilter_from'],
+ 'to' => $this->input['tabfilter_to']
+ ];
+ $ret = $this->validateTimeSelectorPeriod();
+ }
+
+ return $ret;
+ }
+
+ protected function checkPermissions() {
+ return ($this->getUserType() >= USER_TYPE_ZABBIX_USER);
+ }
+
+ protected function doAction() {
+ $idx = $this->getInput('idx', '');
+ $idx2 = $this->getInput('idx2', '');
+ $create = (int) $this->getInput('create', 0);
+
+ $properties = [
+ 'filter_name' => $this->getInput('filter_name'),
+ 'filter_show_counter' => (int) $this->getInput('filter_show_counter', 0),
+ 'filter_custom_time' => (int) $this->getInput('filter_custom_time', 0)
+ ];
+
+ if ($this->getInput('support_custom_time', 0) && $properties['filter_custom_time']) {
+ $properties['from'] = $this->getInput('tabfilter_from', '');
+ $properties['to'] = $this->getInput('tabfilter_to', '');
+ }
+
+ $filter = (new CTabFilterProfile($idx, []))->read();
+
+ if (array_key_exists($idx2, $filter->tabfilters)) {
+ $properties = $properties + $filter->tabfilters[$idx2];
+ }
+ else {
+ $idx2 = count($filter->tabfilters);
+ }
+
+ $filter->tabfilters[$idx2] = $properties;
+ $filter->update();
+
+ $this->setResponse(new CControllerResponseData([
+ 'main_block' => json_encode($properties + ['idx2' => $idx2, 'create' => $create])
+ ]));
+ }
+}
diff --git a/ui/app/controllers/CControllerPopupTriggerExpr.php b/ui/app/controllers/CControllerPopupTriggerExpr.php
index 65de11fcc28..d0a89985e53 100644
--- a/ui/app/controllers/CControllerPopupTriggerExpr.php
+++ b/ui/app/controllers/CControllerPopupTriggerExpr.php
@@ -22,6 +22,7 @@
class CControllerPopupTriggerExpr extends CController {
private $metrics = [];
private $param1SecCount = [];
+ private $param1Period = [];
private $param1Sec = [];
private $param1Str = [];
private $param2SecCount = [];
@@ -67,6 +68,19 @@ class CControllerPopupTriggerExpr extends CController {
]
];
+ $this->param1Period = [
+ 'last' => [
+ 'C' => _('Last of').' (T)',
+ 'T' => T_ZBX_INT,
+ 'A' => true
+ ],
+ 'period_shift' => [
+ 'C' => _('Period shift'),
+ 'T' => T_ZBX_INT,
+ 'A' => true
+ ]
+ ];
+
$this->param1Sec = [
'last' => [
'C' => _('Last of').' (T)',
@@ -416,6 +430,42 @@ class CControllerPopupTriggerExpr extends CController {
'params' => $this->paramTimeleft,
'allowed_types' => $this->allowedTypesNumeric,
'operators' => ['=', '<>', '>', '<', '>=', '<=']
+ ],
+ 'trendavg' => [
+ 'description' => _('trendavg() - Average value of a period T with exact period shift'),
+ 'params' => $this->param1Period,
+ 'allowed_types' => $this->allowedTypesNumeric,
+ 'operators' => ['=', '<>', '>', '<', '>=', '<=']
+ ],
+ 'trendcount' => [
+ 'description' => _('trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift'),
+ 'params' => $this->param1Period,
+ 'allowed_types' => $this->allowedTypesAny,
+ 'operators' => ['=', '<>', '>', '<', '>=', '<=']
+ ],
+ 'trenddelta' => [
+ 'description' => _('trenddelta() - Difference between MAX and MIN value of a period T with exact period shift'),
+ 'params' => $this->param1Period,
+ 'allowed_types' => $this->allowedTypesNumeric,
+ 'operators' => ['=', '<>', '>', '<', '>=', '<=']
+ ],
+ 'trendmax' => [
+ 'description' => _('trendmax() - Maximum value for period T with exact period shift'),
+ 'params' => $this->param1Period,
+ 'allowed_types' => $this->allowedTypesNumeric,
+ 'operators' => ['=', '<>', '>', '<', '>=', '<=']
+ ],
+ 'trendmin' => [
+ 'description' => _('trendmin() - Minimum value for period T with exact period shift'),
+ 'params' => $this->param1Period,
+ 'allowed_types' => $this->allowedTypesNumeric,
+ 'operators' => ['=', '<>', '>', '<', '>=', '<=']
+ ],
+ 'trendsum' => [
+ 'description' => _('trendsum() - Sum of values of a period T with exact period shift'),
+ 'params' => $this->param1Period,
+ 'allowed_types' => $this->allowedTypesNumeric,
+ 'operators' => ['=', '<>', '>', '<', '>=', '<=']
]
];
diff --git a/ui/app/controllers/CControllerPopupTriggerWizard.php b/ui/app/controllers/CControllerPopupTriggerWizard.php
index b9634a1a110..820aa3d59fb 100644
--- a/ui/app/controllers/CControllerPopupTriggerWizard.php
+++ b/ui/app/controllers/CControllerPopupTriggerWizard.php
@@ -29,6 +29,7 @@ class CControllerPopupTriggerWizard extends CController {
protected function checkInput() {
$fields = [
'description' => 'string',
+ 'event_name' => 'db triggers.event_name',
'itemid' => 'required|db items.itemid',
'triggerid' => 'db triggers.triggerid',
'type' => 'in 0,1',
@@ -89,6 +90,7 @@ class CControllerPopupTriggerWizard extends CController {
protected function doAction() {
$page_options = [
'description' => $this->getInput('description', ''),
+ 'event_name' => $this->getInput('event_name', ''),
'opdata' => $this->getInput('opdata', ''),
'itemid' => $this->getInput('itemid', 0),
'type' => $this->getInput('type', 0),
@@ -164,6 +166,7 @@ class CControllerPopupTriggerWizard extends CController {
'triggerid' => $triggerid,
'expression' => $expression,
'description' => $description,
+ 'event_name' => $page_options['event_name'],
'opdata' => $opdata,
'type' => TRIGGER_MULT_EVENT_ENABLED,
'priority' => $page_options['priority'],
@@ -176,6 +179,7 @@ class CControllerPopupTriggerWizard extends CController {
$trigger = [
'expression' => $expression,
'description' => $page_options['description'],
+ 'event_name' => $page_options['event_name'],
'opdata' => $page_options['opdata'],
'type' => TRIGGER_MULT_EVENT_ENABLED,
'priority' => $page_options['priority'],
@@ -245,7 +249,8 @@ class CControllerPopupTriggerWizard extends CController {
// Select requested trigger.
if (array_key_exists('triggerid', $page_options)) {
$result = DBselect(
- 'SELECT t.expression,t.description,t.priority,t.comments,t.url,t.status,t.type,t.opdata'.
+ 'SELECT t.expression,t.description,t.priority,t.comments,t.url,t.status,t.type,t.opdata,'.
+ 't.event_name'.
' FROM triggers t'.
' WHERE t.triggerid='.zbx_dbstr($page_options['triggerid']).
' AND EXISTS ('.
@@ -262,6 +267,7 @@ class CControllerPopupTriggerWizard extends CController {
if ($row = DBfetch($result)) {
$expression = CMacrosResolverHelper::resolveTriggerExpression($row['expression']);
$page_options['description'] = $row['description'];
+ $page_options['event_name'] = $row['event_name'];
$page_options['opdata'] = $row['opdata'];
$page_options['type'] = $row['type'];
$page_options['priority'] = $row['priority'];
diff --git a/ui/app/controllers/CControllerProblem.php b/ui/app/controllers/CControllerProblem.php
new file mode 100644
index 00000000000..8b2e0923034
--- /dev/null
+++ b/ui/app/controllers/CControllerProblem.php
@@ -0,0 +1,173 @@
+<?php declare(strict_types = 1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * Base controller for the "Monitoring->Problems" page.
+ */
+abstract class CControllerProblem extends CController {
+
+ // Filter idx prefix.
+ const FILTER_IDX = 'web.monitoring.problem';
+
+ // Filter fields default values.
+ const FILTER_FIELDS_DEFAULT = [
+ 'show' => TRIGGERS_OPTION_RECENT_PROBLEM,
+ 'groupids' => [],
+ 'hostids' => [],
+ 'application' => '',
+ 'triggerids' => [],
+ 'name' => '',
+ 'severities' => [],
+ 'age_state' => 0,
+ 'age' => 14,
+ 'inventory' => [],
+ 'evaltype' => TAG_EVAL_TYPE_AND_OR,
+ 'tags' => [],
+ 'show_tags' => PROBLEMS_SHOW_TAGS_3,
+ 'show_suppressed' => 0,
+ 'unacknowledged' => 0,
+ 'compact_view' => 0,
+ 'show_timeline' => 1,
+ 'details' => 0,
+ 'highlight_row' => 0,
+ 'show_opdata' => OPERATIONAL_DATA_SHOW_NONE,
+ 'tag_name_format' => PROBLEMS_TAG_NAME_FULL,
+ 'tag_priority' => '',
+ 'page' => null,
+ 'sort' => 'clock',
+ 'sortorder' => ZBX_SORT_DOWN,
+ 'from' => '',
+ 'to' => ''
+ ];
+
+ /**
+ * Get count of resulting rows for specified filter.
+ *
+ * @param array $filter Filter fields values.
+ *
+ * @return int
+ */
+ protected function getCount(array $filter): int {
+ $range_time_parser = new CRangeTimeParser();
+ $range_time_parser->parse($filter['from']);
+ $filter['from'] = $range_time_parser->getDateTime(true)->getTimestamp();
+ $range_time_parser->parse($filter['to']);
+ $filter['to'] = $range_time_parser->getDateTime(false)->getTimestamp();
+
+ $data = CScreenProblem::getData($filter, [
+ 'search_limit' => CSettingsHelper::get(CSettingsHelper::SEARCH_LIMIT)
+ ]);
+
+ return count($data['problems']);
+ }
+
+ /**
+ * Get resulting rows for specified filter.
+ *
+ * @param array $filter Filter fields values.
+ *
+ * @return array
+ */
+ protected function getData(array $filter): array {
+ // getData is handled by jsrpc.php 'screen.get' action.
+ return [];
+ }
+
+ /**
+ * Get additional data required for render filter as HTML.
+ *
+ * @param array $filter Filter fileds values.
+ *
+ * @return array
+ */
+ protected function getAdditionalData(array $filter): array {
+ $data = [
+ 'groups' => [],
+ 'hosts' => [],
+ 'triggers' => []
+ ];
+
+ // Host groups multiselect.
+ if ($filter['groupids']) {
+ $host_groups = API::HostGroup()->get([
+ 'output' => ['groupid', 'name'],
+ 'groupids' => $filter['groupids'],
+ 'preservekeys' => true
+ ]);
+ $data['groups'] = CArrayHelper::renameObjectsKeys($host_groups, ['groupid' => 'id']);
+ }
+
+ // Triggers multiselect.
+ if ($filter['triggerids']) {
+ $triggers = CArrayHelper::renameObjectsKeys(API::Trigger()->get([
+ 'output' => ['triggerid', 'description'],
+ 'selectHosts' => ['name'],
+ 'expandDescription' => true,
+ 'triggerids' => $filter['triggerids'],
+ 'monitored' => true
+ ]), ['triggerid' => 'id', 'description' => 'name']);
+
+ CArrayHelper::sort($triggers, [
+ ['field' => 'name', 'order' => ZBX_SORT_UP]
+ ]);
+
+ foreach ($triggers as &$trigger) {
+ $trigger['prefix'] = $trigger['hosts'][0]['name'].NAME_DELIMITER;
+ unset($trigger['hosts']);
+ }
+
+ $data['triggers'] = $triggers;
+ }
+
+ // Hosts multiselect.
+ if ($filter['hostids']) {
+ $data['hosts'] = CArrayHelper::renameObjectsKeys(API::Host()->get([
+ 'output' => ['hostid', 'name'],
+ 'hostids' => $filter['hostids']
+ ]), ['hostid' => 'id']);
+ }
+
+ return $data;
+ }
+
+ /**
+ * Clean passed filter fields in input from default values required for HTML presentation. Convert field
+ *
+ * @param array $input Filter fields values.
+ *
+ * @return array
+ */
+ protected function cleanInput(array $input): array {
+ if (array_key_exists('tags', $input) && $input['tags']) {
+ $input['tags'] = array_filter($input['tags'], function($tag) {
+ return !($tag['tag'] === '' && $tag['value'] === '');
+ });
+ }
+
+ if (array_key_exists('inventory', $input) && $input['inventory']) {
+ $input['inventory'] = array_filter($input['inventory'], function($inventory) {
+ return $inventory['value'] !== '';
+ });
+ }
+
+ return $input;
+ }
+}
diff --git a/ui/app/controllers/CControllerProblemView.php b/ui/app/controllers/CControllerProblemView.php
index 3036ea8dbd5..c5826783e03 100644
--- a/ui/app/controllers/CControllerProblemView.php
+++ b/ui/app/controllers/CControllerProblemView.php
@@ -19,7 +19,7 @@
**/
-class CControllerProblemView extends CController {
+class CControllerProblemView extends CControllerProblem {
protected function init() {
$this->disableSIDValidation();
@@ -27,43 +27,46 @@ class CControllerProblemView extends CController {
protected function checkInput() {
$fields = [
- 'action' => 'string',
+ 'show' => 'in '.TRIGGERS_OPTION_RECENT_PROBLEM.','.TRIGGERS_OPTION_IN_PROBLEM.','.TRIGGERS_OPTION_ALL,
+ 'groupids' => 'array_id',
+ 'hostids' => 'array_id',
+ 'application' => 'string',
+ 'triggerids' => 'array_id',
+ 'name' => 'string',
+ 'severities' => 'array',
+ 'age_state' => 'in 0,1',
+ 'age' => 'int32',
+ 'inventory' => 'array',
+ 'evaltype' => 'in '.TAG_EVAL_TYPE_AND_OR.','.TAG_EVAL_TYPE_OR,
+ 'tags' => 'array',
+ 'show_tags' => 'in '.PROBLEMS_SHOW_TAGS_NONE.','.PROBLEMS_SHOW_TAGS_1.','.PROBLEMS_SHOW_TAGS_2.','.PROBLEMS_SHOW_TAGS_3,
+ 'show_suppressed' => 'in 0,1',
+ 'unacknowledged' => 'in 0,1',
+ 'compact_view' => 'in 0,1',
+ 'show_timeline' => 'in 0,1',
+ 'details' => 'in 0,1',
+ 'highlight_row' => 'in 0,1',
+ 'show_opdata' => 'in '.OPERATIONAL_DATA_SHOW_NONE.','.OPERATIONAL_DATA_SHOW_SEPARATELY.','.OPERATIONAL_DATA_SHOW_WITH_PROBLEM,
+ 'tag_name_format' => 'in '.PROBLEMS_TAG_NAME_FULL.','.PROBLEMS_TAG_NAME_SHORTENED.','.PROBLEMS_TAG_NAME_NONE,
+ 'tag_priority' => 'string',
+ 'from' => 'range_time',
+ 'to' => 'range_time',
'sort' => 'in clock,host,severity,name',
'sortorder' => 'in '.ZBX_SORT_DOWN.','.ZBX_SORT_UP,
- 'uncheck' => 'in 1',
'page' => 'ge 1',
- 'filter_set' => 'in 1',
- 'filter_rst' => 'in 1',
- 'filter_show' => 'in '.TRIGGERS_OPTION_RECENT_PROBLEM.','.TRIGGERS_OPTION_IN_PROBLEM.','.TRIGGERS_OPTION_ALL,
- 'filter_groupids' => 'array_id',
- 'filter_hostids' => 'array_id',
- 'filter_application' => 'string',
- 'filter_triggerids' => 'array_id',
+ 'uncheck' => 'in 1',
'filter_name' => 'string',
- 'filter_severities' => 'array',
- 'filter_age_state' => 'in 1',
- 'filter_age' => 'int32',
- 'filter_inventory' => 'array',
- 'filter_evaltype' => 'in '.TAG_EVAL_TYPE_AND_OR.','.TAG_EVAL_TYPE_OR,
- 'filter_tags' => 'array',
- 'filter_show_tags' => 'in '.PROBLEMS_SHOW_TAGS_NONE.','.PROBLEMS_SHOW_TAGS_1.','.PROBLEMS_SHOW_TAGS_2.','.PROBLEMS_SHOW_TAGS_3,
- 'filter_show_suppressed' => 'in 1',
- 'filter_unacknowledged' => 'in 1',
- 'filter_compact_view' => 'in 1',
- 'filter_show_timeline' => 'in 1',
- 'filter_details' => 'in 1',
- 'filter_highlight_row' => 'in 1',
- 'filter_show_opdata' => 'in '.OPERATIONAL_DATA_SHOW_NONE.','.OPERATIONAL_DATA_SHOW_SEPARATELY.','.OPERATIONAL_DATA_SHOW_WITH_PROBLEM,
- 'filter_tag_name_format' => 'in '.PROBLEMS_TAG_NAME_FULL.','.PROBLEMS_TAG_NAME_SHORTENED.','.PROBLEMS_TAG_NAME_NONE,
- 'filter_tag_priority' => 'string',
- 'from' => 'range_time',
- 'to' => 'range_time'
+ 'filter_custom_time' => 'in 1,0',
+ 'filter_show_counter' => 'in 1,0',
+ 'filter_counters' => 'in 1',
+ 'filter_reset' => 'in 1',
+ 'counter_index' => 'ge 0'
];
$ret = $this->validateInput($fields) && $this->validateTimeSelectorPeriod();
- if ($ret && $this->hasInput('filter_inventory')) {
- foreach ($this->getInput('filter_inventory') as $filter_inventory) {
+ if ($ret && $this->hasInput('inventory')) {
+ foreach ($this->getInput('inventory') as $filter_inventory) {
if (count($filter_inventory) != 2
|| !array_key_exists('field', $filter_inventory) || !is_string($filter_inventory['field'])
|| !array_key_exists('value', $filter_inventory) || !is_string($filter_inventory['value'])) {
@@ -73,8 +76,8 @@ class CControllerProblemView extends CController {
}
}
- if ($ret && $this->hasInput('filter_tags')) {
- foreach ($this->getInput('filter_tags') as $filter_tag) {
+ if ($ret && $this->hasInput('tags')) {
+ foreach ($this->getInput('tags') as $filter_tag) {
if (count($filter_tag) != 3
|| !array_key_exists('tag', $filter_tag) || !is_string($filter_tag['tag'])
|| !array_key_exists('value', $filter_tag) || !is_string($filter_tag['value'])
@@ -97,245 +100,55 @@ class CControllerProblemView extends CController {
}
protected function doAction() {
- $sortField = $this->getInput('sort', CProfile::get('web.problem.sort', 'clock'));
- $sortOrder = $this->getInput('sortorder', CProfile::get('web.problem.sortorder', ZBX_SORT_DOWN));
- $active_tab = CProfile::get('web.problem.filter.active', 1);
-
- CProfile::update('web.problem.sort', $sortField, PROFILE_TYPE_STR);
- CProfile::update('web.problem.sortorder', $sortOrder, PROFILE_TYPE_STR);
-
- // filter
- if ($this->hasInput('filter_set')) {
- $show_db_type = CProfile::get('web.problem.filter.show', TRIGGERS_OPTION_RECENT_PROBLEM);
- $show_type = $this->getInput('filter_show', TRIGGERS_OPTION_RECENT_PROBLEM);
-
- if ($show_db_type != $show_type) {
- CProfile::update('web.problem.filter.show', $show_type, PROFILE_TYPE_INT);
-
- if ($show_type == TRIGGERS_OPTION_ALL && $active_tab == 1) {
- $active_tab = 2;
- CProfile::update('web.problem.filter.active', $active_tab, PROFILE_TYPE_INT);
- }
- }
-
- CProfile::updateArray('web.problem.filter.groupids', $this->getInput('filter_groupids', []),
- PROFILE_TYPE_ID
- );
- CProfile::updateArray('web.problem.filter.hostids', $this->getInput('filter_hostids', []), PROFILE_TYPE_ID);
- CProfile::update('web.problem.filter.application', $this->getInput('filter_application', ''),
- PROFILE_TYPE_STR
- );
- CProfile::updateArray('web.problem.filter.triggerids', $this->getInput('filter_triggerids', []),
- PROFILE_TYPE_ID
- );
- CProfile::update('web.problem.filter.name', $this->getInput('filter_name', ''), PROFILE_TYPE_STR);
- CProfile::updateArray('web.problem.filter.severities', $this->getInput('filter_severities', []),
- PROFILE_TYPE_INT
- );
- CProfile::update('web.problem.filter.age_state', $this->getInput('filter_age_state', 0), PROFILE_TYPE_INT);
- CProfile::update('web.problem.filter.age', $this->getInput('filter_age', 14), PROFILE_TYPE_INT);
-
- $filter_inventory = ['fields' => [], 'values' => []];
- foreach ($this->getInput('filter_inventory', []) as $field) {
- if ($field['value'] === '') {
- continue;
- }
-
- $filter_inventory['fields'][] = $field['field'];
- $filter_inventory['values'][] = $field['value'];
- }
- CProfile::updateArray('web.problem.filter.inventory.field', $filter_inventory['fields'], PROFILE_TYPE_STR);
- CProfile::updateArray('web.problem.filter.inventory.value', $filter_inventory['values'], PROFILE_TYPE_STR);
-
- CProfile::update('web.problem.filter.evaltype', $this->getInput('filter_evaltype', TAG_EVAL_TYPE_AND_OR),
- PROFILE_TYPE_INT
- );
-
- $filter_tags = ['tags' => [], 'values' => [], 'operators' => []];
- foreach ($this->getInput('filter_tags', []) as $filter_tag) {
- if ($filter_tag['tag'] === '' && $filter_tag['value'] === '') {
- continue;
- }
-
- $filter_tags['tags'][] = $filter_tag['tag'];
- $filter_tags['values'][] = $filter_tag['value'];
- $filter_tags['operators'][] = $filter_tag['operator'];
+ $filter_tabs = [];
+ $profile = (new CTabFilterProfile(static::FILTER_IDX, static::FILTER_FIELDS_DEFAULT))
+ ->read()
+ ->setInput($this->cleanInput($this->getInputAll()));
+
+ foreach ($profile->getTabsWithDefaults() as $filter_tab) {
+ if ($filter_tab['show'] != TRIGGERS_OPTION_ALL) {
+ $filter_tab['filter_custom_time'] = 0;
}
- CProfile::updateArray('web.problem.filter.tags.tag', $filter_tags['tags'], PROFILE_TYPE_STR);
- CProfile::updateArray('web.problem.filter.tags.value', $filter_tags['values'], PROFILE_TYPE_STR);
- CProfile::updateArray('web.problem.filter.tags.operator', $filter_tags['operators'], PROFILE_TYPE_INT);
-
- CProfile::update('web.problem.filter.show_tags', $this->getInput('filter_show_tags', PROBLEMS_SHOW_TAGS_3),
- PROFILE_TYPE_INT
- );
- CProfile::update('web.problem.filter.tag_name_format', $this->getInput('filter_tag_name_format',
- PROBLEMS_TAG_NAME_FULL), PROFILE_TYPE_INT
- );
- CProfile::update('web.problem.filter.tag_priority', $this->getInput('filter_tag_priority', ''),
- PROFILE_TYPE_STR
- );
- CProfile::update('web.problem.filter.show_suppressed',
- $this->getInput('filter_show_suppressed', ZBX_PROBLEM_SUPPRESSED_FALSE), PROFILE_TYPE_INT
- );
- CProfile::update('web.problem.filter.unacknowledged', $this->getInput('filter_unacknowledged', 0),
- PROFILE_TYPE_INT
- );
- CProfile::update('web.problem.filter.compact_view', $this->getInput('filter_compact_view', 0),
- PROFILE_TYPE_INT
- );
- CProfile::update('web.problem.filter.show_timeline', $this->getInput('filter_show_timeline', 0),
- PROFILE_TYPE_INT
- );
- CProfile::update('web.problem.filter.details', $this->getInput('filter_details', 0), PROFILE_TYPE_INT);
- CProfile::update('web.problem.filter.highlight_row', $this->getInput('filter_highlight_row', 0),
- PROFILE_TYPE_INT
- );
- CProfile::update('web.problem.filter.show_opdata', $this->getInput('filter_show_opdata', 0),
- PROFILE_TYPE_INT
- );
- }
- elseif ($this->hasInput('filter_rst')) {
- CProfile::delete('web.problem.filter.show');
- CProfile::deleteIdx('web.problem.filter.groupids');
- CProfile::deleteIdx('web.problem.filter.hostids');
- CProfile::delete('web.problem.filter.application');
- CProfile::deleteIdx('web.problem.filter.triggerids');
- CProfile::delete('web.problem.filter.name');
- CProfile::deleteIdx('web.problem.filter.severities');
- CProfile::delete('web.problem.filter.age_state');
- CProfile::delete('web.problem.filter.age');
- CProfile::deleteIdx('web.problem.filter.inventory.field');
- CProfile::deleteIdx('web.problem.filter.inventory.value');
- CProfile::delete('web.problem.filter.evaltype');
- CProfile::deleteIdx('web.problem.filter.tags.tag');
- CProfile::deleteIdx('web.problem.filter.tags.value');
- CProfile::deleteIdx('web.problem.filter.tags.operator');
- CProfile::delete('web.problem.filter.show_tags');
- CProfile::delete('web.problem.filter.tag_name_format');
- CProfile::delete('web.problem.filter.tag_priority');
- CProfile::delete('web.problem.filter.show_suppressed');
- CProfile::delete('web.problem.filter.unacknowledged');
- CProfile::delete('web.problem.filter.compact_view');
- CProfile::delete('web.problem.filter.show_timeline');
- CProfile::delete('web.problem.filter.details');
- CProfile::delete('web.problem.filter.highlight_row');
- CProfile::delete('web.problem.filter.show_opdata');
- }
-
- $filter_groupids = CProfile::getArray('web.problem.filter.groupids', []);
- $filter_hostids = CProfile::getArray('web.problem.filter.hostids', []);
- $filter_triggerids = CProfile::getArray('web.problem.filter.triggerids', []);
-
- $groups = [];
-
- if ($filter_groupids) {
- $filter_groupids = getSubGroups($filter_groupids, $groups);
- }
-
- $filter_triggers = $filter_triggerids
- ? CArrayHelper::renameObjectsKeys(API::Trigger()->get([
- 'output' => ['triggerid', 'description'],
- 'selectHosts' => ['name'],
- 'expandDescription' => true,
- 'triggerids' => $filter_triggerids,
- 'monitored' => true
- ]), ['triggerid' => 'id', 'description' => 'name'])
- : [];
-
- CArrayHelper::sort($filter_triggers, [
- ['field' => 'name', 'order' => ZBX_SORT_UP]
- ]);
-
- foreach ($filter_triggers as &$filter_trigger) {
- $filter_trigger['prefix'] = $filter_trigger['hosts'][0]['name'].NAME_DELIMITER;
- unset($filter_trigger['hosts']);
- }
- unset($filter_trigger);
- $inventories = [];
- foreach (getHostInventories() as $inventory) {
- $inventories[$inventory['db_field']] = $inventory['title'];
+ $filter_tabs[] = $filter_tab + ['filter_view_data' => $this->getAdditionalData($filter_tab)];
}
- $filter_inventory = [];
- foreach (CProfile::getArray('web.problem.filter.inventory.field', []) as $i => $field) {
- $filter_inventory[] = [
- 'field' => $field,
- 'value' => CProfile::get('web.problem.filter.inventory.value', null, $i)
- ];
- }
-
- $filter_tags = [];
- foreach (CProfile::getArray('web.problem.filter.tags.tag', []) as $i => $tag) {
- $filter_tags[] = [
- 'tag' => $tag,
- 'value' => CProfile::get('web.problem.filter.tags.value', null, $i),
- 'operator' => CProfile::get('web.problem.filter.tags.operator', null, $i)
- ];
- }
+ $filter = $profile->getTabFilter($profile->selected);
+ $refresh_curl = (new CUrl('zabbix.php'));
+ $filter['action'] = 'problem.view.refresh';
+ array_map([$refresh_curl, 'setArgument'], array_keys($filter), $filter);
- /*
- * Display
- */
$data = [
- 'action' => $this->getInput('action'),
- 'sort' => $sortField,
- 'sortorder' => $sortOrder,
- 'uncheck' => $this->hasInput('uncheck'),
- 'page' => $this->getInput('page', 1),
- 'filter' => [
- 'show' => CProfile::get('web.problem.filter.show', TRIGGERS_OPTION_RECENT_PROBLEM),
- 'groupids' => $filter_groupids,
- 'groups' => $groups,
- 'hostids' => $filter_hostids,
- 'hosts' => $filter_hostids
- ? CArrayHelper::renameObjectsKeys(API::Host()->get([
- 'output' => ['hostid', 'name'],
- 'hostids' => $filter_hostids
- ]), ['hostid' => 'id'])
- : [],
- 'application' => CProfile::get('web.problem.filter.application', ''),
- 'triggerids' => $filter_triggerids,
- 'triggers' => $filter_triggers,
- 'name' => CProfile::get('web.problem.filter.name', ''),
- 'severities' => CProfile::getArray('web.problem.filter.severities', []),
- 'age_state' => CProfile::get('web.problem.filter.age_state', 0),
- 'age' => CProfile::get('web.problem.filter.age', 14),
- 'inventories' => $inventories,
- 'inventory' => $filter_inventory,
- 'evaltype' => CProfile::get('web.problem.filter.evaltype', TAG_EVAL_TYPE_AND_OR),
- 'tags' => $filter_tags,
- 'show_tags' => CProfile::get('web.problem.filter.show_tags', PROBLEMS_SHOW_TAGS_3),
- 'tag_name_format' => CProfile::get('web.problem.filter.tag_name_format', PROBLEMS_TAG_NAME_FULL),
- 'tag_priority' => CProfile::get('web.problem.filter.tag_priority', ''),
- 'show_suppressed' => CProfile::get('web.problem.filter.show_suppressed', 0),
- 'unacknowledged' => CProfile::get('web.problem.filter.unacknowledged', 0),
- 'compact_view' => CProfile::get('web.problem.filter.compact_view', 0),
- 'show_timeline' => CProfile::get('web.problem.filter.show_timeline', 1),
- 'details' => CProfile::get('web.problem.filter.details', 0),
- 'highlight_row' => CProfile::get('web.problem.filter.highlight_row', 0),
- 'show_opdata' => CProfile::get('web.problem.filter.show_opdata', 0)
+ 'action' => $this->getAction(),
+ 'tabfilter_idx' => static::FILTER_IDX,
+ 'filter' => $filter,
+ 'filter_view' => 'monitoring.problem.filter',
+ 'filter_defaults' => $profile->filter_defaults,
+ 'tabfilter_options' => [
+ 'idx' => static::FILTER_IDX,
+ 'selected' => $profile->selected,
+ 'support_custom_time' => 1,
+ 'expanded' => $profile->expanded,
+ 'page' => $filter['page'],
+ 'timeselector' => [
+ 'from' => $profile->from,
+ 'to' => $profile->to,
+ 'disabled' => ($filter['show'] != TRIGGERS_OPTION_ALL || $filter['filter_custom_time'])
+ ] + getTimeselectorActions($profile->from, $profile->to)
],
- 'active_tab' => $active_tab
+ 'filter_tabs' => $filter_tabs,
+ 'refresh_url' => $refresh_curl->getUrl(),
+ 'refresh_interval' => CWebUser::getRefresh() * 1000,
+ 'inventories' => array_column(getHostInventories(), 'title', 'db_field'),
+ 'sort' => $filter['sort'],
+ 'sortorder' => $filter['sortorder'],
+ 'uncheck' => $this->hasInput('filter_reset'),
+ 'page' => $this->getInput('page', 1),
];
- if ($data['filter']['show'] == TRIGGERS_OPTION_ALL) {
- $timeselector_options = [
- 'profileIdx' => 'web.problem.filter',
- 'profileIdx2' => 0,
- 'from' => $this->hasInput('from') ? $this->getInput('from') : null,
- 'to' => $this->hasInput('to') ? $this->getInput('to') : null
- ];
- updateTimeSelectorPeriod($timeselector_options);
-
- $data += $timeselector_options;
- }
- else {
- $data['profileIdx'] = 'web.problem.filter';
- }
-
$response = new CControllerResponseData($data);
$response->setTitle(_('Problems'));
+
if ($data['action'] === 'problem.view.csv') {
$response->setFileName('zbx_problems_export.csv');
}
diff --git a/ui/app/controllers/CControllerProblemViewRefresh.php b/ui/app/controllers/CControllerProblemViewRefresh.php
new file mode 100644
index 00000000000..e160cfcf036
--- /dev/null
+++ b/ui/app/controllers/CControllerProblemViewRefresh.php
@@ -0,0 +1,52 @@
+<?php
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+class CControllerProblemViewRefresh extends CControllerProblemView {
+
+ protected function doAction() {
+ $data = [];
+
+ if ($this->getInput('filter_counters', 0)) {
+ $profile = (new CTabFilterProfile(static::FILTER_IDX, static::FILTER_FIELDS_DEFAULT))->read();
+ $filters = $this->hasInput('counter_index')
+ ? [$profile->getTabFilter($this->getInput('counter_index'))]
+ : $profile->getTabsWithDefaults();
+ $data['filter_counters'] = [];
+
+ foreach ($filters as $index => $tabfilter) {
+ if (!$tabfilter['filter_custom_time']) {
+ $tabfilter = [
+ 'from' => $profile->from,
+ 'to' => $profile->to
+ ] + $tabfilter;
+ }
+
+ $data['filter_counters'][$index] = $tabfilter['filter_show_counter'] ? $this->getCount($tabfilter) : 0;
+ }
+ }
+
+ if (($messages = getMessages()) !== null) {
+ $data['messages'] = $messages->toString();
+ }
+
+ $this->setResponse(new CControllerResponseData(['main_block' => json_encode($data)]));
+ }
+}
diff --git a/ui/app/controllers/CControllerTabFilterProfileUpdate.php b/ui/app/controllers/CControllerTabFilterProfileUpdate.php
new file mode 100644
index 00000000000..1c6a5e9a9a5
--- /dev/null
+++ b/ui/app/controllers/CControllerTabFilterProfileUpdate.php
@@ -0,0 +1,171 @@
+<?php declare(strict_types=1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * Controller to update tab filter. Handles following events:
+ * - select tab;
+ * - expand/collapse active tab;
+ * - update filter properties;
+ * - save tab order.
+ */
+class CControllerTabFilterProfileUpdate extends CController {
+
+ public static $namespaces = [
+ CControllerHost::FILTER_IDX => CControllerHost::FILTER_FIELDS_DEFAULT,
+ CControllerProblem::FILTER_IDX => CControllerProblem::FILTER_FIELDS_DEFAULT
+ ];
+
+ public function init() {
+ $this->disableSIDvalidation();
+ }
+
+ protected function checkPermissions() {
+ return ($this->getUserType() >= USER_TYPE_ZABBIX_USER);
+ }
+
+ protected function checkInput() {
+ $fields = [
+ 'idx' => 'required|string',
+ 'value_int' => 'int32',
+ 'value_str' => 'string',
+ 'idx2' => 'id'
+ ];
+
+ $ret = $this->validateInput($fields);
+
+ if ($ret) {
+ $idx_cunks = explode('.', $this->getInput('idx'));
+ $property = array_pop($idx_cunks);
+ $idx = implode('.', $idx_cunks);
+ $supported = ['selected', 'expanded', 'properties', 'taborder'];
+
+ $ret = (in_array($property, $supported) && array_key_exists($idx, static::$namespaces));
+
+ if ($property === 'selected' || $property === 'expanded') {
+ $ret = ($ret && $this->hasInput('value_int'));
+ }
+ else if ($property === 'properties' || $property === 'taborder') {
+ $ret = ($ret && $this->hasInput('value_str'));
+ }
+ }
+
+ if (!$ret) {
+ $this->setResponse(new CControllerResponseData(['main_block' => '']));
+ }
+
+ return $ret;
+ }
+
+ protected function doAction() {
+ $data = $this->getInputAll() + [
+ 'value_int' => 0,
+ 'value_str' => '',
+ 'idx2' => 0
+ ];
+ $idx_cunks = explode('.', $this->getInput('idx'));
+ $property = array_pop($idx_cunks);
+ $idx = implode('.', $idx_cunks);
+ $defaults = static::$namespaces[$idx];
+
+ if (array_key_exists('from', $defaults) || array_key_exists('to', $defaults)) {
+ $defaults += [
+ 'from' => 'now-'.CSettingsHelper::get(CSettingsHelper::PERIOD_DEFAULT),
+ 'to' => 'now'
+ ];
+ }
+
+ $filter = (new CTabFilterProfile($idx, $defaults))->read();
+
+ switch ($property) {
+ case 'selected':
+ $dynamictabs = count($filter->tabfilters);
+
+ if ($data['value_int'] >= 0 && $data['value_int'] < $dynamictabs) {
+ $filter->selected = (int) $data['value_int'];
+ }
+
+ break;
+
+ case 'properties':
+ $properties = [];
+ parse_str($this->getInput('value_str'), $properties);
+ $filter->setTabFilter($this->getInput('idx2'), $this->cleanProperties($properties));
+
+ break;
+
+ case 'taborder':
+ $filter->sort($this->getInput('value_str'));
+
+ break;
+
+ case 'expanded':
+ $filter->expanded = ($data['value_int'] > 0);
+
+ break;
+ }
+
+ $filter->update();
+
+ $data += [
+ 'property' => $property,
+ 'idx' => $idx
+ ];
+ $response = new CControllerResponseData($data);
+ $this->setResponse($response);
+ }
+
+ /**
+ * Clean fields data removing empty initial elements.
+ *
+ * @param array $properties Array of submitted fields data.
+ *
+ * @return array
+ */
+ protected function cleanProperties(array $properties): array {
+ if (array_key_exists('tags', $properties)) {
+ $tags = array_filter($properties['tags'], function ($tag) {
+ return !($tag['tag'] === '' && $tag['value'] === '');
+ });
+
+ if ($tags) {
+ $properties['tags'] = array_values($tags);
+ }
+ else {
+ unset($properties['tags']);
+ }
+ }
+
+ if (array_key_exists('inventory', $properties)) {
+ $inventory = array_filter($properties['inventory'], function ($field) {
+ return ($field['value'] !== '');
+ });
+
+ if ($inventory) {
+ $properties['inventory'] = array_values($inventory);
+ }
+ else {
+ unset($properties['inventory']);
+ }
+ }
+
+ return $properties;
+ }
+}
diff --git a/ui/app/controllers/CControllerTimeSelectorUpdate.php b/ui/app/controllers/CControllerTimeSelectorUpdate.php
index 3b7de8f2658..ef0ed19c835 100644
--- a/ui/app/controllers/CControllerTimeSelectorUpdate.php
+++ b/ui/app/controllers/CControllerTimeSelectorUpdate.php
@@ -24,6 +24,12 @@
*/
class CControllerTimeSelectorUpdate extends CController {
+ public static $profiles = ['web.dashbrd.filter', 'web.screens.filter', 'web.charts.filter', 'web.httpdetails.filter',
+ 'web.problem.filter', 'web.auditlog.filter', 'web.slides.filter', 'web.auditacts.filter',
+ 'web.item.graph.filter', 'web.toptriggers.filter', 'web.avail_report.filter', CControllerHost::FILTER_IDX,
+ CControllerProblem::FILTER_IDX
+ ];
+
/**
* @var CRangeTimeParser
*/
@@ -38,14 +44,9 @@ class CControllerTimeSelectorUpdate extends CController {
}
protected function checkInput() {
- $profiles = ['web.auditacts.filter', 'web.auditlog.filter', 'web.avail_report.filter', 'web.charts.filter',
- 'web.dashbrd.filter', 'web.item.graph.filter', 'web.httpdetails.filter', 'web.problem.filter',
- 'web.screens.filter', 'web.slides.filter', 'web.toptriggers.filter'
- ];
-
$fields = [
'method' => 'required|in increment,zoomout,decrement,rangechange,rangeoffset',
- 'idx' => 'required|in '.implode(',', $profiles),
+ 'idx' => 'required|in '.implode(',', static::$profiles),
'idx2' => 'required|id',
'from' => 'required|string',
'to' => 'required|string',
@@ -201,10 +202,7 @@ class CControllerTimeSelectorUpdate extends CController {
'to' => $value['to'],
'to_ts' => $ts['to'],
'to_date' => $date->setTimestamp($ts['to'])->format(ZBX_FULL_DATE_TIME),
- 'can_zoomout' => ($ts['to'] - $ts['from'] + 1 < $max_period),
- 'can_decrement' => ($ts['from'] > 0),
- 'can_increment' => ($ts['to'] < $ts['now'] - ZBX_MIN_PERIOD)
- ])]));
+ ] + getTimeselectorActions($value['from'], $value['to']))]));
}
/**
diff --git a/ui/app/partials/monitoring.host.filter.php b/ui/app/partials/monitoring.host.filter.php
new file mode 100644
index 00000000000..61c8bcc2cc5
--- /dev/null
+++ b/ui/app/partials/monitoring.host.filter.php
@@ -0,0 +1,315 @@
+<?php declare(strict_types = 1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * @var CPartial $this
+ */
+
+$filter_tags_table = (new CTable())
+ ->setId('tags_#{uniqid}')
+ ->addRow(
+ (new CCol(
+ (new CRadioButtonList('evaltype', (int) $data['evaltype']))
+ ->setId('evaltype_#{uniqid}')
+ ->addValue(_('And/Or'), TAG_EVAL_TYPE_AND_OR, 'evaltype_0#{uniqid}')
+ ->addValue(_('Or'), TAG_EVAL_TYPE_OR, 'evaltype_2#{uniqid}')
+ ->setModern(true)
+ ))->setColSpan(4)
+);
+
+foreach (array_values($data['tags']) as $i => $tag) {
+ $filter_tags_table->addRow([
+ (new CTextBox('tags['.$i.'][tag]', $tag['tag']))
+ ->setAttribute('placeholder', _('tag'))
+ ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH)
+ ->removeId(),
+ (new CRadioButtonList('tags['.$i.'][operator]', (int) $tag['operator']))
+ ->addValue(_('Contains'), TAG_OPERATOR_LIKE, 'tags_0'.$i.'_#{uniqid}')
+ ->addValue(_('Equals'), TAG_OPERATOR_EQUAL, 'tags_1'.$i.'_#{uniqid}')
+ ->setId('tags_'.$i.'_#{uniqid}')
+ ->setModern(true),
+ (new CTextBox('tags['.$i.'][value]', $tag['value']))
+ ->setAttribute('placeholder', _('value'))
+ ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH)
+ ->removeId(),
+ (new CCol(
+ (new CButton('tags['.$i.'][remove]', _('Remove')))
+ ->addClass(ZBX_STYLE_BTN_LINK)
+ ->addClass('element-table-remove')
+ ->removeId()
+ ))->addClass(ZBX_STYLE_NOWRAP)
+ ], 'form_row');
+}
+$filter_tags_table->addRow(
+ (new CCol(
+ (new CButton('tags_add', _('Add')))
+ ->addClass(ZBX_STYLE_BTN_LINK)
+ ->addClass('element-table-add')
+ ->removeId()
+ ))->setColSpan(3)
+);
+
+$left_column = (new CFormList())
+ ->addRow(_('Name'),
+ (new CTextBox('name', $data['name']))
+ ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
+ ->setId('name_#{uniqid}')
+ )
+ ->addRow((new CLabel(_('Host groups'), 'groupids_#{uniqid}_ms')),
+ (new CMultiSelect([
+ 'name' => 'groupids[]',
+ 'object_name' => 'hostGroup',
+ 'data' => array_key_exists('groups_multiselect', $data) ? $data['groups_multiselect'] : [],
+ 'popup' => [
+ 'parameters' => [
+ 'srctbl' => 'host_groups',
+ 'srcfld1' => 'groupid',
+ 'dstfrm' => 'zbx_filter',
+ 'dstfld1' => 'groupids_',
+ 'real_hosts' => true,
+ 'enrich_parent_groups' => true
+ ]
+ ],
+ 'add_post_js' => false
+ ]))
+ ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
+ ->setId('groupids_#{uniqid}')
+ )
+ ->addRow(_('IP'),
+ (new CTextBox('ip', $data['ip']))
+ ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
+ ->setId('ip_#{uniqid}')
+ )
+ ->addRow(_('DNS'),
+ (new CTextBox('dns', $data['dns']))
+ ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
+ ->setId('dns_#{uniqid}')
+ )
+ ->addRow(_('Port'),
+ (new CTextBox('port', $data['port']))
+ ->setWidth(ZBX_TEXTAREA_INTERFACE_PORT_WIDTH)
+ ->setId('port_#{uniqid}')
+ )
+ ->addRow(_('Severity'),
+ (new CSeverityCheckBoxList('severities'))
+ ->setChecked($data['severities'])
+ ->setUniqid('#{uniqid}')
+ );
+
+$right_column = (new CFormList())
+ ->addRow(_('Status'),
+ (new CRadioButtonList('status', (int) $data['status']))
+ ->addValue(_('Any'), -1, 'status_1#{uniqid}')
+ ->addValue(_('Enabled'), HOST_STATUS_MONITORED, 'status_2#{uniqid}')
+ ->addValue(_('Disabled'), HOST_STATUS_NOT_MONITORED, 'status_3#{uniqid}')
+ ->setId('status_#{uniqid}')
+ ->setModern(true)
+ )
+ ->addRow(_('Tags'), $filter_tags_table)
+ ->addRow(_('Show hosts in maintenance'), [
+ (new CCheckBox('maintenance_status'))
+ ->setChecked($data['maintenance_status'] == HOST_MAINTENANCE_STATUS_ON)
+ ->setId('maintenance_status_#{uniqid}')
+ ->setUncheckedValue(HOST_MAINTENANCE_STATUS_OFF),
+ (new CDiv([
+ (new CLabel(_('Show suppressed problems'), 'show_suppressed_#{uniqid}'))
+ ->addClass(ZBX_STYLE_SECOND_COLUMN_LABEL),
+ (new CCheckBox('show_suppressed'))
+ ->setId('show_suppressed_#{uniqid}')
+ ->setChecked($data['show_suppressed'] == ZBX_PROBLEM_SUPPRESSED_TRUE)
+ ->setUncheckedValue(ZBX_PROBLEM_SUPPRESSED_FALSE)
+ ->setEnabled($data['maintenance_status'] == HOST_MAINTENANCE_STATUS_ON),
+ ]))->addClass(ZBX_STYLE_TABLE_FORMS_SECOND_COLUMN)
+ ]);
+
+$template = (new CDiv())
+ ->addClass(ZBX_STYLE_TABLE)
+ ->addClass(ZBX_STYLE_FILTER_FORMS)
+ ->addItem([
+ (new CDiv($left_column))->addClass(ZBX_STYLE_CELL),
+ (new CDiv($right_column))->addClass(ZBX_STYLE_CELL)
+ ]);
+$template = (new CForm('get'))
+ ->cleanItems()
+ ->setName('zbx_filter')
+ ->addItem([
+ $template,
+ (new CSubmitButton(null))->addClass(ZBX_STYLE_DISPLAY_NONE),
+ (new CVar('filter_name', '#{filter_name}'))->removeId(),
+ (new CVar('filter_show_counter', '#{filter_show_counter}'))->removeId(),
+ (new CVar('filter_custom_time', '#{filter_custom_time}'))->removeId(),
+ (new CVar('sort', '#{sort}'))->removeId(),
+ (new CVar('sortorder', '#{sortorder}'))->removeId()
+ ]);
+
+if (array_key_exists('render_html', $data)) {
+ /**
+ * Render HTML to prevent filter flickering after initial page load. PHP created content will be replaced by
+ * javascript with additional event handling (dynamic rows, etc.) when page will be fully loaded and javascript
+ * executed.
+ */
+ $template->show();
+
+ return;
+}
+
+(new CScriptTemplate('filter-monitoring-hosts'))
+ ->setAttribute('data-template', 'monitoring.host.filter')
+ ->addItem($template)
+ ->show();
+
+(new CScriptTemplate('filter-tag-row-tmpl'))
+ ->addItem(
+ (new CRow([
+ (new CTextBox('tags[#{rowNum}][tag]', '#{tag}'))
+ ->setAttribute('placeholder', _('tag'))
+ ->removeId()
+ ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
+ (new CRadioButtonList('tags[#{rowNum}][operator]', TAG_OPERATOR_LIKE))
+ ->addValue(_('Contains'), TAG_OPERATOR_LIKE, 'tags_0#{rowNum}#{uniqid}')
+ ->addValue(_('Equals'), TAG_OPERATOR_EQUAL, 'tags_1#{rowNum}#{uniqid}')
+ ->setModern(true)
+ ->setId('tags_#{rowNum}#{uniqid}'),
+ (new CTextBox('tags[#{rowNum}][value]', '#{value}'))
+ ->setAttribute('placeholder', _('value'))
+ ->removeId()
+ ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
+ (new CCol(
+ (new CButton('tags[#{rowNum}][remove]', _('Remove')))
+ ->addClass(ZBX_STYLE_BTN_LINK)
+ ->addClass('element-table-remove')
+ ->removeId()
+ ))->addClass(ZBX_STYLE_NOWRAP)
+ ]))
+ ->addClass('form_row'))
+ ->show();
+?>
+<script type="text/javascript">
+ let template = document.querySelector('[data-template="monitoring.host.filter"]');
+
+ function render(data, container) {
+ // "Save as" can contain only home tab, also home tab cannot contain "Update" button.
+ $('[name="filter_new"],[name="filter_update"]').hide()
+ .filter(data.filter_configurable ? '[name="filter_update"]' : '[name="filter_new"]').show();
+
+ // Host groups multiselect.
+ $('#groupids_' + data.uniqid, container).multiSelectHelper({
+ id: 'groupids_' + data.uniqid,
+ object_name: 'hostGroup',
+ name: 'groupids[]',
+ data: data.filter_view_data.groups_multiselect || [],
+ objectOptions: {
+ real_hosts: 1,
+ enrich_parent_groups: 1
+ },
+ popup: {
+ parameters: {
+ multiselect: '1',
+ noempty: '1',
+ srctbl: 'host_groups',
+ srcfld1: 'groupid',
+ dstfrm: 'zbx_filter',
+ dstfld1: 'groupids_' + data.uniqid,
+ real_hosts: 1,
+ enrich_parent_groups: 1
+ }
+ }
+ });
+
+ // Show hosts in maintenance events.
+ let maintenance_checkbox = $('[name="maintenance_status"]', container).click(function () {
+ $('[name="show_suppressed"]', container).prop('disabled', !this.checked);
+ });
+
+ if (maintenance_checkbox.attr('unchecked-value') === data['maintenance_status']) {
+ maintenance_checkbox.removeAttr('checked');
+ $('[name="show_suppressed"]', container).prop('disabled', true);
+ }
+
+ // Tags table
+ if (data.tags.length == 0) {
+ data.tags.push({'tag': '', 'value': '', 'operator': <?= TAG_OPERATOR_LIKE ?>, uniqid: data.uniqid});
+ }
+
+ $('#tags_' + data.uniqid, container).dynamicRows({
+ template: '#filter-tag-row-tmpl',
+ rows: data.tags,
+ counter: 0,
+ dataCallback: (tag) => {
+ tag.uniqid = data.uniqid;
+ return tag;
+ }
+ });
+
+ // Input, radio and single checkboxes.
+ ['name', 'ip', 'dns', 'port', 'status', 'evaltype', 'show_suppressed'].forEach((key) => {
+ var elm = $('[name="' + key + '"]', container);
+
+ if (elm.is(':radio,:checkbox')) {
+ elm.filter('[value="' + data[key] + '"]').attr('checked', true);
+ }
+ else {
+ elm.val(data[key]);
+ }
+ });
+
+ // Severities checkboxes.
+ for (const value in data.severities) {
+ $('[name="severities[' + value + ']"]', container).attr('checked', true);
+ }
+
+ // Initialize src_url.
+ this.resetUnsavedState();
+ this.on(TABFILTERITEM_EVENT_ACTION, update.bind(this));
+ }
+
+ function expand(data, container) {
+ // "Save as" can contain only home tab, also home tab cannot contain "Update" button.
+ $('[name="filter_new"],[name="filter_update"]').hide()
+ .filter(data.filter_configurable ? '[name="filter_update"]' : '[name="filter_new"]').show();
+ }
+
+ /**
+ * On filter apply or update buttons press update disabled UI fields.
+ *
+ * @param {CustomEvent} ev CustomEvent object.
+ */
+ function update(ev) {
+ let action = ev.detail.action,
+ container = this._content_container;
+
+ if (action !== 'filter_apply' && action !== 'filter_update') {
+ return;
+ }
+
+ $('[name="show_suppressed"]', container)
+ .filter(':disabled')
+ .prop('checked', false);
+ }
+
+ // Tab filter item events handlers.
+ template.addEventListener(TABFILTERITEM_EVENT_RENDER, function (ev) {
+ render.call(ev.detail, ev.detail._data, ev.detail._content_container);
+ });
+ template.addEventListener(TABFILTERITEM_EVENT_EXPAND, function (ev) {
+ expand.call(ev.detail, ev.detail._data, ev.detail._content_container);
+ });
+</script>
diff --git a/ui/app/partials/monitoring.host.view.html.php b/ui/app/partials/monitoring.host.view.html.php
index c6ee51bedc9..4ecef5d6d39 100644
--- a/ui/app/partials/monitoring.host.view.html.php
+++ b/ui/app/partials/monitoring.host.view.html.php
@@ -21,10 +21,6 @@
$form = (new CForm())->setName('host_view');
-$url = (new CUrl('zabbix.php'))
- ->setArgument('action', 'host.view')
- ->getUrl();
-
$table = (new CTableInfo());
$view_url = $data['view_curl']->getUrl();
@@ -122,9 +118,9 @@ foreach ($data['hosts'] as $hostid => $host) {
new CLink(_('Problems'),
(new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_set', '1')
- ->setArgument('filter_severities', $data['filter']['severities'])
- ->setArgument('filter_hostids', [$host['hostid']])
+ ->setArgument('filter_name', '')
+ ->setArgument('severities', $data['filter']['severities'])
+ ->setArgument('hostids', [$host['hostid']])
),
CViewHelper::showNum($total_problem_count)
],
diff --git a/ui/app/partials/monitoring.problem.filter.php b/ui/app/partials/monitoring.problem.filter.php
new file mode 100644
index 00000000000..fa5985f6464
--- /dev/null
+++ b/ui/app/partials/monitoring.problem.filter.php
@@ -0,0 +1,641 @@
+<?php declare(strict_types = 1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * @var CPartial $this
+ */
+
+$left_column = (new CFormList())
+ ->addRow(_('Show'),
+ (new CRadioButtonList('show', (int) $data['show']))
+ ->addValue(_('Recent problems'), TRIGGERS_OPTION_RECENT_PROBLEM, 'show_1#{uniqid}')
+ ->addValue(_('Problems'), TRIGGERS_OPTION_IN_PROBLEM, 'show_3#{uniqid}')
+ ->addValue(_('History'), TRIGGERS_OPTION_ALL, 'show_2#{uniqid}')
+ ->setId('show_#{uniqid}')
+ ->setModern(true)
+ )
+ ->addRow((new CLabel(_('Host groups'), 'groupids_#{uniqid}_ms')),
+ (new CMultiSelect([
+ 'name' => 'groupids[]',
+ 'object_name' => 'hostGroup',
+ 'data' => array_key_exists('groups', $data) ? $data['groups'] : [],
+ 'popup' => [
+ 'parameters' => [
+ 'srctbl' => 'host_groups',
+ 'srcfld1' => 'groupid',
+ 'dstfrm' => 'zbx_filter',
+ 'dstfld1' => 'groupids_',
+ 'real_hosts' => true,
+ 'enrich_parent_groups' => true
+ ]
+ ]
+ ]))
+ ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
+ ->setId('groupids_#{uniqid}')
+ )
+ ->addRow((new CLabel(_('Hosts'), 'hostids_#{uniqid}_ms')),
+ (new CMultiSelect([
+ 'name' => 'hostids[]',
+ 'object_name' => 'hosts',
+ 'data' => array_key_exists('hosts', $data) ? $data['hosts'] : [],
+ 'popup' => [
+ 'filter_preselect_fields' => [
+ 'hostgroups' => 'groupids_'
+ ],
+ 'parameters' => [
+ 'srctbl' => 'hosts',
+ 'srcfld1' => 'hostid',
+ 'dstfrm' => 'zbx_filter',
+ 'dstfld1' => 'hostids_'
+ ]
+ ]
+ ]))
+ ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
+ ->setId('hostids_#{uniqid}')
+ )
+ ->addRow(_('Application'), [
+ (new CTextBox('application', $data['application']))
+ ->setId('application_#{uniqid}')
+ ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH),
+ (new CDiv())->addClass(ZBX_STYLE_FORM_INPUT_MARGIN),
+ (new CButton('application_select', _('Select')))
+ ->setId('application_select_#{uniqid}')
+ ->addClass(ZBX_STYLE_BTN_GREY)
+ ])
+ ->addRow((new CLabel(_('Triggers'), 'triggerids_#{uniqid}_ms')),
+ (new CMultiSelect([
+ 'name' => 'triggerids[]',
+ 'object_name' => 'triggers',
+ 'data' => array_key_exists('triggers', $data) ? $data['triggers'] : [],
+ 'popup' => [
+ 'filter_preselect_fields' => [
+ 'hosts' => 'hostids_'
+ ],
+ 'parameters' => [
+ 'srctbl' => 'triggers',
+ 'srcfld1' => 'triggerid',
+ 'dstfrm' => 'zbx_filter',
+ 'dstfld1' => 'triggerids_',
+ 'monitored_hosts' => true,
+ 'with_monitored_triggers' => true,
+ 'noempty' => true
+ ]
+ ]
+ ]))
+ ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
+ ->setId('triggerids_#{uniqid}')
+ )
+ ->addRow(_('Problem'),
+ (new CTextBox('name', $data['name']))
+ ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
+ ->setId('name_#{uniqid}')
+ )
+ ->addRow(_('Severity'),
+ (new CSeverityCheckBoxList('severities'))
+ ->setChecked($data['severities'])
+ ->setUniqid('#{uniqid}')
+ );
+
+$filter_age = (new CNumericBox('age', $data['age'], 3, false, false, false))
+ ->setWidth(ZBX_TEXTAREA_NUMERIC_STANDARD_WIDTH)
+ ->removeId();
+if ($data['age_state'] == 0) {
+ $filter_age->setAttribute('disabled', 'disabled');
+}
+
+$left_column
+ ->addRow(_('Age less than'), [
+ (new CCheckBox('age_state'))
+ ->setChecked($data['age_state'] == 1)
+ ->setUncheckedValue(0)
+ ->setId('age_state_#{uniqid}'),
+ (new CDiv())->addClass(ZBX_STYLE_FORM_INPUT_MARGIN),
+ $filter_age,
+ (new CDiv())->addClass(ZBX_STYLE_FORM_INPUT_MARGIN),
+ _('days')
+ ]);
+
+$filter_inventory_table = new CTable();
+$filter_inventory_table->setId('filter-inventory_#{uniqid}');
+$inventories = array_column(getHostInventories(), 'title', 'db_field');
+$i = 0;
+foreach ($data['inventory'] as $field) {
+ $filter_inventory_table->addRow([
+ new CComboBox('inventory['.$i.'][field]', $field['field'], null, $inventories),
+ (new CTextBox('inventory['.$i.'][value]', $field['value']))->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
+ (new CCol(
+ (new CButton('inventory['.$i.'][remove]', _('Remove')))
+ ->addClass(ZBX_STYLE_BTN_LINK)
+ ->addClass('element-table-remove')
+ ))->addClass(ZBX_STYLE_NOWRAP)
+ ], 'form_row');
+
+ $i++;
+}
+$filter_inventory_table->addRow(
+ (new CCol(
+ (new CButton('inventory_add', _('Add')))
+ ->addClass(ZBX_STYLE_BTN_LINK)
+ ->addClass('element-table-add')
+ ->removeId()
+ ))->setColSpan(3)
+);
+
+$filter_tags_table = new CTable();
+$filter_tags_table->setId('filter-tags_#{uniqid}');
+
+$filter_tags_table->addRow(
+ (new CCol(
+ (new CRadioButtonList('evaltype', (int) $data['evaltype']))
+ ->addValue(_('And/Or'), TAG_EVAL_TYPE_AND_OR, 'evaltype_0#{uniqid}')
+ ->addValue(_('Or'), TAG_EVAL_TYPE_OR, 'evaltype_2#{uniqid}')
+ ->setModern(true)
+ ->setId('evaltype_#{uniqid}')
+ ))->setColSpan(4)
+);
+
+$i = 0;
+foreach ($data['tags'] as $tag) {
+ $filter_tags_table->addRow([
+ (new CTextBox('tags['.$i.'][tag]', $tag['tag']))
+ ->setAttribute('placeholder', _('tag'))
+ ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
+ (new CRadioButtonList('tags['.$i.'][operator]', (int) $tag['operator']))
+ ->addValue(_('Contains'), TAG_OPERATOR_LIKE)
+ ->addValue(_('Equals'), TAG_OPERATOR_EQUAL)
+ ->setModern(true),
+ (new CTextBox('tags['.$i.'][value]', $tag['value']))
+ ->setAttribute('placeholder', _('value'))
+ ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
+ (new CCol(
+ (new CButton('tags['.$i.'][remove]', _('Remove')))
+ ->addClass(ZBX_STYLE_BTN_LINK)
+ ->addClass('element-table-remove')
+ ->removeId()
+ ))->addClass(ZBX_STYLE_NOWRAP)
+ ], 'form_row');
+
+ $i++;
+}
+$filter_tags_table->addRow(
+ (new CCol(
+ (new CButton('tags_add', _('Add')))
+ ->addClass(ZBX_STYLE_BTN_LINK)
+ ->addClass('element-table-add')
+ ->removeId()
+ ))->setColSpan(3)
+);
+
+$tag_format_line = (new CHorList())
+ ->addItem((new CRadioButtonList('show_tags', (int) $data['show_tags']))
+ ->addValue(_('None'), PROBLEMS_SHOW_TAGS_NONE, 'show_tags_0#{uniqid}')
+ ->addValue(PROBLEMS_SHOW_TAGS_1, PROBLEMS_SHOW_TAGS_1, 'show_tags_1#{uniqid}')
+ ->addValue(PROBLEMS_SHOW_TAGS_2, PROBLEMS_SHOW_TAGS_2, 'show_tags_2#{uniqid}')
+ ->addValue(PROBLEMS_SHOW_TAGS_3, PROBLEMS_SHOW_TAGS_3, 'show_tags_3#{uniqid}')
+ ->setModern(true)
+ ->setId('show_tags_#{uniqid}')
+ )
+ ->addItem((new CDiv())->addClass(ZBX_STYLE_FORM_INPUT_MARGIN))
+ ->addItem(new CLabel(_('Tag name')))
+ ->addItem((new CRadioButtonList('tag_name_format', (int) $data['tag_name_format']))
+ ->addValue(_('Full'), PROBLEMS_TAG_NAME_FULL, 'tag_name_format_0#{uniqid}')
+ ->addValue(_('Shortened'), PROBLEMS_TAG_NAME_SHORTENED, 'tag_name_format_1#{uniqid}')
+ ->addValue(_('None'), PROBLEMS_TAG_NAME_NONE, 'tag_name_format_2#{uniqid}')
+ ->setModern(true)
+ ->setEnabled((int) $data['show_tags'] !== PROBLEMS_SHOW_TAGS_NONE)
+ ->setId('tag_name_format_#{uniqid}')
+ );
+
+$right_column = (new CFormList())
+ ->addRow(_('Host inventory'), $filter_inventory_table)
+ ->addRow(_('Tags'), $filter_tags_table)
+ ->addRow(_('Show tags'), $tag_format_line)
+ ->addRow(_('Tag display priority'),
+ (new CTextBox('tag_priority', $data['tag_priority']))
+ ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
+ ->setAttribute('placeholder', _('comma-separated list'))
+ ->setEnabled((int) $data['show_tags'] !== PROBLEMS_SHOW_TAGS_NONE)
+ ->setId('tag_priority_#{uniqid}')
+ )
+ ->addRow(_('Show operational data'), [
+ (new CRadioButtonList('show_opdata', (int) $data['show_opdata']))
+ ->addValue(_('None'), OPERATIONAL_DATA_SHOW_NONE, 'show_opdata_0_#{uniqid}')
+ ->addValue(_('Separately'), OPERATIONAL_DATA_SHOW_SEPARATELY, 'show_opdata_1_#{uniqid}')
+ ->addValue(_('With problem name'), OPERATIONAL_DATA_SHOW_WITH_PROBLEM, 'show_opdata_2_#{uniqid}')
+ ->setModern(true)
+ ->setEnabled($data['compact_view'] == 0)
+ ->removeId()
+ ])
+ ->addRow(_('Show suppressed problems'), [
+ (new CCheckBox('show_suppressed'))
+ ->setChecked($data['show_suppressed'] == ZBX_PROBLEM_SUPPRESSED_TRUE)
+ ->setUncheckedValue(0)
+ ->setId('show_suppressed_#{uniqid}'),
+ (new CDiv([
+ (new CLabel(_('Show unacknowledged only'), 'unacknowledged_#{uniqid}'))
+ ->addClass(ZBX_STYLE_SECOND_COLUMN_LABEL),
+ (new CCheckBox('unacknowledged'))
+ ->setChecked($data['unacknowledged'] == 1)
+ ->setUncheckedValue(0)
+ ->setId('unacknowledged_#{uniqid}')
+ ]))->addClass(ZBX_STYLE_TABLE_FORMS_SECOND_COLUMN)
+ ])
+ ->addRow(_('Compact view'), [
+ (new CCheckBox('compact_view'))
+ ->setChecked($data['compact_view'] == 1)
+ ->setUncheckedValue(0)
+ ->setId('compact_view_#{uniqid}'),
+ (new CDiv([
+ (new CLabel(_('Show timeline'), 'show_timeline_#{uniqid}'))->addClass(ZBX_STYLE_SECOND_COLUMN_LABEL),
+ (new CCheckBox('show_timeline'))
+ ->setChecked($data['show_timeline'] == 1)
+ ->setEnabled($data['compact_view'] == 0)
+ ->setUncheckedValue(0)
+ ->setId('show_timeline_#{uniqid}'),
+ ]))->addClass(ZBX_STYLE_TABLE_FORMS_SECOND_COLUMN)
+ ])
+ ->addRow(_('Show details'), [
+ (new CCheckBox('details'))
+ ->setChecked($data['details'] == 1)
+ ->setEnabled($data['compact_view'] == 0)
+ ->setUncheckedValue(0)
+ ->setId('details_#{uniqid}'),
+ (new CDiv([
+ (new CLabel(_('Highlight whole row'), 'highlight_row'))->addClass(ZBX_STYLE_SECOND_COLUMN_LABEL),
+ (new CCheckBox('highlight_row'))
+ ->setChecked($data['highlight_row'] == 1)
+ ->setEnabled($data['compact_view'] == 1)
+ ->setUncheckedValue(0)
+ ->setId('highlight_row_#{uniqid}')
+ ]))
+ ->addClass(ZBX_STYLE_FILTER_HIGHLIGHT_ROW_CB)
+ ->addClass(ZBX_STYLE_TABLE_FORMS_SECOND_COLUMN)
+ ]);
+
+$template = (new CDiv())
+ ->addClass(ZBX_STYLE_TABLE)
+ ->addClass(ZBX_STYLE_FILTER_FORMS)
+ ->addItem([
+ (new CDiv($left_column))->addClass(ZBX_STYLE_CELL),
+ (new CDiv($right_column))->addClass(ZBX_STYLE_CELL)
+ ]);
+$template = (new CForm('get'))
+ ->cleanItems()
+ ->setName('zbx_filter')
+ ->addItem([
+ $template,
+ (new CSubmitButton(null))->addClass(ZBX_STYLE_DISPLAY_NONE),
+ (new CVar('filter_name', '#{filter_name}'))->removeId(),
+ (new CVar('filter_show_counter', '#{filter_show_counter}'))->removeId(),
+ (new CVar('filter_custom_time', '#{filter_custom_time}'))->removeId(),
+ (new CVar('sort', '#{sort}'))->removeId(),
+ (new CVar('sortorder', '#{sortorder}'))->removeId()
+ ]);
+
+if (array_key_exists('render_html', $data)) {
+ /**
+ * Render HTML to prevent filter flickering after initial page load. PHP created content will be replaced by
+ * javascript with additional event handling (dynamic rows, etc.) when page will be fully loaded and javascript
+ * executed.
+ */
+ $template->show();
+
+ return;
+}
+
+(new CScriptTemplate('filter-monitoring-problem'))
+ ->setAttribute('data-template', 'monitoring.problem.filter')
+ ->addItem($template)
+ ->show();
+
+(new CScriptTemplate('filter-inventory-row'))
+ ->addItem(
+ (new CRow([
+ (new CComboBox('inventory[#{rowNum}][field]', null, null, $inventories))->removeId(),
+ (new CTextBox('inventory[#{rowNum}][value]', '#{value}'))
+ ->removeId()
+ ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
+ (new CCol(
+ (new CButton('inventory[#{rowNum}][remove]', _('Remove')))
+ ->addClass(ZBX_STYLE_BTN_LINK)
+ ->addClass('element-table-remove')
+ ->removeId()
+ ))->addClass(ZBX_STYLE_NOWRAP)
+ ]))->addClass('form_row')
+ )
+ ->show();
+
+(new CScriptTemplate('filter-tag-row-tmpl'))
+ ->addItem(
+ (new CRow([
+ (new CTextBox('tags[#{rowNum}][tag]', '#{tag}'))
+ ->setAttribute('placeholder', _('tag'))
+ ->removeId()
+ ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
+ (new CRadioButtonList('tags[#{rowNum}][operator]', TAG_OPERATOR_LIKE))
+ ->addValue(_('Contains'), TAG_OPERATOR_LIKE, 'tags_0#{rowNum}#{uniqid}')
+ ->addValue(_('Equals'), TAG_OPERATOR_EQUAL, 'tags_1#{rowNum}#{uniqid}')
+ ->setModern(true)
+ ->setId('tags_#{rowNum}#{uniqid}'),
+ (new CTextBox('tags[#{rowNum}][value]', '#{value}'))
+ ->setAttribute('placeholder', _('value'))
+ ->removeId()
+ ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
+ (new CCol(
+ (new CButton('tags[#{rowNum}][remove]', _('Remove')))
+ ->removeId()
+ ->addClass(ZBX_STYLE_BTN_LINK)
+ ->addClass('element-table-remove')
+ ->removeId()
+ ))->addClass(ZBX_STYLE_NOWRAP)
+ ]))->addClass('form_row')
+ )
+ ->show();
+
+?>
+<script type="text/javascript">
+ let template = document.querySelector('[data-template="monitoring.problem.filter"]');
+
+ function render(data, container) {
+ // "Save as" can contain only home tab, also home tab cannot contain "Update" button.
+ $('[name="filter_new"],[name="filter_update"]').hide()
+ .filter(data.filter_configurable ? '[name="filter_update"]' : '[name="filter_new"]').show();
+
+ let fields = ['show', 'application', 'name', 'tag_priority', 'show_opdata', 'show_suppressed', 'show_tags',
+ 'unacknowledged', 'compact_view', 'show_timeline', 'details', 'highlight_row', 'age_state', 'age',
+ 'tag_name_format', 'evaltype'
+ ],
+ eventHandler = {
+ show: () => {
+ // Dynamically disable hidden input elements to allow correct detection of unsaved changes.
+ var filter_show = ($('input[name="show"]:checked', container).val() != <?= TRIGGERS_OPTION_ALL ?>),
+ disabled = (!filter_show || !$('[name="age_state"]:checked', container).length);
+
+ $('[name="age"]', container).attr('disabled', disabled).closest('li').toggle(filter_show);
+ $('[name="age_state"]', container).attr('disabled', !filter_show);
+
+ if (filter_show) {
+ this._data.filter_custom_time = 0;
+ }
+
+ if (this._parent) {
+ this._parent.updateTimeselector(this, filter_show);
+ }
+ },
+ age_state: (ev) => {
+ $('[name="age"]', container).prop('disabled', !$('[name="age_state"]', container).is(':checked'));
+ },
+ compact_view: () => {
+ let checked = $('[name="compact_view"]', container).is(':checked');
+
+ $('[name="show_timeline"]', container).prop('disabled', checked);
+ $('[name="details"]', container).prop('disabled', checked);
+ $('[name="show_opdata"]', container).prop('disabled', checked);
+ $('[name="highlight_row"]', container).prop('disabled', !checked);
+ },
+ show_tags: () => {
+ let disabled = ($('[name="show_tags"]:checked', container).val() == <?= PROBLEMS_SHOW_TAGS_NONE ?>);
+
+ $('[name="tag_priority"]', container).prop('disabled', disabled);
+ $('[name="tag_name_format"]', container).prop('disabled', disabled);
+ }
+ };
+
+ // Input, radio and single checkboxes.
+ fields.forEach((key) => {
+ var elm = $('[name="' + key + '"]', container);
+
+ if (elm.is(':radio,:checkbox')) {
+ elm.filter('[value="' + data[key] + '"]').attr('checked', true);
+ }
+ else {
+ elm.val(data[key]);
+ }
+ });
+
+ // Show timeline default value is checked and it will be rendered in template therefore initalize if unchecked.
+ $('[name="show_timeline"][unchecked-value="' + data['show_timeline'] + '"]', container).removeAttr('checked');
+
+ // Severities checkboxes.
+ for (const value in data.severities) {
+ $('[name="severities[' + value + ']"]', container).attr('checked', true);
+ }
+
+ // Inventory table.
+ if (data.inventory.length == 0) {
+ data.inventory.push({'field': '', 'value': ''});
+ }
+ $('#filter-inventory_' + data.uniqid, container).dynamicRows({
+ template: '#filter-inventory-row',
+ rows: data.inventory,
+ counter: 0
+ });
+
+ // Tags table.
+ if (data.tags.length == 0) {
+ data.tags.push({'tag': '', 'value': '', 'operator': <?= TAG_OPERATOR_LIKE ?>});
+ }
+
+ $('#filter-tags_' + data.uniqid, container).dynamicRows({
+ template: '#filter-tag-row-tmpl',
+ rows: data.tags,
+ counter: 0,
+ dataCallback: (tag) => {
+ tag.uniqid = data.uniqid
+ return tag;
+ }
+ });
+
+ // Host groups multiselect.
+ $('#groupids_' + data.uniqid, container).multiSelectHelper({
+ id: 'groupids_' + data.uniqid,
+ object_name: 'hostGroup',
+ name: 'groupids[]',
+ data: data.filter_view_data.groups || [],
+ objectOptions: {
+ real_hosts: 1,
+ enrich_parent_groups: 1
+ },
+ popup: {
+ parameters: {
+ srctbl: 'host_groups',
+ srcfld1: 'groupid',
+ dstfrm: 'zbx_filter',
+ dstfld1: 'groupids_' + data.uniqid,
+ multiselect: 1,
+ noempty: 1,
+ real_hosts: 1,
+ enrich_parent_groups: 1
+ }
+ }
+ });
+
+ // Hosts multiselect.
+ $('#hostids_' + data.uniqid, container).multiSelectHelper({
+ id: 'hostids_' + data.uniqid,
+ object_name: 'hosts',
+ name: 'hostids[]',
+ data: data.filter_view_data.hosts || [],
+ popup: {
+ filter_preselect_fields: {
+ hostgroups: 'groupids_' + data.uniqid
+ },
+ parameters: {
+ multiselect: 1,
+ srctbl: 'hosts',
+ srcfld1: 'hostid',
+ dstfrm: 'zbx_filter',
+ dstfld1: 'hostids_' + data.uniqid,
+ }
+ }
+ });
+
+ // Application
+ $('#application_select_' + data.uniqid).on('click', function() {
+ let options = {
+ srctbl: 'applications',
+ srcfld1: 'name',
+ dstfrm: 'zbx_filter',
+ dstfld1: 'application_' + data.uniqid,
+ with_applications: '1',
+ real_hosts: '1'
+ };
+
+ PopUp('popup.generic', $.extend(options, getFirstMultiselectValue('hostids_' + data.uniqid)), null, this);
+ });
+
+ // Triggers multiselect.
+ $('#triggerids_' + data.uniqid, container).multiSelectHelper({
+ id: 'triggerids_' + data.uniqid,
+ object_name: 'triggers',
+ name: 'triggerids[]',
+ data: data.filter_view_data.triggers || [],
+ popup: {
+ filter_preselect_fields: {
+ hosts: 'hostids_' + data.uniqid
+ },
+ parameters: {
+ srctbl: 'triggers',
+ srcfld1: 'triggerid',
+ dstfrm: 'zbx_filter',
+ dstfld1: 'triggerids_' + data.uniqid,
+ multiselect: 1,
+ noempty: 1,
+ monitored_hosts: 1,
+ with_monitored_triggers: 1
+ }
+ }
+ });
+
+ $('#show_' + data.uniqid, container).change(eventHandler.show).trigger('change');
+ $('[name="age_state"]').change(eventHandler.age_state).trigger('change');
+ $('[name="compact_view"]', container).change(eventHandler.compact_view).trigger('change');
+ $('[name="show_tags"]', container).change(eventHandler.show_tags).trigger('change');
+
+ // Initialize src_url.
+ this.resetUnsavedState();
+ this.on(TABFILTERITEM_EVENT_ACTION, update.bind(this));
+
+ if (this._parent) {
+ this._parent.on(TABFILTER_EVENT_UPDATE, (ev) => {
+ let form = this.getForm(),
+ tabfilter = ev.detail.target;
+
+ if (tabfilter._active_item !== this) {
+ return;
+ }
+
+ if ($(form).find('[name="filter_custom_time"]').val() == 1) {
+ $('[name="show"][value="<?= TRIGGERS_OPTION_ALL ?>"]', form).prop('checked', true);
+ $('#show_' + this._data.uniqid, form).trigger('change');
+ this.updateUnsavedState();
+ this.setBrowserLocationToApplyUrl();
+ }
+ });
+
+ this._parent.on(TABFILTER_EVENT_NEWITEM, () => {
+ let form = this.getForm();
+
+ if ($(form).find('[name="filter_custom_time"]').val() == 1) {
+ $('[name="show"][value="<?= TRIGGERS_OPTION_ALL ?>"]', form).prop('checked', true);
+ }
+ });
+ }
+ }
+
+ function expand(data, container) {
+ // "Save as" can contain only home tab, also home tab cannot contain "Update" button.
+ $('[name="filter_new"],[name="filter_update"]').hide()
+ .filter(data.filter_configurable ? '[name="filter_update"]' : '[name="filter_new"]').show();
+
+ // Trigger change to update timeselector ui disabled state.
+ $('#show_' + data.uniqid, container).trigger('change');
+ }
+
+ function select(data, container) {
+ if (this._template_rendered) {
+ // Template rendered, use element events, trigger change to update timeselector ui disabled state.
+ $('#show_' + data.uniqid, container).trigger('change');
+ }
+ else if (this._parent) {
+ // Template is not rendered, use input data.
+ this._parent.updateTimeselector(this, (data.show != <?= TRIGGERS_OPTION_ALL ?>));
+ }
+ }
+
+ /**
+ * On filter apply or update buttons press update disabled UI fields.
+ *
+ * @param {CustomEvent} ev CustomEvent object.
+ */
+ function update(ev) {
+ let action = ev.detail.action,
+ container = this._content_container;
+
+ if (action !== 'filter_apply' && action !== 'filter_update') {
+ return;
+ }
+
+ $('[name="highlight_row"],[name="details"],[name="show_timeline"]', container)
+ .filter(':disabled')
+ .prop('checked', false);
+
+ $('[name="show_opdata"]:disabled', container)
+ .prop('checked', false)
+ .filter('[value="' + <?= CControllerProblem::FILTER_FIELDS_DEFAULT['show_opdata'] ?> +'"]')
+ .prop('checked', true);
+
+ if ($('[name="age_state"]', container).not(':checked').length) {
+ $('[name="age"]').val(<?= CControllerProblem::FILTER_FIELDS_DEFAULT['age'] ?>);
+ }
+ }
+
+ // Tab filter item events handlers.
+ template.addEventListener(TABFILTERITEM_EVENT_RENDER, function(ev) {
+ render.call(ev.detail, ev.detail._data, ev.detail._content_container);
+ });
+ template.addEventListener(TABFILTERITEM_EVENT_EXPAND, function(ev) {
+ expand.call(ev.detail, ev.detail._data, ev.detail._content_container);
+ });
+ template.addEventListener(TABFILTERITEM_EVENT_SELECT, function(ev) {
+ select.call(ev.detail, ev.detail._data, ev.detail._content_container);
+ });
+</script>
diff --git a/ui/app/partials/timeselector.filter.php b/ui/app/partials/timeselector.filter.php
new file mode 100644
index 00000000000..3d7d1f78088
--- /dev/null
+++ b/ui/app/partials/timeselector.filter.php
@@ -0,0 +1,111 @@
+<?php declare(strict_types = 1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * @var CPartial $this
+ */
+
+$time_ranges = [
+ [
+ ['now-2d', 'now'],
+ ['now-7d', 'now'],
+ ['now-30d', 'now'],
+ ['now-3M', 'now'],
+ ['now-6M', 'now'],
+ ['now-1y', 'now'],
+ ['now-2y', 'now']
+ ],
+ [
+ ['now-1d/d', 'now-1d/d'],
+ ['now-2d/d', 'now-2d/d'],
+ ['now-1w/d', 'now-1w/d'],
+ ['now-1w/w', 'now-1w/w'],
+ ['now-1M/M', 'now-1M/M'],
+ ['now-1y/y', 'now-1y/y']
+ ],
+ [
+ ['now/d', 'now/d'],
+ ['now/d', 'now'],
+ ['now/w', 'now/w'],
+ ['now/w', 'now'],
+ ['now/M', 'now/M'],
+ ['now/M', 'now'],
+ ['now/y', 'now/y'],
+ ['now/y', 'now']
+ ],
+ [
+ ['now-5m', 'now'],
+ ['now-15m', 'now'],
+ ['now-30m', 'now'],
+ ['now-1h', 'now'],
+ ['now-3h', 'now'],
+ ['now-6h', 'now'],
+ ['now-12h', 'now'],
+ ['now-24h', 'now']
+ ]
+];
+$predefined_ranges = [];
+
+foreach ($time_ranges as $column_ranges) {
+ $column = (new CList())->addClass(ZBX_STYLE_TIME_QUICK);
+
+ foreach ($column_ranges as $range) {
+ $label = relativeDateToText($range[0], $range[1]);
+ $is_selected = ($data['label'] === $label);
+
+ $column->addItem((new CLink($label))
+ ->setAttribute('data-from', $range[0])
+ ->setAttribute('data-to', $range[1])
+ ->setAttribute('data-label', $label)
+ ->addClass($is_selected ? ZBX_STYLE_SELECTED : null)
+ );
+ }
+
+ $predefined_ranges[] = (new CDiv($column))->addClass(ZBX_STYLE_CELL);
+}
+
+(new CDiv([
+ (new CDiv([
+ new CList([
+ new CLabel(_('From'), 'from'),
+ (new CDateSelector('from', $data['from']))->setDateFormat($data['format'])
+ ]),
+ (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
+ ->setAttribute('data-error-for', 'from')
+ ->addClass(ZBX_STYLE_TIME_INPUT_ERROR)
+ ->addStyle('display: none'),
+ new CList([
+ new CLabel(_('To'), 'to'),
+ (new CDateSelector('to', $data['to']))->setDateFormat($data['format'])
+ ]),
+ (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
+ ->setAttribute('data-error-for', 'to')
+ ->addClass(ZBX_STYLE_TIME_INPUT_ERROR)
+ ->addStyle('display: none'),
+ new CList([
+ new CButton('apply', _('Apply'))
+ ])
+ ]))->addClass(ZBX_STYLE_TIME_INPUT),
+ (new CDiv($predefined_ranges))->addClass(ZBX_STYLE_TIME_QUICK_RANGE)
+]))
+ ->addClass(ZBX_STYLE_FILTER_CONTAINER)
+ ->addClass(ZBX_STYLE_TIME_SELECTION_CONTAINER)
+ ->show();
diff --git a/ui/app/views/js/monitoring.host.view.js.php b/ui/app/views/js/monitoring.host.view.js.php
index 76c8189ff60..23f5ba2195e 100644
--- a/ui/app/views/js/monitoring.host.view.js.php
+++ b/ui/app/views/js/monitoring.host.view.js.php
@@ -22,45 +22,71 @@
/**
* @var CView $this
*/
+
?>
-<script type="text/x-jquery-tmpl" id="filter-tag-row-tmpl">
- <?= (new CRow([
- (new CTextBox('filter_tags[#{rowNum}][tag]'))
- ->setAttribute('placeholder', _('tag'))
- ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
- (new CRadioButtonList('filter_tags[#{rowNum}][operator]', TAG_OPERATOR_LIKE))
- ->addValue(_('Contains'), TAG_OPERATOR_LIKE)
- ->addValue(_('Equals'), TAG_OPERATOR_EQUAL)
- ->setModern(true),
- (new CTextBox('filter_tags[#{rowNum}][value]'))
- ->setAttribute('placeholder', _('value'))
- ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
- (new CCol(
- (new CButton('filter_tags[#{rowNum}][remove]', _('Remove')))
- ->addClass(ZBX_STYLE_BTN_LINK)
- ->addClass('element-table-remove')
- ))->addClass(ZBX_STYLE_NOWRAP)
- ]))
- ->addClass('form_row')
- ->toString()
- ?>
-</script>
<script type="text/javascript">
jQuery(function($) {
- $('#filter-tags').dynamicRows({template: '#filter-tag-row-tmpl'});
-
- $('#filter_maintenance_status').on('change', function() {
- $('#filter_show_suppressed').prop('disabled', !this.checked);
- });
-
function hostPage() {
+ let filter_options = <?= json_encode($data['filter_options']) ?>;
+
this.refresh_url = '<?= $data['refresh_url'] ?>';
this.refresh_interval = <?= $data['refresh_interval'] ?>;
this.running = false;
this.timeout = null;
+ this.deferred = null;
+
+ if (filter_options) {
+ this.refresh_counters = this.createCountersRefresh(1);
+ this.filter = new CTabFilter($('#monitoring_hosts_filter')[0], filter_options);
+ this.filter.on(TABFILTER_EVENT_URLSET, (ev) => {
+ let url = new Curl('', false);
+
+ url.setArgument('action', 'host.view.refresh');
+ this.refresh_url = url.getUrl();
+ this.unscheduleRefresh();
+ this.refresh();
+ });
+ this.filter.on(TABFILTER_EVENT_UPDATE, (ev) => {
+ if (!this.filter._active_item.hasCounter() || ev.detail.filter_property !== 'properties') {
+ return;
+ }
+
+ var filter_item = this.filter._active_item;
+
+ $.post('zabbix.php', {
+ action: 'host.view.refresh',
+ filter_counters: 1,
+ counter_index: filter_item._index
+ }).done((json) => {
+ if (json.filter_counters) {
+ filter_item.updateCounter(json.filter_counters.pop());
+ }
+ });
+ });
+ }
}
hostPage.prototype = {
+ createCountersRefresh: function(timeout) {
+ if (this.refresh_counters) {
+ clearTimeout(this.refresh_counters);
+ this.refresh_counters = null;
+ }
+
+ return setTimeout(() => this.getFiltersCounters(), timeout);
+ },
+ getFiltersCounters: function() {
+ return $.post('zabbix.php', {
+ action: 'host.view.refresh',
+ filter_counters: 1
+ }).done((json) => {
+ if (json.filter_counters) {
+ this.filter.updateCounters(json.filter_counters);
+ }
+ }).always(() => {
+ this.refresh_counters = this.createCountersRefresh(this.refresh_interval);
+ });
+ },
getCurrentForm: function() {
return $('form[name=host_view]');
},
@@ -73,9 +99,9 @@
refresh: function() {
this.setLoading();
- var deferred = $.getJSON(this.refresh_url);
+ this.deferred = $.getJSON(this.refresh_url);
- return this.bindDataEvents(deferred);
+ return this.bindDataEvents(this.deferred);
},
setLoading: function() {
this.getCurrentForm().addClass('is-loading is-loading-fadein delayed-15s');
@@ -128,6 +154,7 @@
},
onDataAlways: function() {
if (this.running) {
+ this.deferred = null;
this.scheduleRefresh();
}
},
@@ -143,19 +170,20 @@
clearTimeout(this.timeout);
this.timeout = null;
}
+
+ if (this.deferred) {
+ this.deferred.abort();
+ }
},
start: function() {
if (this.refresh_interval != 0) {
this.running = true;
- this.scheduleRefresh();
+ this.refresh();
}
- },
- stop: function() {
- this.running = false;
- this.unscheduleRefresh();
}
};
window.host_page = new hostPage();
+ window.host_page.start();
});
</script>
diff --git a/ui/app/views/js/monitoring.problem.view.js.php b/ui/app/views/js/monitoring.problem.view.js.php
index a47fc1b22ae..778a0e17a8f 100644
--- a/ui/app/views/js/monitoring.problem.view.js.php
+++ b/ui/app/views/js/monitoring.problem.view.js.php
@@ -22,81 +22,154 @@
/**
* @var CView $this
*/
-?>
-
-<script type="text/x-jquery-tmpl" id="filter-inventory-row">
- <?= (new CRow([
- new CComboBox('filter_inventory[#{rowNum}][field]', null, null, $data['filter']['inventories']),
- (new CTextBox('filter_inventory[#{rowNum}][value]'))->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
- (new CCol(
- (new CButton('filter_inventory[#{rowNum}][remove]', _('Remove')))
- ->addClass(ZBX_STYLE_BTN_LINK)
- ->addClass('element-table-remove')
- ))->addClass(ZBX_STYLE_NOWRAP)
- ]))
- ->addClass('form_row')
- ->toString()
- ?>
-</script>
-<script type="text/x-jquery-tmpl" id="filter-tag-row-tmpl">
- <?= (new CRow([
- (new CTextBox('filter_tags[#{rowNum}][tag]'))
- ->setAttribute('placeholder', _('tag'))
- ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
- (new CRadioButtonList('filter_tags[#{rowNum}][operator]', TAG_OPERATOR_LIKE))
- ->addValue(_('Contains'), TAG_OPERATOR_LIKE)
- ->addValue(_('Equals'), TAG_OPERATOR_EQUAL)
- ->setModern(true),
- (new CTextBox('filter_tags[#{rowNum}][value]'))
- ->setAttribute('placeholder', _('value'))
- ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
- (new CCol(
- (new CButton('filter_tags[#{rowNum}][remove]', _('Remove')))
- ->addClass(ZBX_STYLE_BTN_LINK)
- ->addClass('element-table-remove')
- ))->addClass(ZBX_STYLE_NOWRAP)
- ]))
- ->addClass('form_row')
- ->toString()
- ?>
-</script>
-
-<script type="text/javascript">
- jQuery(function($) {
- $(function() {
- $('#filter-inventory').dynamicRows({template: '#filter-inventory-row'});
- $('#filter-tags').dynamicRows({template: '#filter-tag-row-tmpl'});
+if (array_key_exists('filter_options', $data)) { ?>
+ <script type="text/javascript">
+ $(function() {
+ var options = <?= json_encode($data['filter_options']) ?>,
+ filter = new CTabFilter($('#monitoring_problem_filter')[0], options),
+ refresh_interval = <?= $data['refresh_interval'] ?>,
+ refresh_url = '<?= $data['refresh_url'] ?>',
+ refresh_timer,
+ filter_item,
+ filter_counter_fetch,
+ active_filter = filter._active_item,
+ global_timerange = {
+ from: options.timeselector.from,
+ to: options.timeselector.to
+ };
+
+ /**
+ * Update on filter changes.
+ */
+ filter.on(TABFILTER_EVENT_URLSET, () => {
+ let url = new Curl();
+
+ url.setArgument('action', 'problem.view.csv');
+ $('#export_csv').attr('data-url', url.getUrl());
+ refreshResults();
+
+ if (active_filter !== filter._active_item) {
+ active_filter = filter._active_item;
+ chkbxRange.checkObjectAll(chkbxRange.pageGoName, false);
+ chkbxRange.clearSelectedOnFilterChange();
+ }
});
- $('#filter_show').change(function() {
- var filter_show = jQuery('input[name=filter_show]:checked').val();
+ /**
+ * Update filter item counter when filter settings updated.
+ */
+ filter.on(TABFILTER_EVENT_UPDATE, (ev) => {
+ if (!filter._active_item.hasCounter() || ev.detail.filter_property !== 'properties') {
+ return;
+ }
- $('#filter_age').closest('li').toggle(filter_show == <?= TRIGGERS_OPTION_RECENT_PROBLEM ?>
- || filter_show == <?= TRIGGERS_OPTION_IN_PROBLEM ?>);
+ if (filter_counter_fetch) {
+ filter_counter_fetch.abort();
+ }
+
+ filter_counter_fetch = new AbortController();
+ filter_item = filter._active_item;
+
+ fetch(refresh_url, {
+ method: 'POST',
+ signal: filter_counter_fetch.signal,
+ body: new URLSearchParams({filter_counters: 1, counter_index: filter_item._index})
+ })
+ .then(response => response.json())
+ .then(response => {
+ filter_item.updateCounter(response.filter_counters.pop());
+ });
});
- $('#filter_show').trigger('change');
+ /**
+ * Refresh results table via window.flickerfreeScreen.refresh call.
+ */
+ function refreshResults() {
+ let url = new Curl(),
+ screen = window.flickerfreeScreen.screens['problem'],
+ data = $.extend(<?= json_encode($data['filter_defaults']) ?>,
+ global_timerange, url.getArgumentsObject()
+ );
+
+ data.inventory = data.inventory
+ ? data.inventory.filter(inventory => 'value' in inventory && inventory.value !== '')
+ : data.inventory;
+ data.tags = data.tags
+ ? data.tags.filter(tag => !(tag.tag === '' && tag.value === ''))
+ : data.tags;
+ data.severities = data.severities
+ ? data.severities.filter((value, key) => value == key)
+ : data.severities;
+
+ // Modify filter data of flickerfreeScreen object with id 'problem'.
+ if (data.page === null) {
+ delete data.page;
+ }
- $('#filter_compact_view').change(function() {
- if ($(this).is(':checked')) {
- $('#filter_show_timeline, #filter_details').prop('disabled', true);
- $('input[name=filter_show_opdata]').prop('disabled', true);
- $('#filter_highlight_row').prop('disabled', false);
+ if (data.filter_custom_time) {
+ screen.timeline.from = data.from;
+ screen.timeline.to = data.to;
}
else {
- $('#filter_show_timeline, #filter_details').prop('disabled', false);
- $('input[name=filter_show_opdata]').prop('disabled', false);
- $('#filter_highlight_row').prop('disabled', true);
+ screen.timeline.from = global_timerange.from;
+ screen.timeline.to = global_timerange.to;
}
- });
- $('#filter_show_tags').change(function() {
- var disabled = $(this).find('[value = "<?= PROBLEMS_SHOW_TAGS_NONE ?>"]').is(':checked');
- $('#filter_tag_priority').prop('disabled', disabled);
- $('#filter_tag_name_format input').prop('disabled', disabled);
- });
+ screen.data.filter = data;
+ screen.data.sort = data.sort;
+ screen.data.sortorder = data.sortorder;
+ // Close all opened hint boxes otherwise flicker free screen will not refresh it content.
+ for (var i = overlays_stack.length - 1; i >= 0; i--) {
+ let hintbox = overlays_stack.getById(overlays_stack.stack[i]);
+
+ if (hintbox.type === 'hintbox') {
+ hintBox.hideHint(hintbox.element, true);
+ removeFromOverlaysStack(overlays_stack.stack[i]);
+ }
+ }
+
+ window.flickerfreeScreen.refresh(screen.id);
+ }
+
+ function refreshCounters() {
+ clearTimeout(refresh_timer);
+
+ fetch(refresh_url, {
+ method: 'POST',
+ body: new URLSearchParams({filter_counters: 1})
+ })
+ .then(response => response.json())
+ .then(response => {
+ if (response.filter_counters) {
+ filter.updateCounters(response.filter_counters);
+ }
+
+ refresh_timer = setTimeout(refreshCounters, refresh_interval);
+ })
+ .catch(() => {
+ // On error restart refresh timer.
+ refresh_timer = setTimeout(refreshCounters, refresh_interval);
+ });
+ }
+
+ refreshCounters();
+
+ // Keep timeselector changes in global_timerange.
+ $.subscribe('timeselector.rangeupdate', (e, data) => {
+ if (data.idx === '<?= CControllerProblem::FILTER_IDX ?>') {
+ global_timerange.from = data.from;
+ global_timerange.to = data.to;
+ }
+ });
+ });
+ </script>
+<?php
+}
+?>
+<script type="text/javascript">
+ jQuery(function($) {
$(document).on({
mouseenter: function() {
if ($(this)[0].scrollWidth > $(this)[0].offsetWidth) {
diff --git a/ui/app/views/js/popup.tabfilter.edit.js.php b/ui/app/views/js/popup.tabfilter.edit.js.php
new file mode 100644
index 00000000000..948e3b68cfe
--- /dev/null
+++ b/ui/app/views/js/popup.tabfilter.edit.js.php
@@ -0,0 +1,84 @@
+<?php
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * @var CView $this
+ */
+?>
+
+$('.overlay-dialogue-body #filter_custom_time').on('change', function() {
+ let $calendars = $(this).closest('form').find('.calendar-control');
+
+ $('input,button', $calendars).prop('disabled', !$(this).is(':checked'));
+});
+
+function tabFilterDelete(overlay) {
+ var $form = overlay.$dialogue.find('form'),
+ url = new Curl($form.attr('action')),
+ form_data = $form.serializeJSON();
+
+ url.setArgument('action', 'popup.tabfilter.delete');
+ url.setArgument('idx', form_data['idx']);
+ url.setArgument('idx2', form_data['idx2']);
+
+ overlay.setLoading();
+ overlay.xhr = $.post(url.getUrl(), null, 'json')
+ .done((response) => {
+ overlay.$dialogue.find('.<?= ZBX_STYLE_MSG_BAD ?>').remove();
+
+ if ('errors' in response) {
+ $(response.errors).insertBefore($form);
+ }
+ else {
+ overlayDialogueDestroy(overlay.dialogueid);
+ overlay.element.dispatchEvent(new CustomEvent(TABFILTERITEM_EVENT_DELETE, {bubbles: true}));
+ }
+ })
+ .always(() => {
+ overlay.unsetLoading();
+ });
+}
+
+function tabFilterUpdate(overlay) {
+ var $form = overlay.$dialogue.find('form'),
+ url = new Curl($form.attr('action')),
+ form_data = $form.serializeJSON();
+
+ form_data.filter_name = form_data.filter_name.trim();
+
+ overlay.setLoading();
+ overlay.xhr = $.post(url.getUrl(), form_data, 'json')
+ .done((response) => {
+ overlay.$dialogue.find('.<?= ZBX_STYLE_MSG_BAD ?>').remove();
+
+ if ('errors' in response) {
+ $(response.errors).insertBefore($form);
+ }
+ else {
+ overlayDialogueDestroy(overlay.dialogueid);
+ const properties = {detail: response, bubbles: true};
+ overlay.element.dispatchEvent(new CustomEvent(TABFILTERITEM_EVENT_UPDATE, properties));
+ }
+ })
+ .always(() => {
+ overlay.unsetLoading();
+ });
+}
diff --git a/ui/app/views/js/popup.triggerwizard.js.php b/ui/app/views/js/popup.triggerwizard.js.php
index 72f51f627e3..f01b29205d5 100644
--- a/ui/app/views/js/popup.triggerwizard.js.php
+++ b/ui/app/views/js/popup.triggerwizard.js.php
@@ -142,6 +142,12 @@
$expr_input.val('');
}
+
+ $('#event_name')
+ .textareaFlexible()
+ .on('input keydown paste', function() {
+ overlays_stack.end().centerDialog();
+ });
})(jQuery);
/**
diff --git a/ui/app/views/monitoring.host.view.php b/ui/app/views/monitoring.host.view.php
index ed9a5376baf..ba502131a93 100644
--- a/ui/app/views/monitoring.host.view.php
+++ b/ui/app/views/monitoring.host.view.php
@@ -25,8 +25,11 @@
$this->addJsFile('multiselect.js');
$this->addJsFile('layout.mode.js');
-
-$this->includeJsFile('monitoring.host.view.js.php');
+$this->addJsFile('menupopup.js');
+$this->addJsFile('gtlc.js');
+$this->addJsFile('class.calendar.js');
+$this->addJsFile('class.tabfilter.js');
+$this->addJsFile('class.tabfilteritem.js');
$this->enableLayoutModes();
$web_layout_mode = $this->getLayoutMode();
@@ -39,133 +42,28 @@ $widget = (new CWidget())
->setAttribute('aria-label', _('Content controls'))
);
-$filter_tags = $data['filter']['tags'];
-if (!$filter_tags) {
- $filter_tags = [['tag' => '', 'value' => '', 'operator' => TAG_OPERATOR_LIKE]];
-}
-
-$filter_tags_table = (new CTable())
- ->setId('filter-tags')
- ->addRow(
- (new CCol(
- (new CRadioButtonList('filter_evaltype', (int) $data['filter']['evaltype']))
- ->addValue(_('And/Or'), TAG_EVAL_TYPE_AND_OR)
- ->addValue(_('Or'), TAG_EVAL_TYPE_OR)
- ->setModern(true)
- ))->setColSpan(4)
-);
-
-$i = 0;
-foreach ($filter_tags as $tag) {
- $filter_tags_table->addRow([
- (new CTextBox('filter_tags['.$i.'][tag]', $tag['tag']))
- ->setAttribute('placeholder', _('tag'))
- ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
- (new CRadioButtonList('filter_tags['.$i.'][operator]', (int) $tag['operator']))
- ->addValue(_('Contains'), TAG_OPERATOR_LIKE)
- ->addValue(_('Equals'), TAG_OPERATOR_EQUAL)
- ->setModern(true),
- (new CTextBox('filter_tags['.$i.'][value]', $tag['value']))
- ->setAttribute('placeholder', _('value'))
- ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
- (new CCol(
- (new CButton('filter_tags['.$i.'][remove]', _('Remove')))
- ->addClass(ZBX_STYLE_BTN_LINK)
- ->addClass('element-table-remove')
- ))->addClass(ZBX_STYLE_NOWRAP)
- ], 'form_row');
+if ($web_layout_mode == ZBX_LAYOUT_NORMAL) {
+ $filter = (new CTabFilter())
+ ->setId('monitoring_hosts_filter')
+ ->setOptions($data['tabfilter_options'])
+ ->addTemplate(new CPartial($data['filter_view'], $data['filter_defaults']));
- $i++;
-}
-$filter_tags_table->addRow(
- (new CCol(
- (new CButton('filter_tags_add', _('Add')))
- ->addClass(ZBX_STYLE_BTN_LINK)
- ->addClass('element-table-add')
- ))->setColSpan(3)
-);
+ foreach ($data['filter_tabs'] as $tab) {
+ $tab['tab_view'] = $data['filter_view'];
+ $filter->addTemplatedTab($tab['filter_name'], $tab);
+ }
-$severities = [];
-foreach (range(TRIGGER_SEVERITY_NOT_CLASSIFIED, TRIGGER_SEVERITY_COUNT - 1) as $severity) {
- $severities[] = [
- 'name' => getSeverityName($severity),
- 'value' => $severity
- ];
+ // Set javascript options for tab filter initialization in monitoring.host.view.js.php file.
+ $data['filter_options'] = $filter->options;
+ $widget->addItem($filter);
}
-
-if ($web_layout_mode == ZBX_LAYOUT_NORMAL) {
- $widget->addItem((new CFilter((new CUrl('zabbix.php'))->setArgument('action', 'host.view')))
- ->setProfile('web.hostsmon.filter')
- ->setActiveTab($data['active_tab'])
- ->addFormItem((new CVar('action', 'host.view'))->removeId())
- ->addFilterTab(_('Filter'), [
- (new CFormList())
- ->addRow(_('Name'),
- (new CTextBox('filter_name', $data['filter']['name']))->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
- )
- ->addRow((new CLabel(_('Host groups'), 'filter_groupids__ms')),
- (new CMultiSelect([
- 'name' => 'filter_groupids[]',
- 'object_name' => 'hostGroup',
- 'data' => $data['multiselect_hostgroup_data'],
- 'popup' => [
- 'parameters' => [
- 'srctbl' => 'host_groups',
- 'srcfld1' => 'groupid',
- 'dstfrm' => 'zbx_filter',
- 'dstfld1' => 'filter_groupids_',
- 'real_hosts' => true,
- 'enrich_parent_groups' => true
- ]
- ]
- ]))->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
- )
- ->addRow(_('IP'),
- (new CTextBox('filter_ip', $data['filter']['ip']))
- ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
- )
- ->addRow(_('DNS'),
- (new CTextBox('filter_dns', $data['filter']['dns']))
- ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
- )
- ->addRow(_('Port'),
- (new CTextBox('filter_port', $data['filter']['port']))
- ->setWidth(ZBX_TEXTAREA_INTERFACE_PORT_WIDTH)
- )
- ->addRow(_('Severity'),
- (new CSeverityCheckBoxList('filter_severities'))->setChecked($data['filter']['severities'])
- ),
- (new CFormList())
- ->addRow(_('Status'),
- (new CRadioButtonList('filter_status', (int) $data['filter']['status']))
- ->addValue(_('Any'), -1)
- ->addValue(_('Enabled'), HOST_STATUS_MONITORED)
- ->addValue(_('Disabled'), HOST_STATUS_NOT_MONITORED)
- ->setModern(true)
- )
- ->addRow(_('Tags'), $filter_tags_table)
- ->addRow(_('Show hosts in maintenance'), [
- (new CCheckBox('filter_maintenance_status'))
- ->setChecked($data['filter']['maintenance_status'] == HOST_MAINTENANCE_STATUS_ON)
- ->setUncheckedValue(HOST_MAINTENANCE_STATUS_OFF),
- (new CDiv([
- (new CLabel(_('Show suppressed problems'), 'filter_show_suppressed'))
- ->addClass(ZBX_STYLE_SECOND_COLUMN_LABEL),
- (new CCheckBox('filter_show_suppressed'))
- ->setChecked($data['filter']['show_suppressed'] == ZBX_PROBLEM_SUPPRESSED_TRUE)
- ->setUncheckedValue(ZBX_PROBLEM_SUPPRESSED_FALSE)
- ->setEnabled($data['filter']['maintenance_status'] == HOST_MAINTENANCE_STATUS_ON),
- ]))->addClass(ZBX_STYLE_TABLE_FORMS_SECOND_COLUMN)
- ])
- ])
- );
+else {
+ $data['filter_options'] = null;
}
-$widget->addItem(new CPartial('monitoring.host.view.html', array_intersect_key($data, array_flip([
- 'filter', 'sort', 'sortorder', 'view_curl', 'hosts', 'maintenances', 'paging'
-]))));
-
+$widget->addItem((new CForm())->setName('host_view')->addClass('is-loading'));
$widget->show();
+$this->includeJsFile('monitoring.host.view.js.php', $data);
(new CScriptTag('host_page.start();'))
->setOnDocumentReady()
diff --git a/ui/app/views/monitoring.problem.view.php b/ui/app/views/monitoring.problem.view.php
index 13c235c6b12..1f17d605e5c 100644
--- a/ui/app/views/monitoring.problem.view.php
+++ b/ui/app/views/monitoring.problem.view.php
@@ -65,25 +65,23 @@ switch ($data['filter']['show']) {
break;
case TRIGGERS_OPTION_ALL:
- $options['profileIdx'] = $data['profileIdx'];
- $options['profileIdx2'] = $data['profileIdx2'];
- $options['from'] = $data['from'];
- $options['to'] = $data['to'];
+ $options['profileIdx'] = $data['tabfilter_idx'];
+ $options['profileIdx2'] = 0;
+ $options['from'] = $data['filter']['from'];
+ $options['to'] = $data['filter']['to'];
break;
}
$screen = CScreenBuilder::getScreen($options);
if ($data['action'] === 'problem.view') {
- if ($data['filter']['show'] == TRIGGERS_OPTION_ALL) {
- $this->addJsFile('class.calendar.js');
- }
+ $this->addJsFile('class.calendar.js');
$this->addJsFile('gtlc.js');
$this->addJsFile('flickerfreescreen.js');
$this->addJsFile('multiselect.js');
$this->addJsFile('layout.mode.js');
-
- $this->includeJsFile('monitoring.problem.view.js.php');
+ $this->addJsFile('class.tabfilter.js');
+ $this->addJsFile('class.tabfilteritem.js');
$this->enableLayoutModes();
$web_layout_mode = $this->getLayoutMode();
@@ -92,267 +90,6 @@ if ($data['action'] === 'problem.view') {
uncheckTableRows('problem');
}
- $filter_column1 = (new CFormList())
- ->addRow(_('Show'),
- (new CRadioButtonList('filter_show', (int) $data['filter']['show']))
- ->addValue(_('Recent problems'), TRIGGERS_OPTION_RECENT_PROBLEM)
- ->addValue(_('Problems'), TRIGGERS_OPTION_IN_PROBLEM)
- ->addValue(_('History'), TRIGGERS_OPTION_ALL)
- ->setModern(true)
- )
- ->addRow((new CLabel(_('Host groups'), 'filter_groupids__ms')),
- (new CMultiSelect([
- 'name' => 'filter_groupids[]',
- 'object_name' => 'hostGroup',
- 'data' => $data['filter']['groups'],
- 'popup' => [
- 'parameters' => [
- 'srctbl' => 'host_groups',
- 'srcfld1' => 'groupid',
- 'dstfrm' => 'zbx_filter',
- 'dstfld1' => 'filter_groupids_',
- 'real_hosts' => true,
- 'enrich_parent_groups' => true
- ]
- ]
- ]))->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
- )
- ->addRow((new CLabel(_('Hosts'), 'filter_hostids__ms')),
- (new CMultiSelect([
- 'name' => 'filter_hostids[]',
- 'object_name' => 'hosts',
- 'data' => $data['filter']['hosts'],
- 'popup' => [
- 'filter_preselect_fields' => [
- 'hostgroups' => 'filter_groupids_'
- ],
- 'parameters' => [
- 'srctbl' => 'hosts',
- 'srcfld1' => 'hostid',
- 'dstfrm' => 'zbx_filter',
- 'dstfld1' => 'filter_hostids_'
- ]
- ]
- ]))->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
- )
- ->addRow(_('Application'), [
- (new CTextBox('filter_application', $data['filter']['application']))
- ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH),
- (new CDiv())->addClass(ZBX_STYLE_FORM_INPUT_MARGIN),
- (new CButton('filter_application_select', _('Select')))
- ->onClick('return PopUp("popup.generic", jQuery.extend('.
- json_encode([
- 'srctbl' => 'applications',
- 'srcfld1' => 'name',
- 'dstfrm' => 'zbx_filter',
- 'dstfld1' => 'filter_application',
- 'with_applications' => '1',
- 'real_hosts' => '1'
- ]).', getFirstMultiselectValue("filter_hostids_")), null, this);'
- )
- ->addClass(ZBX_STYLE_BTN_GREY)
- ])
- ->addRow((new CLabel(_('Triggers'), 'filter_triggerids__ms')),
- (new CMultiSelect([
- 'name' => 'filter_triggerids[]',
- 'object_name' => 'triggers',
- 'data' => $data['filter']['triggers'],
- 'popup' => [
- 'filter_preselect_fields' => [
- 'hosts' => 'filter_hostids_'
- ],
- 'parameters' => [
- 'srctbl' => 'triggers',
- 'srcfld1' => 'triggerid',
- 'dstfrm' => 'zbx_filter',
- 'dstfld1' => 'filter_triggerids_',
- 'monitored_hosts' => true,
- 'with_monitored_triggers' => true,
- 'noempty' => true
- ]
- ]
- ]))->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
- )
- ->addRow(_('Problem'),
- (new CTextBox('filter_name', $data['filter']['name']))->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
- )
- ->addRow(_('Severity'),
- (new CSeverityCheckBoxList('filter_severities'))->setChecked($data['filter']['severities'])
- );
-
- $filter_age = (new CNumericBox('filter_age', $data['filter']['age'], 3, false, false, false))
- ->setWidth(ZBX_TEXTAREA_NUMERIC_STANDARD_WIDTH);
- if ($data['filter']['age_state'] == 0) {
- $filter_age->setAttribute('disabled', 'disabled');
- }
-
- $filter_column1
- ->addRow(_('Age less than'), [
- (new CCheckBox('filter_age_state'))
- ->setChecked($data['filter']['age_state'] == 1)
- ->onClick('javascript: jQuery("#filter_age").prop("disabled", !this.checked)'),
- (new CDiv())->addClass(ZBX_STYLE_FORM_INPUT_MARGIN),
- $filter_age,
- (new CDiv())->addClass(ZBX_STYLE_FORM_INPUT_MARGIN),
- _('days')
- ]);
-
- $filter_inventory = $data['filter']['inventory'];
- if (!$filter_inventory) {
- $filter_inventory = [['field' => '', 'value' => '']];
- }
-
- $filter_inventory_table = new CTable();
- $filter_inventory_table->setId('filter-inventory');
- $i = 0;
- foreach ($filter_inventory as $field) {
- $filter_inventory_table->addRow([
- new CComboBox('filter_inventory['.$i.'][field]', $field['field'], null, $data['filter']['inventories']),
- (new CTextBox('filter_inventory['.$i.'][value]', $field['value']))->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
- (new CCol(
- (new CButton('filter_inventory['.$i.'][remove]', _('Remove')))
- ->addClass(ZBX_STYLE_BTN_LINK)
- ->addClass('element-table-remove')
- ))->addClass(ZBX_STYLE_NOWRAP)
- ], 'form_row');
-
- $i++;
- }
- $filter_inventory_table->addRow(
- (new CCol(
- (new CButton('filter_inventory_add', _('Add')))
- ->addClass(ZBX_STYLE_BTN_LINK)
- ->addClass('element-table-add')
- ))->setColSpan(3)
- );
-
- $filter_tags = $data['filter']['tags'];
- if (!$filter_tags) {
- $filter_tags = [['tag' => '', 'value' => '', 'operator' => TAG_OPERATOR_LIKE]];
- }
-
- $filter_tags_table = new CTable();
- $filter_tags_table->setId('filter-tags');
-
- $filter_tags_table->addRow(
- (new CCol(
- (new CRadioButtonList('filter_evaltype', (int) $data['filter']['evaltype']))
- ->addValue(_('And/Or'), TAG_EVAL_TYPE_AND_OR)
- ->addValue(_('Or'), TAG_EVAL_TYPE_OR)
- ->setModern(true)
- ))->setColSpan(4)
- );
-
- $i = 0;
- foreach ($filter_tags as $tag) {
- $filter_tags_table->addRow([
- (new CTextBox('filter_tags['.$i.'][tag]', $tag['tag']))
- ->setAttribute('placeholder', _('tag'))
- ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
- (new CRadioButtonList('filter_tags['.$i.'][operator]', (int) $tag['operator']))
- ->addValue(_('Contains'), TAG_OPERATOR_LIKE)
- ->addValue(_('Equals'), TAG_OPERATOR_EQUAL)
- ->setModern(true),
- (new CTextBox('filter_tags['.$i.'][value]', $tag['value']))
- ->setAttribute('placeholder', _('value'))
- ->setWidth(ZBX_TEXTAREA_FILTER_SMALL_WIDTH),
- (new CCol(
- (new CButton('filter_tags['.$i.'][remove]', _('Remove')))
- ->addClass(ZBX_STYLE_BTN_LINK)
- ->addClass('element-table-remove')
- ))->addClass(ZBX_STYLE_NOWRAP)
- ], 'form_row');
-
- $i++;
- }
- $filter_tags_table->addRow(
- (new CCol(
- (new CButton('filter_tags_add', _('Add')))
- ->addClass(ZBX_STYLE_BTN_LINK)
- ->addClass('element-table-add')
- ))->setColSpan(3)
- );
-
- $tag_format_line = (new CHorList())
- ->addItem((new CRadioButtonList('filter_show_tags', (int) $data['filter']['show_tags']))
- ->addValue(_('None'), PROBLEMS_SHOW_TAGS_NONE)
- ->addValue(PROBLEMS_SHOW_TAGS_1, PROBLEMS_SHOW_TAGS_1)
- ->addValue(PROBLEMS_SHOW_TAGS_2, PROBLEMS_SHOW_TAGS_2)
- ->addValue(PROBLEMS_SHOW_TAGS_3, PROBLEMS_SHOW_TAGS_3)
- ->setModern(true)
- )
- ->addItem((new CDiv())->addClass(ZBX_STYLE_FORM_INPUT_MARGIN))
- ->addItem(new CLabel(_('Tag name')))
- ->addItem((new CRadioButtonList('filter_tag_name_format', (int) $data['filter']['tag_name_format']))
- ->addValue(_('Full'), PROBLEMS_TAG_NAME_FULL)
- ->addValue(_('Shortened'), PROBLEMS_TAG_NAME_SHORTENED)
- ->addValue(_('None'), PROBLEMS_TAG_NAME_NONE)
- ->setModern(true)
- ->setEnabled((int) $data['filter']['show_tags'] !== PROBLEMS_SHOW_TAGS_NONE)
- );
-
- $filter_column2 = (new CFormList())
- ->addRow(_('Host inventory'), $filter_inventory_table)
- ->addRow(_('Tags'), $filter_tags_table)
- ->addRow(_('Show tags'), $tag_format_line)
- ->addRow(_('Tag display priority'),
- (new CTextBox('filter_tag_priority', $data['filter']['tag_priority']))
- ->setWidth(ZBX_TEXTAREA_FILTER_STANDARD_WIDTH)
- ->setAttribute('placeholder', _('comma-separated list'))
- ->setEnabled((int) $data['filter']['show_tags'] !== PROBLEMS_SHOW_TAGS_NONE)
- )
- ->addRow(_('Show operational data'), [
- (new CRadioButtonList('filter_show_opdata', (int) $data['filter']['show_opdata']))
- ->addValue(_('None'), OPERATIONAL_DATA_SHOW_NONE)
- ->addValue(_('Separately'), OPERATIONAL_DATA_SHOW_SEPARATELY)
- ->addValue(_('With problem name'), OPERATIONAL_DATA_SHOW_WITH_PROBLEM)
- ->setModern(true)
- ->setEnabled($data['filter']['compact_view'] == 0)
- ])
- ->addRow(_('Show suppressed problems'), [
- (new CCheckBox('filter_show_suppressed'))
- ->setChecked($data['filter']['show_suppressed'] == ZBX_PROBLEM_SUPPRESSED_TRUE),
- (new CDiv([
- (new CLabel(_('Show unacknowledged only'), 'filter_unacknowledged'))
- ->addClass(ZBX_STYLE_SECOND_COLUMN_LABEL),
- (new CCheckBox('filter_unacknowledged'))
- ->setChecked($data['filter']['unacknowledged'] == 1)
- ]))->addClass(ZBX_STYLE_TABLE_FORMS_SECOND_COLUMN)
- ])
- ->addRow(_('Compact view'), [
- (new CCheckBox('filter_compact_view'))->setChecked($data['filter']['compact_view'] == 1),
- (new CDiv([
- (new CLabel(_('Show timeline'), 'filter_show_timeline'))->addClass(ZBX_STYLE_SECOND_COLUMN_LABEL),
- (new CCheckBox('filter_show_timeline'))
- ->setChecked($data['filter']['show_timeline'] == 1)
- ->setEnabled($data['filter']['compact_view'] == 0),
- ]))->addClass(ZBX_STYLE_TABLE_FORMS_SECOND_COLUMN)
- ])
- ->addRow(_('Show details'), [
- (new CCheckBox('filter_details'))
- ->setChecked($data['filter']['details'] == 1)
- ->setEnabled($data['filter']['compact_view'] == 0),
- (new CDiv([
- (new CLabel(_('Highlight whole row'), 'filter_highlight_row'))->addClass(ZBX_STYLE_SECOND_COLUMN_LABEL),
- (new CCheckBox('filter_highlight_row'))
- ->setChecked($data['filter']['highlight_row'] == 1)
- ->setEnabled($data['filter']['compact_view'] == 1)
- ]))
- ->addClass(ZBX_STYLE_FILTER_HIGHLIGHT_ROW_CB)
- ->addClass(ZBX_STYLE_TABLE_FORMS_SECOND_COLUMN)
- ]);
-
- $filter = (new CFilter((new CUrl('zabbix.php'))->setArgument('action', 'problem.view')))
- ->setProfile($data['profileIdx'])
- ->setActiveTab($data['active_tab'])
- ->addFormItem((new CVar('action', 'problem.view'))->removeId());
-
- if ($data['filter']['show'] == TRIGGERS_OPTION_ALL) {
- $filter->addTimeSelector($screen->timeline['from'], $screen->timeline['to']);
- }
-
- $filter->addFilterTab(_('Filter'), [$filter_column1, $filter_column2]);
-
$widget = (new CWidget())
->setTitle(_('Problems'))
->setWebLayoutMode($web_layout_mode)
@@ -360,14 +97,35 @@ if ($data['action'] === 'problem.view') {
(new CTag('nav', true,
(new CList())
->addItem(new CRedirectButton(_('Export to CSV'),
- (new CUrl('zabbix.php'))->setArgument('action', 'problem.view.csv')
+ (new CUrl())->setArgument('action', 'problem.view.csv')
))
->addItem(get_icon('kioskmode', ['mode' => $web_layout_mode]))
))->setAttribute('aria-label', _('Content controls'))
);
if ($web_layout_mode == ZBX_LAYOUT_NORMAL) {
+ $defaults = [
+ 'tags' => [['tag' => '', 'value' => '', 'operator' => TAG_OPERATOR_LIKE]],
+ 'inventory' => [['field' => 'type', 'value' => '']]
+ ];
+ $filter = (new CTabFilter())
+ ->setId('monitoring_problem_filter')
+ ->setIdx($data['tabfilter_idx'])
+ ->setSelected((int) $data['tab_selected'])
+ ->setExpanded((bool) $data['tab_expanded'])
+ ->addTemplate(new CPartial($data['filter_view'], $data['filter_defaults'] + $defaults));
+
+ foreach ($data['filter_tabs'] as $tab) {
+ $tab['tab_view'] = $data['filter_view'];
+ $filter->addTemplatedTab($tab['filter_name'], $tab);
+ }
+
+ $filter->addTimeselector($data['timerange']);
+ // Set javascript options for tab filter initialization in monitoring.problem.view.js.php file.
+ $data['filter_options'] = $filter->options;
$widget->addItem($filter);
+
+ $this->includeJsFile('monitoring.problem.view.js.php', $data);
}
$widget
@@ -376,20 +134,6 @@ if ($data['action'] === 'problem.view') {
// Activate blinking.
(new CScriptTag('jqBlink.blink();'))->show();
-
- if ($data['filter']['show'] == TRIGGERS_OPTION_ALL) {
- $objData = [
- 'id' => 'timeline_1',
- 'loadSBox' => 0,
- 'loadImage' => 0,
- 'dynamic' => 0
- ];
-
- (new CScriptTag(
- 'timeControl.addObject("scroll_events_id", '.zbx_jsvalue($screen->timeline).', '.zbx_jsvalue($objData).');'.
- 'timeControl.processObjects();'
- ))->show();
- }
}
else {
echo $screen->get();
diff --git a/ui/app/views/monitoring.widget.problemhosts.view.php b/ui/app/views/monitoring.widget.problemhosts.view.php
index cac7cc7994d..8cb2600727f 100644
--- a/ui/app/views/monitoring.widget.problemhosts.view.php
+++ b/ui/app/views/monitoring.widget.problemhosts.view.php
@@ -37,23 +37,20 @@ $table = (new CTableInfo())
$url_group = (new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_set', 1)
- ->setArgument('filter_show', TRIGGERS_OPTION_RECENT_PROBLEM)
- ->setArgument('filter_groupids', null)
- ->setArgument('filter_hostids', $data['filter']['hostids'])
- ->setArgument('filter_name', $data['filter']['problem'])
- ->setArgument('filter_show_suppressed', ($data['filter']['show_suppressed'] == ZBX_PROBLEM_SUPPRESSED_TRUE)
+ ->setArgument('filter_name', '')
+ ->setArgument('show', TRIGGERS_OPTION_RECENT_PROBLEM)
+ ->setArgument('hostids', $data['filter']['hostids'])
+ ->setArgument('name', $data['filter']['problem'])
+ ->setArgument('show_suppressed', ($data['filter']['show_suppressed'] == ZBX_PROBLEM_SUPPRESSED_TRUE)
? ZBX_PROBLEM_SUPPRESSED_TRUE
: null
);
$url_host = (new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_set', 1)
- ->setArgument('filter_show', TRIGGERS_OPTION_RECENT_PROBLEM)
- ->setArgument('filter_groupids', null)
- ->setArgument('filter_hostids', null)
- ->setArgument('filter_name', $data['filter']['problem'])
- ->setArgument('filter_show_suppressed', ($data['filter']['show_suppressed'] == ZBX_PROBLEM_SUPPRESSED_TRUE)
+ ->setArgument('filter_name', '')
+ ->setArgument('show', TRIGGERS_OPTION_RECENT_PROBLEM)
+ ->setArgument('name', $data['filter']['problem'])
+ ->setArgument('show_suppressed', ($data['filter']['show_suppressed'] == ZBX_PROBLEM_SUPPRESSED_TRUE)
? ZBX_PROBLEM_SUPPRESSED_TRUE
: null
);
@@ -67,8 +64,8 @@ foreach ($data['groups'] as $group) {
continue;
}
- $url_group->setArgument('filter_groupids', [$group['groupid']]);
- $url_host->setArgument('filter_groupids', [$group['groupid']]);
+ $url_group->setArgument('groupids', [$group['groupid']]);
+ $url_host->setArgument('groupids', [$group['groupid']]);
$group_row = [new CLink($group['name'], $url_group->getUrl())];
diff --git a/ui/app/views/monitoring.widget.problemsbysv.view.php b/ui/app/views/monitoring.widget.problemsbysv.view.php
index 9611ade1653..74ace70b452 100644
--- a/ui/app/views/monitoring.widget.problemsbysv.view.php
+++ b/ui/app/views/monitoring.widget.problemsbysv.view.php
@@ -51,14 +51,13 @@ else {
$groupurl = (new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_set', 1)
- ->setArgument('filter_show', TRIGGERS_OPTION_RECENT_PROBLEM)
- ->setArgument('filter_groupids', null)
- ->setArgument('filter_hostids',
+ ->setArgument('filter_name', '')
+ ->setArgument('show', TRIGGERS_OPTION_RECENT_PROBLEM)
+ ->setArgument('hostids',
array_key_exists('hostids', $data['filter']) ? $data['filter']['hostids'] : null
)
- ->setArgument('filter_name', array_key_exists('problem', $data['filter']) ? $data['filter']['problem'] : null)
- ->setArgument('filter_show_suppressed',
+ ->setArgument('name', array_key_exists('problem', $data['filter']) ? $data['filter']['problem'] : null)
+ ->setArgument('show_suppressed',
(array_key_exists('show_suppressed', $data['filter']) && $data['filter']['show_suppressed'] == 1) ? 1 : null
);
diff --git a/ui/app/views/popup.tabfilter.edit.php b/ui/app/views/popup.tabfilter.edit.php
new file mode 100644
index 00000000000..ea94348545c
--- /dev/null
+++ b/ui/app/views/popup.tabfilter.edit.php
@@ -0,0 +1,93 @@
+<?php
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * @var CView $this
+ */
+
+$form_list = (new CFormList())
+ ->addVar('idx', $data['idx'])
+ ->addVar('idx2', $data['idx2'])
+ ->addVar('create', $data['create'])
+ ->addVar('support_custom_time', $data['support_custom_time'])
+ ->addRow((new CLabel(_('Name'), 'filter_name'))->setAsteriskMark(),
+ (new CTextBox('filter_name', $data['filter_name']))->setWidth(ZBX_TEXTAREA_STANDARD_WIDTH)
+ )
+ ->addRow(_('Show number of records'),
+ (new CCheckBox('filter_show_counter', 1))->setChecked($data['filter_show_counter'])
+ );
+
+if ($data['support_custom_time']) {
+ $form_list
+ ->addRow(_('Set custom time period'),
+ (new CCheckBox('filter_custom_time', 1))
+ ->setChecked($data['filter_custom_time'])
+ )
+ ->addRow(new CLabel(_('From'), 'tabfilter_from'),
+ (new CDateSelector('tabfilter_from', $data['tabfilter_from']))
+ ->setDateFormat(ZBX_DATE_TIME)
+ ->setEnabled((bool) $data['filter_custom_time'])
+ )
+ ->addRow(new CLabel(_('To'), 'tabfilter_to'),
+ (new CDateSelector('tabfilter_to', $data['tabfilter_to']))
+ ->setDateFormat(ZBX_DATE_TIME)
+ ->setEnabled((bool) $data['filter_custom_time'])
+ );
+}
+
+$form = (new CForm())
+ ->cleanItems()
+ ->setName('tabfilter_form')
+ ->addVar('action', 'popup.tabfilter.update')
+ ->addItem([
+ $form_list,
+ (new CInput('submit', 'submit'))->addStyle('display: none;')
+ ]);
+
+$output = [
+ 'header' => $data['title'],
+ 'script_inline' => $this->readJsFile('popup.tabfilter.edit.js.php'),
+ 'body' => (new CDiv([$data['errors'], $form]))->toString(),
+ 'buttons' => [
+ [
+ 'title' => _('Delete'),
+ 'isSubmit' => true,
+ 'keepOpen' => true,
+ 'enabled' => !$data['create'],
+ 'class' => 'float-left',
+ 'confirmation' => _('Are you sure you want to delete this filter?'),
+ 'action' => 'return tabFilterDelete(overlay)'
+ ],
+ [
+ 'title' => _('Save'),
+ 'keepOpen' => true,
+ 'isSubmit' => true,
+ 'action' => 'return tabFilterUpdate(overlay)'
+ ]
+ ]
+];
+
+if ($data['user']['debug_mode'] == GROUP_DEBUG_MODE_ENABLED) {
+ CProfiler::getInstance()->stop();
+ $output['debug'] = CProfiler::getInstance()->make()->toString();
+}
+
+echo json_encode($output);
diff --git a/ui/app/views/popup.triggerexpr.php b/ui/app/views/popup.triggerexpr.php
index 674e952eaae..91f445070ef 100644
--- a/ui/app/views/popup.triggerexpr.php
+++ b/ui/app/views/popup.triggerexpr.php
@@ -139,9 +139,16 @@ if (array_key_exists('params', $data['functions'][$data['selectedFunction']])) {
elseif (in_array($param_name, ['shift'])) {
$param_type_element = _('Time');
}
+ elseif (in_array($param_name, ['period_shift'])) {
+ $param_type_element = _('Period');
+ }
$param_field = (new CTextBox('params['.$param_name.']', $param_value))->setWidth(ZBX_TEXTAREA_SMALL_WIDTH);
+ if ($param_name === 'period_shift') {
+ $param_field->setAttribute('placeholder', 'now/h');
+ }
+
$expression_form_list->addRow($label, [
$param_field,
(new CDiv())->addClass(ZBX_STYLE_FORM_INPUT_MARGIN),
diff --git a/ui/app/views/popup.triggerwizard.php b/ui/app/views/popup.triggerwizard.php
index abcd67251db..de5a0bfe3ac 100644
--- a/ui/app/views/popup.triggerwizard.php
+++ b/ui/app/views/popup.triggerwizard.php
@@ -83,6 +83,12 @@ $form->addItem(
->setAriaRequired()
->setWidth(ZBX_TEXTAREA_STANDARD_WIDTH)
)
+ ->addRow(
+ new CLabel(_('Event name'), 'event_name'),
+ (new CTextAreaFlexible('event_name', $options['event_name']))
+ ->setMaxlength(DB::getFieldLength('triggers', 'event_name'))
+ ->setWidth(ZBX_TEXTAREA_STANDARD_WIDTH)
+ )
->addRow((new CLabel(_('Item'), 'itemid'))->setAsteriskMark(), $ms_itemid)
->addRow(_('Severity'), new CSeverity([
'name' => 'priority',
diff --git a/ui/app/views/search.php b/ui/app/views/search.php
index 394b04539f9..a0decb08f49 100644
--- a/ui/app/views/search.php
+++ b/ui/app/views/search.php
@@ -123,8 +123,8 @@ foreach ($data['hosts'] as $hostid => $host) {
new CLink(_('Problems'),
(new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_hostids[]', $hostid)
- ->setArgument('filter_set', '1')
+ ->setArgument('filter_name', '')
+ ->setArgument('hostids', [$hostid])
),
new CLink(_('Graphs'),
(new CUrl('zabbix.php'))
@@ -208,8 +208,8 @@ foreach ($data['groups'] as $groupid => $group) {
new CLink(_('Problems'),
(new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_groupids[]', $groupid)
- ->setArgument('filter_set', '1')
+ ->setArgument('filter_name', '')
+ ->setArgument('groupids', [$groupid])
),
new CLink(_('Web'),
(new CUrl('zabbix.php'))
diff --git a/ui/assets/img/icon-sprite.svg b/ui/assets/img/icon-sprite.svg
index 0e255fe726d..8969c74698c 100644
--- a/ui/assets/img/icon-sprite.svg
+++ b/ui/assets/img/icon-sprite.svg
@@ -1,821 +1,1629 @@
-<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="678" height="935" viewBox="0 0 678 935">
- <defs>
- <style>
- .cls-1 {
- fill: #fff;
- }
-
- .cls-2 {
- fill: #3c5563;
- }
-
- .cls-3 {
- fill: #768d99;
- }
-
- .cls-4 {
- fill: #acbbc2;
- }
-
- .cls-5 {
- fill: #d40000;
- }
-
- .cls-6 {
- fill: #f3a914;
- }
-
- .cls-7 {
- fill: #0275b8;
- }
-
- .cls-8, .cls-9 {
- opacity: 0.3;
- }
-
- .cls-10 {
- fill: #090;
- }
-
- .cls-11 {
- fill: #900;
- }
-
- .cls-12 {
- fill: #23d545;
- }
-
- .cls-13 {
- fill: #ff5050;
- }
-
- .cls-14 {
- fill: #59db8f;
- }
-
- .cls-15 {
- fill: #e45959;
- }
-
- .cls-16 {
- fill: #429e47;
- }
-
- .cls-17 {
- fill: #e33734;
- }
-
- .cls-18 {
- fill: #e99003;
- }
-
- .cls-19 {
- fill: #af6b00;
- }
-
- .cls-20 {
- fill: #ffa20d;
- }
-
- .cls-21 {
- fill: #7f7f7f;
- }
-
- .cls-22 {
- fill: #b7d6ea;
- }
-
- .cls-23 {
- fill: #1f2c33;
- }
- </style>
- </defs>
- <rect class="cls-1" y="903" width="95" height="25"/>
- <rect class="cls-1" y="864" width="114" height="30"/>
- <path class="cls-2" d="M20.91,19.85l-.26.27-.73-.73a4.5,4.5,0,1,0-.53.53l.73.73-.27.26L22.94,24,24,22.94Zm-6.53-1.23a3,3,0,1,1,4.24,0A3,3,0,0,1,14.38,18.62Z"/>
- <path class="cls-2" d="M18.39,56.56a4.13,4.13,0,0,1-.18-.48,2.08,2.08,0,0,1-.09-.63,1.43,1.43,0,0,1,.21-.76,3.56,3.56,0,0,1,.54-.66q.31-.31.69-.63a4.37,4.37,0,0,0,.69-.73,3.71,3.71,0,0,0,.54-.9A2.75,2.75,0,0,0,21,50.66a2.54,2.54,0,0,0-.25-1.16,2.31,2.31,0,0,0-.7-.82,3,3,0,0,0-1-.51A4.53,4.53,0,0,0,17.78,48a5.44,5.44,0,0,0-2.78.78v1.88a3.31,3.31,0,0,1,2.32-1.08,2.63,2.63,0,0,1,.7.09,1.78,1.78,0,0,1,.59.27,1.36,1.36,0,0,1,.41.45,1.47,1.47,0,0,1,.14.64,1.41,1.41,0,0,1-.2.75,3.36,3.36,0,0,1-.49.65c-.2.21-.42.42-.65.63a8.08,8.08,0,0,0-.64.68,3.38,3.38,0,0,0-.5.75,2,2,0,0,0-.2.9,3.47,3.47,0,0,0,.06.64,2.41,2.41,0,0,0,.13.53Zm0,3.12a1,1,0,0,0,.34-.76,1,1,0,0,0-.34-.76,1.13,1.13,0,0,0-.81-.33,1.18,1.18,0,0,0-.83.33,1,1,0,0,0-.34.76,1,1,0,0,0,.34.76,1.23,1.23,0,0,0,.83.32,1.2,1.2,0,0,0,.81-.32Z"/>
- <path class="cls-2" d="M18,128a9.48,9.48,0,0,0-6,2.13V132H24v-1.87A9.48,9.48,0,0,0,18,128Zm0-2a3,3,0,1,0-3-3A3,3,0,0,0,18,126Z"/>
- <path class="cls-1" d="M24.89,193.23l-2,2-2.12-2.12,2-2A3.25,3.25,0,0,0,22,191a3,3,0,0,0-3,3,3.25,3.25,0,0,0,.11.77l-4.34,4.34A2.81,2.81,0,0,0,14,199a3,3,0,0,0-3,3,3.25,3.25,0,0,0,.11.77l2-2,2.12,2.12-2,2A3.25,3.25,0,0,0,14,205a3,3,0,0,0,3-3,3.25,3.25,0,0,0-.11-.77l4.34-4.34A2.81,2.81,0,0,0,22,197a3,3,0,0,0,3-3A3.25,3.25,0,0,0,24.89,193.23Z"/>
- <path class="cls-1" d="M11,372v2H25v-2Zm0,7H25v-2H11Zm0,5H25v-2H11Z"/>
- <path class="cls-1" d="M18.7,409.25a1.06,1.06,0,0,0,.89.34,1.26,1.26,0,0,0,1-.47,1.64,1.64,0,0,0,.37-1.05,1,1,0,0,0-.31-.77,1.14,1.14,0,0,0-.84-.3,1.36,1.36,0,0,0-1,.42,1.41,1.41,0,0,0-.4,1A1.34,1.34,0,0,0,18.7,409.25Zm-3.35,4.92a5,5,0,0,1,1.78-.91q.24,0,.24.27a24,24,0,0,1-.86,3.58q-.39,1.36-.51,1.92a4.59,4.59,0,0,0-.12,1,1.22,1.22,0,0,0,.2.71.68.68,0,0,0,.59.27,2.36,2.36,0,0,0,.75-.15,10.21,10.21,0,0,0,1.42-.76c.66-.41,1.23-.77,1.71-1.09l0-.12-.22-.38h-.13a5.14,5.14,0,0,1-1.64.88.26.26,0,0,1-.2-.1.32.32,0,0,1-.09-.23,24,24,0,0,1,.9-3.53c.34-1.18.56-2,.67-2.41a4.79,4.79,0,0,0,.16-1.05.73.73,0,0,0-.19-.52.59.59,0,0,0-.44-.2,3.71,3.71,0,0,0-1.57.54A25.79,25.79,0,0,0,15,413.71l0,.12.2.33Z"/>
- <g>
- <path class="cls-3" d="M22,486a4,4,0,0,0-2-3.44v6.88A4,4,0,0,0,22,486Z"/>
- <g>
- <polygon class="cls-3" points="11 483.38 11 488.63 13.56 488.63 18 493 18 479 13.56 483.38 11 483.38"/>
- <path class="cls-3" d="M20,479.31v1.58a5.48,5.48,0,0,1,0,10.22v1.58a7,7,0,0,0,0-13.38Z"/>
- </g>
- </g>
- <path class="cls-3" d="M23.5,522a6.12,6.12,0,0,1-.13,1.14l1.21,1.21A6.75,6.75,0,0,0,25,522a7,7,0,0,0-5-6.69v1.58A5.48,5.48,0,0,1,23.5,522ZM20,518.56v1.21l2,2A4,4,0,0,0,20,518.56Zm4.7,8.74-12-12-1.41,1.41,2.48,2.47-.2.21H11v5.25h2.56L18,529v-5.59l2,2v0h0l1.09,1.08a4.88,4.88,0,0,1-1.1.6v1.58a6.84,6.84,0,0,0,2.17-1.1l1.13,1.13,1.42-1.42h0ZM18,515l-1.4,1.38,1.4,1.39Z"/>
- <path class="cls-3" d="M18,565a2,2,0,0,0,2-2H16A2,2,0,0,0,18,565Zm4-5.37v-3a4,4,0,0,0-3-3.86V552a1,1,0,0,0-2,0v.77a4,4,0,0,0-3,3.86v3l-2,2H24Z"/>
- <path class="cls-3" d="M22,592.63a4,4,0,0,0-3-3.86V588a1,1,0,0,0-2,0v.77h0l5,5ZM18,601a2,2,0,0,0,2-2H16A2,2,0,0,0,18,601Zm7-1.41h0L12.39,587,11,588.4l3.16,3.16a3.74,3.74,0,0,0-.16,1.07v3l-2,2h8.22L23.6,601l1.4-1.4Z"/>
- <path class="cls-3" d="M24,628a2,2,0,1,0,2,2A2,2,0,0,0,24,628Zm-12,0a2,2,0,1,0,2,2A2,2,0,0,0,12,628Zm6,0a2,2,0,1,0,2,2A2,2,0,0,0,18,628Z"/>
- <path class="cls-3" d="M24.14,668,18,662l-6.14,6a1.16,1.16,0,0,0,0,1.68,1.23,1.23,0,0,0,1.72,0L18,665.36l4.42,4.29a1.23,1.23,0,0,0,1.72,0A1.16,1.16,0,0,0,24.14,668Z"/>
- <path class="cls-3" d="M11.86,700,18,706l6.14-6a1.16,1.16,0,0,0,0-1.68,1.23,1.23,0,0,0-1.72,0L18,702.64l-4.42-4.29a1.23,1.23,0,0,0-1.72,0A1.16,1.16,0,0,0,11.86,700Z"/>
- <path class="cls-4" d="M18,729a9,9,0,1,0,9,9A9,9,0,0,0,18,729Zm1,14H17v-6h2Zm0-8H17v-2h2Z"/>
- <path class="cls-4" d="M19,783v-2h2v2Zm0-6h2v2H19Zm0-4h2v2H19Zm0-4h2v2H19Zm0-4h2v2H19Zm-4,16h2v2H15Zm0-4h2v2H15Zm0-4h2v2H15Zm0-4h2v2H15Zm0-4h2v2H15Z"/>
- <path class="cls-3" d="M23.77,841.74a.77.77,0,0,0-1.12,0l-6.51,6.78-2.79-2.91a.77.77,0,0,0-1.12,0,.84.84,0,0,0,0,1.16l3.35,3.49a.77.77,0,0,0,1.12,0l7.07-7.36A.84.84,0,0,0,23.77,841.74Z"/>
- <g>
- <path class="cls-5" d="M57,876.4a3.25,3.25,0,0,0,0-4.73,5.07,5.07,0,0,0-3.1-.78h-4.2v6.29h4.2A5.07,5.07,0,0,0,57,876.4Z"/>
- <path class="cls-5" d="M54.27,879.47H49.72v7.64h4.55a5.21,5.21,0,0,0,3.4-.94,3.62,3.62,0,0,0,1.1-2.89,3.57,3.57,0,0,0-1.1-2.88A5.21,5.21,0,0,0,54.27,879.47Z"/>
- <path class="cls-5" d="M76.08,876.4a3.25,3.25,0,0,0,0-4.73,5.09,5.09,0,0,0-3.1-.78H68.77v6.29H73A5.09,5.09,0,0,0,76.08,876.4Z"/>
- <polygon class="cls-5" points="30.28 881.73 37.99 881.73 34.13 871.35 30.28 881.73"/>
- <path class="cls-5" d="M0,864v30H114V864Zm21.68,25.43H4.55v-2.15L17.82,871H4.87v-2.38H21.36v2.15L8.09,887.05H21.68Zm19.11,0-1.91-5.35H29.42l-1.91,5.35h-3l8-20.86h3.22l8,20.86Zm19.06-1.52a8.57,8.57,0,0,1-5.44,1.52H46.88V868.57h7.25a8.18,8.18,0,0,1,5,1.34,4.52,4.52,0,0,1,1.75,3.82,4.74,4.74,0,0,1-.9,3,4,4,0,0,1-2.64,1.41,5.55,5.55,0,0,1,3.26,1.87,5.4,5.4,0,0,1,1.15,3.54A5.2,5.2,0,0,1,59.85,887.91Zm19.06,0a8.59,8.59,0,0,1-5.44,1.52H65.94V868.57h7.25a8.13,8.13,0,0,1,5,1.34A4.52,4.52,0,0,1,80,873.73a4.74,4.74,0,0,1-.9,3,4,4,0,0,1-2.64,1.41,5.56,5.56,0,0,1,3.25,1.87,5.41,5.41,0,0,1,1.16,3.54A5.23,5.23,0,0,1,78.91,887.91Zm9.25,1.52H85.33V868.57h2.83Zm18.17,0-5.75-8.73-5.81,8.73h-3l7.32-11-6.49-9.85h3.12l4.93,7.49,5-7.49h3l-6.5,9.77,7.31,11.09Z"/>
- <path class="cls-5" d="M73.33,879.47H68.77v7.64h4.56a5.16,5.16,0,0,0,3.39-.94,3.6,3.6,0,0,0,1.11-2.89,3.55,3.55,0,0,0-1.11-2.88A5.16,5.16,0,0,0,73.33,879.47Z"/>
- <polygon class="cls-1" points="108.64 868.57 105.63 868.57 100.64 876.06 95.71 868.57 92.59 868.57 99.08 878.42 91.76 889.43 94.77 889.43 100.58 880.7 106.33 889.43 109.45 889.43 102.14 878.34 108.64 868.57"/>
- <polygon class="cls-1" points="21.36 870.72 21.36 868.57 4.87 868.57 4.87 870.95 17.82 870.95 4.55 887.28 4.55 889.43 21.68 889.43 21.68 887.05 8.09 887.05 21.36 870.72"/>
- <path class="cls-1" d="M32.53,868.57l-8,20.86h3l1.91-5.35h9.46l1.91,5.35h3l-8-20.86Zm-2.25,13.16,3.85-10.38L38,881.73Z"/>
- <path class="cls-1" d="M57.35,878.18A4,4,0,0,0,60,876.77a4.74,4.74,0,0,0,.9-3,4.52,4.52,0,0,0-1.75-3.82,8.18,8.18,0,0,0-5-1.34H46.88v20.86h7.53a8.57,8.57,0,0,0,5.44-1.52,5.2,5.2,0,0,0,1.91-4.32,5.4,5.4,0,0,0-1.15-3.54A5.55,5.55,0,0,0,57.35,878.18Zm-7.63-7.29h4.2a5.07,5.07,0,0,1,3.1.78,3.25,3.25,0,0,1,0,4.73,5.07,5.07,0,0,1-3.1.78h-4.2Zm8,15.28a5.21,5.21,0,0,1-3.4.94H49.72v-7.64h4.55a5.21,5.21,0,0,1,3.4.93,3.57,3.57,0,0,1,1.1,2.88A3.62,3.62,0,0,1,57.67,886.17Z"/>
- <rect class="cls-1" x="85.33" y="868.57" width="2.84" height="20.85"/>
- <path class="cls-1" d="M76.41,878.18a4,4,0,0,0,2.64-1.41,4.74,4.74,0,0,0,.9-3,4.52,4.52,0,0,0-1.76-3.82,8.13,8.13,0,0,0-5-1.34H65.94v20.86h7.53a8.59,8.59,0,0,0,5.44-1.52,5.23,5.23,0,0,0,1.91-4.32,5.41,5.41,0,0,0-1.16-3.54A5.56,5.56,0,0,0,76.41,878.18Zm-7.64-7.29H73a5.09,5.09,0,0,1,3.1.78,3.25,3.25,0,0,1,0,4.73,5.09,5.09,0,0,1-3.1.78H68.77Zm8,15.28a5.16,5.16,0,0,1-3.39.94H68.77v-7.64h4.56a5.16,5.16,0,0,1,3.39.93,3.55,3.55,0,0,1,1.11,2.88A3.6,3.6,0,0,1,76.72,886.17Z"/>
- </g>
- <g>
- <path class="cls-5" d="M47.52,913.34a2.36,2.36,0,0,0,.84-2,2.33,2.33,0,0,0-.84-2,4.27,4.27,0,0,0-2.59-.65h-3.5V914h3.5A4.35,4.35,0,0,0,47.52,913.34Z"/>
- <path class="cls-5" d="M45.23,915.89h-3.8v6.36h3.8a4.33,4.33,0,0,0,2.83-.78,3,3,0,0,0,.91-2.4,3,3,0,0,0-.91-2.4A4.27,4.27,0,0,0,45.23,915.89Z"/>
- <path class="cls-5" d="M63.4,913.34a2.37,2.37,0,0,0,.85-2,2.34,2.34,0,0,0-.85-2,4.27,4.27,0,0,0-2.59-.65h-3.5V914h3.5A4.35,4.35,0,0,0,63.4,913.34Z"/>
- <polygon class="cls-5" points="25.23 917.78 31.66 917.78 28.44 909.13 25.23 917.78"/>
- <path class="cls-5" d="M0,903v25H95V903Zm18.07,21.2H3.79v-1.8l11.06-13.6H4.06v-2H17.8v1.8l-11,13.6H18.07Zm15.92,0-1.59-4.46H24.51l-1.58,4.46h-2.5l6.68-17.39h2.68l6.66,17.39Zm15.89-1.28a7.17,7.17,0,0,1-4.54,1.28H39.07V906.81h6a6.7,6.7,0,0,1,4.17,1.12,3.74,3.74,0,0,1,1.46,3.18,4,4,0,0,1-.75,2.53,3.43,3.43,0,0,1-2.19,1.19,4.32,4.32,0,0,1,3.67,4.49A4.35,4.35,0,0,1,49.88,922.92Zm15.87,0a7.14,7.14,0,0,1-4.53,1.28H55V906.81h6a6.74,6.74,0,0,1,4.17,1.12,3.77,3.77,0,0,1,1.47,3.18,4,4,0,0,1-.75,2.53,3.45,3.45,0,0,1-2.21,1.19,4.54,4.54,0,0,1,2.71,1.54,4.48,4.48,0,0,1,1,3A4.33,4.33,0,0,1,65.75,922.92Zm7.72,1.28H71.1V906.81h2.37Zm15.14,0-4.8-7.28L79,924.2H76.47L82.56,915l-5.4-8.2h2.6l4.11,6.25L88,906.81h2.51L85.12,915l6.09,9.25Z"/>
- <path class="cls-5" d="M61.11,915.89h-3.8v6.36h3.8a4.33,4.33,0,0,0,2.83-.78,3,3,0,0,0,.92-2.4,3,3,0,0,0-.92-2.4A4.27,4.27,0,0,0,61.11,915.89Z"/>
- <polygon class="cls-1" points="90.53 906.81 88.02 906.81 83.87 913.06 79.76 906.81 77.16 906.81 82.56 915.01 76.47 924.2 78.97 924.2 83.81 916.91 88.61 924.2 91.21 924.2 85.12 914.95 90.53 906.81"/>
- <polygon class="cls-1" points="17.8 908.61 17.8 906.81 4.06 906.81 4.06 908.8 14.85 908.8 3.79 922.4 3.79 924.2 18.07 924.2 18.07 922.21 6.75 922.21 17.8 908.61"/>
- <path class="cls-1" d="M27.11,906.81,20.43,924.2h2.5l1.58-4.46H32.4L34,924.2h2.46l-6.66-17.39Zm-1.88,11,3.21-8.65,3.22,8.65Z"/>
- <path class="cls-1" d="M47.8,914.83A3.43,3.43,0,0,0,50,913.64a4,4,0,0,0,.75-2.53,3.74,3.74,0,0,0-1.46-3.18,6.7,6.7,0,0,0-4.17-1.12h-6V924.2h6.27a7.17,7.17,0,0,0,4.54-1.28,4.35,4.35,0,0,0,1.59-3.6,4.32,4.32,0,0,0-3.67-4.49Zm-6.37-6.09h3.5a4.27,4.27,0,0,1,2.59.65,2.33,2.33,0,0,1,.84,2,2.36,2.36,0,0,1-.84,2,4.35,4.35,0,0,1-2.59.65h-3.5Zm6.63,12.73a4.33,4.33,0,0,1-2.83.78h-3.8v-6.36h3.8a4.27,4.27,0,0,1,2.83.78,3,3,0,0,1,.91,2.4A3,3,0,0,1,48.06,921.47Z"/>
- <rect class="cls-1" x="71.1" y="906.81" width="2.36" height="17.38"/>
- <path class="cls-1" d="M63.67,914.83a3.45,3.45,0,0,0,2.21-1.19,4,4,0,0,0,.75-2.53,3.77,3.77,0,0,0-1.47-3.18A6.74,6.74,0,0,0,61,906.81H55V924.2h6.27a7.14,7.14,0,0,0,4.53-1.28,4.33,4.33,0,0,0,1.6-3.6,4.48,4.48,0,0,0-1-3A4.54,4.54,0,0,0,63.67,914.83Zm-6.36-6.09h3.5a4.27,4.27,0,0,1,2.59.65,2.34,2.34,0,0,1,.85,2,2.37,2.37,0,0,1-.85,2,4.35,4.35,0,0,1-2.59.65h-3.5Zm6.63,12.73a4.33,4.33,0,0,1-2.83.78h-3.8v-6.36h3.8a4.27,4.27,0,0,1,2.83.78,3,3,0,0,1,.92,2.4A3,3,0,0,1,63.94,921.47Z"/>
- </g>
- <g>
- <path class="cls-5" d="M615.52,409.93a2.28,2.28,0,0,0,.81-1.9,2.22,2.22,0,0,0-.81-1.89,4,4,0,0,0-2.48-.63h-3.35v5H613A4.17,4.17,0,0,0,615.52,409.93Z"/>
- <path class="cls-5" d="M613.32,412.37h-3.63v6.11h3.63a4.08,4.08,0,0,0,2.71-.75,2.86,2.86,0,0,0,.88-2.3,2.83,2.83,0,0,0-.88-2.31A4.08,4.08,0,0,0,613.32,412.37Z"/>
- <path class="cls-5" d="M630.73,409.93a2.28,2.28,0,0,0,.81-1.9,2.22,2.22,0,0,0-.81-1.89,4,4,0,0,0-2.48-.63H624.9v5h3.35A4.17,4.17,0,0,0,630.73,409.93Z"/>
- <polygon class="cls-5" points="594.17 414.19 600.33 414.19 597.25 405.88 594.17 414.19"/>
- <path class="cls-5" d="M570,400v24h91V400Zm17.31,20.35H573.63v-1.73l10.6-13.05H573.89v-1.91h13.16v1.73l-10.59,13.05h10.85Zm15.25,0L601,416.07h-7.56L592,420.35h-2.39l6.4-16.69h2.57l6.38,16.69Zm15.22-1.23a6.85,6.85,0,0,1-4.35,1.23h-6V403.66h5.79a6.52,6.52,0,0,1,4,1.07,3.63,3.63,0,0,1,1.4,3.06,3.77,3.77,0,0,1-.72,2.42,3.25,3.25,0,0,1-2.11,1.14,4.15,4.15,0,0,1,3.52,4.32A4.17,4.17,0,0,1,617.78,419.12Zm15.2,0a6.8,6.8,0,0,1-4.34,1.23h-6V403.66h5.79a6.47,6.47,0,0,1,4,1.07,3.62,3.62,0,0,1,1.41,3.06,3.77,3.77,0,0,1-.72,2.42,3.25,3.25,0,0,1-2.11,1.14,4.38,4.38,0,0,1,2.6,1.49,4.3,4.3,0,0,1,.92,2.83A4.15,4.15,0,0,1,633,419.12Zm7.4,1.23h-2.27V403.66h2.27Zm14.5,0-4.59-7-4.64,7h-2.4l5.84-8.82-5.18-7.87h2.49l3.94,6,4-6h2.41l-5.18,7.81,5.83,8.88Z"/>
- <path class="cls-5" d="M628.54,412.37H624.9v6.11h3.64a4.13,4.13,0,0,0,2.71-.75,2.9,2.9,0,0,0,.88-2.3,2.86,2.86,0,0,0-.88-2.31A4.13,4.13,0,0,0,628.54,412.37Z"/>
- <polygon class="cls-1" points="656.72 403.66 654.31 403.66 650.34 409.65 646.4 403.66 643.91 403.66 649.09 411.53 643.25 420.35 645.65 420.35 650.29 413.36 654.88 420.35 657.37 420.35 651.54 411.47 656.72 403.66"/>
- <polygon class="cls-1" points="587.05 405.38 587.05 403.66 573.89 403.66 573.89 405.56 584.23 405.56 573.63 418.62 573.63 420.35 587.31 420.35 587.31 418.44 576.46 418.44 587.05 405.38"/>
- <path class="cls-1" d="M596,403.66l-6.4,16.69H592l1.52-4.28H601l1.52,4.28h2.36l-6.38-16.69Zm-1.8,10.53,3.08-8.31,3.08,8.31Z"/>
- <path class="cls-1" d="M615.78,411.35a3.25,3.25,0,0,0,2.11-1.14,3.77,3.77,0,0,0,.72-2.42,3.63,3.63,0,0,0-1.4-3.06,6.52,6.52,0,0,0-4-1.07h-5.79v16.69h6a6.85,6.85,0,0,0,4.35-1.23,4.17,4.17,0,0,0,1.52-3.45,4.15,4.15,0,0,0-3.52-4.32Zm-6.09-5.84H613a4,4,0,0,1,2.48.63,2.22,2.22,0,0,1,.81,1.89,2.28,2.28,0,0,1-.81,1.9,4.17,4.17,0,0,1-2.48.62h-3.35ZM616,417.73a4.08,4.08,0,0,1-2.71.75h-3.63v-6.11h3.63a4.08,4.08,0,0,1,2.71.75,2.83,2.83,0,0,1,.88,2.31A2.86,2.86,0,0,1,616,417.73Z"/>
- <rect class="cls-1" x="638.11" y="403.66" width="2.27" height="16.69"/>
- <path class="cls-1" d="M631,411.35a3.25,3.25,0,0,0,2.11-1.14,3.77,3.77,0,0,0,.72-2.42,3.62,3.62,0,0,0-1.41-3.06,6.47,6.47,0,0,0-4-1.07h-5.79v16.69h6a6.8,6.8,0,0,0,4.34-1.23,4.15,4.15,0,0,0,1.53-3.45,4.3,4.3,0,0,0-.92-2.83A4.38,4.38,0,0,0,631,411.35Zm-6.09-5.84h3.35a4,4,0,0,1,2.48.63,2.22,2.22,0,0,1,.81,1.89,2.28,2.28,0,0,1-.81,1.9,4.17,4.17,0,0,1-2.48.62H624.9Zm6.35,12.22a4.13,4.13,0,0,1-2.71.75H624.9v-6.11h3.64a4.13,4.13,0,0,1,2.71.75,2.86,2.86,0,0,1,.88,2.31A2.9,2.9,0,0,1,631.25,417.73Z"/>
- </g>
- <path class="cls-2" d="M23,84H13a1,1,0,0,0-1,1V95a1,1,0,0,0,1,1H23a1,1,0,0,0,1-1V85A1,1,0,0,0,23,84Zm-2,9.82H15V92.59l3.54-4.82H15.19V86.18H20.9v1.35l-3.45,4.7H21Z"/>
- <g>
- <polygon class="cls-1" points="25 227 19.63 227 21.63 229 19 231.64 20.36 233 22.99 230.37 25 232.37 25 227"/>
- <polygon class="cls-1" points="15.64 235 13.01 237.63 11 235.63 11 241 16.37 241 14.37 239 17 236.36 15.64 235"/>
- </g>
- <g>
- <polygon class="cls-1" points="25 264.36 23.64 263 21.01 265.63 19 263.63 19 269 24.37 269 22.37 267 25 264.36"/>
- <polygon class="cls-1" points="13.63 273 11 275.64 12.36 277 14.99 274.37 17 276.37 17 271 11.63 271 13.63 273"/>
- </g>
- <path class="cls-2" d="M22.35,158.06l-1.06,1.07a4.31,4.31,0,0,1,1.21,3,4.5,4.5,0,0,1-9,0,4.31,4.31,0,0,1,1.21-3l-1.06-1.06a5.77,5.77,0,0,0-1.65,4,6,6,0,0,0,12,0A5.81,5.81,0,0,0,22.35,158.06ZM19,156H17v6h2Z"/>
- <path class="cls-1" d="M96.39,56.56a4.13,4.13,0,0,1-.18-.48,2.08,2.08,0,0,1-.09-.63,1.43,1.43,0,0,1,.21-.76,3.56,3.56,0,0,1,.54-.66q.31-.31.69-.63a4.37,4.37,0,0,0,.69-.73,3.71,3.71,0,0,0,.54-.9A2.75,2.75,0,0,0,99,50.66a2.54,2.54,0,0,0-.25-1.16,2.31,2.31,0,0,0-.7-.82,3,3,0,0,0-1-.51A4.53,4.53,0,0,0,95.78,48a5.44,5.44,0,0,0-2.78.78v1.88a3.31,3.31,0,0,1,2.32-1.08,2.63,2.63,0,0,1,.7.09,1.78,1.78,0,0,1,.59.27,1.36,1.36,0,0,1,.41.45,1.47,1.47,0,0,1,.14.64,1.41,1.41,0,0,1-.2.75,3.36,3.36,0,0,1-.49.65c-.2.21-.42.42-.65.63a8.08,8.08,0,0,0-.64.68,3.38,3.38,0,0,0-.5.75,2,2,0,0,0-.2.9,3.47,3.47,0,0,0,.06.64,2.41,2.41,0,0,0,.13.53Zm0,3.12a1,1,0,0,0,.34-.76,1,1,0,0,0-.34-.76,1.13,1.13,0,0,0-.81-.33,1.18,1.18,0,0,0-.83.33,1,1,0,0,0-.34.76,1,1,0,0,0,.34.76,1.23,1.23,0,0,0,.83.32,1.2,1.2,0,0,0,.81-.32Z"/>
- <path class="cls-1" d="M96,128a9.48,9.48,0,0,0-6,2.13V132h12v-1.87A9.48,9.48,0,0,0,96,128Zm0-2a3,3,0,1,0-3-3A3,3,0,0,0,96,126Z"/>
- <path class="cls-1" d="M101,84H91a1,1,0,0,0-1,1V95a1,1,0,0,0,1,1h10a1,1,0,0,0,1-1V85A1,1,0,0,0,101,84Zm-2,9.82H93V92.59l3.54-4.82H93.19V86.18H98.9v1.35l-3.45,4.7H99Z"/>
- <path class="cls-1" d="M100.35,158.06l-1.06,1.07a4.31,4.31,0,0,1,1.21,3,4.5,4.5,0,0,1-9,0,4.31,4.31,0,0,1,1.21-3l-1.06-1.06a5.77,5.77,0,0,0-1.65,4,6,6,0,0,0,12,0A5.81,5.81,0,0,0,100.35,158.06ZM97,156H95v6h2Z"/>
- <path class="cls-4" d="M61.5,837h-15a1.5,1.5,0,0,0-1.5,1.5v15a1.5,1.5,0,0,0,1.5,1.5h15a1.5,1.5,0,0,0,1.5-1.5v-15A1.5,1.5,0,0,0,61.5,837ZM61,853H47V841H61Zm-10-9H49v2h2Zm8,0H57v2h2Zm-4,0H53v2h2Zm0,4H53v2h2Zm-4,0H49v2h2Zm8,0H57v2h2Z"/>
- <path class="cls-6" d="M58.79,807.22,56.6,809.4l-2-2,2.19-2.19a3.4,3.4,0,0,0-4.3,4.55L49,813.23,50.77,815l3.48-3.48a3.4,3.4,0,0,0,4.54-4.3Z"/>
- <path class="cls-3" d="M55,777v-5.21a2.5,2.5,0,1,0-2,0V777H50l4,4,4-4Z"/>
- <path class="cls-3" d="M53,735v5.21a2.5,2.5,0,1,0,2,0V735h3l-4-4-4,4Z"/>
- <path class="cls-3" d="M61.68,695.71a1,1,0,0,0-1.53,0l-8.45,8.91-3.85-4a1,1,0,0,0-1.53,0,1.17,1.17,0,0,0,0,1.61l4.6,4.86a1.07,1.07,0,0,0,.78.34,1,1,0,0,0,.77-.34l9.21-9.71A1.18,1.18,0,0,0,61.68,695.71Z"/>
- <path class="cls-1" d="M98.91,19.85l-.26.27-.73-.73a4.5,4.5,0,1,0-.53.53l.73.73-.27.26L100.94,24,102,22.94Zm-6.53-1.23a3,3,0,1,1,4.24,0A3,3,0,0,1,92.38,18.62Z"/>
- <path d="M174.39,56.56a4.13,4.13,0,0,1-.18-.48,2.08,2.08,0,0,1-.09-.63,1.43,1.43,0,0,1,.21-.76,3.56,3.56,0,0,1,.54-.66q.31-.31.69-.63a4.37,4.37,0,0,0,.69-.73,3.71,3.71,0,0,0,.54-.9,2.75,2.75,0,0,0,.21-1.11,2.54,2.54,0,0,0-.25-1.16,2.31,2.31,0,0,0-.7-.82,3,3,0,0,0-1-.51,4.53,4.53,0,0,0-1.24-.17,5.44,5.44,0,0,0-2.78.78v1.88a3.31,3.31,0,0,1,2.32-1.08,2.63,2.63,0,0,1,.7.09,1.78,1.78,0,0,1,.59.27,1.36,1.36,0,0,1,.41.45,1.47,1.47,0,0,1,.14.64,1.41,1.41,0,0,1-.2.75,3.36,3.36,0,0,1-.49.65c-.2.21-.42.42-.65.63a8.08,8.08,0,0,0-.64.68,3.38,3.38,0,0,0-.5.75,2,2,0,0,0-.2.9,3.47,3.47,0,0,0,.06.64,2.41,2.41,0,0,0,.13.53Zm0,3.12a1,1,0,0,0,.34-.76,1,1,0,0,0-.34-.76,1.13,1.13,0,0,0-.81-.33,1.18,1.18,0,0,0-.83.33,1,1,0,0,0-.34.76,1,1,0,0,0,.34.76,1.23,1.23,0,0,0,.83.32,1.2,1.2,0,0,0,.81-.32Z"/>
- <path d="M174,128a9.48,9.48,0,0,0-6,2.13V132h12v-1.87A9.48,9.48,0,0,0,174,128Zm0-2a3,3,0,1,0-3-3A3,3,0,0,0,174,126Z"/>
- <path class="cls-2" d="M253,121a2,2,0,1,1-2,2,2,2,0,0,1,2-2m0,8a8.47,8.47,0,0,1,5,1.63V131H248v-.37a8.38,8.38,0,0,1,5-1.63m0-9a3,3,0,1,0,3,3,3,3,0,0,0-3-3Zm0,8a9.48,9.48,0,0,0-6,2.13V132h12v-1.87a9.48,9.48,0,0,0-6-2.13Z"/>
- <path class="cls-1" d="M253,157a2,2,0,1,1-2,2,2,2,0,0,1,2-2m0,8a8.47,8.47,0,0,1,5,1.63V167H248v-.37a8.38,8.38,0,0,1,5-1.63m0-9a3,3,0,1,0,3,3,3,3,0,0,0-3-3Zm0,8a9.48,9.48,0,0,0-6,2.13V168h12v-1.87a9.48,9.48,0,0,0-6-2.13Z"/>
- <path d="M253,193a2,2,0,1,1-2,2,2,2,0,0,1,2-2m0,8a8.47,8.47,0,0,1,5,1.63V203H248v-.37a8.38,8.38,0,0,1,5-1.63m0-9a3,3,0,1,0,3,3,3,3,0,0,0-3-3Zm0,8a9.48,9.48,0,0,0-6,2.13V204h12v-1.87a9.48,9.48,0,0,0-6-2.13Z"/>
- <path d="M179,84H169a1,1,0,0,0-1,1V95a1,1,0,0,0,1,1h10a1,1,0,0,0,1-1V85A1,1,0,0,0,179,84Zm-2,9.82h-6V92.59l3.54-4.82h-3.33V86.18h5.71v1.35l-3.45,4.7H177Z"/>
- <path d="M178.35,158.06l-1.06,1.07a4.31,4.31,0,0,1,1.21,3,4.5,4.5,0,0,1-9,0,4.31,4.31,0,0,1,1.21-3l-1.06-1.06a5.77,5.77,0,0,0-1.65,4,6,6,0,0,0,12,0A5.81,5.81,0,0,0,178.35,158.06ZM175,156h-2v6h2Z"/>
- <path d="M176.91,19.85l-.26.27-.73-.73a4.5,4.5,0,1,0-.53.53l.73.73-.27.26L178.94,24,180,22.94Zm-6.53-1.23a3,3,0,1,1,4.24,0A3,3,0,0,1,170.38,18.62Z"/>
- <path class="cls-1" d="M18,299l-2.1,4.7-4.9.65.71.7h0l.19.19h0l2.7,2.66h0l-.93,5.1.87-.5h0l.27-.16h0L18,310.5l3.19,1.84h0l.27.16h0l.87.5-.93-5.1h0l2.7-2.66h0l.19-.19h0l.71-.7-4.9-.65L18,299Zm-4.84,6.07,2.87-.38.55-.07.23-.51L18,301.45l1.19,2.66.23.51.55.07,2.87.38-2.14,2.12-.38.37.09.52.55,3-2.46-1.42-.5-.29-.5.29L15,311.05l.54-3,.1-.52-.38-.37-2.14-2.12Z"/>
- <g>
- <path class="cls-6" d="M16.24,338.16l-4.16.55,3.06,3s-.54,3-.78,4.3L18,343.92,21.64,346c-.24-1.34-.78-4.3-.78-4.3l3.06-3-4.16-.55L18,334.22Z"/>
- <path class="cls-6" d="M18,333l-2.1,4.7-4.9.65.71.7h0l.19.19h0l2.7,2.66h0l-.93,5.1.87-.5h0l.27-.16h0L18,344.5l3.19,1.84h0l.27.16h0l.87.5-.93-5.1h0l2.7-2.66h0l.19-.19h0l.71-.7-4.9-.65L18,333Zm-4.84,6.07,2.87-.38.55-.07.23-.51L18,335.45l1.19,2.66.23.51.55.07,2.87.38-2.14,2.12-.38.37.09.52.55,3-2.46-1.42-.5-.29-.5.29L15,345.05l.54-3,.1-.52-.38-.37-2.14-2.12Z"/>
- </g>
- <path class="cls-1" d="M53,671h2v-6H53Zm0-10v2h2v-2Z"/>
- <path class="cls-3" d="M59.11,630l1.89-.47a7,7,0,0,0-1-2.4l-1.66,1-1.45-1.45,1-1.66a7.19,7.19,0,0,0-2.4-1L55,625.89H53L52.5,624a7.22,7.22,0,0,0-2.39,1l1,1.66-1.45,1.45-1.66-1a7,7,0,0,0-1,2.4l1.89.47v2L47,632.5a7,7,0,0,0,1,2.39l1.66-1,1.45,1.45-1,1.66a7,7,0,0,0,2.39,1l.48-1.89h2l.47,1.89a7,7,0,0,0,2.4-1l-1-1.66,1.45-1.45,1.66,1a7,7,0,0,0,1-2.39L59.11,632ZM54,633.05a2,2,0,1,1,2-2A2.05,2.05,0,0,1,54,633.05Z"/>
- <path class="cls-3" d="M56,588v-1H52v1H48v2H60v-2Zm-7,11.5a1.5,1.5,0,0,0,1.5,1.5h7a1.5,1.5,0,0,0,1.5-1.5V591H49Zm6.25-6.5h1.5v6h-1.5Zm-4,0h1.5v6h-1.5Z"/>
- <path id="path4237-4-1" class="cls-1" d="M98,729.36l-6,6.14,6,6.14a1.16,1.16,0,0,0,1.68,0,1.23,1.23,0,0,0,0-1.72l-4.29-4.42,4.29-4.42a1.24,1.24,0,0,0,0-1.72A1.16,1.16,0,0,0,98,729.36Z"/>
- <path id="path4237-4" class="cls-7" d="M98,695.86,92,702l6,6.14a1.16,1.16,0,0,0,1.68,0,1.23,1.23,0,0,0,0-1.72L95.36,702l4.29-4.42a1.24,1.24,0,0,0,0-1.72A1.16,1.16,0,0,0,98,695.86Z"/>
- <path id="path4237-4-2" data-name="path4237-4" d="M257,662.36l-6,6.14,6,6.14a1.16,1.16,0,0,0,1.68,0,1.24,1.24,0,0,0,0-1.73l-4.29-4.41,4.29-4.42a1.24,1.24,0,0,0,0-1.72A1.16,1.16,0,0,0,257,662.36Z"/>
- <path id="path4237-4-3" data-name="path4237-4" d="M253,641.14l6-6.14-6-6.14a1.16,1.16,0,0,0-1.68,0,1.23,1.23,0,0,0,0,1.72l4.29,4.42-4.29,4.42a1.23,1.23,0,0,0,0,1.72A1.16,1.16,0,0,0,253,641.14Z"/>
- <path id="path4237-4-4" data-name="path4237-4" class="cls-3" d="M98,662.36l-6,6.14,6,6.14a1.16,1.16,0,0,0,1.68,0,1.24,1.24,0,0,0,0-1.73l-4.29-4.41,4.29-4.42a1.24,1.24,0,0,0,0-1.72A1.16,1.16,0,0,0,98,662.36Z"/>
- <path id="path4237-4-5" data-name="path4237-4" class="cls-3" d="M94,641.14l6-6.14-6-6.14a1.16,1.16,0,0,0-1.68,0,1.23,1.23,0,0,0,0,1.72L96.64,635l-4.29,4.42a1.23,1.23,0,0,0,0,1.72A1.16,1.16,0,0,0,94,641.14Z"/>
- <path id="path4237-4-6" data-name="path4237-4" class="cls-1" d="M410,662.36l-6,6.14,6,6.14a1.16,1.16,0,0,0,1.68,0,1.24,1.24,0,0,0,0-1.73l-4.29-4.41,4.29-4.42a1.24,1.24,0,0,0,0-1.72A1.16,1.16,0,0,0,410,662.36Z"/>
- <path id="path4237-4-7" data-name="path4237-4" class="cls-1" d="M406,641.14l6-6.14-6-6.14a1.16,1.16,0,0,0-1.68,0,1.23,1.23,0,0,0,0,1.72l4.29,4.42-4.29,4.42a1.23,1.23,0,0,0,0,1.72A1.16,1.16,0,0,0,406,641.14Z"/>
- <g>
- <path d="M181,486a4,4,0,0,0-2-3.44v6.88A4,4,0,0,0,181,486Z"/>
- <g>
- <polygon points="170 483.38 170 488.63 172.56 488.63 177 493 177 479 172.56 483.38 170 483.38"/>
- <path d="M179,479.31v1.58a5.48,5.48,0,0,1,0,10.22v1.58a7,7,0,0,0,0-13.38Z"/>
- </g>
- </g>
- <path d="M182.5,522a6.12,6.12,0,0,1-.13,1.14l1.21,1.21A6.75,6.75,0,0,0,184,522a7,7,0,0,0-5-6.69v1.58A5.48,5.48,0,0,1,182.5,522Zm-3.5-3.44v1.21l2,2A4,4,0,0,0,179,518.56Zm4.7,8.74-12-12-1.41,1.41,2.48,2.47-.2.21H170v5.25h2.56L177,529v-5.59l2,2v0h0l1.09,1.08a4.88,4.88,0,0,1-1.1.6v1.58a6.84,6.84,0,0,0,2.17-1.1l1.13,1.13,1.42-1.42h0ZM177,515l-1.4,1.38,1.4,1.39Z"/>
- <path d="M177,565a2,2,0,0,0,2-2h-4A2,2,0,0,0,177,565Zm4-5.37v-3a4,4,0,0,0-3-3.86V552a1,1,0,0,0-2,0v.77a4,4,0,0,0-3,3.86v3l-2,2h12Z"/>
- <path d="M181,592.63a4,4,0,0,0-3-3.86V588a1,1,0,0,0-2,0v.77h0l5,5ZM177,601a2,2,0,0,0,2-2h-4A2,2,0,0,0,177,601Zm7-1.41h0L171.39,587,170,588.4l3.16,3.16a3.74,3.74,0,0,0-.16,1.07v3l-2,2h8.22L182.6,601l1.4-1.4Z"/>
- <path d="M183,628a2,2,0,1,0,2,2A2,2,0,0,0,183,628Zm-12,0a2,2,0,1,0,2,2A2,2,0,0,0,171,628Zm6,0a2,2,0,1,0,2,2A2,2,0,0,0,177,628Z"/>
- <path d="M183.14,668,177,662l-6.14,6a1.16,1.16,0,0,0,0,1.68,1.23,1.23,0,0,0,1.72,0l4.42-4.29,4.42,4.29a1.23,1.23,0,0,0,1.72,0A1.16,1.16,0,0,0,183.14,668Z"/>
- <path d="M170.86,700l6.14,6,6.14-6a1.16,1.16,0,0,0,0-1.68,1.23,1.23,0,0,0-1.72,0L177,702.64l-4.42-4.29a1.23,1.23,0,0,0-1.72,0A1.16,1.16,0,0,0,170.86,700Z"/>
- <path d="M177,729a9,9,0,1,0,9,9A9,9,0,0,0,177,729Zm1,14h-2v-6h2Zm0-8h-2v-2h2Z"/>
- <path d="M178,783v-2h2v2Zm0-6h2v2h-2Zm0-4h2v2h-2Zm0-4h2v2h-2Zm0-4h2v2h-2Zm-4,16h2v2h-2Zm0-4h2v2h-2Zm0-4h2v2h-2Zm0-4h2v2h-2Zm0-4h2v2h-2Z"/>
- <path d="M182.77,841.74a.77.77,0,0,0-1.12,0l-6.51,6.78-2.79-2.91a.77.77,0,0,0-1.12,0,.84.84,0,0,0,0,1.16l3.35,3.49a.77.77,0,0,0,1.12,0l7.07-7.36A.84.84,0,0,0,182.77,841.74Z"/>
- <path d="M220.5,837h-15a1.5,1.5,0,0,0-1.5,1.5v15a1.5,1.5,0,0,0,1.5,1.5h15a1.5,1.5,0,0,0,1.5-1.5v-15A1.5,1.5,0,0,0,220.5,837Zm-.5,16H206V841h14Zm-10-9h-2v2h2Zm8,0h-2v2h2Zm-4,0h-2v2h2Zm0,4h-2v2h2Zm-4,0h-2v2h2Zm8,0h-2v2h2Z"/>
- <path d="M217.79,807.22l-2.19,2.18-2-2,2.19-2.19a3.4,3.4,0,0,0-4.3,4.55L208,813.23l1.77,1.77,3.48-3.48a3.4,3.4,0,0,0,4.54-4.3Z"/>
- <path d="M214,777v-5.21a2.5,2.5,0,1,0-2,0V777h-3l4,4,4-4Z"/>
- <path d="M212,735v5.21a2.5,2.5,0,1,0,2,0V735h3l-4-4-4,4Z"/>
- <path d="M220.68,695.71a1,1,0,0,0-1.53,0l-8.45,8.91-3.85-4a1,1,0,0,0-1.53,0,1.17,1.17,0,0,0,0,1.61l4.6,4.86a1.07,1.07,0,0,0,.78.34,1,1,0,0,0,.77-.34l9.21-9.71A1.18,1.18,0,0,0,220.68,695.71Z"/>
- <path class="cls-1" d="M212,671h2v-6h-2Zm0-10v2h2v-2Z"/>
- <path d="M218.11,630l1.89-.47a7,7,0,0,0-1-2.4l-1.66,1-1.45-1.45,1-1.66a7.19,7.19,0,0,0-2.4-1l-.47,1.89h-2L211.5,624a7.22,7.22,0,0,0-2.39,1l1,1.66-1.45,1.45-1.66-1a7,7,0,0,0-1,2.4l1.89.47v2l-1.89.48a7,7,0,0,0,1,2.39l1.66-1,1.45,1.45-1,1.66a7,7,0,0,0,2.39,1l.48-1.89h2l.47,1.89a7,7,0,0,0,2.4-1l-1-1.66,1.45-1.45,1.66,1a7,7,0,0,0,1-2.39l-1.89-.48ZM213,633.05a2,2,0,1,1,2-2A2.05,2.05,0,0,1,213,633.05Z"/>
- <path d="M215,588v-1h-4v1h-4v2h12v-2Zm-7,11.5a1.5,1.5,0,0,0,1.5,1.5h7a1.5,1.5,0,0,0,1.5-1.5V591H208Zm6.25-6.5h1.5v6h-1.5Zm-4,0h1.5v6h-1.5Z"/>
- <path id="path4237-4-8" data-name="path4237-4" d="M257,695.86,251,702l6,6.14a1.16,1.16,0,0,0,1.68,0,1.23,1.23,0,0,0,0-1.72L254.36,702l4.29-4.42a1.24,1.24,0,0,0,0-1.72A1.16,1.16,0,0,0,257,695.86Z"/>
- <path id="path4237-4-1-2" data-name="path4237-4-1" class="cls-1" d="M257,729.36l-6,6.14,6,6.14a1.16,1.16,0,0,0,1.68,0,1.23,1.23,0,0,0,0-1.72l-4.29-4.42,4.29-4.42a1.24,1.24,0,0,0,0-1.72A1.16,1.16,0,0,0,257,729.36Z"/>
- <g>
- <circle class="cls-8" cx="135.5" cy="296.5" r="12.5"/>
- <circle class="cls-1" cx="135.5" cy="296.5" r="9.27"/>
- <path d="M134.29,301.74h2.42v-5.8h-2.42Zm0-9.68V294h2.42v-1.94Z"/>
- </g>
- <g>
- <g class="cls-9">
- <path d="M139.46,328c-2.18-3.82-5.74-3.82-7.92,0L123,343.05c-2.18,3.82-.36,6.95,4,6.95h17c4.4,0,6.22-3.13,4-6.95Z"/>
- </g>
- <path class="cls-1" d="M136.46,329.12c-.53-1-1.39-1-1.92,0l-8.65,15.77c-.53,1-.07,1.76,1,1.76h17.16c1.1,0,1.56-.79,1-1.76Z"/>
- <path d="M136.92,334.18h-2.66v6.33h2.66Zm0,10.55v-2.11h-2.66v2.11Z"/>
- </g>
- <g>
- <g class="cls-9">
- <path d="M131.54,387.05c2.18,3.82,5.74,3.82,7.92,0L148,372c2.18-3.82.36-6.95-4-6.95H127c-4.4,0-6.22,3.13-4,6.95Z"/>
- </g>
- <path class="cls-1" d="M134.54,385.88c.53,1,1.39,1,1.92,0l8.65-15.77c.53-1,.07-1.76-1-1.76H126.92c-1.1,0-1.56.79-1,1.76Z"/>
- <path d="M136.74,370.27h-2.66v6.33h2.66Zm0,10.55v-2.11h-2.66v2.11Z"/>
- </g>
- <circle class="cls-1" cx="177" cy="420" r="9"/>
- <circle class="cls-1" cx="87" cy="420" r="9"/>
- <g>
- <rect x="176" y="423" width="2" height="2"/>
- <rect x="176" y="415" width="2" height="6"/>
- </g>
- <circle class="cls-1" cx="147" cy="420" r="9"/>
- <g>
- <rect x="146" y="415" width="2" height="2"/>
- <rect x="146" y="419" width="2" height="6"/>
- </g>
- <circle class="cls-1" cx="117" cy="420" r="9"/>
- <polygon class="cls-1" points="214.78 422.73 210.22 415.27 207 410 203.78 415.27 199.22 422.73 196 428 218 428 214.78 422.73"/>
- <polygon class="cls-1" points="229.22 416.27 233.78 423.73 237 429 240.22 423.73 244.78 416.27 248 411 226 411 229.22 416.27"/>
- <polygon class="cls-1" points="270.73 411 263.27 411 258 416.27 258 423.73 263.27 429 270.73 429 276 423.73 276 416.27 270.73 411"/>
- <g>
- <rect x="206" y="424" width="2" height="2"/>
- <rect x="206" y="416" width="2" height="6"/>
- </g>
- <g>
- <rect x="236" y="421" width="2" height="2"/>
- <rect x="236" y="413" width="2" height="6"/>
- </g>
- <polygon points="92.43 417.29 91.02 415.87 85.05 421.84 82.69 419.47 81.27 420.89 85.02 424.63 85.05 424.59 85.09 424.63 92.43 417.29"/>
- <path d="M117.39,423a4.13,4.13,0,0,1-.18-.48,2.08,2.08,0,0,1-.09-.63,1.43,1.43,0,0,1,.21-.76,3.26,3.26,0,0,1,.54-.66q.31-.32.69-.63a4.8,4.8,0,0,0,.69-.73,3.71,3.71,0,0,0,.54-.9,2.82,2.82,0,0,0,.21-1.11,2.51,2.51,0,0,0-.25-1.16,2.43,2.43,0,0,0-.7-.83,3,3,0,0,0-1-.5,4.53,4.53,0,0,0-1.24-.17,5.44,5.44,0,0,0-2.78.78v1.88a3.33,3.33,0,0,1,2.32-1.09,2.63,2.63,0,0,1,.7.09,1.89,1.89,0,0,1,.59.28,1.36,1.36,0,0,1,.41.45,1.44,1.44,0,0,1,.14.64,1.41,1.41,0,0,1-.2.75,3.69,3.69,0,0,1-.49.65c-.2.21-.42.42-.65.63a6.79,6.79,0,0,0-.64.68,3.38,3.38,0,0,0-.5.75,2,2,0,0,0-.2.9,3.55,3.55,0,0,0,.06.64,2.56,2.56,0,0,0,.13.53Zm0,2.82a1,1,0,0,0,.34-.76,1,1,0,0,0-.34-.76,1.13,1.13,0,0,0-.81-.33,1.18,1.18,0,0,0-.83.33,1,1,0,0,0-.34.76,1,1,0,0,0,.34.76,1.19,1.19,0,0,0,.83.32,1.16,1.16,0,0,0,.81-.32Z"/>
- <circle cx="177" cy="452" r="9"/>
- <circle cx="87" cy="452" r="9"/>
- <g>
- <rect class="cls-1" x="176" y="455" width="2" height="2"/>
- <rect class="cls-1" x="176" y="447" width="2" height="6"/>
- </g>
- <circle cx="147" cy="452" r="9"/>
- <g>
- <rect class="cls-1" x="146" y="447" width="2" height="2"/>
- <rect class="cls-1" x="146" y="451" width="2" height="6"/>
- </g>
- <circle cx="117" cy="452" r="9"/>
- <polygon points="214.78 454.73 210.22 447.27 207 442 203.78 447.27 199.22 454.73 196 460 218 460 214.78 454.73"/>
- <polygon points="229.22 448.27 233.78 455.73 237 461 240.22 455.73 244.78 448.27 248 443 226 443 229.22 448.27"/>
- <polygon points="270.73 443 263.27 443 258 448.27 258 455.73 263.27 461 270.73 461 276 455.73 276 448.27 270.73 443"/>
- <g>
- <rect class="cls-1" x="206" y="456" width="2" height="2"/>
- <rect class="cls-1" x="206" y="448" width="2" height="6"/>
- </g>
- <g>
- <rect class="cls-1" x="236" y="453" width="2" height="2"/>
- <rect class="cls-1" x="236" y="445" width="2" height="6"/>
- </g>
- <polygon class="cls-1" points="92.43 449.29 91.02 447.87 85.05 453.84 82.69 451.47 81.27 452.89 85.02 456.63 85.05 456.59 85.09 456.63 92.43 449.29"/>
- <path class="cls-1" d="M117.39,455a4.13,4.13,0,0,1-.18-.48,2.08,2.08,0,0,1-.09-.63,1.43,1.43,0,0,1,.21-.76,3.26,3.26,0,0,1,.54-.66q.31-.32.69-.63a4.8,4.8,0,0,0,.69-.73,3.71,3.71,0,0,0,.54-.9,2.82,2.82,0,0,0,.21-1.11,2.51,2.51,0,0,0-.25-1.16,2.43,2.43,0,0,0-.7-.83,3,3,0,0,0-1-.5,4.53,4.53,0,0,0-1.24-.17,5.44,5.44,0,0,0-2.78.78v1.88a3.33,3.33,0,0,1,2.32-1.09,2.63,2.63,0,0,1,.7.09,1.89,1.89,0,0,1,.59.28,1.36,1.36,0,0,1,.41.45,1.44,1.44,0,0,1,.14.64,1.41,1.41,0,0,1-.2.75,3.69,3.69,0,0,1-.49.65c-.2.21-.42.42-.65.63a6.79,6.79,0,0,0-.64.68,3.38,3.38,0,0,0-.5.75,2,2,0,0,0-.2.9,3.55,3.55,0,0,0,.06.64,2.56,2.56,0,0,0,.13.53Zm0,2.82a1,1,0,0,0,.34-.76,1,1,0,0,0-.34-.76,1.13,1.13,0,0,0-.81-.33,1.18,1.18,0,0,0-.83.33,1,1,0,0,0-.34.76,1,1,0,0,0,.34.76,1.19,1.19,0,0,0,.83.32,1.16,1.16,0,0,0,.81-.32Z"/>
- <rect x="262" y="419" width="10" height="3"/>
- <rect class="cls-1" x="262" y="451" width="10" height="3"/>
- <g>
- <circle class="cls-1" cx="434.37" cy="417.5" r="6.5"/>
- <circle class="cls-1" cx="365.38" cy="417.5" r="6.5"/>
- <g>
- <rect x="433.65" y="419.67" width="1.44" height="1.44"/>
- <rect x="433.65" y="413.89" width="1.44" height="4.33"/>
- </g>
- <circle class="cls-1" cx="411.37" cy="417.5" r="6.5"/>
- <g>
- <rect x="410.65" y="413.89" width="1.44" height="1.44"/>
- <rect x="410.65" y="416.78" width="1.44" height="4.33"/>
- </g>
- <circle class="cls-1" cx="388.37" cy="417.5" r="6.5"/>
- <polygon class="cls-1" points="461.97 419.78 459.28 415.22 457.38 412 455.47 415.22 452.78 419.78 450.88 423 463.88 423 461.97 419.78"/>
- <polygon class="cls-1" points="475.78 415.22 478.47 419.78 480.38 423 482.28 419.78 484.97 415.22 486.88 412 473.88 412 475.78 415.22"/>
- <polygon class="cls-1" points="506.07 411 500.68 411 496.88 414.81 496.88 420.19 500.68 424 506.07 424 509.88 420.19 509.88 414.81 506.07 411"/>
- <g>
- <rect x="456.78" y="420.56" width="1.18" height="1.22"/>
- <rect x="456.78" y="415.67" width="1.18" height="3.67"/>
- </g>
- <g>
- <rect x="479.78" y="418.11" width="1.18" height="1.22"/>
- <rect x="479.78" y="413.22" width="1.18" height="3.67"/>
- </g>
- <polygon points="369.3 415.54 368.27 414.52 363.97 418.83 362.26 417.12 361.24 418.14 363.94 420.84 363.97 420.82 363.99 420.84 369.3 415.54"/>
- <path d="M388.66,419.67a2,2,0,0,1-.13-.35,1.35,1.35,0,0,1-.07-.46,1,1,0,0,1,.15-.54,2.93,2.93,0,0,1,.39-.48c.15-.15.32-.31.5-.46a3.52,3.52,0,0,0,.5-.52,2.88,2.88,0,0,0,.39-.65,2.09,2.09,0,0,0,.15-.81,1.84,1.84,0,0,0-.18-.83,1.71,1.71,0,0,0-.5-.6,2.18,2.18,0,0,0-.75-.36,2.92,2.92,0,0,0-.9-.13,3.87,3.87,0,0,0-2,.57v1.35a2.38,2.38,0,0,1,1.67-.78,1.7,1.7,0,0,1,.51.07,1.52,1.52,0,0,1,.43.19,1,1,0,0,1,.29.33,1,1,0,0,1,.1.46,1,1,0,0,1-.14.54,2.67,2.67,0,0,1-.36.47c-.14.15-.3.31-.46.46a5.38,5.38,0,0,0-.47.49,3.17,3.17,0,0,0-.36.54,1.38,1.38,0,0,0-.14.65,2.38,2.38,0,0,0,0,.46,3.91,3.91,0,0,0,.09.39Zm0,2a.72.72,0,0,0,.25-.56.7.7,0,0,0-.25-.55.87.87,0,0,0-1.18,0,.7.7,0,0,0-.25.55.72.72,0,0,0,.25.56.87.87,0,0,0,1.18,0Z"/>
- <circle cx="434.37" cy="440.5" r="6.5"/>
- <circle cx="365.38" cy="440.5" r="6.5"/>
- <g>
- <rect class="cls-1" x="433.65" y="442.67" width="1.44" height="1.44"/>
- <rect class="cls-1" x="433.65" y="436.89" width="1.44" height="4.33"/>
- </g>
- <circle cx="411.37" cy="440.5" r="6.5"/>
- <g>
- <rect class="cls-1" x="410.65" y="436.89" width="1.44" height="1.44"/>
- <rect class="cls-1" x="410.65" y="439.78" width="1.44" height="4.33"/>
- </g>
- <circle cx="388.37" cy="440.5" r="6.5"/>
- <polygon points="461.97 442.78 459.28 438.22 457.38 435 455.47 438.22 452.78 442.78 450.88 446 463.88 446 461.97 442.78"/>
- <polygon points="475.78 438.22 478.47 442.78 480.38 446 482.28 442.78 484.97 438.22 486.88 435 473.88 435 475.78 438.22"/>
- <polygon points="506.07 434 500.68 434 496.88 437.81 496.88 443.19 500.68 447 506.07 447 509.88 443.19 509.88 437.81 506.07 434"/>
- <g>
- <rect class="cls-1" x="456.78" y="443.56" width="1.18" height="1.22"/>
- <rect class="cls-1" x="456.78" y="438.67" width="1.18" height="3.67"/>
- </g>
- <g>
- <rect class="cls-1" x="479.78" y="441.11" width="1.18" height="1.22"/>
- <rect class="cls-1" x="479.78" y="436.22" width="1.18" height="3.67"/>
- </g>
- <polygon class="cls-1" points="369.3 438.54 368.27 437.52 363.97 441.83 362.26 440.12 361.24 441.14 363.94 443.84 363.97 443.82 363.99 443.84 369.3 438.54"/>
- <path class="cls-1" d="M388.66,442.67a2,2,0,0,1-.13-.35,1.35,1.35,0,0,1-.07-.46,1,1,0,0,1,.15-.54,2.93,2.93,0,0,1,.39-.48c.15-.15.32-.31.5-.46a3.52,3.52,0,0,0,.5-.52,2.88,2.88,0,0,0,.39-.65,2.09,2.09,0,0,0,.15-.81,1.84,1.84,0,0,0-.18-.83,1.71,1.71,0,0,0-.5-.6,2.18,2.18,0,0,0-.75-.36,2.92,2.92,0,0,0-.9-.13,3.87,3.87,0,0,0-2,.57v1.35a2.38,2.38,0,0,1,1.67-.78,1.7,1.7,0,0,1,.51.07,1.52,1.52,0,0,1,.43.19,1,1,0,0,1,.29.33,1,1,0,0,1,.1.46,1,1,0,0,1-.14.54,2.67,2.67,0,0,1-.36.47c-.14.15-.3.31-.46.46a5.38,5.38,0,0,0-.47.49,3.17,3.17,0,0,0-.36.54,1.38,1.38,0,0,0-.14.65,2.38,2.38,0,0,0,0,.46,3.91,3.91,0,0,0,.09.39Zm0,2a.72.72,0,0,0,.25-.56.7.7,0,0,0-.25-.55.87.87,0,0,0-1.18,0,.7.7,0,0,0-.25.55.72.72,0,0,0,.25.56.87.87,0,0,0,1.18,0Z"/>
- <rect x="499.76" y="416.78" width="7.22" height="2.17"/>
- <rect class="cls-1" x="499.76" y="439.78" width="7.22" height="2.17"/>
- </g>
- <path d="M60.89,193.23l-2,2-2.12-2.12,2-2A3.25,3.25,0,0,0,58,191a3,3,0,0,0-3,3,3.25,3.25,0,0,0,.11.77l-4.34,4.34A2.81,2.81,0,0,0,50,199a3,3,0,0,0-3,3,3.25,3.25,0,0,0,.11.77l2-2,2.12,2.12-2,2A3.25,3.25,0,0,0,50,205a3,3,0,0,0,3-3,3.25,3.25,0,0,0-.11-.77l4.34-4.34A2.81,2.81,0,0,0,58,197a3,3,0,0,0,3-3A3.25,3.25,0,0,0,60.89,193.23Z"/>
- <path d="M47,372v2H61v-2Zm0,7H61v-2H47Zm0,5H61v-2H47Z"/>
- <path d="M54.7,409.25a1.06,1.06,0,0,0,.89.34,1.26,1.26,0,0,0,1-.47,1.64,1.64,0,0,0,.37-1.05,1,1,0,0,0-.31-.77,1.14,1.14,0,0,0-.84-.3,1.36,1.36,0,0,0-1,.42,1.41,1.41,0,0,0-.4,1A1.34,1.34,0,0,0,54.7,409.25Zm-3.35,4.92a5,5,0,0,1,1.78-.91q.24,0,.24.27a24,24,0,0,1-.86,3.58q-.39,1.36-.51,1.92a4.59,4.59,0,0,0-.12,1,1.22,1.22,0,0,0,.2.71.68.68,0,0,0,.59.27,2.36,2.36,0,0,0,.75-.15,10.21,10.21,0,0,0,1.42-.76c.66-.41,1.23-.77,1.71-1.09l0-.12-.22-.38h-.13a5.14,5.14,0,0,1-1.64.88.26.26,0,0,1-.2-.1.32.32,0,0,1-.09-.23,24,24,0,0,1,.9-3.53c.34-1.18.56-2,.67-2.41a4.79,4.79,0,0,0,.16-1.05.73.73,0,0,0-.19-.52.59.59,0,0,0-.44-.2,3.71,3.71,0,0,0-1.57.54A25.79,25.79,0,0,0,51,413.71l0,.12.2.33Z"/>
- <g>
- <polygon points="61 227 55.63 227 57.63 229 55 231.64 56.36 233 58.99 230.37 61 232.37 61 227"/>
- <polygon points="51.64 235 49.01 237.63 47 235.63 47 241 52.37 241 50.37 239 53 236.36 51.64 235"/>
- </g>
- <g>
- <polygon points="61 264.36 59.64 263 57.01 265.63 55 263.63 55 269 60.37 269 58.37 267 61 264.36"/>
- <polygon points="49.63 273 47 275.64 48.36 277 50.99 274.37 53 276.37 53 271 47.63 271 49.63 273"/>
- </g>
- <path class="cls-1" d="M22.76,452.13A5.23,5.23,0,1,1,18,444.75a5.14,5.14,0,0,1,3.69,1.56h0l-2.82,2.82H25V443l-2.06,2.06h0a7,7,0,1,0,1.71,7.06Z"/>
- <path d="M58.76,452.13A5.23,5.23,0,1,1,54,444.75a5.14,5.14,0,0,1,3.69,1.56h0l-2.82,2.82H61V443l-2.06,2.06h0a7,7,0,1,0,1.71,7.06Z"/>
- <path d="M54,301.45l1.19,2.66.23.51.55.07,2.87.38-2.14,2.12-.38.37.1.52.54,3-2.46-1.42-.5-.29-.5.29L51,311.05l.54-3,.1-.52-.38-.37-2.14-2.12,2.87-.38.55-.07.23-.51L54,301.45M54,299l-2.1,4.7-4.9.65,3.6,3.55-.93,5.1L54,310.5l4.33,2.5-.93-5.1,3.6-3.55-4.9-.65L54,299Z"/>
- <g>
- <polygon class="cls-6" points="54 343.92 50.36 346.03 51.14 341.73 48.08 338.71 52.24 338.16 54 334.23 55.76 338.16 59.92 338.71 56.86 341.73 57.64 346.03 54 343.92"/>
- <path class="cls-6" d="M54,335.45l1.19,2.66.23.51.55.07,2.87.38-2.14,2.12-.38.37.1.52.54,3-2.46-1.42-.5-.29-.5.29L51,345.05l.54-3,.1-.52-.38-.37-2.14-2.12,2.87-.38.55-.07.23-.51L54,335.45M54,333l-2.1,4.7-4.9.65,3.6,3.55-.93,5.1L54,344.5l4.33,2.5-.93-5.1,3.6-3.55-4.9-.65L54,333Z"/>
- </g>
- <g>
- <path class="cls-1" d="M334,486a4,4,0,0,0-2-3.44v6.88A4,4,0,0,0,334,486Z"/>
- <g>
- <polygon class="cls-1" points="323 483.38 323 488.63 325.56 488.63 330 493 330 479 325.56 483.38 323 483.38"/>
- <path class="cls-1" d="M332,479.31v1.58a5.48,5.48,0,0,1,0,10.22v1.58a7,7,0,0,0,0-13.38Z"/>
- </g>
- </g>
- <path class="cls-1" d="M335.5,522a6.12,6.12,0,0,1-.13,1.14l1.21,1.21A6.75,6.75,0,0,0,337,522a7,7,0,0,0-5-6.69v1.58A5.48,5.48,0,0,1,335.5,522Zm-3.5-3.44v1.21l2,2A4,4,0,0,0,332,518.56Zm4.7,8.74-12-12-1.41,1.41,2.48,2.47-.2.21H323v5.25h2.56L330,529v-5.59l2,2v0h0l1.09,1.08a4.88,4.88,0,0,1-1.1.6v1.58a6.84,6.84,0,0,0,2.17-1.1l1.13,1.13,1.42-1.42h0ZM330,515l-1.4,1.38,1.4,1.39Z"/>
- <path class="cls-1" d="M330,565a2,2,0,0,0,2-2h-4A2,2,0,0,0,330,565Zm4-5.37v-3a4,4,0,0,0-3-3.86V552a1,1,0,0,0-2,0v.77a4,4,0,0,0-3,3.86v3l-2,2h12Z"/>
- <path class="cls-1" d="M334,592.63a4,4,0,0,0-3-3.86V588a1,1,0,0,0-2,0v.77h0l5,5ZM330,601a2,2,0,0,0,2-2h-4A2,2,0,0,0,330,601Zm7-1.41h0L324.39,587,323,588.4l3.16,3.16a3.74,3.74,0,0,0-.16,1.07v3l-2,2h8.22L335.6,601l1.4-1.4Z"/>
- <path class="cls-1" d="M336,628a2,2,0,1,0,2,2A2,2,0,0,0,336,628Zm-12,0a2,2,0,1,0,2,2A2,2,0,0,0,324,628Zm6,0a2,2,0,1,0,2,2A2,2,0,0,0,330,628Z"/>
- <path class="cls-1" d="M336.14,668,330,662l-6.14,6a1.16,1.16,0,0,0,0,1.68,1.23,1.23,0,0,0,1.72,0l4.42-4.29,4.42,4.29a1.23,1.23,0,0,0,1.72,0A1.16,1.16,0,0,0,336.14,668Z"/>
- <path class="cls-1" d="M323.86,700l6.14,6,6.14-6a1.16,1.16,0,0,0,0-1.68,1.23,1.23,0,0,0-1.72,0L330,702.64l-4.42-4.29a1.23,1.23,0,0,0-1.72,0A1.16,1.16,0,0,0,323.86,700Z"/>
- <path class="cls-1" d="M330,729a9,9,0,1,0,9,9A9,9,0,0,0,330,729Zm1,14h-2v-6h2Zm0-8h-2v-2h2Z"/>
- <path class="cls-1" d="M331,783v-2h2v2Zm0-6h2v2h-2Zm0-4h2v2h-2Zm0-4h2v2h-2Zm0-4h2v2h-2Zm-4,16h2v2h-2Zm0-4h2v2h-2Zm0-4h2v2h-2Zm0-4h2v2h-2Zm0-4h2v2h-2Z"/>
- <path class="cls-1" d="M335.77,841.74a.77.77,0,0,0-1.12,0l-6.51,6.78-2.79-2.91a.77.77,0,0,0-1.12,0,.84.84,0,0,0,0,1.16l3.35,3.49a.77.77,0,0,0,1.12,0l7.07-7.36A.84.84,0,0,0,335.77,841.74Z"/>
- <path class="cls-1" d="M373.5,837h-15a1.5,1.5,0,0,0-1.5,1.5v15a1.5,1.5,0,0,0,1.5,1.5h15a1.5,1.5,0,0,0,1.5-1.5v-15A1.5,1.5,0,0,0,373.5,837Zm-.5,16H359V841h14Zm-10-9h-2v2h2Zm8,0h-2v2h2Zm-4,0h-2v2h2Zm0,4h-2v2h2Zm-4,0h-2v2h2Zm8,0h-2v2h2Z"/>
- <path class="cls-1" d="M370.79,807.22l-2.19,2.18-2-2,2.19-2.19a3.4,3.4,0,0,0-4.3,4.55L361,813.23l1.77,1.77,3.48-3.48a3.4,3.4,0,0,0,4.54-4.3Z"/>
- <path class="cls-1" d="M367,777v-5.21a2.5,2.5,0,1,0-2,0V777h-3l4,4,4-4Z"/>
- <path class="cls-1" d="M365,735v5.21a2.5,2.5,0,1,0,2,0V735h3l-4-4-4,4Z"/>
- <path class="cls-1" d="M373.68,695.71a1,1,0,0,0-1.53,0l-8.45,8.91-3.85-4a1,1,0,0,0-1.53,0,1.17,1.17,0,0,0,0,1.61l4.6,4.86a1.07,1.07,0,0,0,.78.34,1,1,0,0,0,.77-.34l9.21-9.71A1.18,1.18,0,0,0,373.68,695.71Z"/>
- <path d="M365,671h2v-6h-2Zm0-10v2h2v-2Z"/>
- <path class="cls-1" d="M371.11,630l1.89-.47a7,7,0,0,0-1-2.4l-1.66,1-1.45-1.45,1-1.66a7.19,7.19,0,0,0-2.4-1l-.47,1.89h-2L364.5,624a7.22,7.22,0,0,0-2.39,1l1,1.66-1.45,1.45-1.66-1a7,7,0,0,0-1,2.4l1.89.47v2l-1.89.48a7,7,0,0,0,1,2.39l1.66-1,1.45,1.45-1,1.66a7,7,0,0,0,2.39,1l.48-1.89h2l.47,1.89a7,7,0,0,0,2.4-1l-1-1.66,1.45-1.45,1.66,1a7,7,0,0,0,1-2.39l-1.89-.48ZM366,633.05a2,2,0,1,1,2-2A2.05,2.05,0,0,1,366,633.05Z"/>
- <path class="cls-1" d="M368,588v-1h-4v1h-4v2h12v-2Zm-7,11.5a1.5,1.5,0,0,0,1.5,1.5h7a1.5,1.5,0,0,0,1.5-1.5V591H361Zm6.25-6.5h1.5v6h-1.5Zm-4,0h1.5v6h-1.5Z"/>
- <path id="path4237-4-9" data-name="path4237-4" class="cls-1" d="M410,695.86,404,702l6,6.14a1.16,1.16,0,0,0,1.68,0,1.23,1.23,0,0,0,0-1.72L407.36,702l4.29-4.42a1.24,1.24,0,0,0,0-1.72A1.16,1.16,0,0,0,410,695.86Z"/>
- <path id="path4237-4-1-3" data-name="path4237-4-1" d="M410,729.36l-6,6.14,6,6.14a1.16,1.16,0,0,0,1.68,0,1.23,1.23,0,0,0,0-1.72l-4.29-4.42,4.29-4.42a1.24,1.24,0,0,0,0-1.72A1.16,1.16,0,0,0,410,729.36Z"/>
- <g>
- <circle class="cls-8" cx="135.5" cy="256.5" r="12.5"/>
- <circle class="cls-1" cx="135.5" cy="256.5" r="9.27"/>
- <path d="M141.62,252.74a.77.77,0,0,0-1.12,0L134,259.52l-2.79-2.91a.77.77,0,0,0-1.12,0,.84.84,0,0,0,0,1.16l3.35,3.49a.77.77,0,0,0,1.12,0l7.07-7.36A.84.84,0,0,0,141.62,252.74Z"/>
- </g>
- <path id="path4209" class="cls-3" d="M52.88,565.13h2v-14h-2Zm-6-6h14v-2h-14Z"/>
- <g id="g4365">
- <g id="g4367">
- <path id="path4369" class="cls-3" d="M55,524.25H49.38v1.38H55Zm0-3.12H49.38v1.37H55Zm-4.75-6v2.75H46.88v11H57.5v-2.75h3.38v-11Zm5.63,12.07H48.5v-7.7h7.38Zm3.31-2.75H57.5v-6.57H51.88V517h7.31Z"/>
- </g>
- </g>
- <g id="g4375">
- <path id="path4377" class="cls-3" d="M57.27,480.45l1.64,1.64-5.78,5.79-1.65-1.64Zm3.38-1.2-.38-.37a1,1,0,0,0-1.43,0l-1,1,1.65,1.63,1.14-1.14a.78.78,0,0,0,0-1.1M50,489.17a.25.25,0,0,0,.31.31l2.11-1.08-1.57-1.54Z"/>
- </g>
- <g id="g4383">
- <rect id="rect4385" class="cls-3" x="46.88" y="490.75" width="14" height="2"/>
- </g>
- <path id="path4209-2" data-name="path4209" d="M211.88,565.13h2v-14h-2Zm-6-6h14v-2h-14Z"/>
- <g id="g4365-2" data-name="g4365">
- <g id="g4367-2" data-name="g4367">
- <path id="path4369-2" data-name="path4369" d="M214,524.25h-5.62v1.38H214Zm0-3.12h-5.62v1.37H214Zm-4.75-6v2.75h-3.37v11H216.5v-2.75h3.38v-11Zm5.63,12.07H207.5v-7.7h7.38Zm3.31-2.75H216.5v-6.57h-5.62V517h7.31Z"/>
- </g>
- </g>
- <g id="g4375-2" data-name="g4375">
- <path id="path4377-2" data-name="path4377" d="M216.27,480.45l1.64,1.64-5.78,5.79-1.65-1.64Zm3.38-1.2-.38-.37a1,1,0,0,0-1.43,0l-1,1,1.65,1.63,1.14-1.14a.78.78,0,0,0,0-1.1M209,489.17a.25.25,0,0,0,.31.31l2.11-1.08-1.57-1.54Z"/>
- </g>
- <g id="g4383-2" data-name="g4383">
- <rect id="rect4385-2" data-name="rect4385" x="205.88" y="490.75" width="14" height="2"/>
- </g>
- <path id="path4209-3" data-name="path4209" class="cls-1" d="M364.88,565.13h2v-14h-2Zm-6-6h14v-2h-14Z"/>
- <g id="g4365-3" data-name="g4365">
- <g id="g4367-3" data-name="g4367">
- <path id="path4369-3" data-name="path4369" class="cls-1" d="M367,524.25h-5.62v1.38H367Zm0-3.12h-5.62v1.37H367Zm-4.75-6v2.75h-3.37v11H369.5v-2.75h3.38v-11Zm5.63,12.07H360.5v-7.7h7.38Zm3.31-2.75H369.5v-6.57h-5.62V517h7.31Z"/>
- </g>
- </g>
- <g id="g4375-3" data-name="g4375">
- <path id="path4377-3" data-name="path4377" class="cls-1" d="M369.27,480.45l1.64,1.64-5.78,5.79-1.65-1.64Zm3.38-1.2-.38-.37a1,1,0,0,0-1.43,0l-1,1,1.65,1.63,1.14-1.14a.78.78,0,0,0,0-1.1M362,489.17a.25.25,0,0,0,.31.31l2.11-1.08-1.57-1.54Z"/>
- </g>
- <g id="g4383-3" data-name="g4383">
- <rect id="rect4385-3" data-name="rect4385" class="cls-1" x="358.88" y="490.75" width="14" height="2"/>
- </g>
- <g>
- <polygon points="91.63 227 93.63 229 91 231.64 92.36 233 94.99 230.37 97 232.37 97 227 91.63 227"/>
- <polygon points="87.64 235 85.01 237.63 83 235.63 83 241 88.37 241 86.37 239 89 236.36 87.64 235"/>
- <polygon points="88.37 227 83 227 83 232.37 85 230.37 87.64 233 89 231.64 86.37 229.01 88.37 227"/>
- <polygon points="92.36 235 91 236.36 93.63 238.99 91.63 241 97 241 97 235.63 95 237.63 92.36 235"/>
- </g>
- <g>
- <polygon class="cls-1" points="91.63 263 93.63 265 91 267.64 92.36 269 94.99 266.37 97 268.37 97 263 91.63 263"/>
- <polygon class="cls-1" points="87.64 271 85.01 273.63 83 271.63 83 277 88.37 277 86.37 275 89 272.36 87.64 271"/>
- <polygon class="cls-1" points="88.37 263 83 263 83 268.37 85 266.37 87.64 269 89 267.64 86.37 265.01 88.37 263"/>
- <polygon class="cls-1" points="92.36 271 91 272.36 93.63 274.99 91.63 277 97 277 97 271.63 95 273.63 92.36 271"/>
- </g>
- <g id="Shape">
- <path class="cls-1" d="M99,587a7,7,0,1,0,7,7,7,7,0,0,0-7-7Zm0,12.6a5.6,5.6,0,1,1,5.6-5.6A5.62,5.62,0,0,1,99,599.6Zm.35-9.1h-1v4.2l3.64,2.24.56-.91-3.15-1.89Z"/>
- </g>
- <g id="Shape-2" data-name="Shape">
- <path class="cls-1" d="M411,587a7,7,0,1,0,7,7,7,7,0,0,0-7-7Zm0,12.6a5.6,5.6,0,1,1,5.6-5.6A5.62,5.62,0,0,1,411,599.6Zm.35-9.1H410.3v4.2l3.64,2.24.56-.91-3.15-1.89Z"/>
- </g>
- <g id="Shape-3" data-name="Shape">
- <path d="M258,587a7,7,0,1,0,7,7,7,7,0,0,0-7-7Zm0,12.6a5.6,5.6,0,1,1,5.6-5.6A5.62,5.62,0,0,1,258,599.6Zm.35-9.1H257.3v4.2l3.64,2.24.56-.91-3.15-1.89Z"/>
- </g>
- <path class="cls-1" d="M258.21,52.56a4.78,4.78,0,0,0-4.38-4.51A5.05,5.05,0,0,0,248.05,52a4,4,0,0,0,0,.6h0v3.11A1.46,1.46,0,0,0,249.52,57H251V53.68h-1.76V52.55h0a2.15,2.15,0,0,1,0-.43,3.77,3.77,0,0,1,4.33-2.93,3.58,3.58,0,0,1,3.28,3.41h0v1.08h-1.75V57h1.61a2.32,2.32,0,0,1-.56.93,2.63,2.63,0,0,1-1.06.61,1,1,0,0,0-.78-.38h-.58a.88.88,0,1,0,0,1.75h.58a1,1,0,0,0,.9-.57,3.49,3.49,0,0,0,1.58-.88,3,3,0,0,0,.9-1.85,1.35,1.35,0,0,0,.45-1V52.55Z"/>
- <path d="M258.21,88.62a4.79,4.79,0,0,0-4.38-4.51A5.05,5.05,0,0,0,248.05,88a4,4,0,0,0,0,.6h0v3.12a1.45,1.45,0,0,0,1.52,1.37H251V89.75h-1.76V88.62h0a2,2,0,0,1,0-.43,3.78,3.78,0,0,1,4.33-2.94,3.59,3.59,0,0,1,3.28,3.42h0v1.08h-1.75V93.1h1.61a2.19,2.19,0,0,1-.56.93,2.54,2.54,0,0,1-1.06.62,1,1,0,0,0-.78-.38h-.58a.87.87,0,1,0,0,1.74h.58a1,1,0,0,0,.9-.57,3.4,3.4,0,0,0,1.58-.88,3,3,0,0,0,.9-1.85,1.33,1.33,0,0,0,.45-1V88.61Z"/>
- <path class="cls-2" d="M258.21,16.56a4.78,4.78,0,0,0-4.38-4.51A5.05,5.05,0,0,0,248.05,16a4,4,0,0,0,0,.6h0v3.11A1.46,1.46,0,0,0,249.52,21H251V17.68h-1.76V16.55h0a2.15,2.15,0,0,1,0-.43,3.77,3.77,0,0,1,4.33-2.93,3.58,3.58,0,0,1,3.28,3.41h0v1.08h-1.75V21h1.61a2.32,2.32,0,0,1-.56.93,2.63,2.63,0,0,1-1.06.61,1,1,0,0,0-.78-.38h-.58a.88.88,0,1,0,0,1.75h.58a1,1,0,0,0,.9-.57,3.49,3.49,0,0,0,1.58-.88,3,3,0,0,0,.9-1.85,1.35,1.35,0,0,0,.45-1V16.55Z"/>
- <g>
- <circle class="cls-1" cx="207" cy="364.83" r="8"/>
- <polygon points="212.39 362.01 210.98 360.6 205.01 366.56 202.65 364.2 201.24 365.61 204.98 369.35 205.01 369.32 205.05 369.35 212.39 362.01"/>
- <path class="cls-1" d="M266,362a1.51,1.51,0,0,1-1.5,1.5h-9.28c-1.2,0-3.52,1.95-5.22,4.29V353a1.5,1.5,0,0,1,1.5-1.5h13A1.5,1.5,0,0,1,266,353Z"/>
- <path d="M260,354.27,257.32,357l-2.75,2.72a.75.75,0,0,0,0,1.11.85.85,0,0,0,1.16,0l1.87-1.85h0l.83-.84.83-.83h0l1.85-1.87a.84.84,0,0,0,0-1.16A.77.77,0,0,0,260,354.27Z"/>
- <path d="M261.15,359.75,258.39,357l-2.72-2.76a.76.76,0,0,0-1.11,0,.84.84,0,0,0,0,1.16l1.85,1.87h0l.84.83.83.84h0l1.87,1.85a.85.85,0,0,0,1.16,0A.76.76,0,0,0,261.15,359.75Z"/>
- <rect class="cls-1" x="236" y="368" width="2" height="8" rx="1" transform="translate(609 135) rotate(90)"/>
- <g>
- <rect class="cls-1" x="227.75" y="365.88" width="2" height="8" rx="1" transform="translate(328.54 -53.42) rotate(45)"/>
- <rect class="cls-1" x="227.75" y="361.62" width="2" height="8" rx="1" transform="translate(-191.54 268.84) rotate(-45)"/>
- </g>
- </g>
- <polygon class="cls-10" points="381.54 289.04 381.54 294.04 378.04 294.04 383.04 299.01 388.04 294.04 384.54 294.04 384.54 289.04 381.54 289.04"/>
- <polygon class="cls-11" points="359.5 298.97 359.5 293.97 363 293.97 358 289 353 293.97 356.5 293.97 356.5 298.97 359.5 298.97"/>
- <polygon class="cls-12" points="381.54 329.04 381.54 334.04 378.04 334.04 383.04 339.01 388.04 334.04 384.54 334.04 384.54 329.04 381.54 329.04"/>
- <polygon class="cls-13" points="359.5 338.97 359.5 333.97 363 333.97 358 329 353 333.97 356.5 333.97 356.5 338.97 359.5 338.97"/>
- <path class="cls-3" d="M239.59,246H226.41a1.41,1.41,0,0,0-1.41,1.41v13.18a1.41,1.41,0,0,0,1.41,1.41h13.18a1.41,1.41,0,0,0,1.41-1.41V247.41A1.41,1.41,0,0,0,239.59,246Zm-8.54,12.52,0,0,0,0-3.74-3.74,1.41-1.42,2.36,2.37,6-6,1.41,1.42Z"/>
- <path class="cls-3" d="M340.63,248.32a1,1,0,0,0-1.53,0l-8.45,8.91-3.84-4.05a1,1,0,0,0-1.54,0,1.2,1.2,0,0,0,0,1.62l4.61,4.85a1,1,0,0,0,1.54,0l9.21-9.71A1.18,1.18,0,0,0,340.63,248.32Z"/>
- <path class="cls-3" d="M289.52,246h-13a1.5,1.5,0,0,0-1.5,1.5V262c1.69-2.34,4-4,5.22-4h9.28a1.51,1.51,0,0,0,1.5-1.5v-9A1.51,1.51,0,0,0,289.52,246Zm-2.62,4.14-4.73,5a.77.77,0,0,1-1.12,0l-2-2.13a.84.84,0,0,1,0-1.16.77.77,0,0,1,1.12,0l1.44,1.55,4.17-4.43a.77.77,0,0,1,1.12,0A.86.86,0,0,1,286.9,250.14Z"/>
- <path class="cls-3" d="M314.52,246h-13a1.5,1.5,0,0,0-1.5,1.5V262c1.69-2.34,4-4,5.22-4h9.28a1.51,1.51,0,0,0,1.5-1.5v-9A1.51,1.51,0,0,0,314.52,246ZM304,253a1,1,0,1,1,1-1A1,1,0,0,1,304,253Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,308,253Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,312,253Z"/>
- <g>
- <rect class="cls-3" x="261" y="254" width="2" height="8" rx="1" transform="translate(520 -4) rotate(90)"/>
- <path class="cls-3" d="M256.58,253l-4.24-4.24a1,1,0,1,0-1.42,1.41l3.54,3.54-3.54,3.54a1,1,0,0,0,1.42,1.42l4.24-4.25a1,1,0,0,0,0-1.42Z"/>
- </g>
- <path d="M239.59,286H226.41a1.41,1.41,0,0,0-1.41,1.41v13.18a1.41,1.41,0,0,0,1.41,1.41h13.18a1.41,1.41,0,0,0,1.41-1.41V287.41A1.41,1.41,0,0,0,239.59,286Zm-8.54,12.52,0,0,0,0-3.74-3.74,1.41-1.42,2.36,2.37,6-6,1.41,1.42Z"/>
- <path d="M340.63,288.32a1,1,0,0,0-1.53,0l-8.45,8.91-3.84-4.05a1,1,0,0,0-1.54,0,1.2,1.2,0,0,0,0,1.62l4.61,4.85a1,1,0,0,0,1.54,0l9.21-9.71A1.18,1.18,0,0,0,340.63,288.32Z"/>
- <path d="M289.52,286h-13a1.5,1.5,0,0,0-1.5,1.5V302c1.69-2.34,4-4,5.22-4h9.28a1.51,1.51,0,0,0,1.5-1.5v-9A1.51,1.51,0,0,0,289.52,286Zm-2.62,4.14-4.73,5a.77.77,0,0,1-1.12,0l-2-2.13a.84.84,0,0,1,0-1.16.77.77,0,0,1,1.12,0l1.44,1.55,4.17-4.43a.77.77,0,0,1,1.12,0A.86.86,0,0,1,286.9,290.14Z"/>
- <path d="M314.52,286h-13a1.5,1.5,0,0,0-1.5,1.5V302c1.69-2.34,4-4,5.22-4h9.28a1.51,1.51,0,0,0,1.5-1.5v-9A1.51,1.51,0,0,0,314.52,286ZM304,293a1,1,0,1,1,1-1A1,1,0,0,1,304,293Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,308,293Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,312,293Z"/>
- <g>
- <rect x="261" y="294" width="2" height="8" rx="1" transform="translate(560 36) rotate(90)"/>
- <path d="M256.58,293l-4.24-4.24a1,1,0,0,0-1.42,1.41l3.54,3.54-3.54,3.54a1,1,0,0,0,1.42,1.42l4.24-4.25a1,1,0,0,0,0-1.42Z"/>
- </g>
- <polygon class="cls-14" points="656.49 249.04 656.49 254.04 652.99 254.04 657.99 259.01 662.99 254.04 659.49 254.04 659.49 249.04 656.49 249.04"/>
- <polygon class="cls-15" points="634.45 258.97 634.45 253.97 637.95 253.97 632.95 249 627.95 253.97 631.45 253.97 631.45 258.97 634.45 258.97"/>
- <polygon class="cls-16" points="381.54 249.04 381.54 254.04 378.04 254.04 383.04 259.01 388.04 254.04 384.54 254.04 384.54 249.04 381.54 249.04"/>
- <polygon class="cls-17" points="359.5 258.97 359.5 253.97 363 253.97 358 249 353 253.97 356.5 253.97 356.5 258.97 359.5 258.97"/>
- <polygon class="cls-3" points="410 253 410 257 407.06 257 411 261.08 414.94 257 412 257 412 253 410 253"/>
- <polygon class="cls-3" points="406 255 406 251 408.94 251 405 246.92 401.06 251 404 251 404 255 406 255"/>
- <g>
- <polygon points="410 293 410 297 407.06 297 411 301.08 414.94 297 412 297 412 293 410 293"/>
- <polygon points="406 295 406 291 408.94 291 405 286.92 401.06 291 404 291 404 295 406 295"/>
- </g>
- <g>
- <polygon class="cls-1" points="410 333 410 337 407.06 337 411 341.08 414.94 337 412 337 412 333 410 333"/>
- <polygon class="cls-1" points="406 335 406 331 408.94 331 405 326.92 401.06 331 404 331 404 335 406 335"/>
- </g>
- <path class="cls-1" d="M239.59,326H226.41a1.41,1.41,0,0,0-1.41,1.41v13.18a1.41,1.41,0,0,0,1.41,1.41h13.18a1.41,1.41,0,0,0,1.41-1.41V327.41A1.41,1.41,0,0,0,239.59,326Zm-8.54,12.52,0,0,0,0-3.74-3.74,1.41-1.42,2.36,2.37,6-6,1.41,1.42Z"/>
- <path class="cls-1" d="M340.63,328.32a1,1,0,0,0-1.53,0l-8.45,8.91-3.84-4.05a1,1,0,0,0-1.54,0,1.2,1.2,0,0,0,0,1.62l4.61,4.85a1,1,0,0,0,1.54,0l9.21-9.71A1.18,1.18,0,0,0,340.63,328.32Z"/>
- <path class="cls-1" d="M289.52,326h-13a1.5,1.5,0,0,0-1.5,1.5V342c1.69-2.34,4-4,5.22-4h9.28a1.51,1.51,0,0,0,1.5-1.5v-9A1.51,1.51,0,0,0,289.52,326Zm-2.62,4.14-4.73,5a.77.77,0,0,1-1.12,0l-2-2.13a.84.84,0,0,1,0-1.16.77.77,0,0,1,1.12,0l1.44,1.55,4.17-4.43a.77.77,0,0,1,1.12,0A.86.86,0,0,1,286.9,330.14Z"/>
- <path class="cls-1" d="M314.52,326h-13a1.5,1.5,0,0,0-1.5,1.5V342c1.69-2.34,4-4,5.22-4h9.28a1.51,1.51,0,0,0,1.5-1.5v-9A1.51,1.51,0,0,0,314.52,326ZM304,333a1,1,0,1,1,1-1A1,1,0,0,1,304,333Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,308,333Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,312,333Z"/>
- <g>
- <rect class="cls-1" x="261" y="334" width="2" height="8" rx="1" transform="translate(600 76) rotate(90)"/>
- <path class="cls-1" d="M256.58,333l-4.24-4.24a1,1,0,0,0-1.42,1.41l3.54,3.54-3.54,3.54a1,1,0,0,0,1.42,1.42l4.24-4.25a1,1,0,0,0,0-1.42Z"/>
- </g>
- <g>
- <polygon class="cls-15" points="587 256.68 587 258.63 582 258.63 582 260.63 587 260.62 587 262.57 590.77 259.63 587 256.68"/>
- <circle class="cls-15" cx="577.5" cy="259.5" r="2.5"/>
- </g>
- <g>
- <polygon class="cls-18" points="612 256.68 612 258.63 607 258.63 607 260.63 612 260.62 612 262.57 615.77 259.63 612 256.68"/>
- <circle class="cls-18" cx="602.5" cy="259.5" r="2.5"/>
- </g>
- <g>
- <path class="cls-3" d="M439,248v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-2v12.78a1.22,1.22,0,0,0,1.22,1.22h13.56a1.22,1.22,0,0,0,1.22-1.22V248Zm0,11.26a.74.74,0,0,1-.74.74H427.74a.74.74,0,0,1-.74-.74V250h12Z"/>
- <path class="cls-3" d="M431.07,257.81a.77.77,0,0,0,1.12,0l4.73-5a.87.87,0,0,0,0-1.17.77.77,0,0,0-1.12,0l-4.17,4.44-1.44-1.55a.77.77,0,0,0-1.12,0,.84.84,0,0,0,0,1.16Z"/>
- </g>
- <g>
- <path class="cls-3" d="M464,248v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-2v12.78a1.22,1.22,0,0,0,1.22,1.22h13.56a1.22,1.22,0,0,0,1.22-1.22V248Zm0,11.26a.74.74,0,0,1-.74.74H452.74a.74.74,0,0,1-.74-.74V250h12Z"/>
- <path class="cls-3" d="M458,256a1,1,0,0,0,1-1v-3a1,1,0,0,0-2,0v3A1,1,0,0,0,458,256Z"/>
- <circle class="cls-3" cx="458" cy="258" r="1"/>
- </g>
- <path class="cls-3" d="M491,256.5a1.51,1.51,0,0,1-1.5,1.5h-9.28c-1.2,0-3.52,1.66-5.22,4V247.5a1.51,1.51,0,0,1,1.5-1.5h13a1.51,1.51,0,0,1,1.5,1.5Z"/>
- <g>
- <polygon class="cls-3" points="512 256.68 512 258.63 507 258.63 507 260.63 512 260.62 512 262.57 515.77 259.63 512 256.68"/>
- <circle class="cls-3" cx="502.5" cy="259.5" r="2.5"/>
- </g>
- <g>
- <polygon class="cls-17" points="537 256.68 537 258.63 532 258.63 532 260.63 537 260.62 537 262.57 540.77 259.63 537 256.68"/>
- <circle class="cls-17" cx="527.5" cy="259.5" r="2.5"/>
- </g>
- <g>
- <path d="M439,288v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-2v12.78a1.22,1.22,0,0,0,1.22,1.22h13.56a1.22,1.22,0,0,0,1.22-1.22V288Zm0,11.26a.74.74,0,0,1-.74.74H427.74a.74.74,0,0,1-.74-.74V290h12Z"/>
- <path d="M431.07,297.81a.77.77,0,0,0,1.12,0l4.73-5a.87.87,0,0,0,0-1.17.77.77,0,0,0-1.12,0l-4.17,4.44-1.44-1.55a.77.77,0,0,0-1.12,0,.84.84,0,0,0,0,1.16Z"/>
- </g>
- <g>
- <path d="M464,288v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-2v12.78a1.22,1.22,0,0,0,1.22,1.22h13.56a1.22,1.22,0,0,0,1.22-1.22V288Zm0,11.26a.74.74,0,0,1-.74.74H452.74a.74.74,0,0,1-.74-.74V290h12Z"/>
- <path d="M458,296a1,1,0,0,0,1-1v-3a1,1,0,0,0-2,0v3A1,1,0,0,0,458,296Z"/>
- <circle cx="458" cy="298" r="1"/>
- </g>
- <path d="M491,296.5a1.51,1.51,0,0,1-1.5,1.5h-9.28c-1.2,0-3.52,1.66-5.22,4V287.5a1.51,1.51,0,0,1,1.5-1.5h13a1.51,1.51,0,0,1,1.5,1.5Z"/>
- <g>
- <polygon points="512 296.68 512 298.63 507 298.63 507 300.63 512 300.62 512 302.57 515.77 299.63 512 296.68"/>
- <circle cx="502.5" cy="299.5" r="2.5"/>
- </g>
- <g>
- <polygon class="cls-11" points="537 296.68 537 298.63 532 298.63 532 300.63 537 300.62 537 302.57 540.77 299.63 537 296.68"/>
- <circle class="cls-11" cx="527.5" cy="299.5" r="2.5"/>
- </g>
- <g>
- <path class="cls-1" d="M439,328v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-2v12.78a1.22,1.22,0,0,0,1.22,1.22h13.56a1.22,1.22,0,0,0,1.22-1.22V328Zm0,11.26a.74.74,0,0,1-.74.74H427.74a.74.74,0,0,1-.74-.74V330h12Z"/>
- <path class="cls-1" d="M431.07,337.81a.77.77,0,0,0,1.12,0l4.73-5a.87.87,0,0,0,0-1.17.77.77,0,0,0-1.12,0l-4.17,4.44-1.44-1.55a.77.77,0,0,0-1.12,0,.84.84,0,0,0,0,1.16Z"/>
- </g>
- <g>
- <path class="cls-1" d="M464,328v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-3v-1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1v1h-2v12.78a1.22,1.22,0,0,0,1.22,1.22h13.56a1.22,1.22,0,0,0,1.22-1.22V328Zm0,11.26a.74.74,0,0,1-.74.74H452.74a.74.74,0,0,1-.74-.74V330h12Z"/>
- <path class="cls-1" d="M458,336a1,1,0,0,0,1-1v-3a1,1,0,0,0-2,0v3A1,1,0,0,0,458,336Z"/>
- <circle class="cls-1" cx="458" cy="338" r="1"/>
- </g>
- <g>
- <path class="cls-1" d="M475.5,327.5a1,1,0,0,1,1-1h13a1,1,0,0,1,1,1v9a1,1,0,0,1-1,1h-9.28c-1.2,0-3.12,1.29-4.72,3.08Z"/>
- <path class="cls-1" d="M489.5,327a.51.51,0,0,1,.5.5v9a.51.51,0,0,1-.5.5h-9.28c-1.25,0-2.83,1-4.22,2.34V327.5a.51.51,0,0,1,.5-.5h13m0-1h-13a1.51,1.51,0,0,0-1.5,1.5V342c1.7-2.34,4-4,5.22-4h9.28a1.51,1.51,0,0,0,1.5-1.5v-9a1.51,1.51,0,0,0-1.5-1.5Z"/>
- </g>
- <g>
- <polygon class="cls-1" points="512 336.68 512 338.63 507 338.63 507 340.63 512 340.62 512 342.57 515.77 339.63 512 336.68"/>
- <circle class="cls-1" cx="502.5" cy="339.5" r="2.5"/>
- </g>
- <g>
- <polygon class="cls-13" points="537 336.68 537 338.63 532 338.63 532 340.63 537 340.62 537 342.57 540.77 339.63 537 336.68"/>
- <circle class="cls-13" cx="527.5" cy="339.5" r="2.5"/>
- </g>
- <g>
- <polygon class="cls-18" points="562 256.68 562 258.63 557 258.63 557 260.63 562 260.62 562 262.57 565.77 259.63 562 256.68"/>
- <circle class="cls-18" cx="552.5" cy="259.5" r="2.5"/>
- </g>
- <g>
- <polygon class="cls-19" points="562 296.68 562 298.63 557 298.63 557 300.63 562 300.62 562 302.57 565.77 299.63 562 296.68"/>
- <circle class="cls-19" cx="552.5" cy="299.5" r="2.5"/>
- </g>
- <g>
- <polygon class="cls-20" points="562 336.68 562 338.63 557 338.63 557 340.63 562 340.62 562 342.57 565.77 339.63 562 336.68"/>
- <circle class="cls-20" cx="552.5" cy="339.5" r="2.5"/>
- </g>
- <g>
- <path class="cls-3" d="M208,255.94l7.53-7.53a1.49,1.49,0,0,0-1-.41h-13a1.49,1.49,0,0,0-1,.41Z"/>
- <path class="cls-3" d="M212.06,254l3,3a.75.75,0,0,1,0,1.06.75.75,0,0,1-1.06,0l-3-3-2.47,2.47a.75.75,0,0,1-1.06,0L205,255.06l-3,3a.75.75,0,0,1-1.06,0,.75.75,0,0,1,0-1.06l3-3L200,250.06v8.45a1.49,1.49,0,0,0,1.49,1.49h13a1.49,1.49,0,0,0,1.49-1.49v-8.45Z"/>
- </g>
- <g>
- <path d="M208,295.94l7.53-7.53a1.49,1.49,0,0,0-1-.41h-13a1.49,1.49,0,0,0-1,.41Z"/>
- <path d="M212.06,294l3,3a.75.75,0,0,1,0,1.06.75.75,0,0,1-1.06,0l-3-3-2.47,2.47a.75.75,0,0,1-1.06,0L205,295.06l-3,3a.75.75,0,0,1-1.06,0,.75.75,0,0,1,0-1.06l3-3L200,290.06v8.45a1.49,1.49,0,0,0,1.49,1.49h13a1.49,1.49,0,0,0,1.49-1.49v-8.45Z"/>
- </g>
- <g>
- <path class="cls-1" d="M208,335.94l7.53-7.53a1.49,1.49,0,0,0-1-.41h-13a1.49,1.49,0,0,0-1,.41Z"/>
- <path class="cls-1" d="M212.06,334l3,3a.75.75,0,0,1,0,1.06.75.75,0,0,1-1.06,0l-3-3-2.47,2.47a.75.75,0,0,1-1.06,0L205,335.06l-3,3a.75.75,0,0,1-1.06,0,.75.75,0,0,1,0-1.06l3-3L200,330.06v8.45a1.49,1.49,0,0,0,1.49,1.49h13a1.49,1.49,0,0,0,1.49-1.49v-8.45Z"/>
- </g>
- <path class="cls-1" d="M103.67,552.53l-3.44,3.84-.36.4v6.58l-2.2-.93v-5.66l-.37-.4-3.51-3.83h9.88m1.65-1.4H92.12a.65.65,0,0,0-.48,1.12l4.63,5v5.64a.67.67,0,0,0,.29.54l3.63,1.53a.74.74,0,0,0,.39.12.67.67,0,0,0,.69-.66V557.3l4.53-5a.65.65,0,0,0-.48-1.12Z"/>
- <path class="cls-1" d="M415.67,552.53l-3.44,3.84-.36.4v6.58l-2.2-.93v-5.66l-.37-.4-3.51-3.83h9.88m1.65-1.4h-13.2a.65.65,0,0,0-.48,1.12l4.63,5v5.64a.67.67,0,0,0,.29.54l3.63,1.53a.74.74,0,0,0,.39.12.67.67,0,0,0,.69-.66V557.3l4.53-5a.65.65,0,0,0-.48-1.12Z"/>
- <path d="M263.23,552.53l-3.44,3.84-.36.4v6.58l-2.2-.93v-5.66l-.37-.4-3.51-3.83h9.88m1.65-1.4h-13.2a.65.65,0,0,0-.48,1.12l4.63,5v5.64a.67.67,0,0,0,.29.54l3.64,1.53a.68.68,0,0,0,.38.12.67.67,0,0,0,.69-.66V557.3l4.53-5a.65.65,0,0,0-.48-1.12Z"/>
- <g>
- <g>
- <polygon class="cls-1" points="323.5 411.5 338.38 411.5 323.5 426.38 323.5 411.5"/>
- <path class="cls-1" d="M337.17,412,324,425.17V412h13.17m2.42-1H323v16.59L339.59,411Z"/>
- </g>
- <g>
- <polygon class="cls-1" points="325.62 428.5 340.5 413.62 340.5 428.5 325.62 428.5"/>
- <path class="cls-1" d="M340,414.83V428H326.83L340,414.83m1-2.42L324.41,429H341V412.41Z"/>
- </g>
- <polygon class="cls-5" points="339.59 411 323 427.59 323 429 324.41 429 341 412.41 341 411 339.59 411"/>
- </g>
- <path class="cls-3" d="M97.57,814.82a3.73,3.73,0,0,1-3.24-4.57Zm.43.9A7.76,7.76,0,0,1,91.33,812a7.66,7.66,0,0,1,2.46-2.51L93,808.42a9,9,0,0,0-2.84,2.91,1.34,1.34,0,0,0,0,1.34A9.1,9.1,0,0,0,98,817a10,10,0,0,0,1.1-.06l-.89-1.25Zm7.82-3.05a9,9,0,0,1-4,3.54l1.33,1.88a.31.31,0,0,1-.08.45l-.57.4a.35.35,0,0,1-.47-.08l-9.2-13a.31.31,0,0,1,.08-.45l.57-.4a.35.35,0,0,1,.47.08l1.54,2.17A9.32,9.32,0,0,1,98,807a9.1,9.1,0,0,1,7.82,4.36,1.34,1.34,0,0,1,0,1.34Zm-1.15-.67a7.73,7.73,0,0,0-6-3.69,1.51,1.51,0,0,0-.44,1.06,1.56,1.56,0,0,0,3.11,0h0a3.69,3.69,0,0,1-1,4.7l.74,1A7.64,7.64,0,0,0,104.67,812Z"/>
- <path d="M257.14,814.82a3.73,3.73,0,0,1-3.25-4.57Zm.42.9a7.77,7.77,0,0,1-6.67-3.72,7.66,7.66,0,0,1,2.46-2.51l-.77-1.07a8.84,8.84,0,0,0-2.83,2.91,1.29,1.29,0,0,0,0,1.34,9.07,9.07,0,0,0,7.81,4.36,10,10,0,0,0,1.1-.06l-.89-1.25Zm7.82-3.05a9,9,0,0,1-4,3.54l1.34,1.88a.32.32,0,0,1-.09.45l-.57.4a.35.35,0,0,1-.47-.08l-9.2-13a.31.31,0,0,1,.08-.45l.58-.4a.33.33,0,0,1,.46.08l1.54,2.17a9.43,9.43,0,0,1,2.5-.34,9.1,9.1,0,0,1,7.82,4.36,1.34,1.34,0,0,1,0,1.34Zm-1.15-.67a7.73,7.73,0,0,0-6-3.69,1.51,1.51,0,0,0-.44,1.06,1.56,1.56,0,0,0,3.11,0h0a3.67,3.67,0,0,1-1,4.7l.74,1A7.64,7.64,0,0,0,264.23,812Z"/>
- <path class="cls-1" d="M409.57,814.82a3.73,3.73,0,0,1-3.24-4.57Zm.43.9a7.76,7.76,0,0,1-6.67-3.72,7.66,7.66,0,0,1,2.46-2.51l-.77-1.07a9,9,0,0,0-2.84,2.91,1.34,1.34,0,0,0,0,1.34A9.1,9.1,0,0,0,410,817a10,10,0,0,0,1.1-.06l-.89-1.25Zm7.82-3.05a9,9,0,0,1-4,3.54l1.33,1.88a.31.31,0,0,1-.08.45l-.57.4a.35.35,0,0,1-.47-.08l-9.2-13a.31.31,0,0,1,.08-.45l.57-.4a.35.35,0,0,1,.47.08l1.54,2.17A9.32,9.32,0,0,1,410,807a9.1,9.1,0,0,1,7.82,4.36,1.34,1.34,0,0,1,0,1.34Zm-1.15-.67a7.73,7.73,0,0,0-6-3.69,1.51,1.51,0,0,0-.44,1.06,1.56,1.56,0,0,0,3.11,0h0a3.69,3.69,0,0,1-1,4.7l.74,1A7.64,7.64,0,0,0,416.67,812Z"/>
- <path class="cls-1" d="M410,840.29c-4.42,0-8,3.79-8,5s3.58,5,8,5,8-3.58,8-5C418,844.12,414.42,840.29,410,840.29Zm0,1.55a2.42,2.42,0,1,1-2.42,2.42A2.42,2.42,0,0,1,410,841.84Zm0,7.22c-3.54,0-6.42-2.78-6.42-3.77,0-.59,1.22-2,3-2.92a3.9,3.9,0,1,0,6.78,0c1.82.93,3,2.34,3,2.91C416.42,846.36,413.54,849.06,410,849.06Z"/>
- <path d="M257.56,840.29c-4.42,0-8,3.79-8,5s3.58,5,8,5,8-3.58,8-5C265.56,844.12,262,840.29,257.56,840.29Zm0,1.55a2.42,2.42,0,1,1-2.42,2.42A2.42,2.42,0,0,1,257.56,841.84Zm0,7.22c-3.54,0-6.42-2.78-6.42-3.77,0-.59,1.22-2,3-2.92a3.9,3.9,0,1,0,6.78,0c1.82.93,3,2.34,3,2.91C264,846.36,261.11,849.06,257.56,849.06Z"/>
- <path class="cls-3" d="M98,840.29c-4.42,0-8,3.79-8,5s3.58,5,8,5,8-3.58,8-5C106,844.12,102.42,840.29,98,840.29Zm0,1.55a2.42,2.42,0,1,1-2.42,2.42A2.42,2.42,0,0,1,98,841.84Zm0,7.22c-3.54,0-6.42-2.78-6.42-3.77,0-.59,1.22-2,3-2.92a3.9,3.9,0,1,0,6.78,0c1.82.93,3,2.34,3,2.91C104.42,846.36,101.54,849.06,98,849.06Z"/>
- <g>
- <path class="cls-3" d="M99,767a7,7,0,0,0-7,7H89.89l2.86,2.86L95.61,774H93.4a5.6,5.6,0,1,1,5.6,5.6,5.55,5.55,0,0,1-3.47-1.22l-1,1A7,7,0,0,0,99,781a7,7,0,0,0,0-14Z"/>
- <polygon class="cls-3" points="98.3 770.5 98.3 774.7 101.94 776.94 102.5 776.03 99.35 774.14 99.35 770.5 98.3 770.5"/>
- </g>
- <g>
- <path d="M258,767a7,7,0,0,0-7,7h-2.11l2.86,2.86,2.86-2.86H252.4a5.6,5.6,0,1,1,5.6,5.6,5.55,5.55,0,0,1-3.47-1.22l-1.05,1A7,7,0,0,0,258,781a7,7,0,0,0,0-14Z"/>
- <polygon points="257.3 770.5 257.3 774.7 260.94 776.94 261.5 776.03 258.35 774.14 258.35 770.5 257.3 770.5"/>
- </g>
- <g>
- <path class="cls-1" d="M411,767a7,7,0,0,0-7,7h-2.11l2.86,2.86,2.86-2.86H405.4a5.6,5.6,0,1,1,5.6,5.6,5.55,5.55,0,0,1-3.47-1.22l-1,1A7,7,0,0,0,411,781a7,7,0,0,0,0-14Z"/>
- <polygon class="cls-1" points="410.3 770.5 410.3 774.7 413.94 776.94 414.5 776.03 411.35 774.14 411.35 770.5 410.3 770.5"/>
- </g>
- <g>
- <path class="cls-3" d="M185.48,900.08a7.46,7.46,0,1,0,7.52,7.46A7.49,7.49,0,0,0,185.48,900.08Zm0,13.43a6,6,0,1,1,6-6A6,6,0,0,1,185.48,913.51Z"/>
- <path class="cls-3" d="M157,888v27h24.45a8.28,8.28,0,0,1-1.47-1H158V893h34v9.09a8.58,8.58,0,0,1,1,1.46V888Zm31,4h-3v-3h3Zm4,0h-3v-3h3Z"/>
- <polygon class="cls-3" points="185.98 905.04 184.98 905.04 184.98 907.04 182.98 907.04 182.98 908.04 184.98 908.04 184.98 910.04 185.98 910.04 185.98 908.04 187.98 908.04 187.98 907.04 185.98 907.04 185.98 905.04"/>
- </g>
- <g>
- <path d="M241.48,900.08a7.46,7.46,0,1,0,7.52,7.46A7.49,7.49,0,0,0,241.48,900.08Zm0,13.43a6,6,0,1,1,6-6A6,6,0,0,1,241.48,913.51Z"/>
- <path d="M213,888v27h24.45a8.28,8.28,0,0,1-1.47-1H214V893h34v9.09a8.58,8.58,0,0,1,1,1.46V888Zm31,4h-3v-3h3Zm4,0h-3v-3h3Z"/>
- <polygon points="241.98 905.04 240.98 905.04 240.98 907.04 238.98 907.04 238.98 908.04 240.98 908.04 240.98 910.04 241.98 910.04 241.98 908.04 243.98 908.04 243.98 907.04 241.98 907.04 241.98 905.04"/>
- </g>
- <g>
- <path class="cls-1" d="M297.48,900.08a7.46,7.46,0,1,0,7.52,7.46A7.49,7.49,0,0,0,297.48,900.08Zm0,13.43a6,6,0,1,1,6-6A6,6,0,0,1,297.48,913.51Z"/>
- <path class="cls-1" d="M269,888v27h24.45a8.28,8.28,0,0,1-1.47-1H270V893h34v9.09a8.58,8.58,0,0,1,1,1.46V888Zm31,4h-3v-3h3Zm4,0h-3v-3h3Z"/>
- <polygon class="cls-1" points="297.98 905.04 296.98 905.04 296.98 907.04 294.98 907.04 294.98 908.04 296.98 908.04 296.98 910.04 297.98 910.04 297.98 908.04 299.98 908.04 299.98 907.04 297.98 907.04 297.98 905.04"/>
- </g>
- <g>
- <path class="cls-3" d="M345,888v27h29.06l1-1H346V893h34v16.06l1-1V888Zm31,4h-3v-3h3Zm4,0h-3v-3h3Z"/>
- <polygon class="cls-3" points="375.6 908.19 377.39 906.39 372.39 906.39 372.39 911.39 374.19 909.6 377.79 913.21 376 915 381 915 381 910 379.21 911.79 375.6 908.19"/>
- </g>
- <g>
- <path d="M401,888v27h29.06l1-1H402V893h34v16.06l1-1V888Zm31,4h-3v-3h3Zm4,0h-3v-3h3Z"/>
- <polygon points="431.6 908.19 433.39 906.39 428.39 906.39 428.39 911.39 430.19 909.6 433.79 913.21 432 915 437 915 437 910 435.21 911.79 431.6 908.19"/>
- </g>
- <g>
- <path class="cls-1" d="M457,888v27h29.06l1-1H458V893h34v16.06l1-1V888Zm31,4h-3v-3h3Zm4,0h-3v-3h3Z"/>
- <polygon class="cls-1" points="487.6 908.19 489.39 906.39 484.39 906.39 484.39 911.39 486.19 909.6 489.79 913.21 488 915 493 915 493 910 491.21 911.79 487.6 908.19"/>
- </g>
- <rect class="cls-21" x="89" y="300" width="2" height="12"/>
- <polygon class="cls-21" points="96 339 91 339 91 334 89 334 89 346 91 346 91 341 96 341 96 339"/>
- <polygon class="cls-21" points="96 377 91 377 91 372 89 372 89 379 96 379 96 377"/>
- <g>
- <rect class="cls-7" x="544" y="598" width="16" height="2"/>
- <rect class="cls-7" x="544" y="608" width="16" height="2"/>
- <rect class="cls-7" x="544" y="603" width="16" height="2"/>
- </g>
- <g>
- <polygon class="cls-1" points="551.37 574 546 574 546 579.37 548 577.37 550.64 580 552 578.64 549.37 576.01 551.37 574"/>
- <rect class="cls-1" x="546" y="583" width="1" height="1"/>
- <rect class="cls-1" x="546" y="581" width="1" height="1"/>
- <rect class="cls-1" x="546" y="585" width="1" height="1"/>
- <rect class="cls-1" x="552" y="585" width="1" height="1"/>
- <rect class="cls-1" x="554" y="585" width="1" height="1"/>
- <rect class="cls-1" x="548" y="585" width="1" height="1"/>
- <rect class="cls-1" x="550" y="585" width="1" height="1"/>
- <rect class="cls-1" x="556" y="585" width="1" height="1"/>
- <rect class="cls-1" x="557" y="584" width="1" height="1"/>
- <rect class="cls-1" x="557" y="582" width="1" height="1"/>
- <rect class="cls-1" x="557" y="580" width="1" height="1"/>
- <rect class="cls-1" x="557" y="578" width="1" height="1"/>
- <rect class="cls-1" x="557" y="576" width="1" height="1"/>
- <rect class="cls-1" x="557" y="574" width="1" height="1"/>
- <rect class="cls-1" x="555" y="574" width="1" height="1"/>
- <rect class="cls-1" x="553" y="574" width="1" height="1"/>
- </g>
- <g>
- <polygon class="cls-1" points="582.63 586 588 586 588 580.63 586 582.63 583.36 580 582 581.36 584.63 583.99 582.63 586"/>
- <rect class="cls-1" x="587" y="574" width="1" height="5" transform="translate(1175 1153) rotate(180)"/>
- <rect class="cls-1" x="577" y="574" width="10" height="1" transform="translate(1164 1149) rotate(180)"/>
- <rect class="cls-1" x="576" y="574" width="1" height="11" transform="translate(1153 1159) rotate(180)"/>
- <rect class="cls-1" x="576" y="585" width="5" height="1" transform="translate(1157 1171) rotate(180)"/>
- </g>
- <g>
- <polygon points="611.37 574 606 574 606 579.37 608 577.37 610.64 580 612 578.64 609.37 576.01 611.37 574"/>
- <rect x="606" y="583" width="1" height="1"/>
- <rect x="606" y="581" width="1" height="1"/>
- <rect x="606" y="585" width="1" height="1"/>
- <rect x="612" y="585" width="1" height="1"/>
- <rect x="614" y="585" width="1" height="1"/>
- <rect x="608" y="585" width="1" height="1"/>
- <rect x="610" y="585" width="1" height="1"/>
- <rect x="616" y="585" width="1" height="1"/>
- <rect x="617" y="584" width="1" height="1"/>
- <rect x="617" y="582" width="1" height="1"/>
- <rect x="617" y="580" width="1" height="1"/>
- <rect x="617" y="578" width="1" height="1"/>
- <rect x="617" y="576" width="1" height="1"/>
- <rect x="617" y="574" width="1" height="1"/>
- <rect x="615" y="574" width="1" height="1"/>
- <rect x="613" y="574" width="1" height="1"/>
- </g>
- <g>
- <polygon points="642.63 586 648 586 648 580.63 646 582.63 643.36 580 642 581.36 644.63 583.99 642.63 586"/>
- <rect x="647" y="574" width="1" height="5" transform="translate(1295 1153) rotate(180)"/>
- <rect x="637" y="574" width="10" height="1" transform="translate(1284 1149) rotate(180)"/>
- <rect x="636" y="574" width="1" height="11" transform="translate(1273 1159) rotate(180)"/>
- <rect x="636" y="585" width="5" height="1" transform="translate(1277 1171) rotate(180)"/>
- </g>
- <path class="cls-22" d="M552,716.5a11.83,11.83,0,0,0-11,7.5,11.82,11.82,0,0,0,22,0A11.83,11.83,0,0,0,552,716.5Zm0,12.5a5,5,0,1,1,5-5A5,5,0,0,1,552,729Zm0-8a3,3,0,1,0,3,3A3,3,0,0,0,552,721Z"/>
- <path class="cls-22" d="M543,677h8V667h-8Zm0,8h8v-6h-8Zm10,0h8V675h-8Zm0-18v6h8v-6Z"/>
- <path class="cls-22" d="M541,709h22l-11-19Zm12-3h-2v-2h2Zm0-4h-2v-4h2Z"/>
- <path class="cls-22" d="M543,749h2v-2h-2Zm0,4h2v-2h-2Zm0-8h2v-2h-2Zm4,4h14v-2H547Zm0,4h14v-2H547Zm0-10v2h14v-2Z"/>
- <path class="cls-22" d="M559,763H545a2,2,0,0,0-2,2v14a2,2,0,0,0,2,2h14a2,2,0,0,0,2-2V765A2,2,0,0,0,559,763Zm-10,14h-2v-7h2Zm4,0h-2V767h2Zm4,0h-2v-4h2Z"/>
- <path class="cls-22" d="M560.71,801.71l-7.41-7.41a5.25,5.25,0,0,0-1.22-5.62,5.38,5.38,0,0,0-6-1.06l3.5,3.5-2.44,2.45-3.59-3.51a5.32,5.32,0,0,0,6.68,7.25l7.41,7.41a.78.78,0,0,0,1.14,0l1.88-1.87A.74.74,0,0,0,560.71,801.71Z"/>
- <path class="cls-22" d="M552,818a2,2,0,1,0,2,2A2,2,0,0,0,552,818Zm7-7H545a2,2,0,0,0-2,2v14a2,2,0,0,0,2,2h14a2,2,0,0,0,2-2V813A2,2,0,0,0,559,811Zm-1.75,9a5.06,5.06,0,0,1,0,.68l1.48,1.16a.35.35,0,0,1,.08.45l-1.4,2.42a.35.35,0,0,1-.43.15l-1.74-.7a5.36,5.36,0,0,1-1.18.69l-.26,1.85a.36.36,0,0,1-.35.3h-2.8a.36.36,0,0,1-.35-.29l-.26-1.85a5.14,5.14,0,0,1-1.18-.69l-1.74.7a.35.35,0,0,1-.43-.15l-1.4-2.42a.35.35,0,0,1,.08-.45l1.48-1.16a5.34,5.34,0,0,1,0-.69,5.06,5.06,0,0,1,0-.68l-1.48-1.16a.35.35,0,0,1-.08-.45l1.4-2.42a.35.35,0,0,1,.43-.15l1.74.7a5.36,5.36,0,0,1,1.18-.69l.26-1.85a.36.36,0,0,1,.35-.3h2.8a.36.36,0,0,1,.35.29l.26,1.85a5.14,5.14,0,0,1,1.18.69l1.74-.7a.35.35,0,0,1,.43.15l1.4,2.42a.35.35,0,0,1-.08.45l-1.48,1.16A5.34,5.34,0,0,1,557.25,820Z"/>
- <path class="cls-22" d="M556.37,630.78l-.4.4-1.09-1.09a6.75,6.75,0,1,0-.79.79l1.09,1.09-.4.4,4.63,4.63,1.59-1.59Zm-9.8-1.85a4.5,4.5,0,1,1,6.36,0A4.51,4.51,0,0,1,546.57,628.93Z"/>
- <path class="cls-22" d="M554.91,653.85l-.26.27-.73-.73a4.5,4.5,0,1,0-.53.53l.73.73-.27.26,3.09,3.09,1.06-1.06Zm-6.53-1.23a3,3,0,1,1,4.24,0A3,3,0,0,1,548.38,652.62Z"/>
- <g>
- <polygon class="cls-1" points="550.82 530.64 546.18 526 545.18 527 548.82 530.64 550.18 532 548.82 533.36 545.18 537 546.18 538 550.82 533.36 552.18 532 550.82 530.64"/>
- <polygon class="cls-1" points="557.82 530.64 553.18 526 552.18 527 555.82 530.64 557.18 532 555.82 533.36 552.18 537 553.18 538 557.82 533.36 559.18 532 557.82 530.64"/>
- </g>
- <g>
- <polygon class="cls-1" points="553.18 557.36 557.82 562 558.82 561 555.18 557.36 553.82 556 555.18 554.64 558.82 551 557.82 550 553.18 554.64 551.82 556 553.18 557.36"/>
- <polygon class="cls-1" points="546.18 557.36 550.82 562 551.82 561 548.18 557.36 546.82 556 548.18 554.64 551.82 551 550.82 550 546.18 554.64 544.82 556 546.18 557.36"/>
- </g>
- <g>
- <polygon points="580.82 530.64 576.18 526 575.18 527 578.82 530.64 580.18 532 578.82 533.36 575.18 537 576.18 538 580.82 533.36 582.18 532 580.82 530.64"/>
- <polygon points="587.82 530.64 583.18 526 582.18 527 585.82 530.64 587.18 532 585.82 533.36 582.18 537 583.18 538 587.82 533.36 589.18 532 587.82 530.64"/>
- </g>
- <g>
- <polygon points="583.18 557.36 587.82 562 588.82 561 585.18 557.36 583.82 556 585.18 554.64 588.82 551 587.82 550 583.18 554.64 581.82 556 583.18 557.36"/>
- <polygon points="576.18 557.36 580.82 562 581.82 561 578.18 557.36 576.82 556 578.18 554.64 581.82 551 580.82 550 576.18 554.64 574.82 556 576.18 557.36"/>
- </g>
- <rect class="cls-5" x="540" y="400" width="24" height="24"/>
- <polygon class="cls-1" points="561.1 420.34 543.64 420.34 543.64 419.38 557.57 405.07 544.37 405.07 544.37 403.62 560.37 403.62 560.37 404.75 546.39 418.89 561.1 418.89 561.1 420.34"/>
- <polygon class="cls-7" points="554.32 510 555 509.26 552.68 506.74 552 506 551.32 506.74 549 509.26 549.68 510 552 507.48 554.32 510"/>
- <polygon class="cls-7" points="550 486.32 550.74 487 553.26 484.68 554 484 553.26 483.32 550.74 481 550 481.68 552.52 484 550 486.32"/>
- <polygon class="cls-7" points="554 457.68 553.26 457 550.74 459.32 550 460 550.74 460.68 553.26 463 554 462.32 551.48 460 554 457.68"/>
- <polygon class="cls-7" points="549.68 434 549 434.74 551.32 437.26 552 438 552.68 437.26 555 434.74 554.32 434 552 436.52 549.68 434"/>
- <polygon points="584.32 510 585 509.26 582.68 506.74 582 506 581.32 506.74 579 509.26 579.68 510 582 507.48 584.32 510"/>
- <polygon points="580 486.32 580.74 487 583.26 484.68 584 484 583.26 483.32 580.74 481 580 481.68 582.52 484 580 486.32"/>
- <polygon points="584 457.68 583.26 457 580.74 459.32 580 460 580.74 460.68 583.26 463 584 462.32 581.48 460 584 457.68"/>
- <polygon points="579.68 434 579 434.74 581.32 437.26 582 438 582.68 437.26 585 434.74 584.32 434 582 436.52 579.68 434"/>
- <polygon class="cls-1" points="611.32 510 612 509.26 609.68 506.74 609 506 608.32 506.74 606 509.26 606.68 510 609 507.48 611.32 510"/>
- <polygon class="cls-1" points="607 486.32 607.74 487 610.26 484.68 611 484 610.26 483.32 607.74 481 607 481.68 609.52 484 607 486.32"/>
- <polygon class="cls-1" points="611 457.68 610.26 457 607.74 459.32 607 460 607.74 460.68 610.26 463 611 462.32 608.48 460 611 457.68"/>
- <polygon class="cls-1" points="606.68 434 606 434.74 608.32 437.26 609 438 609.68 437.26 612 434.74 611.32 434 609 436.52 606.68 434"/>
- <g>
- <rect class="cls-23" x="574" y="598" width="16" height="2"/>
- <rect class="cls-23" x="574" y="608" width="16" height="2"/>
- <rect class="cls-23" x="574" y="603" width="16" height="2"/>
- </g>
- <g>
- <rect x="604" y="598" width="16" height="2"/>
- <rect x="604" y="608" width="16" height="2"/>
- <rect x="604" y="603" width="16" height="2"/>
- </g>
- <g>
- <rect class="cls-1" x="634" y="598" width="16" height="2"/>
- <rect class="cls-1" x="634" y="608" width="16" height="2"/>
- <rect class="cls-1" x="634" y="603" width="16" height="2"/>
- </g>
- <path class="cls-1" d="M582,716.5a11.83,11.83,0,0,0-11,7.5,11.82,11.82,0,0,0,22,0A11.83,11.83,0,0,0,582,716.5Zm0,12.5a5,5,0,1,1,5-5A5,5,0,0,1,582,729Zm0-8a3,3,0,1,0,3,3A3,3,0,0,0,582,721Z"/>
- <path class="cls-1" d="M573,677h8V667h-8Zm0,8h8v-6h-8Zm10,0h8V675h-8Zm0-18v6h8v-6Z"/>
- <path class="cls-1" d="M571,709h22l-11-19Zm12-3h-2v-2h2Zm0-4h-2v-4h2Z"/>
- <path class="cls-1" d="M573,749h2v-2h-2Zm0,4h2v-2h-2Zm0-8h2v-2h-2Zm4,4h14v-2H577Zm0,4h14v-2H577Zm0-10v2h14v-2Z"/>
- <path class="cls-1" d="M589,763H575a2,2,0,0,0-2,2v14a2,2,0,0,0,2,2h14a2,2,0,0,0,2-2V765A2,2,0,0,0,589,763Zm-10,14h-2v-7h2Zm4,0h-2V767h2Zm4,0h-2v-4h2Z"/>
- <path class="cls-1" d="M590.71,801.71l-7.41-7.41a5.25,5.25,0,0,0-1.22-5.62,5.38,5.38,0,0,0-6-1.06l3.5,3.5-2.44,2.45-3.59-3.51a5.32,5.32,0,0,0,6.68,7.25l7.41,7.41a.78.78,0,0,0,1.14,0l1.88-1.87A.74.74,0,0,0,590.71,801.71Z"/>
- <path class="cls-1" d="M582,818a2,2,0,1,0,2,2A2,2,0,0,0,582,818Zm7-7H575a2,2,0,0,0-2,2v14a2,2,0,0,0,2,2h14a2,2,0,0,0,2-2V813A2,2,0,0,0,589,811Zm-1.75,9a5.06,5.06,0,0,1,0,.68l1.48,1.16a.35.35,0,0,1,.08.45l-1.4,2.42a.35.35,0,0,1-.43.15l-1.74-.7a5.36,5.36,0,0,1-1.18.69l-.26,1.85a.36.36,0,0,1-.35.3h-2.8a.36.36,0,0,1-.35-.29l-.26-1.85a5.14,5.14,0,0,1-1.18-.69l-1.74.7a.35.35,0,0,1-.43-.15l-1.4-2.42a.35.35,0,0,1,.08-.45l1.48-1.16a5.34,5.34,0,0,1,0-.69,5.06,5.06,0,0,1,0-.68l-1.48-1.16a.35.35,0,0,1-.08-.45l1.4-2.42a.35.35,0,0,1,.43-.15l1.74.7a5.36,5.36,0,0,1,1.18-.69l.26-1.85a.36.36,0,0,1,.35-.3h2.8a.36.36,0,0,1,.35.29l.26,1.85a5.14,5.14,0,0,1,1.18.69l1.74-.7a.35.35,0,0,1,.43.15l1.4,2.42a.35.35,0,0,1-.08.45l-1.48,1.16A5.34,5.34,0,0,1,587.25,820Z"/>
- <path class="cls-1" d="M586.37,630.78l-.4.4-1.09-1.09a6.75,6.75,0,1,0-.79.79l1.09,1.09-.4.4,4.63,4.63,1.59-1.59Zm-9.8-1.85a4.5,4.5,0,1,1,6.36,0A4.51,4.51,0,0,1,576.57,628.93Z"/>
- <path class="cls-1" d="M584.91,653.85l-.26.27-.73-.73a4.5,4.5,0,1,0-.53.53l.73.73-.27.26,3.09,3.09,1.06-1.06Zm-6.53-1.23a3,3,0,1,1,4.24,0A3,3,0,0,1,578.38,652.62Z"/>
- <path d="M612,716.5a11.83,11.83,0,0,0-11,7.5,11.82,11.82,0,0,0,22,0A11.83,11.83,0,0,0,612,716.5Zm0,12.5a5,5,0,1,1,5-5A5,5,0,0,1,612,729Zm0-8a3,3,0,1,0,3,3A3,3,0,0,0,612,721Z"/>
- <path d="M603,677h8V667h-8Zm0,8h8v-6h-8Zm10,0h8V675h-8Zm0-18v6h8v-6Z"/>
- <path d="M601,709h22l-11-19Zm12-3h-2v-2h2Zm0-4h-2v-4h2Z"/>
- <path d="M603,749h2v-2h-2Zm0,4h2v-2h-2Zm0-8h2v-2h-2Zm4,4h14v-2H607Zm0,4h14v-2H607Zm0-10v2h14v-2Z"/>
- <path d="M619,763H605a2,2,0,0,0-2,2v14a2,2,0,0,0,2,2h14a2,2,0,0,0,2-2V765A2,2,0,0,0,619,763Zm-10,14h-2v-7h2Zm4,0h-2V767h2Zm4,0h-2v-4h2Z"/>
- <path d="M620.71,801.71l-7.41-7.41a5.25,5.25,0,0,0-1.22-5.62,5.38,5.38,0,0,0-6-1.06l3.5,3.5-2.44,2.45-3.59-3.51a5.32,5.32,0,0,0,6.68,7.25l7.41,7.41a.78.78,0,0,0,1.14,0l1.88-1.87A.74.74,0,0,0,620.71,801.71Z"/>
- <path d="M612,818a2,2,0,1,0,2,2A2,2,0,0,0,612,818Zm7-7H605a2,2,0,0,0-2,2v14a2,2,0,0,0,2,2h14a2,2,0,0,0,2-2V813A2,2,0,0,0,619,811Zm-1.75,9a5.06,5.06,0,0,1,0,.68l1.48,1.16a.35.35,0,0,1,.08.45l-1.4,2.42a.35.35,0,0,1-.43.15l-1.74-.7a5.36,5.36,0,0,1-1.18.69l-.26,1.85a.36.36,0,0,1-.35.3h-2.8a.36.36,0,0,1-.35-.29l-.26-1.85a5.14,5.14,0,0,1-1.18-.69l-1.74.7a.35.35,0,0,1-.43-.15l-1.4-2.42a.35.35,0,0,1,.08-.45l1.48-1.16a5.34,5.34,0,0,1,0-.69,5.06,5.06,0,0,1,0-.68l-1.48-1.16a.35.35,0,0,1-.08-.45l1.4-2.42a.35.35,0,0,1,.43-.15l1.74.7a5.36,5.36,0,0,1,1.18-.69l.26-1.85a.36.36,0,0,1,.35-.3h2.8a.36.36,0,0,1,.35.29l.26,1.85a5.14,5.14,0,0,1,1.18.69l1.74-.7a.35.35,0,0,1,.43.15l1.4,2.42a.35.35,0,0,1-.08.45l-1.48,1.16A5.34,5.34,0,0,1,617.25,820Z"/>
- <path d="M616.37,630.78l-.4.4-1.09-1.09a6.75,6.75,0,1,0-.79.79l1.09,1.09-.4.4,4.63,4.63,1.59-1.59Zm-9.8-1.85a4.5,4.5,0,1,1,6.36,0A4.51,4.51,0,0,1,606.57,628.93Z"/>
- <path d="M614.91,653.85l-.26.27-.73-.73a4.5,4.5,0,1,0-.53.53l.73.73-.27.26,3.09,3.09,1.06-1.06Zm-6.53-1.23a3,3,0,1,1,4.24,0A3,3,0,0,1,608.38,652.62Z"/>
- <path class="cls-3" d="M24.22,804H11.78A1.78,1.78,0,0,0,10,805.78v12.44A1.78,1.78,0,0,0,11.78,820H24.22A1.78,1.78,0,0,0,26,818.22V805.78A1.78,1.78,0,0,0,24.22,804ZM15,807a2,2,0,1,1-2,2A2,2,0,0,1,15,807Zm-3.22,10.33,3.11-4L17.11,815l3.11-5,4,7.33Z"/>
- <path d="M183.22,804H170.78a1.78,1.78,0,0,0-1.78,1.78v12.44a1.78,1.78,0,0,0,1.78,1.78h12.44a1.78,1.78,0,0,0,1.78-1.78V805.78A1.78,1.78,0,0,0,183.22,804ZM174,807a2,2,0,1,1-2,2A2,2,0,0,1,174,807Zm-3.22,10.33,3.11-4,2.22,1.68,3.11-5,4,7.33Z"/>
- <path class="cls-1" d="M336.22,804H323.78a1.78,1.78,0,0,0-1.78,1.78v12.44a1.78,1.78,0,0,0,1.78,1.78h12.44a1.78,1.78,0,0,0,1.78-1.78V805.78A1.78,1.78,0,0,0,336.22,804ZM327,807a2,2,0,1,1-2,2A2,2,0,0,1,327,807Zm-3.22,10.33,3.11-4,2.22,1.68,3.11-5,4,7.33Z"/>
- <path class="cls-1" d="M415.5,519.33h-.75v-1.52a3.75,3.75,0,1,0-7.5,0v1.52h-.75a1.52,1.52,0,0,0-1.5,1.53v5.62a1.52,1.52,0,0,0,1.5,1.52h9a1.52,1.52,0,0,0,1.5-1.52v-5.62A1.52,1.52,0,0,0,415.5,519.33Zm-4.5,5.86a1.53,1.53,0,1,1,1.5-1.52A1.52,1.52,0,0,1,411,525.19Zm2.33-5.86h-4.66v-1.52a2.33,2.33,0,1,1,4.66,0Z"/>
- <path d="M263.5,519.33h-.75v-1.52a3.75,3.75,0,1,0-7.5,0v1.52h-.75a1.52,1.52,0,0,0-1.5,1.53v5.62a1.52,1.52,0,0,0,1.5,1.52h9a1.52,1.52,0,0,0,1.5-1.52v-5.62A1.52,1.52,0,0,0,263.5,519.33Zm-4.5,5.86a1.53,1.53,0,1,1,1.5-1.52A1.52,1.52,0,0,1,259,525.19Zm2.33-5.86h-4.66v-1.52a2.33,2.33,0,1,1,4.66,0Z"/>
- <path class="cls-3" d="M103.5,519.33h-.75v-1.52a3.75,3.75,0,1,0-7.5,0v1.52H94.5a1.52,1.52,0,0,0-1.5,1.53v5.62A1.52,1.52,0,0,0,94.5,528h9a1.52,1.52,0,0,0,1.5-1.52v-5.62A1.52,1.52,0,0,0,103.5,519.33ZM99,525.19a1.53,1.53,0,1,1,1.5-1.52A1.52,1.52,0,0,1,99,525.19Zm2.33-5.86H96.67v-1.52a2.33,2.33,0,1,1,4.66,0Z"/>
- <path class="cls-3" d="M95.78,490.48l1.4-.33a.49.49,0,0,0,.33-.18.48.48,0,0,0,.12-.33V480h-2.8a.35.35,0,0,0-.27.09.52.52,0,0,0-.14.21l-.78,1.93H93V479h12v3.19h-.64l-.78-1.93a.62.62,0,0,0-.13-.21.34.34,0,0,0-.26-.09h-2.85v9.68a.46.46,0,0,0,.14.34.59.59,0,0,0,.32.17l1.4.33V491H95.78Z"/>
- <path d="M255.78,490.48l1.4-.33a.49.49,0,0,0,.33-.18.48.48,0,0,0,.12-.33V480h-2.8a.35.35,0,0,0-.27.09.52.52,0,0,0-.14.21l-.78,1.93H253V479h12v3.19h-.64l-.78-1.93a.62.62,0,0,0-.13-.21.34.34,0,0,0-.26-.09h-2.85v9.68a.46.46,0,0,0,.14.34.59.59,0,0,0,.32.17l1.4.33V491h-6.42Z"/>
- <path class="cls-1" d="M407.78,490.48l1.4-.33a.49.49,0,0,0,.33-.18.48.48,0,0,0,.12-.33V480h-2.8a.35.35,0,0,0-.27.09.52.52,0,0,0-.14.21l-.78,1.93H405V479h12v3.19h-.64l-.78-1.93a.62.62,0,0,0-.13-.21.34.34,0,0,0-.26-.09h-2.85v9.68a.46.46,0,0,0,.14.34.59.59,0,0,0,.32.17l1.4.33V491h-6.42Z"/>
- <path class="cls-1" d="M444.16,482.67a5.73,5.73,0,0,0-4.05,1.73L438,482v6h5.28l-2.13-2.41a4.35,4.35,0,0,1,3-1.26,4.79,4.79,0,0,1,4.45,3.67l1.39-.52A6.29,6.29,0,0,0,444.16,482.67Z"/>
- <path d="M292.16,482.67a5.73,5.73,0,0,0-4.05,1.73L286,482v6h5.28l-2.13-2.41a4.35,4.35,0,0,1,3-1.26,4.79,4.79,0,0,1,4.45,3.67l1.39-.52A6.29,6.29,0,0,0,292.16,482.67Z"/>
- <path class="cls-3" d="M132.16,482.67a5.73,5.73,0,0,0-4,1.73L126,482v6h5.28l-2.13-2.41a4.35,4.35,0,0,1,3-1.26,4.79,4.79,0,0,1,4.45,3.67l1.39-.52A6.29,6.29,0,0,0,132.16,482.67Z"/>
- <g>
- <path class="cls-3" d="M179.78,248.76a1.07,1.07,0,0,0-1.52,0,1.09,1.09,0,0,0,0,1.53l4.63,4.63-2.21,2.32-3.84-4.05a1,1,0,0,0-1.54,0,1.2,1.2,0,0,0,0,1.62l4.61,4.86a1.06,1.06,0,0,0,1.54,0l3-3.18,2.75,2.75a1.08,1.08,0,1,0,1.52-1.53Z"/>
- <path class="cls-3" d="M190.66,248.34a1,1,0,0,0-1.53,0L185.64,252l1.58,1.58,3.44-3.64A1.17,1.17,0,0,0,190.66,248.34Z"/>
- </g>
- <g>
- <path d="M179.78,288.76a1.07,1.07,0,0,0-1.52,0,1.09,1.09,0,0,0,0,1.53l4.63,4.63-2.21,2.32-3.84-4.05a1,1,0,0,0-1.54,0,1.2,1.2,0,0,0,0,1.62l4.61,4.86a1.06,1.06,0,0,0,1.54,0l3-3.18,2.75,2.75a1.08,1.08,0,1,0,1.52-1.53Z"/>
- <path d="M190.66,288.34a1,1,0,0,0-1.53,0L185.64,292l1.58,1.58,3.44-3.64A1.17,1.17,0,0,0,190.66,288.34Z"/>
- </g>
- <g>
- <path class="cls-1" d="M179.78,328.76a1.07,1.07,0,0,0-1.52,0,1.09,1.09,0,0,0,0,1.53l4.63,4.63-2.21,2.32-3.84-4.05a1,1,0,0,0-1.54,0,1.2,1.2,0,0,0,0,1.62l4.61,4.86a1.06,1.06,0,0,0,1.54,0l3-3.18,2.75,2.75a1.08,1.08,0,1,0,1.52-1.53Z"/>
- <path class="cls-1" d="M190.66,328.34a1,1,0,0,0-1.53,0L185.64,332l1.58,1.58,3.44-3.64A1.17,1.17,0,0,0,190.66,328.34Z"/>
- </g>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="678px" height="935px" viewBox="0 0 678 935" style="enable-background:new 0 0 678 935;" xml:space="preserve">
+<rect x="-6.809" y="-8.191" style="display:none;fill:#003333;" width="687.809" height="949"/>
+<rect y="903" style="fill:#FFFFFF;" width="95" height="25"/>
+<rect y="864" style="fill:#FFFFFF;" width="114" height="30"/>
+<path style="fill:#3C5563;" d="M20.913,19.853l-0.265,0.266l-0.727-0.728c1.493-1.766,1.425-4.403-0.243-6.071
+ c-1.758-1.757-4.606-1.76-6.361-0.004c-1.756,1.755-1.754,4.604,0.004,6.361c1.668,1.669,4.305,1.736,6.071,0.243l0.728,0.728
+ l-0.266,0.265L22.941,24l1.06-1.06L20.913,19.853z M14.381,18.618c-1.172-1.172-1.175-3.07-0.004-4.242
+ c1.17-1.17,3.07-1.168,4.242,0.004c1.172,1.172,1.173,3.071,0.003,4.241C17.451,19.792,15.553,19.79,14.381,18.618z"/>
+<path style="fill:#3C5563;" d="M18.388,56.563c-0.059-0.131-0.12-0.292-0.18-0.481c-0.059-0.188-0.09-0.4-0.09-0.633
+ c0-0.276,0.071-0.528,0.212-0.756c0.142-0.228,0.32-0.447,0.535-0.659c0.214-0.211,0.446-0.423,0.694-0.634
+ c0.247-0.211,0.478-0.453,0.693-0.727c0.215-0.274,0.394-0.575,0.535-0.9C20.928,51.447,21,51.076,21,50.66
+ c0-0.44-0.084-0.824-0.253-1.155c-0.17-0.331-0.401-0.606-0.694-0.829c-0.293-0.224-0.637-0.391-1.029-0.506
+ C18.631,48.058,18.217,48,17.775,48c-0.958,0-1.883,0.261-2.775,0.779v1.881c0.735-0.722,1.507-1.083,2.319-1.083
+ c0.251,0,0.486,0.03,0.706,0.089c0.22,0.062,0.416,0.151,0.587,0.273c0.172,0.123,0.307,0.276,0.405,0.455
+ c0.098,0.183,0.146,0.395,0.146,0.639c0,0.271-0.066,0.519-0.2,0.749c-0.134,0.228-0.3,0.444-0.497,0.65
+ c-0.2,0.206-0.413,0.418-0.644,0.633c-0.232,0.218-0.447,0.442-0.645,0.675c-0.198,0.232-0.365,0.483-0.497,0.753
+ c-0.134,0.268-0.2,0.567-0.2,0.897c0,0.214,0.019,0.427,0.057,0.643c0.038,0.218,0.082,0.395,0.131,0.53H18.388z M18.413,59.684
+ c0.229-0.206,0.342-0.461,0.342-0.765c0-0.309-0.113-0.563-0.342-0.764c-0.234-0.219-0.507-0.325-0.816-0.325
+ c-0.316,0-0.591,0.106-0.825,0.325c-0.229,0.2-0.342,0.455-0.342,0.764c0,0.304,0.113,0.559,0.342,0.765
+ C17.011,59.895,17.286,60,17.597,60C17.9,60,18.173,59.895,18.413,59.684L18.413,59.684z"/>
+<path style="fill:#3C5563;" d="M18,127.999c-2.276,0-4.363,0.802-6,2.136V132h12v-1.865C22.364,128.801,20.276,127.999,18,127.999z
+ M18,125.999c1.657,0,3-1.343,3-2.999c0-1.657-1.343-3-3-3c-1.656,0-3,1.343-3,3C15,124.656,16.344,125.999,18,125.999z"/>
+<path style="fill:#FFFFFF;" d="M24.889,193.232l-2.01,2.01l-2.121-2.121l2.01-2.01C22.521,191.046,22.267,191,22,191
+ c-1.657,0-3,1.343-3,3c0,0.267,0.046,0.522,0.111,0.768l-4.345,4.344C14.521,199.045,14.267,199,14,199c-1.657,0-3,1.343-3,3
+ c0,0.268,0.046,0.522,0.111,0.768l2.01-2.01l2.121,2.121l-2.01,2.01C13.479,204.954,13.733,205,14,205c1.657,0,3-1.343,3-3
+ c0-0.267-0.045-0.521-0.111-0.768l4.346-4.344C21.479,196.955,21.733,197,22,197c1.657,0,3-1.343,3-3
+ C25,193.732,24.954,193.479,24.889,193.232z"/>
+<path style="fill:#FFFFFF;" d="M11,372v2h14v-2H11z M11,379h14v-2H11V379z M11,384h14v-2H11V384z"/>
+<path style="fill:#FFFFFF;" d="M18.697,409.253c0.181,0.223,0.48,0.333,0.897,0.333c0.444,0,0.79-0.157,1.036-0.47
+ c0.245-0.313,0.369-0.661,0.369-1.047c0-0.316-0.103-0.572-0.308-0.771C20.487,407.1,20.206,407,19.851,407
+ c-0.418,0-0.76,0.138-1.027,0.416c-0.267,0.278-0.4,0.612-0.4,1.003C18.425,408.755,18.516,409.033,18.697,409.253z M15.348,414.171
+ c0.931-0.606,1.524-0.909,1.785-0.909c0.156,0,0.236,0.088,0.236,0.265c0,0.359-0.287,1.554-0.862,3.581
+ c-0.258,0.908-0.429,1.549-0.507,1.918c-0.079,0.367-0.118,0.699-0.118,0.99c0,0.29,0.064,0.526,0.196,0.71
+ c0.129,0.184,0.328,0.274,0.594,0.274c0.211,0,0.461-0.051,0.744-0.15c0.283-0.101,0.757-0.355,1.421-0.762
+ c0.663-0.407,1.233-0.769,1.713-1.084l0.041-0.124l-0.226-0.377l-0.123-0.011c-0.891,0.586-1.437,0.882-1.643,0.882
+ c-0.075,0-0.143-0.034-0.2-0.101c-0.058-0.067-0.086-0.145-0.086-0.233c0-0.321,0.296-1.499,0.892-3.531
+ c0.34-1.183,0.565-1.982,0.672-2.406c0.105-0.424,0.159-0.773,0.159-1.052c0-0.209-0.061-0.38-0.185-0.517
+ c-0.123-0.137-0.271-0.202-0.441-0.202c-0.376,0-0.901,0.179-1.576,0.537c-0.674,0.362-1.613,0.974-2.816,1.839L15,413.831
+ l0.204,0.331L15.348,414.171z"/>
+<g>
+ <path style="fill:#768D99;" d="M22,486c0-1.476-0.81-2.745-1.999-3.435v6.871C21.19,488.745,22,487.476,22,486z"/>
+ <g>
+ <polygon style="fill:#768D99;" points="11,483.375 11,488.625 13.557,488.625 18,493 18,479 13.557,483.375 "/>
+ <path style="fill:#768D99;" d="M20.001,479.306v1.58c2.046,0.8,3.499,2.782,3.499,5.114c0,2.328-1.453,4.313-3.499,5.113v1.58
+ C22.889,491.833,25,489.168,25,486C25,482.83,22.889,480.166,20.001,479.306z"/>
+ </g>
+</g>
+<path style="fill:#768D99;" d="M23.5,522c0,0.393-0.055,0.769-0.134,1.139l1.216,1.216C24.848,523.618,25,522.829,25,522
+ c0-3.17-2.111-5.834-4.998-6.694v1.58C22.047,517.685,23.5,519.668,23.5,522z M20.002,518.565v1.21l1.981,1.982
+ C21.899,520.386,21.125,519.216,20.002,518.565z M24.7,527.301l-12.01-12.011l-1.407,1.406l2.478,2.478l-0.204,0.201H11v5.25h2.557
+ L18,529v-5.586l2.002,2.002v0.019c0.004-0.002,0.008-0.006,0.012-0.008l1.087,1.087c-0.343,0.235-0.706,0.444-1.099,0.599v1.58
+ c0.795-0.237,1.522-0.622,2.172-1.106l1.129,1.13l1.414-1.414l-0.01-0.011L24.7,527.301z M18,515l-1.397,1.375L18,517.773V515z"/>
+<path style="fill:#768D99;" d="M18,565c1.105,0,2-0.896,2-2h-4C16,564.104,16.896,565,18,565z M22,559.625v-3
+ c0-1.861-1.278-3.412-3-3.858V552c0-0.553-0.447-1-1-1s-1,0.447-1,1v0.767c-1.722,0.446-2.999,1.997-2.999,3.858v2.999L12,561.625
+ h12L22,559.625z"/>
+<path style="fill:#768D99;" d="M22,592.625c0-1.861-1.279-3.412-3-3.858V588c0-0.553-0.447-1-1-1s-1,0.447-1,1v0.767
+ c-0.012,0.003-0.021,0.008-0.033,0.011L22,593.811V592.625z M18,601c1.105,0,2-0.896,2-2h-4C16,600.104,16.896,601,18,601z
+ M24.993,599.593l-0.007,0.008l-12.593-12.596L11,588.402l3.158,3.158c-0.095,0.341-0.158,0.693-0.158,1.064v2.999l-2,2.001h8.222
+ L23.596,601L25,599.6L24.993,599.593z"/>
+<g>
+ <g>
+ <path style="fill:#768D99;" d="M24,628c-1.104,0-2,0.896-2,2s0.896,2,2,2s2-0.896,2-2S25.104,628,24,628z M12,628
+ c-1.104,0-2,0.896-2,2s0.896,2,2,2s2-0.896,2-2S13.104,628,12,628z M18,628c-1.104,0-2,0.896-2,2s0.896,2,2,2s2-0.896,2-2
+ S19.104,628,18,628z"/>
+ </g>
+</g>
+<path style="fill:#768D99;" d="M24.143,667.974L18,662l-6.142,5.974c-0.477,0.464-0.477,1.216,0,1.679
+ c0.477,0.464,1.249,0.464,1.726,0L18,665.356l4.417,4.296c0.477,0.464,1.249,0.464,1.726,0
+ C24.619,669.188,24.619,668.438,24.143,667.974z"/>
+<path style="fill:#768D99;" d="M11.857,700.026L18,706l6.142-5.974c0.478-0.464,0.478-1.216,0-1.679
+ c-0.477-0.463-1.249-0.463-1.726,0L18,702.644l-4.417-4.296c-0.477-0.463-1.249-0.463-1.726,0
+ C11.381,698.81,11.381,699.563,11.857,700.026z"/>
+<path style="fill:#ACBBC2;" d="M18,729c-4.971,0-9,4.029-9,9.001c0,4.971,4.029,8.999,9,8.999c4.971,0,9-4.028,9-8.999
+ C27,733.029,22.971,729,18,729z M19,743.001h-2v-6.002h2V743.001z M19,735h-2v-2h2V735z"/>
+<path style="fill:#ACBBC2;" d="M19,783v-2h2v2H19z M19,777h2v2h-2V777z M19,773h2v2h-2V773z M19,769h2v2h-2V769z M19,765h2v2h-2V765
+ z M15,781h2v2h-2V781z M15,777h2v2h-2V777z M15,773h2v2h-2V773z M15,769h2v2h-2V769z M15,765h2v2h-2V765z"/>
+<path style="fill:#768D99;" d="M23.769,841.741c-0.308-0.321-0.808-0.321-1.116,0l-6.514,6.775l-2.791-2.903
+ c-0.308-0.321-0.809-0.321-1.116,0c-0.308,0.32-0.308,0.84,0,1.161l3.349,3.485c0.309,0.32,0.809,0.32,1.117,0l7.071-7.358
+ C24.077,842.581,24.077,842.062,23.769,841.741z"/>
+<g>
+ <path style="fill:#D40000;" d="M57.021,876.399c0.679-0.515,1.02-1.305,1.02-2.366c0-1.054-0.341-1.839-1.02-2.36
+ c-0.681-0.523-1.715-0.782-3.1-0.782h-4.205v6.285h4.205C55.307,877.176,56.341,876.918,57.021,876.399z"/>
+ <path style="fill:#D40000;" d="M54.272,879.467h-4.556v7.643h4.556c1.528,0,2.661-0.315,3.395-0.942
+ c0.734-0.629,1.103-1.593,1.103-2.886c0-1.303-0.368-2.266-1.103-2.885C56.934,879.778,55.801,879.467,54.272,879.467z"/>
+ <path style="fill:#D40000;" d="M76.077,876.399c0.681-0.515,1.019-1.305,1.019-2.366c0-1.054-0.338-1.839-1.019-2.36
+ c-0.68-0.523-1.714-0.782-3.102-0.782h-4.203v6.285h4.203C74.363,877.176,75.397,876.918,76.077,876.399z"/>
+ <polygon style="fill:#D40000;" points="30.278,881.731 37.994,881.731 34.131,871.351 "/>
+ <path style="fill:#D40000;" d="M0,864v30h114v-30H0z M21.684,889.427H4.55v-2.15l13.269-16.33H4.873v-2.374H21.36v2.15
+ L8.093,887.054h13.59V889.427z M40.791,889.427l-1.908-5.349H29.42l-1.911,5.349h-2.993l8.012-20.854h3.219l7.997,20.854H40.791z
+ M59.851,887.906c-1.271,1.013-3.086,1.521-5.438,1.521H46.88v-20.854h7.253c2.162,0,3.831,0.445,5.004,1.34
+ c1.169,0.893,1.756,2.166,1.756,3.813c0,1.275-0.298,2.29-0.899,3.047c-0.6,0.752-1.482,1.224-2.642,1.41
+ c1.395,0.299,2.481,0.919,3.255,1.864c0.772,0.945,1.157,2.126,1.157,3.542C61.764,885.451,61.127,886.891,59.851,887.906z
+ M78.907,887.906c-1.272,1.013-3.087,1.521-5.439,1.521h-7.532v-20.854h7.254c2.161,0,3.83,0.445,5.003,1.34
+ c1.169,0.893,1.757,2.166,1.757,3.813c0,1.275-0.299,2.29-0.9,3.047c-0.601,0.752-1.481,1.224-2.642,1.41
+ c1.395,0.299,2.478,0.919,3.251,1.864c0.776,0.945,1.161,2.126,1.161,3.542C80.819,885.451,80.183,886.891,78.907,887.906z
+ M88.164,889.427h-2.838v-20.854h2.838V889.427z M106.327,889.427l-5.748-8.728l-5.805,8.728h-3.019l7.319-11.006l-6.489-9.849
+ h3.123l4.936,7.488l4.98-7.488h3.018l-6.498,9.769l7.306,11.085H106.327z"/>
+ <path style="fill:#D40000;" d="M73.327,879.467h-4.555v7.643h4.555c1.529,0,2.658-0.315,3.396-0.942
+ c0.734-0.629,1.104-1.593,1.104-2.886c0-1.303-0.369-2.266-1.104-2.885C75.985,879.778,74.856,879.467,73.327,879.467z"/>
+ <polygon style="fill:#FFFFFF;" points="108.643,868.572 105.625,868.572 100.645,876.06 95.709,868.572 92.586,868.572
+ 99.075,878.421 91.756,889.427 94.774,889.427 100.579,880.699 106.327,889.427 109.45,889.427 102.145,878.342 "/>
+ <polygon style="fill:#FFFFFF;" points="21.36,870.723 21.36,868.572 4.873,868.572 4.873,870.946 17.819,870.946 4.55,887.276
+ 4.55,889.427 21.684,889.427 21.684,887.054 8.093,887.054 "/>
+ <path style="fill:#FFFFFF;" d="M32.527,868.572l-8.012,20.854h2.993l1.911-5.349h9.463l1.908,5.349h2.952l-7.997-20.854H32.527z
+ M30.278,881.731l3.853-10.381l3.863,10.381H30.278z"/>
+ <path style="fill:#FFFFFF;" d="M57.352,878.183c1.159-0.187,2.042-0.658,2.642-1.41c0.602-0.757,0.899-1.772,0.899-3.047
+ c0-1.647-0.587-2.921-1.756-3.813c-1.173-0.895-2.842-1.34-5.004-1.34H46.88v20.854h7.532c2.352,0,4.167-0.508,5.438-1.521
+ c1.276-1.016,1.913-2.455,1.913-4.317c0-1.416-0.385-2.597-1.157-3.542C59.833,879.102,58.746,878.481,57.352,878.183z
+ M49.717,870.891h4.205c1.385,0,2.419,0.26,3.1,0.782c0.679,0.521,1.02,1.307,1.02,2.36c0,1.062-0.341,1.852-1.02,2.366
+ c-0.681,0.519-1.715,0.776-3.1,0.776h-4.205V870.891z M57.667,886.167c-0.733,0.627-1.866,0.942-3.395,0.942h-4.556v-7.643h4.556
+ c1.528,0,2.661,0.312,3.395,0.93c0.734,0.619,1.103,1.582,1.103,2.885C58.77,884.574,58.401,885.538,57.667,886.167z"/>
+ <rect x="85.326" y="868.572" style="fill:#FFFFFF;" width="2.838" height="20.854"/>
+ <path style="fill:#FFFFFF;" d="M76.407,878.183c1.16-0.187,2.04-0.658,2.642-1.41c0.602-0.757,0.9-1.772,0.9-3.047
+ c0-1.647-0.588-2.921-1.757-3.813c-1.173-0.895-2.842-1.34-5.003-1.34h-7.254v20.854h7.532c2.353,0,4.167-0.508,5.439-1.521
+ c1.275-1.016,1.912-2.455,1.912-4.317c0-1.416-0.385-2.597-1.161-3.542C78.885,879.102,77.802,878.481,76.407,878.183z
+ M68.772,870.891h4.203c1.388,0,2.422,0.26,3.102,0.782c0.681,0.521,1.019,1.307,1.019,2.36c0,1.062-0.338,1.852-1.019,2.366
+ c-0.68,0.519-1.714,0.776-3.102,0.776h-4.203V870.891z M76.723,886.167c-0.737,0.627-1.866,0.942-3.396,0.942h-4.555v-7.643h4.555
+ c1.529,0,2.658,0.312,3.396,0.93c0.734,0.619,1.104,1.582,1.104,2.885C77.826,884.574,77.457,885.538,76.723,886.167z"/>
+</g>
+<g>
+ <path style="fill:#D40000;" d="M47.521,913.339c0.559-0.441,0.843-1.101,0.843-1.977c0-0.887-0.284-1.541-0.843-1.971
+ c-0.569-0.429-1.436-0.651-2.589-0.651h-3.5v5.245h3.5C46.086,913.985,46.952,913.765,47.521,913.339z"/>
+ <path style="fill:#D40000;" d="M45.227,915.887h-3.795v6.361h3.795c1.276,0,2.216-0.26,2.829-0.775
+ c0.614-0.523,0.917-1.332,0.917-2.402c0-1.089-0.303-1.895-0.917-2.402C47.443,916.143,46.503,915.887,45.227,915.887z"/>
+ <path style="fill:#D40000;" d="M63.395,913.339c0.569-0.441,0.852-1.101,0.852-1.977c0-0.887-0.282-1.541-0.852-1.971
+ c-0.563-0.429-1.426-0.651-2.582-0.651h-3.501v5.245h3.501C61.969,913.985,62.832,913.765,63.395,913.339z"/>
+ <polygon style="fill:#D40000;" points="25.231,917.78 31.658,917.78 28.444,909.125 "/>
+ <path style="fill:#D40000;" d="M0,903v25h95v-25H0z M18.068,924.195H3.79v-1.799l11.061-13.6H4.06v-1.985h13.738v1.798
+ l-11.05,13.602h11.32V924.195z M33.991,924.195l-1.59-4.458h-7.886l-1.589,4.458h-2.493l6.677-17.384h2.681l6.661,17.384H33.991z
+ M49.877,922.915c-1.058,0.846-2.576,1.28-4.534,1.28h-6.275v-17.384h6.043c1.804,0,3.194,0.371,4.172,1.117
+ c0.974,0.744,1.459,1.799,1.459,3.182c0,1.053-0.25,1.9-0.751,2.527c-0.498,0.633-1.232,1.02-2.196,1.189
+ c1.163,0.241,2.064,0.75,2.708,1.547c0.643,0.778,0.963,1.773,0.963,2.948C51.467,920.869,50.94,922.066,49.877,922.915z
+ M65.753,922.915c-1.06,0.846-2.568,1.28-4.531,1.28h-6.276v-17.384h6.044c1.799,0,3.19,0.371,4.168,1.117
+ c0.974,0.744,1.469,1.799,1.469,3.182c0,1.053-0.253,1.9-0.752,2.527c-0.499,0.633-1.234,1.02-2.206,1.189
+ c1.163,0.241,2.069,0.75,2.713,1.547c0.646,0.778,0.966,1.773,0.966,2.948C67.349,920.869,66.821,922.066,65.753,922.915z
+ M73.469,924.195h-2.365v-17.384h2.365V924.195z M88.607,924.195l-4.792-7.28l-4.84,7.28h-2.508l6.095-9.183l-5.404-8.201h2.604
+ l4.109,6.244l4.148-6.244h2.514l-5.413,8.136l6.09,9.248H88.607z"/>
+ <path style="fill:#D40000;" d="M61.109,915.887h-3.797v6.361h3.797c1.27,0,2.213-0.26,2.83-0.775
+ c0.609-0.523,0.918-1.332,0.918-2.402c0-1.089-0.309-1.895-0.918-2.402C63.322,916.143,62.378,915.887,61.109,915.887z"/>
+ <polygon style="fill:#FFFFFF;" points="90.533,906.812 88.02,906.812 83.871,913.056 79.762,906.812 77.158,906.812
+ 82.562,915.013 76.467,924.195 78.975,924.195 83.815,916.915 88.607,924.195 91.211,924.195 85.121,914.947 "/>
+ <polygon style="fill:#FFFFFF;" points="17.798,908.609 17.798,906.812 4.06,906.812 4.06,908.797 14.851,908.797 3.79,922.396
+ 3.79,924.195 18.068,924.195 18.068,922.211 6.748,922.211 "/>
+ <path style="fill:#FFFFFF;" d="M27.109,906.812l-6.677,17.384h2.493l1.589-4.458H32.4l1.59,4.458h2.46l-6.661-17.384H27.109z
+ M25.231,917.78l3.212-8.655l3.214,8.655H25.231z"/>
+ <path style="fill:#FFFFFF;" d="M47.796,914.827c0.964-0.17,1.699-0.557,2.196-1.189c0.5-0.627,0.751-1.475,0.751-2.527
+ c0-1.383-0.485-2.438-1.459-3.182c-0.978-0.746-2.369-1.117-4.172-1.117h-6.043v17.384h6.275c1.958,0,3.476-0.435,4.534-1.28
+ c1.063-0.849,1.589-2.046,1.589-3.593c0-1.175-0.321-2.17-0.963-2.948C49.86,915.577,48.958,915.068,47.796,914.827z
+ M41.432,908.74h3.5c1.154,0,2.02,0.223,2.589,0.651c0.559,0.43,0.843,1.084,0.843,1.971c0,0.876-0.284,1.536-0.843,1.977
+ c-0.569,0.426-1.436,0.646-2.589,0.646h-3.5V908.74z M48.056,921.473c-0.613,0.516-1.552,0.775-2.829,0.775h-3.795v-6.361h3.795
+ c1.276,0,2.216,0.256,2.829,0.781c0.614,0.508,0.917,1.313,0.917,2.402C48.973,920.141,48.669,920.95,48.056,921.473z"/>
+ <rect x="71.104" y="906.812" style="fill:#FFFFFF;" width="2.365" height="17.384"/>
+ <path style="fill:#FFFFFF;" d="M63.669,914.827c0.971-0.17,1.706-0.557,2.206-1.189c0.499-0.627,0.752-1.475,0.752-2.527
+ c0-1.383-0.495-2.438-1.469-3.182c-0.978-0.746-2.369-1.117-4.168-1.117h-6.044v17.384h6.276c1.963,0,3.471-0.435,4.531-1.28
+ c1.068-0.849,1.596-2.046,1.596-3.593c0-1.175-0.32-2.17-0.966-2.948C65.739,915.577,64.832,915.068,63.669,914.827z
+ M57.312,908.74h3.501c1.156,0,2.019,0.223,2.582,0.651c0.569,0.43,0.852,1.084,0.852,1.971c0,0.876-0.282,1.536-0.852,1.977
+ c-0.563,0.426-1.426,0.646-2.582,0.646h-3.501V908.74z M63.938,921.473c-0.617,0.516-1.56,0.775-2.83,0.775h-3.797v-6.361h3.797
+ c1.27,0,2.213,0.256,2.83,0.781c0.609,0.508,0.918,1.313,0.918,2.402C64.856,920.141,64.548,920.95,63.938,921.473z"/>
+</g>
+<g>
+ <path style="fill:#D40000;" d="M615.521,409.925c0.536-0.423,0.808-1.057,0.808-1.898c0-0.851-0.272-1.479-0.808-1.892
+ c-0.545-0.412-1.375-0.625-2.48-0.625h-3.353v5.035h3.353C614.145,410.546,614.975,410.334,615.521,409.925z"/>
+ <path style="fill:#D40000;" d="M613.323,412.371h-3.635v6.107h3.635c1.223,0,2.122-0.249,2.709-0.744
+ c0.588-0.502,0.878-1.279,0.878-2.306c0-1.045-0.291-1.819-0.878-2.306C615.445,412.617,614.545,412.371,613.323,412.371z"/>
+ <path style="fill:#D40000;" d="M630.726,409.925c0.545-0.423,0.816-1.057,0.816-1.898c0-0.851-0.27-1.479-0.816-1.892
+ c-0.54-0.412-1.366-0.625-2.473-0.625h-3.354v5.035h3.354C629.36,410.546,630.186,410.334,630.726,409.925z"/>
+ <polygon style="fill:#D40000;" points="594.169,414.189 600.325,414.189 597.246,405.88 "/>
+ <path style="fill:#D40000;" d="M570,400v24h91v-24H570z M587.308,420.347H573.63v-1.727l10.595-13.056h-10.337v-1.906h13.16v1.726
+ l-10.585,13.057h10.844V420.347z M602.56,420.347l-1.523-4.28h-7.554l-1.522,4.28h-2.388l6.396-16.688h2.568l6.381,16.688H602.56z
+ M617.777,419.118c-1.014,0.812-2.467,1.229-4.343,1.229h-6.011v-16.688h5.789c1.728,0,3.06,0.356,3.997,1.073
+ c0.933,0.714,1.398,1.727,1.398,3.054c0,1.011-0.24,1.824-0.719,2.426c-0.477,0.607-1.18,0.979-2.104,1.142
+ c1.114,0.232,1.977,0.72,2.594,1.485c0.616,0.747,0.923,1.703,0.923,2.83C619.3,417.154,618.796,418.304,617.777,419.118z
+ M632.984,419.118c-1.015,0.812-2.46,1.229-4.34,1.229h-6.012v-16.688h5.789c1.724,0,3.056,0.356,3.993,1.073
+ c0.933,0.714,1.407,1.727,1.407,3.054c0,1.011-0.242,1.824-0.72,2.426c-0.478,0.607-1.182,0.979-2.113,1.142
+ c1.114,0.232,1.982,0.72,2.599,1.485c0.619,0.747,0.926,1.703,0.926,2.83C634.513,417.154,634.007,418.304,632.984,419.118z
+ M640.375,420.347h-2.265v-16.688h2.265V420.347z M654.877,420.347l-4.591-6.989l-4.636,6.989h-2.403l5.838-8.815l-5.176-7.873
+ h2.494l3.936,5.994l3.974-5.994h2.408l-5.185,7.81l5.834,8.878H654.877z"/>
+ <path style="fill:#D40000;" d="M628.536,412.371h-3.638v6.107h3.638c1.216,0,2.12-0.249,2.71-0.744
+ c0.584-0.502,0.879-1.279,0.879-2.306c0-1.045-0.296-1.819-0.879-2.306C630.656,412.617,629.752,412.371,628.536,412.371z"/>
+ <polygon style="fill:#FFFFFF;" points="656.721,403.659 654.313,403.659 650.34,409.653 646.403,403.659 643.909,403.659
+ 649.085,411.532 643.247,420.347 645.65,420.347 650.286,413.358 654.877,420.347 657.37,420.347 651.537,411.469 "/>
+ <polygon style="fill:#FFFFFF;" points="587.049,405.385 587.049,403.659 573.889,403.659 573.889,405.565 584.225,405.565
+ 573.63,418.621 573.63,420.347 587.308,420.347 587.308,418.442 576.464,418.442 "/>
+ <path style="fill:#FFFFFF;" d="M595.968,403.659l-6.396,16.688h2.388l1.522-4.28h7.554l1.523,4.28h2.357l-6.381-16.688H595.968z
+ M594.169,414.189l3.077-8.309l3.079,8.309H594.169z"/>
+ <path style="fill:#FFFFFF;" d="M615.783,411.354c0.924-0.163,1.627-0.534,2.104-1.142c0.479-0.602,0.719-1.416,0.719-2.426
+ c0-1.328-0.464-2.34-1.398-3.054c-0.937-0.716-2.269-1.073-3.997-1.073h-5.789v16.688h6.011c1.876,0,3.329-0.417,4.343-1.229
+ c1.018-0.815,1.523-1.964,1.523-3.449c0-1.128-0.307-2.083-0.923-2.83C617.761,412.074,616.897,411.586,615.783,411.354z
+ M609.688,405.511h3.353c1.105,0,1.935,0.214,2.48,0.625c0.536,0.413,0.808,1.041,0.808,1.892c0,0.841-0.272,1.475-0.808,1.898
+ c-0.545,0.409-1.375,0.621-2.48,0.621h-3.353V405.511z M616.032,417.734c-0.587,0.495-1.487,0.744-2.709,0.744h-3.635v-6.107h3.635
+ c1.223,0,2.122,0.246,2.709,0.75c0.588,0.487,0.878,1.261,0.878,2.306C616.911,416.455,616.62,417.232,616.032,417.734z"/>
+ <rect x="638.11" y="403.659" style="fill:#FFFFFF;" width="2.265" height="16.688"/>
+ <path style="fill:#FFFFFF;" d="M630.989,411.354c0.93-0.163,1.634-0.534,2.113-1.142c0.478-0.602,0.72-1.416,0.72-2.426
+ c0-1.328-0.474-2.34-1.407-3.054c-0.937-0.716-2.269-1.073-3.993-1.073h-5.789v16.688h6.012c1.88,0,3.325-0.417,4.34-1.229
+ c1.023-0.815,1.529-1.964,1.529-3.449c0-1.128-0.306-2.083-0.926-2.83C632.971,412.074,632.102,411.586,630.989,411.354z
+ M624.898,405.511h3.354c1.107,0,1.934,0.214,2.473,0.625c0.545,0.413,0.816,1.041,0.816,1.892c0,0.841-0.27,1.475-0.816,1.898
+ c-0.54,0.409-1.366,0.621-2.473,0.621h-3.354V405.511z M631.246,417.734c-0.591,0.495-1.494,0.744-2.71,0.744h-3.638v-6.107h3.638
+ c1.216,0,2.12,0.246,2.71,0.75c0.584,0.487,0.879,1.261,0.879,2.306C632.126,416.455,631.83,417.232,631.246,417.734z"/>
+</g>
+<path style="fill:#3C5563;" d="M23,84H13C12.449,84,12,84.447,12,85v10c0,0.553,0.448,1,0.999,1h10c0.553,0,1-0.447,1-1V85
+ C24,84.447,23.552,84,23,84z M21.018,93.82h-6.035v-1.232l3.54-4.814h-3.328V86.18h5.7v1.354l-3.444,4.693h3.567V93.82z"/>
+<g>
+ <polygon style="fill:#FFFFFF;" points="25,227 19.628,227 21.632,229.005 19,231.638 20.362,233 22.994,230.368 25,232.374 "/>
+ <polygon style="fill:#FFFFFF;" points="15.638,235 13.006,237.633 11,235.627 11,241 16.373,241 14.368,238.995 17,236.363 "/>
+</g>
+<g>
+ <polygon style="fill:#FFFFFF;" points="25,264.362 23.638,263 21.006,265.632 19,263.626 19,269 24.372,269 22.368,266.995 "/>
+ <polygon style="fill:#FFFFFF;" points="13.632,273.005 11,275.637 12.362,277 14.994,274.367 17,276.373 17,271 11.627,271 "/>
+</g>
+<path style="fill:#3C5563;" d="M22.35,158.065l-1.063,1.061c0.742,0.786,1.213,1.821,1.213,2.979c0,2.442-2.016,4.422-4.5,4.422
+ s-4.5-1.98-4.5-4.422c0-1.157,0.471-2.192,1.213-2.978l-1.063-1.062c-1.018,1.054-1.65,2.471-1.65,4.039
+ c0,3.256,2.688,5.895,6,5.895c3.315,0,6-2.64,6-5.895C24,160.536,23.367,159.119,22.35,158.065z M19,156h-2v6h2V156z"/>
+<path style="fill:#FFFFFF;" d="M96.388,56.563c-0.059-0.131-0.12-0.292-0.18-0.481c-0.059-0.188-0.09-0.4-0.09-0.633
+ c0-0.276,0.071-0.528,0.212-0.756c0.142-0.228,0.32-0.447,0.535-0.659c0.214-0.211,0.446-0.423,0.694-0.634
+ c0.247-0.211,0.478-0.453,0.693-0.727c0.215-0.274,0.394-0.575,0.535-0.9C98.928,51.447,99,51.076,99,50.66
+ c0-0.44-0.085-0.824-0.253-1.155c-0.17-0.331-0.401-0.606-0.694-0.829c-0.293-0.224-0.637-0.391-1.029-0.506
+ C96.631,48.058,96.217,48,95.775,48c-0.957,0-1.883,0.261-2.775,0.779v1.881c0.735-0.722,1.507-1.083,2.319-1.083
+ c0.251,0,0.486,0.03,0.706,0.089c0.22,0.062,0.416,0.151,0.587,0.273c0.172,0.123,0.307,0.276,0.405,0.455
+ c0.098,0.183,0.146,0.395,0.146,0.639c0,0.271-0.066,0.519-0.2,0.749c-0.134,0.228-0.3,0.444-0.497,0.65
+ c-0.2,0.206-0.413,0.418-0.645,0.633c-0.231,0.218-0.447,0.442-0.645,0.675c-0.198,0.232-0.365,0.483-0.497,0.753
+ c-0.134,0.268-0.2,0.567-0.2,0.897c0,0.214,0.018,0.427,0.057,0.643c0.038,0.218,0.082,0.395,0.131,0.53H96.388z M96.413,59.684
+ c0.229-0.206,0.342-0.461,0.342-0.765c0-0.309-0.113-0.563-0.342-0.764c-0.234-0.219-0.507-0.325-0.816-0.325
+ c-0.316,0-0.591,0.106-0.825,0.325c-0.229,0.2-0.342,0.455-0.342,0.764c0,0.304,0.113,0.559,0.342,0.765
+ C95.011,59.895,95.286,60,95.597,60C95.9,60,96.173,59.895,96.413,59.684L96.413,59.684z"/>
+<path style="fill:#FFFFFF;" d="M96,127.999c-2.276,0-4.363,0.802-6,2.136V132h12v-1.865C100.364,128.801,98.276,127.999,96,127.999z
+ M96,125.999c1.657,0,3-1.343,3-2.999c0-1.657-1.343-3-3-3c-1.656,0-3,1.343-3,3C93,124.656,94.344,125.999,96,125.999z"/>
+<path style="fill:#FFFFFF;" d="M100.999,84h-10c-0.551,0-0.999,0.447-0.999,1v10c0,0.553,0.448,1,0.999,1h10c0.553,0,1-0.447,1-1V85
+ C101.999,84.447,101.552,84,100.999,84z M99.018,93.82h-6.035v-1.232l3.54-4.814h-3.328V86.18h5.7v1.354l-3.444,4.693h3.567V93.82z"
+ />
+<path style="fill:#FFFFFF;" d="M100.35,158.065l-1.062,1.061c0.742,0.786,1.213,1.821,1.213,2.979c0,2.442-2.016,4.422-4.5,4.422
+ s-4.5-1.98-4.5-4.422c0-1.157,0.471-2.192,1.213-2.978l-1.063-1.062c-1.018,1.054-1.65,2.471-1.65,4.039
+ c0,3.256,2.688,5.895,6,5.895c3.314,0,6-2.64,6-5.895C102,160.536,101.367,159.119,100.35,158.065z M97,156h-2v6h2V156z"/>
+<path style="fill:#ACBBC2;" d="M61.5,837h-15c-0.828,0-1.5,0.672-1.5,1.5v15c0,0.828,0.672,1.5,1.5,1.5h15
+ c0.828,0,1.5-0.672,1.5-1.5v-15C63,837.672,62.328,837,61.5,837z M61,853.002H47v-12h14V853.002z M51,844.002h-2v2h2V844.002z
+ M59,844.002h-2v2h2V844.002z M55,844.002h-2v2h2V844.002z M55,848.002h-2v2h2V848.002z M51,848.002h-2v2h2V848.002z M59,848.002h-2
+ v2h2V848.002z"/>
+<path style="fill:#F3A914;" d="M58.787,807.22l-2.186,2.185l-2.009-2.009l2.186-2.183c-1.209-0.447-2.62-0.192-3.592,0.779
+ c-1.02,1.02-1.251,2.522-0.708,3.768L49,813.233L50.768,815l3.48-3.477c1.245,0.537,2.742,0.303,3.759-0.715
+ C58.979,809.838,59.234,808.429,58.787,807.22z"/>
+<path style="fill:#768D99;" d="M55,777v-5.211c0.881-0.387,1.5-1.264,1.5-2.289c0-1.381-1.121-2.5-2.5-2.5
+ c-1.383,0-2.5,1.119-2.5,2.5c0,1.025,0.617,1.904,1.5,2.289V777h-3l4,4l4-4H55z"/>
+<path style="fill:#768D99;" d="M53,735v5.211c-0.881,0.387-1.5,1.264-1.5,2.289c0,1.381,1.121,2.5,2.5,2.5
+ c1.383,0,2.5-1.119,2.5-2.5c0-1.025-0.617-1.904-1.5-2.289V735h3l-4-4l-4,4H53z"/>
+<path style="fill:#768D99;" d="M61.681,695.711c-0.423-0.446-1.111-0.449-1.535,0l-8.449,8.907l-3.844-4.052
+ c-0.424-0.447-1.111-0.447-1.534,0c-0.425,0.447-0.426,1.172,0,1.617l4.604,4.858c0.214,0.224,0.494,0.334,0.774,0.333
+ c0.28,0.001,0.56-0.109,0.773-0.333l9.21-9.713C62.106,696.882,62.106,696.158,61.681,695.711z"/>
+<path style="fill:#FFFFFF;" d="M98.912,19.853l-0.265,0.266l-0.728-0.728c1.493-1.766,1.425-4.403-0.243-6.071
+ c-1.758-1.757-4.607-1.76-6.361-0.004c-1.756,1.755-1.754,4.604,0.004,6.361c1.668,1.669,4.305,1.736,6.071,0.243l0.728,0.728
+ l-0.266,0.265L100.94,24l1.06-1.06L98.912,19.853z M92.38,18.618c-1.172-1.172-1.175-3.07-0.004-4.242
+ c1.17-1.17,3.07-1.168,4.242,0.004c1.172,1.172,1.173,3.071,0.003,4.241C95.45,19.792,93.552,19.79,92.38,18.618z"/>
+<path d="M174.388,56.563c-0.059-0.131-0.12-0.292-0.18-0.481c-0.059-0.188-0.09-0.4-0.09-0.633c0-0.276,0.071-0.528,0.212-0.756
+ c0.142-0.228,0.32-0.447,0.535-0.659c0.214-0.211,0.446-0.423,0.694-0.634c0.247-0.211,0.478-0.453,0.693-0.727
+ c0.215-0.274,0.394-0.575,0.535-0.9c0.14-0.325,0.212-0.696,0.212-1.112c0-0.44-0.085-0.824-0.253-1.155
+ c-0.17-0.331-0.401-0.606-0.694-0.829c-0.293-0.224-0.637-0.391-1.029-0.506c-0.393-0.112-0.807-0.17-1.249-0.17
+ c-0.957,0-1.883,0.261-2.775,0.779v1.881c0.735-0.722,1.507-1.083,2.319-1.083c0.251,0,0.486,0.03,0.706,0.089
+ c0.22,0.062,0.416,0.151,0.587,0.273c0.172,0.123,0.307,0.276,0.405,0.455c0.098,0.183,0.146,0.395,0.146,0.639
+ c0,0.271-0.066,0.519-0.2,0.749c-0.134,0.228-0.3,0.444-0.497,0.65c-0.2,0.206-0.413,0.418-0.645,0.633
+ c-0.231,0.218-0.447,0.442-0.645,0.675c-0.198,0.232-0.365,0.483-0.497,0.753c-0.134,0.268-0.2,0.567-0.2,0.897
+ c0,0.214,0.018,0.427,0.057,0.643c0.038,0.218,0.082,0.395,0.131,0.53H174.388z M174.413,59.684
+ c0.229-0.206,0.342-0.461,0.342-0.765c0-0.309-0.113-0.563-0.342-0.764c-0.234-0.219-0.507-0.325-0.816-0.325
+ c-0.316,0-0.591,0.106-0.825,0.325c-0.229,0.2-0.342,0.455-0.342,0.764c0,0.304,0.113,0.559,0.342,0.765
+ c0.24,0.211,0.514,0.316,0.825,0.316C173.9,60,174.173,59.895,174.413,59.684L174.413,59.684z"/>
+<path d="M174,127.999c-2.276,0-4.363,0.802-6,2.136V132h12v-1.865C178.364,128.801,176.276,127.999,174,127.999z M174,125.999
+ c1.657,0,3-1.343,3-2.999c0-1.657-1.343-3-3-3c-1.656,0-3,1.343-3,3C171,124.656,172.344,125.999,174,125.999z"/>
+<path style="fill:#3C5563;" d="M253,121c1.103,0,2,0.897,2,2c0,1.102-0.897,1.999-2,1.999s-2-0.897-2-1.999
+ C251,121.897,251.897,121,253,121 M253,128.999c1.795,0,3.553,0.575,5,1.627V131h-10v-0.374
+ C249.459,129.56,251.178,128.999,253,128.999 M253,120c-1.656,0-3,1.343-3,3c0,1.656,1.344,2.999,3,2.999c1.657,0,3-1.343,3-2.999
+ C256,121.343,254.657,120,253,120L253,120z M253,127.999c-2.276,0-4.363,0.802-6,2.136V132h12v-1.865
+ C257.364,128.801,255.276,127.999,253,127.999L253,127.999z"/>
+<path style="fill:#FFFFFF;" d="M253,157c1.103,0,2,0.897,2,2c0,1.102-0.897,1.999-2,1.999s-2-0.897-2-1.999
+ C251,157.897,251.897,157,253,157 M253,164.999c1.795,0,3.553,0.575,5,1.627V167h-10v-0.374
+ C249.459,165.56,251.178,164.999,253,164.999 M253,156c-1.656,0-3,1.343-3,3c0,1.656,1.344,2.999,3,2.999c1.657,0,3-1.343,3-2.999
+ C256,157.343,254.657,156,253,156L253,156z M253,163.999c-2.276,0-4.363,0.802-6,2.136V168h12v-1.865
+ C257.364,164.801,255.276,163.999,253,163.999L253,163.999z"/>
+<path d="M253,193c1.103,0,2,0.897,2,2c0,1.102-0.897,1.999-2,1.999s-2-0.897-2-1.999C251,193.897,251.897,193,253,193 M253,200.999
+ c1.795,0,3.553,0.575,5,1.627V203h-10v-0.374C249.459,201.56,251.178,200.999,253,200.999 M253,192c-1.656,0-3,1.343-3,3
+ c0,1.656,1.344,2.999,3,2.999c1.657,0,3-1.343,3-2.999C256,193.343,254.657,192,253,192L253,192z M253,199.999
+ c-2.276,0-4.363,0.802-6,2.136V204h12v-1.865C257.364,200.801,255.276,199.999,253,199.999L253,199.999z"/>
+<path d="M178.999,84h-10c-0.551,0-0.999,0.447-0.999,1v10c0,0.553,0.448,1,0.999,1h10c0.553,0,1-0.447,1-1V85
+ C179.999,84.447,179.552,84,178.999,84z M177.018,93.82h-6.035v-1.232l3.54-4.814h-3.328V86.18h5.7v1.354l-3.444,4.693h3.567V93.82z
+ "/>
+<path d="M178.35,158.065l-1.063,1.061c0.742,0.786,1.213,1.821,1.213,2.979c0,2.442-2.016,4.422-4.5,4.422
+ c-2.484,0-4.5-1.98-4.5-4.422c0-1.157,0.471-2.192,1.213-2.978l-1.063-1.062c-1.018,1.054-1.65,2.471-1.65,4.039
+ c0,3.256,2.688,5.895,6,5.895c3.314,0,6-2.64,6-5.895C180,160.536,179.367,159.119,178.35,158.065z M175,156h-2v6h2V156z"/>
+<path d="M176.912,19.853l-0.265,0.266l-0.728-0.728c1.493-1.766,1.425-4.403-0.243-6.071c-1.758-1.757-4.606-1.76-6.361-0.004
+ c-1.756,1.755-1.754,4.604,0.004,6.361c1.668,1.669,4.305,1.736,6.071,0.243l0.728,0.728l-0.266,0.265L178.94,24l1.06-1.06
+ L176.912,19.853z M170.38,18.618c-1.172-1.172-1.175-3.07-0.004-4.242c1.17-1.17,3.07-1.168,4.242,0.004
+ c1.172,1.172,1.173,3.071,0.003,4.241C173.45,19.792,171.552,19.79,170.38,18.618z"/>
+<g>
+ <path style="fill:#FFFFFF;" d="M18,299l-2.102,4.7L11,304.349l0.712,0.703l0,0l0.189,0.186l0,0l2.699,2.664l0,0l0,0L13.673,313
+ l0.866-0.501l0,0l0.271-0.156l0,0L18,310.498l3.19,1.845l0,0l0.271,0.156l0,0L22.326,313l-0.927-5.098l0,0l0,0l2.7-2.664l0,0
+ l0.189-0.186l0,0L25,304.349l-4.899-0.648L18,299L18,299z M13.156,305.071l2.873-0.38l0.554-0.073l0.228-0.51L18,301.45
+ l1.188,2.658l0.228,0.51l0.554,0.073l2.874,0.38l-2.147,2.119l-0.376,0.37l0.094,0.521l0.54,2.971l-2.454-1.42L18,309.343
+ l-0.501,0.289l-2.455,1.42l0.54-2.971l0.094-0.521l-0.376-0.37L13.156,305.071L13.156,305.071z"/>
+</g>
+<g>
+ <path style="fill:#F3A914;" d="M16.241,338.158c0,0-2.889,0.383-4.163,0.552c0.926,0.914,3.061,3.021,3.061,3.021
+ s-0.538,2.963-0.781,4.296C15.508,345.361,18,343.92,18,343.92s2.492,1.441,3.641,2.107c-0.242-1.333-0.781-4.296-0.781-4.296
+ s2.135-2.107,3.062-3.021c-1.274-0.169-4.163-0.552-4.163-0.552s-1.199-2.683-1.759-3.934
+ C17.44,335.476,16.241,338.158,16.241,338.158z"/>
+ <path style="fill:#F3A914;" d="M18,333l-2.102,4.7L11,338.349l0.712,0.703l0,0l0.189,0.186l0,0l2.699,2.664l0,0l0,0L13.673,347
+ l0.866-0.501l0,0l0.271-0.156l0,0L18,344.498l3.19,1.845l0,0l0.271,0.156l0,0L22.326,347l-0.927-5.098l0,0l0,0l2.7-2.664l0,0
+ l0.189-0.186l0,0L25,338.349l-4.899-0.648L18,333L18,333z M13.156,339.071l2.873-0.38l0.554-0.073l0.228-0.51L18,335.45
+ l1.188,2.658l0.228,0.51l0.554,0.073l2.874,0.38l-2.147,2.119l-0.376,0.37l0.094,0.521l0.54,2.971l-2.454-1.42L18,343.343
+ l-0.501,0.289l-2.455,1.42l0.54-2.971l0.094-0.521l-0.376-0.37L13.156,339.071L13.156,339.071z"/>
+</g>
+<path style="fill:#FFFFFF;" d="M53,671h2v-6h-2V671z M53,661v2h2v-2H53z"/>
+<path style="fill:#768D99;" d="M59.112,629.979L61,629.507c-0.185-0.869-0.529-1.678-0.997-2.396l-1.663,0.998l-1.447-1.448
+ l0.998-1.663c-0.72-0.468-1.528-0.812-2.397-0.997l-0.472,1.888h-2.045L52.505,624c-0.868,0.185-1.676,0.529-2.397,0.997
+ l0.998,1.663l-1.446,1.446l-1.663-0.998c-0.47,0.721-0.813,1.529-0.997,2.398l1.886,0.472v2.045L47,632.495
+ c0.184,0.869,0.527,1.676,0.996,2.396l1.664-0.998l1.446,1.446l-0.998,1.663c0.721,0.47,1.528,0.813,2.397,0.997l0.472-1.886h2.045
+ L55.493,638c0.869-0.184,1.678-0.527,2.397-0.997l-0.999-1.663l1.447-1.446l1.664,0.998c0.468-0.721,0.813-1.527,0.997-2.396
+ l-1.888-0.472V629.979z M53.999,633.046c-1.129,0-2.045-0.914-2.045-2.045c0-1.131,0.916-2.045,2.045-2.045
+ c1.13,0,2.045,0.914,2.045,2.045C56.044,632.132,55.129,633.046,53.999,633.046z"/>
+<path style="fill:#768D99;" d="M56,588v-1h-4v1h-4v2h12v-2H56z M49,599.5c0,0.828,0.672,1.5,1.5,1.5h7c0.828,0,1.5-0.672,1.5-1.5
+ V591H49V599.5z M55.25,593h1.5v6h-1.5V593z M51.25,593h1.5v6h-1.5V593z"/>
+<path id="path4237-4-1" style="fill:#FFFFFF;" d="M97.974,729.357L92,735.5l5.974,6.142c0.464,0.478,1.216,0.478,1.679,0
+ c0.463-0.477,0.463-1.249,0-1.726l-4.297-4.416l4.296-4.417c0.463-0.477,0.463-1.249,0-1.726
+ C99.189,728.88,98.437,728.881,97.974,729.357z"/>
+<path id="path4237-4" style="fill:#0275B8;" d="M97.974,695.857L92,702l5.974,6.142c0.464,0.478,1.216,0.478,1.679,0
+ c0.463-0.477,0.463-1.249,0-1.726L95.356,702l4.296-4.417c0.463-0.477,0.463-1.249,0-1.726
+ C99.189,695.38,98.437,695.38,97.974,695.857z"/>
+<path id="path4237-4_3_" d="M256.974,662.356L251,668.499l5.974,6.142c0.464,0.478,1.216,0.478,1.679,0
+ c0.463-0.477,0.463-1.249,0-1.726l-4.297-4.416l4.296-4.417c0.463-0.477,0.463-1.249,0-1.726
+ C258.189,661.879,257.437,661.88,256.974,662.356z"/>
+<path id="path4237-4_4_" d="M253.026,641.142l5.974-6.143l-5.974-6.142c-0.464-0.478-1.216-0.478-1.679,0
+ c-0.463,0.477-0.463,1.249,0,1.726l4.297,4.416l-4.296,4.417c-0.463,0.477-0.463,1.249,0,1.726S252.563,641.618,253.026,641.142z"/>
+<path id="path4237-4_8_" style="fill:#768D99;" d="M97.974,662.356L92,668.499l5.974,6.142c0.464,0.478,1.216,0.478,1.679,0
+ c0.463-0.477,0.463-1.249,0-1.726l-4.297-4.416l4.296-4.417c0.463-0.477,0.463-1.249,0-1.726
+ C99.189,661.879,98.437,661.88,97.974,662.356z"/>
+<path id="path4237-4_7_" style="fill:#768D99;" d="M94.026,641.142l5.974-6.143l-5.974-6.142c-0.464-0.478-1.216-0.478-1.679,0
+ c-0.463,0.477-0.463,1.249,0,1.726l4.297,4.416l-4.296,4.417c-0.463,0.477-0.463,1.249,0,1.726
+ C92.811,641.619,93.563,641.618,94.026,641.142z"/>
+<path id="path4237-4_6_" style="fill:#FFFFFF;" d="M409.974,662.356L404,668.499l5.974,6.142c0.464,0.478,1.216,0.478,1.679,0
+ c0.463-0.477,0.463-1.249,0-1.726l-4.297-4.416l4.296-4.417c0.463-0.477,0.463-1.249,0-1.726
+ C411.189,661.879,410.437,661.88,409.974,662.356z"/>
+<path id="path4237-4_5_" style="fill:#FFFFFF;" d="M406.026,641.142l5.974-6.143l-5.974-6.142c-0.464-0.478-1.216-0.478-1.679,0
+ c-0.463,0.477-0.463,1.249,0,1.726l4.297,4.416l-4.296,4.417c-0.463,0.477-0.463,1.249,0,1.726
+ C404.811,641.619,405.563,641.618,406.026,641.142z"/>
+<g>
+ <path d="M181,486c0-1.476-0.81-2.745-1.999-3.435v6.871C180.19,488.745,181,487.476,181,486z"/>
+ <g>
+ <polygon points="170,483.375 170,488.625 172.557,488.625 177,493 177,479 172.557,483.375 "/>
+ <path d="M179.001,479.306v1.58c2.046,0.8,3.499,2.782,3.499,5.114c0,2.328-1.453,4.313-3.499,5.113v1.58
+ c2.888-0.86,4.999-3.525,4.999-6.693C184,482.83,181.889,480.166,179.001,479.306z"/>
+ </g>
+</g>
+<path d="M182.5,522c0,0.393-0.055,0.769-0.134,1.139l1.216,1.216c0.266-0.736,0.418-1.525,0.418-2.354
+ c0-3.17-2.111-5.834-4.998-6.694v1.58C181.047,517.685,182.5,519.668,182.5,522z M179.002,518.565v1.21l1.981,1.982
+ C180.899,520.386,180.124,519.216,179.002,518.565z M183.7,527.301l-12.01-12.011l-1.407,1.406l2.478,2.478l-0.204,0.201H170v5.25
+ h2.557L177,529v-5.586l2.002,2.002v0.019c0.004-0.002,0.008-0.006,0.012-0.008l1.087,1.087c-0.343,0.235-0.706,0.444-1.099,0.599
+ v1.58c0.795-0.237,1.522-0.622,2.172-1.106l1.129,1.13l1.414-1.414l-0.01-0.011L183.7,527.301z M177,515l-1.397,1.375l1.397,1.398
+ V515z"/>
+<path d="M177,565c1.105,0,2-0.896,2-2h-4C175,564.104,175.896,565,177,565z M181,559.625v-3c0-1.861-1.278-3.412-3-3.858V552
+ c0-0.553-0.447-1-1-1c-0.553,0-1,0.447-1,1v0.767c-1.722,0.446-2.999,1.997-2.999,3.858v2.999L171,561.625h12L181,559.625z"/>
+<path d="M181,592.625c0-1.861-1.279-3.412-3-3.858V588c0-0.553-0.447-1-1-1c-0.553,0-1,0.447-1,1v0.767
+ c-0.012,0.003-0.021,0.008-0.033,0.011l5.033,5.033V592.625z M177,601c1.105,0,2-0.896,2-2h-4C175,600.104,175.896,601,177,601z
+ M183.993,599.593l-0.007,0.008l-12.593-12.596L170,588.402l3.158,3.158c-0.095,0.341-0.158,0.693-0.158,1.064v2.999l-2,2.001h8.222
+ l3.374,3.375l1.404-1.4L183.993,599.593z"/>
+<g>
+ <g>
+ <path d="M183,628c-1.105,0-2,0.896-2,2s0.895,2,2,2c1.104,0,2-0.896,2-2S184.104,628,183,628z M171,628c-1.105,0-2,0.896-2,2
+ s0.895,2,2,2c1.104,0,2-0.896,2-2S172.104,628,171,628z M177,628c-1.105,0-2,0.896-2,2s0.895,2,2,2c1.104,0,2-0.896,2-2
+ S178.104,628,177,628z"/>
+ </g>
+</g>
+<path d="M183.143,667.974L177,662l-6.142,5.974c-0.477,0.464-0.477,1.216,0,1.679c0.477,0.464,1.249,0.464,1.726,0l4.417-4.296
+ l4.417,4.296c0.477,0.464,1.249,0.464,1.726,0C183.619,669.188,183.619,668.438,183.143,667.974z"/>
+<path d="M170.857,700.026L177,706l6.142-5.974c0.478-0.464,0.478-1.216,0-1.679c-0.477-0.463-1.249-0.463-1.726,0L177,702.644
+ l-4.417-4.296c-0.477-0.463-1.249-0.463-1.726,0C170.381,698.81,170.381,699.563,170.857,700.026z"/>
+<path d="M177,729c-4.971,0-9,4.029-9,9.001c0,4.971,4.029,8.999,9,8.999c4.971,0,9-4.028,9-8.999C186,733.029,181.971,729,177,729z
+ M178,743.001h-2v-6.002h2V743.001z M178,735h-2v-2h2V735z"/>
+<path d="M178,783v-2h2v2H178z M178,777h2v2h-2V777z M178,773h2v2h-2V773z M178,769h2v2h-2V769z M178,765h2v2h-2V765z M174,781h2v2
+ h-2V781z M174,777h2v2h-2V777z M174,773h2v2h-2V773z M174,769h2v2h-2V769z M174,765h2v2h-2V765z"/>
+<path d="M182.769,841.741c-0.308-0.321-0.808-0.321-1.116,0l-6.514,6.775l-2.791-2.903c-0.308-0.321-0.809-0.321-1.116,0
+ c-0.309,0.32-0.309,0.84,0,1.161l3.349,3.485c0.309,0.32,0.809,0.32,1.117,0l7.071-7.358
+ C183.077,842.581,183.077,842.062,182.769,841.741z"/>
+<path d="M220.5,837h-15c-0.828,0-1.5,0.672-1.5,1.5v15c0,0.828,0.672,1.5,1.5,1.5h15c0.828,0,1.5-0.672,1.5-1.5v-15
+ C222,837.672,221.328,837,220.5,837z M220,853.002h-14v-12h14V853.002z M210,844.002h-2v2h2V844.002z M218,844.002h-2v2h2V844.002z
+ M214,844.002h-2v2h2V844.002z M214,848.002h-2v2h2V848.002z M210,848.002h-2v2h2V848.002z M218,848.002h-2v2h2V848.002z"/>
+<path d="M217.787,807.22l-2.186,2.185l-2.009-2.009l2.186-2.183c-1.209-0.447-2.62-0.192-3.592,0.779
+ c-1.02,1.02-1.251,2.522-0.708,3.768L208,813.233l1.768,1.767l3.48-3.477c1.245,0.537,2.742,0.303,3.759-0.715
+ C217.979,809.838,218.234,808.429,217.787,807.22z"/>
+<path d="M214,777v-5.211c0.881-0.387,1.5-1.264,1.5-2.289c0-1.381-1.121-2.5-2.5-2.5c-1.383,0-2.5,1.119-2.5,2.5
+ c0,1.025,0.617,1.904,1.5,2.289V777h-3l4,4l4-4H214z"/>
+<path d="M212,735v5.211c-0.881,0.387-1.5,1.264-1.5,2.289c0,1.381,1.121,2.5,2.5,2.5c1.383,0,2.5-1.119,2.5-2.5
+ c0-1.025-0.617-1.904-1.5-2.289V735h3l-4-4l-4,4H212z"/>
+<path d="M220.681,695.711c-0.423-0.446-1.111-0.449-1.535,0l-8.449,8.907l-3.844-4.052c-0.424-0.447-1.111-0.447-1.534,0
+ c-0.425,0.447-0.426,1.172,0,1.617l4.604,4.858c0.214,0.224,0.494,0.334,0.774,0.333c0.28,0.001,0.56-0.109,0.773-0.333l9.211-9.713
+ C221.106,696.882,221.106,696.158,220.681,695.711z"/>
+<path style="fill:#FFFFFF;" d="M212,671h2v-6h-2V671z M212,661v2h2v-2H212z"/>
+<path d="M218.112,629.979l1.888-0.472c-0.185-0.869-0.529-1.678-0.997-2.396l-1.663,0.998l-1.447-1.448l0.998-1.663
+ c-0.72-0.468-1.528-0.812-2.397-0.997l-0.472,1.888h-2.045L211.505,624c-0.868,0.185-1.676,0.529-2.396,0.997l0.998,1.663
+ l-1.446,1.446l-1.663-0.998c-0.47,0.721-0.814,1.529-0.997,2.398l1.886,0.472v2.045L206,632.495
+ c0.184,0.869,0.527,1.676,0.996,2.396l1.664-0.998l1.446,1.446l-0.998,1.663c0.721,0.47,1.528,0.813,2.396,0.997l0.472-1.886h2.045
+ l0.472,1.886c0.869-0.184,1.678-0.527,2.397-0.997l-0.999-1.663l1.447-1.446l1.664,0.998c0.468-0.721,0.813-1.527,0.997-2.396
+ l-1.888-0.472V629.979z M212.999,633.046c-1.129,0-2.045-0.914-2.045-2.045c0-1.131,0.916-2.045,2.045-2.045
+ c1.13,0,2.045,0.914,2.045,2.045C215.044,632.132,214.129,633.046,212.999,633.046z"/>
+<path d="M215,588v-1h-4v1h-4v2h12v-2H215z M208,599.5c0,0.828,0.672,1.5,1.5,1.5h7c0.828,0,1.5-0.672,1.5-1.5V591h-10V599.5z
+ M214.25,593h1.5v6h-1.5V593z M210.25,593h1.5v6h-1.5V593z"/>
+<path id="path4237-4_1_" d="M256.974,695.857L251,702l5.974,6.142c0.464,0.478,1.216,0.478,1.679,0c0.463-0.477,0.463-1.249,0-1.726
+ L254.356,702l4.296-4.417c0.463-0.477,0.463-1.249,0-1.726C258.189,695.38,257.437,695.38,256.974,695.857z"/>
+<path id="path4237-4-1_1_" style="fill:#FFFFFF;" d="M256.974,729.357L251,735.5l5.974,6.142c0.464,0.478,1.216,0.478,1.679,0
+ c0.463-0.477,0.463-1.249,0-1.726l-4.297-4.416l4.296-4.417c0.463-0.477,0.463-1.249,0-1.726
+ C258.189,728.88,257.437,728.881,256.974,729.357z"/>
+<g>
+ <circle style="opacity:0.3;" cx="135.5" cy="296.5" r="12.5"/>
+ <circle style="fill:#FFFFFF;" cx="135.5" cy="296.5" r="9.274"/>
+ <path d="M134.29,301.742h2.419v-5.806h-2.419V301.742z M134.29,292.065V294h2.419v-1.935H134.29z"/>
+</g>
+<g>
+ <g style="opacity:0.3;">
+ <path d="M139.456,327.953c-2.176-3.824-5.736-3.824-7.912,0l-8.588,15.093C120.78,346.871,122.6,350,127,350h17
+ c4.4,0,6.22-3.129,4.044-6.953L139.456,327.953z"/>
+ </g>
+ <g>
+ <path style="fill:#FFFFFF;" d="M136.462,329.124c-0.529-0.964-1.395-0.964-1.924,0l-8.653,15.77
+ c-0.529,0.964-0.062,1.753,1.038,1.753h17.154c1.1,0,1.567-0.789,1.038-1.753L136.462,329.124z"/>
+ </g>
+ <path d="M136.917,334.182h-2.662v6.327h2.662V334.182z M136.917,344.727v-2.109h-2.662v2.109H136.917z"/>
+</g>
+<g>
+ <g style="opacity:0.3;">
+ <path d="M131.544,387.047c2.176,3.824,5.736,3.824,7.912,0l8.588-15.093C150.22,368.129,148.4,365,144,365h-17
+ c-4.4,0-6.22,3.129-4.044,6.953L131.544,387.047z"/>
+ </g>
+ <g>
+ <path style="fill:#FFFFFF;" d="M134.538,385.876c0.529,0.964,1.395,0.964,1.924,0l8.653-15.77
+ c0.529-0.964,0.062-1.753-1.038-1.753h-17.154c-1.1,0-1.567,0.789-1.038,1.753L134.538,385.876z"/>
+ </g>
+ <path d="M136.744,370.273h-2.662v6.327h2.662V370.273z M136.744,380.818v-2.109h-2.662v2.109H136.744z"/>
+</g>
+<circle style="fill:#FFFFFF;" cx="177" cy="420" r="9"/>
+<circle style="fill:#FFFFFF;" cx="87" cy="420" r="9"/>
+<g>
+ <rect x="176" y="423" width="2" height="2"/>
+ <rect x="176" y="415" width="2" height="6"/>
+</g>
+<circle style="fill:#FFFFFF;" cx="147" cy="420" r="9"/>
+<g>
+ <rect x="146" y="415" width="2" height="2"/>
+ <rect x="146" y="419" width="2" height="6"/>
+</g>
+<circle style="fill:#FFFFFF;" cx="117" cy="420" r="9"/>
+<polygon style="fill:#FFFFFF;" points="214.778,422.728 210.222,415.272 207,410 203.778,415.272 199.222,422.728 196,428 218,428
+ "/>
+<polygon style="fill:#FFFFFF;" points="229.222,416.272 233.778,423.728 237,429 240.222,423.728 244.778,416.272 248,411 226,411
+ "/>
+<polygon style="fill:#FFFFFF;" points="270.728,411 263.272,411 258,416.272 258,423.728 263.272,429 270.728,429 276,423.728
+ 276,416.272 "/>
+<g>
+ <rect x="206" y="424" width="2" height="2"/>
+ <rect x="206" y="416" width="2" height="6"/>
+</g>
+<g>
+ <rect x="236" y="421" width="2" height="2"/>
+ <rect x="236" y="413" width="2" height="6"/>
+</g>
+<polygon points="92.43,417.286 91.016,415.872 85.051,421.836 82.688,419.473 81.274,420.887 85.016,424.629 85.051,424.594
+ 85.087,424.629 "/>
+<path d="M117.388,423c-0.059-0.131-0.12-0.292-0.18-0.481c-0.059-0.188-0.09-0.4-0.09-0.633c0-0.276,0.071-0.528,0.212-0.756
+ c0.142-0.228,0.32-0.447,0.535-0.659c0.214-0.211,0.446-0.423,0.694-0.634c0.247-0.211,0.478-0.453,0.693-0.727
+ c0.215-0.275,0.394-0.575,0.535-0.9c0.14-0.325,0.212-0.696,0.212-1.112c0-0.44-0.085-0.824-0.253-1.155
+ c-0.17-0.331-0.401-0.607-0.694-0.829c-0.293-0.224-0.637-0.391-1.029-0.506c-0.393-0.112-0.807-0.17-1.249-0.17
+ c-0.957,0-1.883,0.261-2.775,0.779v1.881c0.735-0.722,1.507-1.083,2.319-1.083c0.251,0,0.486,0.03,0.706,0.089
+ c0.22,0.062,0.416,0.151,0.587,0.273c0.172,0.123,0.307,0.276,0.405,0.455c0.098,0.184,0.146,0.396,0.146,0.639
+ c0,0.271-0.066,0.519-0.2,0.749c-0.134,0.228-0.3,0.444-0.497,0.65c-0.2,0.206-0.413,0.418-0.645,0.633
+ c-0.231,0.218-0.447,0.442-0.645,0.675c-0.198,0.232-0.365,0.483-0.497,0.753c-0.134,0.268-0.2,0.567-0.2,0.897
+ c0,0.214,0.018,0.427,0.057,0.643c0.038,0.218,0.082,0.395,0.131,0.53H117.388z M117.412,425.825
+ c0.229-0.206,0.342-0.461,0.342-0.765c0-0.309-0.113-0.563-0.342-0.764c-0.234-0.219-0.507-0.325-0.816-0.325
+ c-0.316,0-0.591,0.106-0.825,0.325c-0.229,0.2-0.342,0.455-0.342,0.764c0,0.304,0.113,0.559,0.342,0.765
+ c0.24,0.211,0.514,0.316,0.825,0.316C116.9,426.141,117.173,426.036,117.412,425.825L117.412,425.825z"/>
+<circle cx="177" cy="452" r="9"/>
+<circle cx="87" cy="452" r="9"/>
+<g>
+ <rect x="176" y="455" style="fill:#FFFFFF;" width="2" height="2"/>
+ <rect x="176" y="447" style="fill:#FFFFFF;" width="2" height="6"/>
+</g>
+<circle cx="147" cy="452" r="9"/>
+<g>
+ <rect x="146" y="447" style="fill:#FFFFFF;" width="2" height="2"/>
+ <rect x="146" y="451" style="fill:#FFFFFF;" width="2" height="6"/>
+</g>
+<circle cx="117" cy="452" r="9"/>
+<polygon points="214.778,454.728 210.222,447.272 207,442 203.778,447.272 199.222,454.728 196,460 218,460 "/>
+<polygon points="229.222,448.272 233.778,455.728 237,461 240.222,455.728 244.778,448.272 248,443 226,443 "/>
+<polygon points="270.728,443 263.272,443 258,448.272 258,455.728 263.272,461 270.728,461 276,455.728 276,448.272 "/>
+<g>
+ <rect x="206" y="456" style="fill:#FFFFFF;" width="2" height="2"/>
+ <rect x="206" y="448" style="fill:#FFFFFF;" width="2" height="6"/>
+</g>
+<g>
+ <rect x="236" y="453" style="fill:#FFFFFF;" width="2" height="2"/>
+ <rect x="236" y="445" style="fill:#FFFFFF;" width="2" height="6"/>
+</g>
+<polygon style="fill:#FFFFFF;" points="92.43,449.286 91.016,447.872 85.051,453.836 82.688,451.473 81.274,452.887 85.016,456.629
+ 85.051,456.594 85.087,456.629 "/>
+<path style="fill:#FFFFFF;" d="M117.388,455c-0.059-0.131-0.12-0.292-0.18-0.481c-0.059-0.188-0.09-0.4-0.09-0.633
+ c0-0.276,0.071-0.528,0.212-0.756c0.142-0.228,0.32-0.447,0.535-0.659c0.214-0.211,0.446-0.423,0.694-0.634
+ c0.247-0.211,0.478-0.453,0.693-0.727c0.215-0.275,0.394-0.575,0.535-0.9c0.14-0.325,0.212-0.696,0.212-1.112
+ c0-0.44-0.085-0.824-0.253-1.155c-0.17-0.331-0.401-0.607-0.694-0.829c-0.293-0.224-0.637-0.391-1.029-0.506
+ c-0.393-0.112-0.807-0.17-1.249-0.17c-0.957,0-1.883,0.261-2.775,0.779v1.881c0.735-0.722,1.507-1.083,2.319-1.083
+ c0.251,0,0.486,0.03,0.706,0.089c0.22,0.062,0.416,0.151,0.587,0.273c0.172,0.123,0.307,0.276,0.405,0.455
+ c0.098,0.184,0.146,0.396,0.146,0.639c0,0.271-0.066,0.519-0.2,0.749c-0.134,0.228-0.3,0.444-0.497,0.65
+ c-0.2,0.206-0.413,0.418-0.645,0.633c-0.231,0.218-0.447,0.442-0.645,0.675c-0.198,0.232-0.365,0.483-0.497,0.753
+ c-0.134,0.268-0.2,0.567-0.2,0.897c0,0.214,0.018,0.427,0.057,0.643c0.038,0.218,0.082,0.395,0.131,0.53H117.388z M117.412,457.825
+ c0.229-0.206,0.342-0.461,0.342-0.765c0-0.309-0.113-0.563-0.342-0.764c-0.234-0.219-0.507-0.325-0.816-0.325
+ c-0.316,0-0.591,0.106-0.825,0.325c-0.229,0.2-0.342,0.455-0.342,0.764c0,0.304,0.113,0.559,0.342,0.765
+ c0.24,0.211,0.514,0.316,0.825,0.316C116.9,458.141,117.173,458.036,117.412,457.825L117.412,457.825z"/>
+<rect x="262" y="419" width="10" height="3"/>
+<rect x="262" y="451" style="fill:#FFFFFF;" width="10" height="3"/>
+<g>
+ <circle style="fill:#FFFFFF;" cx="434.375" cy="417.5" r="6.5"/>
+ <circle style="fill:#FFFFFF;" cx="365.375" cy="417.5" r="6.5"/>
+ <g>
+ <rect x="433.652" y="419.667" width="1.444" height="1.444"/>
+ <rect x="433.652" y="413.889" width="1.444" height="4.333"/>
+ </g>
+ <circle style="fill:#FFFFFF;" cx="411.375" cy="417.5" r="6.5"/>
+ <g>
+ <rect x="410.652" y="413.889" width="1.444" height="1.444"/>
+ <rect x="410.652" y="416.778" width="1.444" height="4.333"/>
+ </g>
+ <circle style="fill:#FFFFFF;" cx="388.375" cy="417.5" r="6.5"/>
+ <polygon style="fill:#FFFFFF;" points="461.971,419.778 459.279,415.222 457.375,412 455.471,415.222 452.779,419.778 450.875,423
+ 463.875,423 "/>
+ <polygon style="fill:#FFFFFF;" points="475.779,415.222 478.471,419.778 480.375,423 482.279,419.778 484.971,415.222 486.875,412
+ 473.875,412 "/>
+ <polygon style="fill:#FFFFFF;" points="506.067,411 500.683,411 496.875,414.808 496.875,420.192 500.683,424 506.067,424
+ 509.875,420.192 509.875,414.808 "/>
+ <g>
+ <rect x="456.784" y="420.556" width="1.182" height="1.222"/>
+ <rect x="456.784" y="415.667" width="1.182" height="3.667"/>
+ </g>
+ <g>
+ <rect x="479.784" y="418.111" width="1.182" height="1.222"/>
+ <rect x="479.784" y="413.222" width="1.182" height="3.667"/>
+ </g>
+ <polygon points="369.297,415.54 368.275,414.519 363.967,418.826 362.261,417.119 361.239,418.141 363.942,420.843
+ 363.967,420.818 363.993,420.843 "/>
+ <path d="M388.655,419.667c-0.042-0.095-0.086-0.211-0.13-0.348c-0.043-0.136-0.065-0.289-0.065-0.457
+ c0-0.2,0.051-0.382,0.153-0.546c0.102-0.164,0.231-0.323,0.386-0.476c0.155-0.152,0.322-0.305,0.501-0.458
+ c0.178-0.152,0.345-0.327,0.501-0.525c0.155-0.198,0.285-0.415,0.386-0.65c0.101-0.235,0.153-0.503,0.153-0.803
+ c0-0.318-0.061-0.595-0.183-0.834c-0.123-0.239-0.29-0.438-0.501-0.599c-0.212-0.162-0.46-0.282-0.743-0.365
+ c-0.284-0.081-0.583-0.123-0.902-0.123c-0.692,0-1.36,0.188-2.004,0.563v1.358c0.531-0.521,1.089-0.782,1.675-0.782
+ c0.181,0,0.351,0.022,0.51,0.064c0.159,0.044,0.3,0.109,0.424,0.197c0.125,0.089,0.221,0.2,0.292,0.329
+ c0.071,0.133,0.106,0.286,0.106,0.461c0,0.195-0.048,0.375-0.144,0.541c-0.097,0.164-0.217,0.321-0.359,0.47
+ c-0.144,0.149-0.298,0.302-0.465,0.457c-0.167,0.157-0.323,0.319-0.466,0.487c-0.143,0.168-0.264,0.349-0.359,0.544
+ c-0.097,0.193-0.144,0.41-0.144,0.648c0,0.154,0.013,0.308,0.041,0.464c0.027,0.157,0.059,0.285,0.095,0.383H388.655z
+ M388.673,421.707c0.165-0.149,0.247-0.333,0.247-0.552c0-0.223-0.082-0.407-0.247-0.551c-0.169-0.158-0.366-0.235-0.589-0.235
+ c-0.229,0-0.427,0.077-0.596,0.235c-0.165,0.145-0.247,0.329-0.247,0.551c0,0.219,0.082,0.403,0.247,0.552
+ c0.173,0.152,0.371,0.228,0.596,0.228C388.303,421.935,388.5,421.859,388.673,421.707L388.673,421.707z"/>
+ <circle cx="434.375" cy="440.5" r="6.5"/>
+ <circle cx="365.375" cy="440.5" r="6.5"/>
+ <g>
+ <rect x="433.652" y="442.667" style="fill:#FFFFFF;" width="1.444" height="1.444"/>
+ <rect x="433.652" y="436.889" style="fill:#FFFFFF;" width="1.444" height="4.333"/>
+ </g>
+ <circle cx="411.375" cy="440.5" r="6.5"/>
+ <g>
+ <rect x="410.652" y="436.889" style="fill:#FFFFFF;" width="1.444" height="1.444"/>
+ <rect x="410.652" y="439.778" style="fill:#FFFFFF;" width="1.444" height="4.333"/>
+ </g>
+ <circle cx="388.375" cy="440.5" r="6.5"/>
+ <polygon points="461.971,442.778 459.279,438.222 457.375,435 455.471,438.222 452.779,442.778 450.875,446 463.875,446 "/>
+ <polygon points="475.779,438.222 478.471,442.778 480.375,446 482.279,442.778 484.971,438.222 486.875,435 473.875,435 "/>
+ <polygon points="506.067,434 500.683,434 496.875,437.808 496.875,443.192 500.683,447 506.067,447 509.875,443.192
+ 509.875,437.808 "/>
+ <g>
+ <rect x="456.784" y="443.556" style="fill:#FFFFFF;" width="1.182" height="1.222"/>
+ <rect x="456.784" y="438.667" style="fill:#FFFFFF;" width="1.182" height="3.667"/>
+ </g>
+ <g>
+ <rect x="479.784" y="441.111" style="fill:#FFFFFF;" width="1.182" height="1.222"/>
+ <rect x="479.784" y="436.222" style="fill:#FFFFFF;" width="1.182" height="3.667"/>
+ </g>
+ <polygon style="fill:#FFFFFF;" points="369.297,438.54 368.275,437.519 363.967,441.826 362.261,440.119 361.239,441.141
+ 363.942,443.843 363.967,443.818 363.993,443.843 "/>
+ <path style="fill:#FFFFFF;" d="M388.655,442.667c-0.042-0.095-0.086-0.211-0.13-0.348c-0.043-0.136-0.065-0.289-0.065-0.457
+ c0-0.2,0.051-0.382,0.153-0.546c0.102-0.164,0.231-0.323,0.386-0.476c0.155-0.152,0.322-0.305,0.501-0.458
+ c0.178-0.152,0.345-0.327,0.501-0.525c0.155-0.198,0.285-0.415,0.386-0.65c0.101-0.235,0.153-0.503,0.153-0.803
+ c0-0.318-0.061-0.595-0.183-0.834c-0.123-0.239-0.29-0.438-0.501-0.599c-0.212-0.162-0.46-0.282-0.743-0.365
+ c-0.284-0.081-0.583-0.123-0.902-0.123c-0.692,0-1.36,0.188-2.004,0.563v1.358c0.531-0.521,1.089-0.782,1.675-0.782
+ c0.181,0,0.351,0.022,0.51,0.064c0.159,0.044,0.3,0.109,0.424,0.197c0.125,0.089,0.221,0.2,0.292,0.329
+ c0.071,0.133,0.106,0.286,0.106,0.461c0,0.195-0.048,0.375-0.144,0.541c-0.097,0.164-0.217,0.321-0.359,0.47
+ c-0.144,0.149-0.298,0.302-0.465,0.457c-0.167,0.157-0.323,0.319-0.466,0.487c-0.143,0.168-0.264,0.349-0.359,0.544
+ c-0.097,0.193-0.144,0.41-0.144,0.648c0,0.154,0.013,0.308,0.041,0.464c0.027,0.157,0.059,0.285,0.095,0.383H388.655z
+ M388.673,444.707c0.165-0.149,0.247-0.333,0.247-0.552c0-0.223-0.082-0.407-0.247-0.551c-0.169-0.158-0.366-0.235-0.589-0.235
+ c-0.229,0-0.427,0.077-0.596,0.235c-0.165,0.145-0.247,0.329-0.247,0.551c0,0.219,0.082,0.403,0.247,0.552
+ c0.173,0.152,0.371,0.228,0.596,0.228C388.303,444.935,388.5,444.859,388.673,444.707L388.673,444.707z"/>
+ <rect x="499.764" y="416.778" width="7.222" height="2.167"/>
+ <rect x="499.764" y="439.778" style="fill:#FFFFFF;" width="7.222" height="2.167"/>
+</g>
+<path d="M60.889,193.232l-2.01,2.01l-2.121-2.121l2.01-2.01C58.521,191.046,58.267,191,58,191c-1.657,0-3,1.343-3,3
+ c0,0.267,0.046,0.522,0.111,0.768l-4.345,4.344C50.521,199.045,50.267,199,50,199c-1.657,0-3,1.343-3,3
+ c0,0.268,0.046,0.522,0.111,0.768l2.01-2.01l2.121,2.121l-2.01,2.01C49.479,204.954,49.733,205,50,205c1.657,0,3-1.343,3-3
+ c0-0.267-0.045-0.521-0.111-0.768l4.346-4.344C57.479,196.955,57.733,197,58,197c1.657,0,3-1.343,3-3
+ C61,193.732,60.954,193.479,60.889,193.232z"/>
+<path d="M47,372v2h14v-2H47z M47,379h14v-2H47V379z M47,384h14v-2H47V384z"/>
+<path d="M54.697,409.253c0.181,0.223,0.48,0.333,0.897,0.333c0.444,0,0.79-0.157,1.036-0.47c0.245-0.313,0.369-0.661,0.369-1.047
+ c0-0.316-0.103-0.572-0.308-0.771C56.487,407.1,56.206,407,55.851,407c-0.417,0-0.76,0.138-1.027,0.416
+ c-0.267,0.278-0.4,0.612-0.4,1.003C54.425,408.755,54.516,409.033,54.697,409.253z M51.348,414.171
+ c0.931-0.606,1.524-0.909,1.785-0.909c0.156,0,0.236,0.088,0.236,0.265c0,0.359-0.287,1.554-0.862,3.581
+ c-0.258,0.908-0.429,1.549-0.507,1.918c-0.079,0.367-0.118,0.699-0.118,0.99c0,0.29,0.064,0.526,0.196,0.71
+ c0.129,0.184,0.328,0.274,0.594,0.274c0.211,0,0.461-0.051,0.744-0.15c0.283-0.101,0.757-0.355,1.421-0.762
+ c0.663-0.407,1.233-0.769,1.713-1.084l0.041-0.124l-0.226-0.377l-0.123-0.011c-0.891,0.586-1.437,0.882-1.643,0.882
+ c-0.075,0-0.143-0.034-0.2-0.101c-0.058-0.067-0.086-0.145-0.086-0.233c0-0.321,0.296-1.499,0.893-3.531
+ c0.34-1.183,0.565-1.982,0.672-2.406c0.106-0.424,0.159-0.773,0.159-1.052c0-0.209-0.062-0.38-0.185-0.517
+ c-0.123-0.137-0.271-0.202-0.441-0.202c-0.377,0-0.901,0.179-1.576,0.537c-0.674,0.362-1.613,0.974-2.816,1.839L51,413.831
+ l0.204,0.331L51.348,414.171z"/>
+<g>
+ <polygon points="61,227 55.628,227 57.632,229.005 55,231.638 56.362,233 58.994,230.368 61,232.374 "/>
+ <polygon points="51.638,235 49.006,237.633 47,235.627 47,241 52.373,241 50.368,238.995 53,236.363 "/>
+</g>
+<g>
+ <polygon points="61,264.362 59.638,263 57.006,265.632 55,263.626 55,269 60.372,269 58.368,266.995 "/>
+ <polygon points="49.632,273.005 47,275.637 48.362,277 50.994,274.367 53,276.373 53,271 47.627,271 "/>
+</g>
+<path style="fill:#FFFFFF;" d="M22.761,452.125c-0.816,1.833-2.625,3.125-4.761,3.125c-2.899,0-5.25-2.35-5.25-5.25
+ c0-2.898,2.351-5.25,5.25-5.25c1.451,0,2.747,0.604,3.693,1.558l0,0.001l-2.82,2.818L25,449.125V443l-2.058,2.057
+ c-0.001-0.001-0.013,0.01-0.016,0.01C21.662,443.802,19.932,443,18,443c-3.865,0-7,3.135-7,7c0,3.867,3.135,7,7,7
+ c3.122,0,5.737-2.054,6.64-4.875H22.761z"/>
+<path d="M58.761,452.125c-0.816,1.833-2.625,3.125-4.761,3.125c-2.899,0-5.25-2.35-5.25-5.25c0-2.898,2.351-5.25,5.25-5.25
+ c1.451,0,2.747,0.604,3.693,1.558l0,0.001l-2.82,2.818L61,449.125V443l-2.058,2.057c-0.002-0.001-0.013,0.01-0.016,0.01
+ C57.662,443.802,55.932,443,54,443c-3.865,0-7,3.135-7,7c0,3.867,3.135,7,7,7c3.122,0,5.737-2.054,6.64-4.875H58.761z"/>
+<g>
+ <path d="M54,301.45l1.188,2.657l0.228,0.51l0.554,0.073l2.874,0.381l-2.147,2.118l-0.376,0.371l0.094,0.52l0.54,2.972l-2.455-1.42
+ L54,309.342l-0.501,0.29l-2.455,1.42l0.54-2.972l0.094-0.52l-0.376-0.371l-2.147-2.118l2.874-0.381l0.554-0.073l0.228-0.51
+ L54,301.45 M54,299l-2.101,4.699L47,304.349l3.601,3.553L49.674,313L54,310.497L58.326,313l-0.927-5.099L61,304.349l-4.899-0.649
+ L54,299L54,299z"/>
+</g>
+<g>
+ <polygon style="fill:#F3A914;" points="54,343.919 50.359,346.026 51.14,341.73 48.078,338.71 52.241,338.158 54,334.225
+ 55.759,338.158 59.922,338.71 56.86,341.73 57.641,346.026 "/>
+ <g>
+ <path style="fill:#F3A914;" d="M54,335.45l1.188,2.657l0.228,0.51l0.554,0.073l2.874,0.381l-2.147,2.118l-0.376,0.371l0.094,0.52
+ l0.54,2.972l-2.455-1.42L54,343.342l-0.501,0.29l-2.455,1.42l0.54-2.972l0.094-0.52l-0.376-0.371l-2.147-2.118l2.874-0.381
+ l0.554-0.073l0.228-0.51L54,335.45 M54,333l-2.101,4.699L47,338.349l3.601,3.553L49.674,347L54,344.497L58.326,347l-0.927-5.099
+ L61,338.349l-4.899-0.649L54,333L54,333z"/>
+ </g>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M334,486c0-1.476-0.81-2.745-1.999-3.435v6.871C333.19,488.745,334,487.476,334,486z"/>
+ <g>
+ <polygon style="fill:#FFFFFF;" points="323,483.375 323,488.625 325.557,488.625 330,493 330,479 325.557,483.375 "/>
+ <path style="fill:#FFFFFF;" d="M332.001,479.306v1.58c2.046,0.8,3.499,2.782,3.499,5.114c0,2.328-1.453,4.313-3.499,5.113v1.58
+ c2.888-0.86,4.999-3.525,4.999-6.693C337,482.83,334.889,480.166,332.001,479.306z"/>
+ </g>
+</g>
+<path style="fill:#FFFFFF;" d="M335.5,522c0,0.393-0.055,0.769-0.134,1.139l1.216,1.216c0.266-0.736,0.418-1.525,0.418-2.354
+ c0-3.17-2.111-5.834-4.998-6.694v1.58C334.047,517.685,335.5,519.668,335.5,522z M332.002,518.565v1.21l1.981,1.982
+ C333.899,520.386,333.124,519.216,332.002,518.565z M336.7,527.301l-12.01-12.011l-1.407,1.406l2.478,2.478l-0.204,0.201H323v5.25
+ h2.557L330,529v-5.586l2.002,2.002v0.019c0.004-0.002,0.008-0.006,0.012-0.008l1.087,1.087c-0.343,0.235-0.706,0.444-1.099,0.599
+ v1.58c0.795-0.237,1.522-0.622,2.172-1.106l1.129,1.13l1.414-1.414l-0.01-0.011L336.7,527.301z M330,515l-1.397,1.375l1.397,1.398
+ V515z"/>
+<path style="fill:#FFFFFF;" d="M330,565c1.105,0,2-0.896,2-2h-4C328,564.104,328.896,565,330,565z M334,559.625v-3
+ c0-1.861-1.278-3.412-3-3.858V552c0-0.553-0.447-1-1-1s-1,0.447-1,1v0.767c-1.722,0.446-2.999,1.997-2.999,3.858v2.999L324,561.625
+ h12L334,559.625z"/>
+<path style="fill:#FFFFFF;" d="M334,592.625c0-1.861-1.279-3.412-3-3.858V588c0-0.553-0.447-1-1-1s-1,0.447-1,1v0.767
+ c-0.012,0.003-0.022,0.008-0.033,0.011l5.033,5.033V592.625z M330,601c1.105,0,2-0.896,2-2h-4C328,600.104,328.896,601,330,601z
+ M336.993,599.593l-0.007,0.008l-12.593-12.596L323,588.402l3.158,3.158c-0.095,0.341-0.158,0.693-0.158,1.064v2.999l-2,2.001h8.222
+ l3.374,3.375l1.404-1.4L336.993,599.593z"/>
+<g>
+ <g>
+ <path style="fill:#FFFFFF;" d="M336,628c-1.104,0-2,0.896-2,2s0.896,2,2,2s2-0.896,2-2S337.104,628,336,628z M324,628
+ c-1.104,0-2,0.896-2,2s0.896,2,2,2s2-0.896,2-2S325.104,628,324,628z M330,628c-1.104,0-2,0.896-2,2s0.896,2,2,2s2-0.896,2-2
+ S331.104,628,330,628z"/>
+ </g>
+</g>
+<path style="fill:#FFFFFF;" d="M336.143,667.974L330,662l-6.142,5.974c-0.478,0.464-0.478,1.216,0,1.679
+ c0.477,0.464,1.249,0.464,1.726,0l4.417-4.296l4.417,4.296c0.477,0.464,1.249,0.464,1.726,0
+ C336.619,669.188,336.619,668.438,336.143,667.974z"/>
+<path style="fill:#FFFFFF;" d="M323.857,700.026L330,706l6.142-5.974c0.478-0.464,0.478-1.216,0-1.679
+ c-0.477-0.463-1.249-0.463-1.726,0L330,702.644l-4.417-4.296c-0.477-0.463-1.249-0.463-1.726,0
+ C323.381,698.81,323.381,699.563,323.857,700.026z"/>
+<path style="fill:#FFFFFF;" d="M330,729c-4.971,0-9,4.029-9,9.001c0,4.971,4.029,8.999,9,8.999c4.971,0,9-4.028,9-8.999
+ C339,733.029,334.971,729,330,729z M331,743.001h-2v-6.002h2V743.001z M331,735h-2v-2h2V735z"/>
+<path style="fill:#FFFFFF;" d="M331,783v-2h2v2H331z M331,777h2v2h-2V777z M331,773h2v2h-2V773z M331,769h2v2h-2V769z M331,765h2v2
+ h-2V765z M327,781h2v2h-2V781z M327,777h2v2h-2V777z M327,773h2v2h-2V773z M327,769h2v2h-2V769z M327,765h2v2h-2V765z"/>
+<path style="fill:#FFFFFF;" d="M335.769,841.741c-0.308-0.321-0.808-0.321-1.116,0l-6.514,6.775l-2.791-2.903
+ c-0.308-0.321-0.809-0.321-1.116,0c-0.309,0.32-0.309,0.84,0,1.161l3.349,3.485c0.309,0.32,0.809,0.32,1.117,0l7.071-7.358
+ C336.077,842.581,336.077,842.062,335.769,841.741z"/>
+<path style="fill:#FFFFFF;" d="M373.5,837h-15c-0.828,0-1.5,0.672-1.5,1.5v15c0,0.828,0.672,1.5,1.5,1.5h15
+ c0.828,0,1.5-0.672,1.5-1.5v-15C375,837.672,374.328,837,373.5,837z M373,853.002h-14v-12h14V853.002z M363,844.002h-2v2h2V844.002z
+ M371,844.002h-2v2h2V844.002z M367,844.002h-2v2h2V844.002z M367,848.002h-2v2h2V848.002z M363,848.002h-2v2h2V848.002z
+ M371,848.002h-2v2h2V848.002z"/>
+<path style="fill:#FFFFFF;" d="M370.787,807.22l-2.186,2.185l-2.009-2.009l2.185-2.183c-1.209-0.447-2.62-0.192-3.592,0.779
+ c-1.02,1.02-1.251,2.522-0.708,3.768L361,813.233l1.768,1.767l3.48-3.477c1.245,0.537,2.742,0.303,3.759-0.715
+ C370.979,809.838,371.234,808.429,370.787,807.22z"/>
+<path style="fill:#FFFFFF;" d="M367,777v-5.211c0.881-0.387,1.5-1.264,1.5-2.289c0-1.381-1.121-2.5-2.5-2.5
+ c-1.383,0-2.5,1.119-2.5,2.5c0,1.025,0.617,1.904,1.5,2.289V777h-3l4,4l4-4H367z"/>
+<path style="fill:#FFFFFF;" d="M365,735v5.211c-0.881,0.387-1.5,1.264-1.5,2.289c0,1.381,1.121,2.5,2.5,2.5
+ c1.383,0,2.5-1.119,2.5-2.5c0-1.025-0.617-1.904-1.5-2.289V735h3l-4-4l-4,4H365z"/>
+<path style="fill:#FFFFFF;" d="M373.681,695.711c-0.423-0.446-1.111-0.449-1.535,0l-8.449,8.907l-3.844-4.052
+ c-0.424-0.447-1.111-0.447-1.534,0c-0.425,0.447-0.426,1.172-0.001,1.617l4.605,4.858c0.214,0.224,0.494,0.334,0.774,0.333
+ c0.28,0.001,0.56-0.109,0.773-0.333l9.21-9.713C374.106,696.882,374.106,696.158,373.681,695.711z"/>
+<path d="M365,671h2v-6h-2V671z M365,661v2h2v-2H365z"/>
+<path style="fill:#FFFFFF;" d="M371.112,629.979l1.888-0.472c-0.185-0.869-0.529-1.678-0.997-2.396l-1.663,0.998l-1.447-1.448
+ l0.998-1.663c-0.72-0.468-1.528-0.812-2.397-0.997l-0.472,1.888h-2.045L364.505,624c-0.868,0.185-1.676,0.529-2.396,0.997
+ l0.998,1.663l-1.446,1.446l-1.663-0.998c-0.47,0.721-0.814,1.529-0.997,2.398l1.886,0.472v2.045L359,632.495
+ c0.184,0.869,0.527,1.676,0.996,2.396l1.664-0.998l1.446,1.446l-0.998,1.663c0.721,0.47,1.528,0.813,2.396,0.997l0.472-1.886h2.045
+ l0.472,1.886c0.869-0.184,1.678-0.527,2.397-0.997l-0.999-1.663l1.447-1.446l1.664,0.998c0.468-0.721,0.813-1.527,0.997-2.396
+ l-1.888-0.472V629.979z M365.999,633.046c-1.129,0-2.045-0.914-2.045-2.045c0-1.131,0.916-2.045,2.045-2.045
+ c1.13,0,2.045,0.914,2.045,2.045C368.044,632.132,367.129,633.046,365.999,633.046z"/>
+<path style="fill:#FFFFFF;" d="M368,588v-1h-4v1h-4v2h12v-2H368z M361,599.5c0,0.828,0.672,1.5,1.5,1.5h7c0.828,0,1.5-0.672,1.5-1.5
+ V591h-10V599.5z M367.25,593h1.5v6h-1.5V593z M363.25,593h1.5v6h-1.5V593z"/>
+<path id="path4237-4_2_" style="fill:#FFFFFF;" d="M409.974,695.857L404,702l5.974,6.142c0.464,0.478,1.216,0.478,1.679,0
+ c0.463-0.477,0.463-1.249,0-1.726L407.356,702l4.296-4.417c0.463-0.477,0.463-1.249,0-1.726
+ C411.189,695.38,410.437,695.38,409.974,695.857z"/>
+<path id="path4237-4-1_2_" d="M409.974,729.357L404,735.5l5.974,6.142c0.464,0.478,1.216,0.478,1.679,0
+ c0.463-0.477,0.463-1.249,0-1.726l-4.297-4.416l4.296-4.417c0.463-0.477,0.463-1.249,0-1.726
+ C411.189,728.88,410.437,728.881,409.974,729.357z"/>
+<g>
+ <circle style="opacity:0.3;" cx="135.5" cy="256.5" r="12.5"/>
+ <circle style="fill:#FFFFFF;" cx="135.5" cy="256.5" r="9.274"/>
+ <path d="M141.618,252.741c-0.308-0.321-0.808-0.321-1.116,0l-6.514,6.775l-2.791-2.903c-0.308-0.321-0.809-0.321-1.116,0
+ c-0.309,0.32-0.309,0.84,0,1.161l3.349,3.485c0.309,0.32,0.809,0.32,1.117,0l7.071-7.357
+ C141.927,253.581,141.927,253.062,141.618,252.741z"/>
+</g>
+<path id="path4209" style="fill:#768D99;" d="M52.875,565.125h2v-14h-2V565.125z M46.875,559.125h14v-2h-14V559.125z"/>
+<g id="g4365">
+ <g id="g4367">
+ <path id="path4369" style="fill:#768D99;" d="M55,524.25h-5.625v1.375H55V524.25z M55,521.125h-5.625v1.375H55V521.125z
+ M50.25,515.125v2.75h-3.375v11H57.5v-2.75h3.375v-11H50.25z M55.875,527.198H48.5V519.5h7.375V527.198z M59.191,524.448H57.5
+ v-6.573h-5.625v-0.897h7.316V524.448z"/>
+ </g>
+</g>
+<g id="g4375">
+ <path id="path4377" style="fill:#768D99;" d="M57.268,480.449l1.646,1.637l-5.789,5.789l-1.644-1.638L57.268,480.449z
+ M60.649,479.248l-0.379-0.37c-0.394-0.395-1.035-0.395-1.43,0l-0.977,0.977l1.646,1.638l1.14-1.14
+ C60.955,480.047,60.955,479.554,60.649,479.248 M50.007,489.172c-0.042,0.186,0.127,0.354,0.314,0.309l2.105-1.081l-1.565-1.543
+ L50.007,489.172z"/>
+</g>
+<g id="g4383">
+ <rect id="rect4385" x="46.875" y="490.75" style="fill:#768D99;" width="14" height="2"/>
+</g>
+<path id="path4209_1_" d="M211.875,565.125h2v-14h-2V565.125z M205.875,559.125h14v-2h-14V559.125z"/>
+<g id="g4365_1_">
+ <g id="g4367_1_">
+ <path id="path4369_1_" d="M214,524.25h-5.625v1.375H214V524.25z M214,521.125h-5.625v1.375H214V521.125z M209.25,515.125v2.75
+ h-3.375v11H216.5v-2.75h3.375v-11H209.25z M214.875,527.198H207.5V519.5h7.375V527.198z M218.191,524.448H216.5v-6.573h-5.625
+ v-0.897h7.316V524.448z"/>
+ </g>
+</g>
+<g id="g4375_1_">
+ <path id="path4377_1_" d="M216.268,480.449l1.646,1.637l-5.789,5.789l-1.644-1.638L216.268,480.449z M219.649,479.248l-0.379-0.37
+ c-0.394-0.395-1.035-0.395-1.43,0l-0.977,0.977l1.646,1.638l1.14-1.14C219.955,480.047,219.955,479.554,219.649,479.248
+ M209.007,489.172c-0.042,0.186,0.127,0.354,0.314,0.309l2.105-1.081l-1.565-1.543L209.007,489.172z"/>
+</g>
+<g id="g4383_1_">
+ <rect id="rect4385_1_" x="205.875" y="490.75" width="14" height="2"/>
+</g>
+<path id="path4209_2_" style="fill:#FFFFFF;" d="M364.875,565.125h2v-14h-2V565.125z M358.875,559.125h14v-2h-14V559.125z"/>
+<g id="g4365_2_">
+ <g id="g4367_2_">
+ <path id="path4369_2_" style="fill:#FFFFFF;" d="M367,524.25h-5.625v1.375H367V524.25z M367,521.125h-5.625v1.375H367V521.125z
+ M362.25,515.125v2.75h-3.375v11H369.5v-2.75h3.375v-11H362.25z M367.875,527.198H360.5V519.5h7.375V527.198z M371.191,524.448
+ H369.5v-6.573h-5.625v-0.897h7.316V524.448z"/>
+ </g>
+</g>
+<g id="g4375_2_">
+ <path id="path4377_2_" style="fill:#FFFFFF;" d="M369.268,480.449l1.646,1.637l-5.789,5.789l-1.644-1.638L369.268,480.449z
+ M372.649,479.248l-0.379-0.37c-0.394-0.395-1.035-0.395-1.43,0l-0.977,0.977l1.646,1.638l1.14-1.14
+ C372.955,480.047,372.955,479.554,372.649,479.248 M362.007,489.172c-0.042,0.186,0.127,0.354,0.314,0.309l2.105-1.081
+ l-1.565-1.543L362.007,489.172z"/>
+</g>
+<g id="g4383_2_">
+ <rect id="rect4385_2_" x="358.875" y="490.75" style="fill:#FFFFFF;" width="14" height="2"/>
+</g>
+<g>
+ <polygon points="91.628,227 93.632,229.005 91,231.638 92.362,233 94.994,230.368 97,232.374 97,227 "/>
+ <polygon points="87.638,235 85.006,237.633 83,235.627 83,241 88.373,241 86.368,238.995 89,236.363 "/>
+ <polygon points="88.374,227 83,227 83,232.372 85.005,230.368 87.638,233 89,231.638 86.368,229.006 "/>
+ <polygon points="92.363,235 91,236.362 93.633,238.994 91.627,241 97,241 97,235.627 94.995,237.632 "/>
+</g>
+<g>
+ <polygon style="fill:#FFFFFF;" points="91.628,263 93.632,265.005 91,267.638 92.362,269 94.994,266.368 97,268.374 97,263 "/>
+ <polygon style="fill:#FFFFFF;" points="87.638,271 85.006,273.633 83,271.627 83,277 88.373,277 86.368,274.995 89,272.363 "/>
+ <polygon style="fill:#FFFFFF;" points="88.374,263 83,263 83,268.372 85.005,266.368 87.638,269 89,267.638 86.368,265.006 "/>
+ <polygon style="fill:#FFFFFF;" points="92.363,271 91,272.362 93.633,274.994 91.627,277 97,277 97,271.627 94.995,273.632 "/>
+</g>
+<g id="Shape_7_">
+ <path style="fill:#FFFFFF;" d="M99,587c-3.85,0-7,3.15-7,7s3.15,7,7,7c3.85,0,7-3.15,7-7S102.85,587,99,587L99,587z M99,599.6
+ c-3.08,0-5.6-2.52-5.6-5.6s2.52-5.6,5.6-5.6c3.08,0,5.6,2.52,5.6,5.6S102.08,599.6,99,599.6z M99.35,590.5H98.3v4.2l3.64,2.24
+ l0.56-0.91l-3.15-1.89V590.5z"/>
+</g>
+<g id="Shape_4_">
+ <path style="fill:#FFFFFF;" d="M411,587c-3.85,0-7,3.15-7,7s3.15,7,7,7s7-3.15,7-7S414.85,587,411,587L411,587z M411,599.6
+ c-3.08,0-5.6-2.52-5.6-5.6s2.52-5.6,5.6-5.6c3.08,0,5.6,2.52,5.6,5.6S414.08,599.6,411,599.6z M411.35,590.5h-1.05v4.2l3.64,2.24
+ l0.56-0.91l-3.15-1.89V590.5z"/>
+</g>
+<g id="Shape_2_">
+ <path d="M258,587c-3.85,0-7,3.15-7,7s3.15,7,7,7c3.85,0,7-3.15,7-7S261.85,587,258,587L258,587z M258,599.6
+ c-3.08,0-5.6-2.52-5.6-5.6s2.52-5.6,5.6-5.6c3.08,0,5.6,2.52,5.6,5.6S261.08,599.6,258,599.6z M258.35,590.5h-1.05v4.2l3.64,2.24
+ l0.56-0.91l-3.15-1.89V590.5z"/>
+</g>
+<path style="fill:#FFFFFF;" d="M258.212,52.555c-0.026-2.236-1.852-4.184-4.382-4.509c-2.794-0.359-5.38,1.393-5.778,3.912
+ c-0.032,0.201-0.043,0.4-0.045,0.598L248,52.548v3.117c0,0.754,0.684,1.371,1.52,1.371h1.52v-3.354h-1.761v-1.129h0.001
+ c0.002-0.143,0.012-0.287,0.035-0.432c0.298-1.89,2.238-3.203,4.333-2.934c1.909,0.245,3.272,1.723,3.276,3.414h0.004v1.081h-1.753
+ v3.354h1.52c0.033,0,0.064-0.007,0.097-0.009c-0.106,0.335-0.289,0.655-0.567,0.93c-0.299,0.296-0.666,0.494-1.057,0.617
+ c-0.175-0.225-0.45-0.381-0.776-0.381h-0.578c-0.531,0-0.966,0.392-0.966,0.871s0.435,0.871,0.966,0.871h0.578
+ c0.412,0,0.76-0.238,0.898-0.568c0.588-0.155,1.14-0.439,1.584-0.878c0.539-0.533,0.829-1.188,0.893-1.855
+ c0.277-0.249,0.449-0.592,0.449-0.97v-3.117L258.212,52.555z"/>
+<path d="M258.212,88.62c-0.026-2.236-1.852-4.184-4.382-4.509c-2.794-0.359-5.38,1.393-5.778,3.912
+ c-0.032,0.201-0.043,0.4-0.045,0.598L248,88.612v3.117c0,0.754,0.684,1.371,1.52,1.371h1.52v-3.354h-1.761v-1.129h0.001
+ c0.002-0.143,0.012-0.287,0.035-0.432c0.298-1.89,2.238-3.203,4.333-2.934c1.909,0.245,3.272,1.723,3.276,3.414h0.004v1.081h-1.753
+ v3.354h1.52c0.033,0,0.064-0.007,0.097-0.009c-0.106,0.335-0.289,0.655-0.567,0.93c-0.299,0.296-0.666,0.494-1.057,0.617
+ c-0.175-0.225-0.45-0.381-0.776-0.381h-0.578c-0.531,0-0.966,0.392-0.966,0.871S253.283,96,253.815,96h0.578
+ c0.412,0,0.76-0.238,0.898-0.568c0.588-0.155,1.14-0.439,1.584-0.878c0.539-0.533,0.829-1.188,0.893-1.855
+ c0.277-0.249,0.449-0.592,0.449-0.97v-3.117L258.212,88.62z"/>
+<path style="fill:#3C5563;" d="M258.212,16.556c-0.026-2.236-1.852-4.184-4.382-4.509c-2.794-0.359-5.38,1.393-5.778,3.912
+ c-0.032,0.201-0.043,0.4-0.045,0.598L248,16.548v3.117c0,0.754,0.684,1.371,1.52,1.371h1.52v-3.354h-1.761v-1.129h0.001
+ c0.002-0.143,0.012-0.287,0.035-0.432c0.298-1.89,2.238-3.203,4.333-2.934c1.909,0.245,3.272,1.723,3.276,3.414h0.004v1.081h-1.753
+ v3.354h1.52c0.033,0,0.064-0.007,0.097-0.009c-0.106,0.335-0.289,0.655-0.567,0.93c-0.299,0.296-0.666,0.494-1.057,0.617
+ c-0.175-0.225-0.45-0.381-0.776-0.381h-0.578c-0.531,0-0.966,0.392-0.966,0.871s0.435,0.871,0.966,0.871h0.578
+ c0.412,0,0.76-0.238,0.898-0.568c0.588-0.155,1.14-0.439,1.584-0.878c0.539-0.533,0.829-1.188,0.893-1.855
+ c0.277-0.249,0.449-0.592,0.449-0.97v-3.117L258.212,16.556z"/>
+<g>
+ <circle style="fill:#FFFFFF;" cx="207" cy="364.834" r="8"/>
+ <polygon points="212.392,362.01 210.978,360.596 205.014,366.56 202.65,364.197 201.236,365.611 204.978,369.353 205.014,369.318
+ 205.049,369.353 "/>
+ <path style="fill:#FFFFFF;" d="M266,362.037c0,0.825-0.675,1.501-1.501,1.501h-9.278c-1.206,0-3.524,1.953-5.221,4.293v-14.792
+ c0-0.825,0.675-1.501,1.501-1.501h12.999c0.825,0,1.501,0.675,1.501,1.501V362.037z"/>
+ <path d="M260.043,354.27l-2.722,2.755l-2.755,2.722c-0.314,0.316-0.301,0.816,0.027,1.116c0.328,0.301,0.847,0.288,1.161-0.028
+ l1.867-1.848l0.008,0.008l0.827-0.835l0.835-0.827l-0.008-0.008l1.848-1.867c0.316-0.314,0.329-0.833,0.028-1.161
+ C260.859,353.969,260.359,353.957,260.043,354.27z"/>
+ <path d="M261.149,359.748l-2.755-2.722l-2.722-2.755c-0.316-0.314-0.816-0.301-1.116,0.027c-0.301,0.328-0.288,0.847,0.028,1.161
+ l1.848,1.867l-0.008,0.008l0.835,0.827l0.827,0.835l0.008-0.008l1.867,1.848c0.314,0.316,0.833,0.329,1.161,0.028
+ C261.45,360.564,261.463,360.064,261.149,359.748z"/>
+ <path style="fill:#FFFFFF;" d="M233,372L233,372c0-0.552,0.448-1,1-1h6c0.552,0,1,0.448,1,1l0,0c0,0.552-0.448,1-1,1h-6
+ C233.448,373,233,372.552,233,372z"/>
+ <g>
+ <path style="fill:#FFFFFF;" d="M225.922,372.707L225.922,372.707c-0.391-0.391-0.391-1.024,0-1.414l4.243-4.243
+ c0.391-0.391,1.024-0.391,1.414,0l0,0c0.391,0.391,0.391,1.024,0,1.414l-4.243,4.243
+ C226.945,373.098,226.312,373.098,225.922,372.707z"/>
+ <path style="fill:#FFFFFF;" d="M225.922,362.795L225.922,362.795c-0.391,0.391-0.391,1.024,0,1.414l4.243,4.243
+ c0.391,0.391,1.024,0.391,1.414,0l0,0c0.391-0.391,0.391-1.024,0-1.414l-4.243-4.243
+ C226.945,362.405,226.312,362.405,225.922,362.795z"/>
+ </g>
+</g>
+<polygon style="fill:#009900;" points="381.54,289.044 381.54,294.044 378.04,294.044 383.04,299.011 388.04,294.044
+ 384.54,294.044 384.54,289.044 "/>
+<polygon style="fill:#990000;" points="359.5,298.971 359.5,293.971 363,293.971 358,289.004 353,293.971 356.5,293.971
+ 356.5,298.971 "/>
+<polygon style="fill:#23D545;" points="381.54,329.044 381.54,334.044 378.04,334.044 383.04,339.011 388.04,334.044
+ 384.54,334.044 384.54,329.044 "/>
+<polygon style="fill:#FF5050;" points="359.5,338.971 359.5,333.971 363,333.971 358,329.004 353,333.971 356.5,333.971
+ 356.5,338.971 "/>
+<path style="fill:#768D99;" d="M239.59,246H226.41c-0.775,0-1.41,0.634-1.41,1.41v13.181c0,0.775,0.634,1.41,1.41,1.41h13.181
+ c0.775,0,1.41-0.634,1.41-1.41V247.41C241,246.634,240.366,246,239.59,246z M231.049,258.519l-0.036-0.036l-0.036,0.036
+ l-3.742-3.742l1.414-1.414l2.363,2.363l5.964-5.964l1.414,1.414L231.049,258.519z"/>
+<path style="fill:#768D99;" d="M340.633,248.324c-0.423-0.446-1.111-0.449-1.535,0l-8.449,8.907l-3.844-4.052
+ c-0.424-0.447-1.111-0.447-1.534,0c-0.425,0.447-0.426,1.172,0,1.617l4.604,4.858c0.214,0.224,0.494,0.334,0.774,0.333
+ c0.28,0.001,0.56-0.109,0.773-0.333l9.211-9.713C341.058,249.494,341.058,248.771,340.633,248.324z"/>
+<path style="fill:#768D99;" d="M289.515,246h-12.999c-0.825,0-1.5,0.675-1.5,1.5V262c1.697-2.34,4.016-4,5.221-4h9.278
+ c0.825,0,1.501-0.675,1.501-1.5V247.5C291.016,246.675,290.34,246,289.515,246z M286.896,250.138l-4.729,5.016
+ c-0.309,0.32-0.809,0.32-1.117,0l-1.997-2.133c-0.309-0.321-0.309-0.841,0-1.161c0.308-0.321,0.808-0.321,1.116,0l1.439,1.551
+ l4.172-4.433c0.308-0.321,0.809-0.321,1.116,0C287.205,249.297,287.205,249.817,286.896,250.138z"/>
+<path style="fill:#768D99;" d="M314.515,246h-12.999c-0.825,0-1.5,0.675-1.5,1.5V262c1.697-2.34,4.016-4,5.221-4h9.278
+ c0.825,0,1.501-0.675,1.501-1.5V247.5C316.016,246.675,315.34,246,314.515,246z M304,253c-0.552,0-1-0.448-1-1s0.448-1,1-1
+ s1,0.448,1,1S304.552,253,304,253z M308,253c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S308.552,253,308,253z M312,253
+ c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S312.552,253,312,253z"/>
+<g>
+ <path style="fill:#768D99;" d="M258,258L258,258c0-0.552,0.448-1,1-1h6c0.552,0,1,0.448,1,1l0,0c0,0.552-0.448,1-1,1h-6
+ C258.448,259,258,258.552,258,258z"/>
+ <path style="fill:#768D99;" d="M256.578,253.038l-4.243-4.243c-0.391-0.391-1.024-0.391-1.414,0s-0.391,1.024,0,1.414l3.542,3.542
+ l-3.542,3.542c-0.391,0.391-0.391,1.024,0,1.414c0.391,0.391,1.024,0.391,1.414,0l4.243-4.243c0.197-0.197,0.293-0.455,0.292-0.713
+ C256.872,253.493,256.775,253.235,256.578,253.038z"/>
+</g>
+<path d="M239.59,286H226.41c-0.775,0-1.41,0.634-1.41,1.41v13.181c0,0.775,0.634,1.41,1.41,1.41h13.181
+ c0.775,0,1.41-0.634,1.41-1.41V287.41C241,286.634,240.366,286,239.59,286z M231.049,298.519l-0.036-0.036l-0.036,0.036
+ l-3.742-3.742l1.414-1.414l2.363,2.363l5.964-5.964l1.414,1.414L231.049,298.519z"/>
+<path d="M340.633,288.324c-0.423-0.446-1.111-0.449-1.535,0l-8.449,8.907l-3.844-4.052c-0.424-0.447-1.111-0.447-1.534,0
+ c-0.425,0.447-0.426,1.172,0,1.617l4.604,4.858c0.214,0.224,0.494,0.334,0.774,0.333c0.28,0.001,0.56-0.109,0.773-0.333l9.211-9.713
+ C341.058,289.494,341.058,288.771,340.633,288.324z"/>
+<path d="M289.515,286h-12.999c-0.825,0-1.5,0.675-1.5,1.5V302c1.697-2.34,4.016-4,5.221-4h9.278c0.825,0,1.501-0.675,1.501-1.5
+ V287.5C291.016,286.675,290.34,286,289.515,286z M286.896,290.138l-4.729,5.016c-0.309,0.32-0.809,0.32-1.117,0l-1.997-2.133
+ c-0.309-0.321-0.309-0.841,0-1.161c0.308-0.321,0.808-0.321,1.116,0l1.439,1.551l4.172-4.433c0.308-0.321,0.809-0.321,1.116,0
+ C287.205,289.297,287.205,289.817,286.896,290.138z"/>
+<path d="M314.515,286h-12.999c-0.825,0-1.5,0.675-1.5,1.5V302c1.697-2.34,4.016-4,5.221-4h9.278c0.825,0,1.501-0.675,1.501-1.5
+ V287.5C316.016,286.675,315.34,286,314.515,286z M304,293c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S304.552,293,304,293z
+ M308,293c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S308.552,293,308,293z M312,293c-0.552,0-1-0.448-1-1s0.448-1,1-1
+ s1,0.448,1,1S312.552,293,312,293z"/>
+<g>
+ <path d="M258,298L258,298c0-0.552,0.448-1,1-1h6c0.552,0,1,0.448,1,1l0,0c0,0.552-0.448,1-1,1h-6C258.448,299,258,298.552,258,298z
+ "/>
+ <path d="M256.578,293.038l-4.243-4.243c-0.391-0.391-1.024-0.391-1.414,0s-0.391,1.024,0,1.414l3.542,3.542l-3.542,3.542
+ c-0.391,0.391-0.391,1.024,0,1.414c0.391,0.391,1.024,0.391,1.414,0l4.243-4.243c0.197-0.197,0.293-0.455,0.292-0.713
+ C256.872,293.493,256.775,293.235,256.578,293.038z"/>
+</g>
+<polygon style="fill:#59DB8F;" points="656.492,249.044 656.492,254.044 652.992,254.044 657.992,259.011 662.992,254.044
+ 659.492,254.044 659.492,249.044 "/>
+<polygon style="fill:#E45959;" points="634.453,258.971 634.453,253.971 637.953,253.971 632.953,249.004 627.953,253.971
+ 631.453,253.971 631.453,258.971 "/>
+<polygon style="fill:#429E47;" points="381.54,249.044 381.54,254.044 378.04,254.044 383.04,259.011 388.04,254.044
+ 384.54,254.044 384.54,249.044 "/>
+<polygon style="fill:#E33734;" points="359.5,258.971 359.5,253.971 363,253.971 358,249.004 353,253.971 356.5,253.971
+ 356.5,258.971 "/>
+<polygon style="fill:#768D99;" points="410,252.999 410.001,257 407.057,257 411,261.083 414.942,257 412,257 412,253 "/>
+<polygon style="fill:#768D99;" points="406,255.001 405.999,251 408.943,251 405,246.917 401.058,251 404,251 404,255 "/>
+<g>
+ <polygon points="410,292.999 410.001,297 407.057,297 411,301.083 414.942,297 412,297 412,293 "/>
+ <polygon points="406,295.001 405.999,291 408.943,291 405,286.917 401.058,291 404,291 404,295 "/>
+</g>
+<g>
+ <polygon style="fill:#FFFFFF;" points="410,332.999 410.001,337 407.057,337 411,341.083 414.942,337 412,337 412,333 "/>
+ <polygon style="fill:#FFFFFF;" points="406,335.001 405.999,331 408.943,331 405,326.917 401.058,331 404,331 404,335 "/>
+</g>
+<path style="fill:#FFFFFF;" d="M239.59,326H226.41c-0.775,0-1.41,0.634-1.41,1.41v13.181c0,0.775,0.634,1.41,1.41,1.41h13.181
+ c0.775,0,1.41-0.634,1.41-1.41V327.41C241,326.634,240.366,326,239.59,326z M231.049,338.519l-0.036-0.036l-0.036,0.036
+ l-3.742-3.742l1.414-1.414l2.363,2.363l5.964-5.964l1.414,1.414L231.049,338.519z"/>
+<path style="fill:#FFFFFF;" d="M340.633,328.324c-0.423-0.446-1.111-0.449-1.535,0l-8.449,8.907l-3.844-4.052
+ c-0.424-0.447-1.111-0.447-1.534,0c-0.425,0.447-0.426,1.172,0,1.617l4.604,4.858c0.214,0.224,0.494,0.334,0.774,0.333
+ c0.28,0.001,0.56-0.109,0.773-0.333l9.211-9.713C341.058,329.494,341.058,328.771,340.633,328.324z"/>
+<path style="fill:#FFFFFF;" d="M289.515,326h-12.999c-0.825,0-1.5,0.675-1.5,1.5V342c1.697-2.34,4.016-4,5.221-4h9.278
+ c0.825,0,1.501-0.675,1.501-1.5V327.5C291.016,326.675,290.34,326,289.515,326z M286.896,330.138l-4.729,5.016
+ c-0.309,0.32-0.809,0.32-1.117,0l-1.997-2.133c-0.309-0.321-0.309-0.841,0-1.161c0.308-0.321,0.808-0.321,1.116,0l1.439,1.551
+ l4.172-4.433c0.308-0.321,0.809-0.321,1.116,0C287.205,329.297,287.205,329.817,286.896,330.138z"/>
+<path style="fill:#FFFFFF;" d="M314.515,326h-12.999c-0.825,0-1.5,0.675-1.5,1.5V342c1.697-2.34,4.016-4,5.221-4h9.278
+ c0.825,0,1.501-0.675,1.501-1.5V327.5C316.016,326.675,315.34,326,314.515,326z M304,333c-0.552,0-1-0.448-1-1s0.448-1,1-1
+ s1,0.448,1,1S304.552,333,304,333z M308,333c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S308.552,333,308,333z M312,333
+ c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S312.552,333,312,333z"/>
+<g>
+ <path style="fill:#FFFFFF;" d="M258,338L258,338c0-0.552,0.448-1,1-1h6c0.552,0,1,0.448,1,1l0,0c0,0.552-0.448,1-1,1h-6
+ C258.448,339,258,338.552,258,338z"/>
+ <path style="fill:#FFFFFF;" d="M256.578,333.038l-4.243-4.243c-0.391-0.391-1.024-0.391-1.414,0s-0.391,1.024,0,1.414l3.542,3.542
+ l-3.542,3.542c-0.391,0.391-0.391,1.024,0,1.414c0.391,0.391,1.024,0.391,1.414,0l4.243-4.243c0.197-0.197,0.293-0.455,0.292-0.713
+ C256.872,333.493,256.775,333.235,256.578,333.038z"/>
+</g>
+<g>
+ <polygon style="fill:#E45959;" points="587,256.683 587,258.625 582,258.625 581.999,260.625 587,260.624 587,262.568
+ 590.77,259.625 "/>
+ <circle style="fill:#E45959;" cx="577.5" cy="259.5" r="2.5"/>
+</g>
+<g>
+ <polygon style="fill:#E99003;" points="612,256.683 612,258.625 607,258.625 606.999,260.625 612,260.624 612,262.568
+ 615.77,259.625 "/>
+ <circle style="fill:#E99003;" cx="602.5" cy="259.5" r="2.5"/>
+</g>
+<g>
+ <path style="fill:#768D99;" d="M439,248v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V248h-3
+ v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V248h-3v-1.006c0-0.547-0.447-0.994-0.994-0.994
+ h-0.012c-0.547,0-0.994,0.447-0.994,0.994V248h-2v12.778c0,0.672,0.55,1.222,1.222,1.222h13.557c0.672,0,1.222-0.55,1.222-1.222
+ V248H439z M439,259.258c0,0.41-0.332,0.742-0.742,0.742h-10.517c-0.41,0-0.742-0.332-0.742-0.742V250h12V259.258z"/>
+ <path style="fill:#768D99;" d="M431.07,257.811c0.309,0.32,0.809,0.32,1.117,0l4.729-5.016c0.308-0.321,0.308-0.841,0-1.161
+ c-0.308-0.321-0.808-0.321-1.116,0l-4.172,4.433l-1.438-1.551c-0.308-0.321-0.809-0.321-1.116,0c-0.309,0.32-0.309,0.84,0,1.161
+ L431.07,257.811z"/>
+</g>
+<g>
+ <path style="fill:#768D99;" d="M464,248v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V248h-3
+ v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V248h-3v-1.006c0-0.547-0.447-0.994-0.994-0.994
+ h-0.012c-0.547,0-0.994,0.447-0.994,0.994V248h-2v12.778c0,0.672,0.55,1.222,1.222,1.222h13.557c0.672,0,1.222-0.55,1.222-1.222
+ V248H464z M464,259.258c0,0.41-0.332,0.742-0.742,0.742h-10.517c-0.41,0-0.742-0.332-0.742-0.742V250h12V259.258z"/>
+ <path style="fill:#768D99;" d="M458,256c0.552,0,1-0.448,1-1v-3c0-0.552-0.448-1-1-1s-1,0.448-1,1v3
+ C457,255.552,457.448,256,458,256z"/>
+ <circle style="fill:#768D99;" cx="458" cy="258" r="1"/>
+</g>
+<path style="fill:#768D99;" d="M491,256.499c0,0.825-0.675,1.501-1.501,1.501h-9.278c-1.206,0-3.524,1.66-5.221,4v-14.499
+ c0-0.825,0.675-1.501,1.501-1.501h12.999c0.825,0,1.501,0.675,1.501,1.501V256.499z"/>
+<g>
+ <polygon style="fill:#768D99;" points="512,256.683 512,258.625 507,258.625 506.999,260.625 512,260.624 512,262.568
+ 515.77,259.625 "/>
+ <circle style="fill:#768D99;" cx="502.5" cy="259.5" r="2.5"/>
+</g>
+<g>
+ <polygon style="fill:#E33734;" points="537,256.683 537,258.625 532,258.625 531.999,260.625 537,260.624 537,262.568
+ 540.77,259.625 "/>
+ <circle style="fill:#E33734;" cx="527.5" cy="259.5" r="2.5"/>
+</g>
+<g>
+ <path d="M439,288v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V288h-3v-1.006
+ c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V288h-3v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012
+ c-0.547,0-0.994,0.447-0.994,0.994V288h-2v12.778c0,0.672,0.55,1.222,1.222,1.222h13.557c0.672,0,1.222-0.55,1.222-1.222V288H439z
+ M439,299.258c0,0.41-0.332,0.742-0.742,0.742h-10.517c-0.41,0-0.742-0.332-0.742-0.742V290h12V299.258z"/>
+ <path d="M431.07,297.811c0.309,0.32,0.809,0.32,1.117,0l4.729-5.016c0.308-0.321,0.308-0.841,0-1.161
+ c-0.308-0.321-0.808-0.321-1.116,0l-4.172,4.433l-1.438-1.551c-0.308-0.321-0.809-0.321-1.116,0c-0.309,0.32-0.309,0.84,0,1.161
+ L431.07,297.811z"/>
+</g>
+<g>
+ <path d="M464,288v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V288h-3v-1.006
+ c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V288h-3v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012
+ c-0.547,0-0.994,0.447-0.994,0.994V288h-2v12.778c0,0.672,0.55,1.222,1.222,1.222h13.557c0.672,0,1.222-0.55,1.222-1.222V288H464z
+ M464,299.258c0,0.41-0.332,0.742-0.742,0.742h-10.517c-0.41,0-0.742-0.332-0.742-0.742V290h12V299.258z"/>
+ <path d="M458,296c0.552,0,1-0.448,1-1v-3c0-0.552-0.448-1-1-1s-1,0.448-1,1v3C457,295.552,457.448,296,458,296z"/>
+ <circle cx="458" cy="298" r="1"/>
+</g>
+<path d="M491,296.499c0,0.825-0.675,1.501-1.501,1.501h-9.278c-1.206,0-3.524,1.66-5.221,4v-14.499c0-0.825,0.675-1.501,1.501-1.501
+ h12.999c0.825,0,1.501,0.675,1.501,1.501V296.499z"/>
+<g>
+ <polygon points="512,296.683 512,298.625 507,298.625 506.999,300.625 512,300.624 512,302.568 515.77,299.625 "/>
+ <circle cx="502.5" cy="299.5" r="2.5"/>
+</g>
+<g>
+ <polygon style="fill:#990000;" points="537,296.683 537,298.625 532,298.625 531.999,300.625 537,300.624 537,302.568
+ 540.77,299.625 "/>
+ <circle style="fill:#990000;" cx="527.5" cy="299.5" r="2.5"/>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M439,328v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V328h-3
+ v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V328h-3v-1.006c0-0.547-0.447-0.994-0.994-0.994
+ h-0.012c-0.547,0-0.994,0.447-0.994,0.994V328h-2v12.778c0,0.672,0.55,1.222,1.222,1.222h13.557c0.672,0,1.222-0.55,1.222-1.222
+ V328H439z M439,339.258c0,0.41-0.332,0.742-0.742,0.742h-10.517c-0.41,0-0.742-0.332-0.742-0.742V330h12V339.258z"/>
+ <path style="fill:#FFFFFF;" d="M431.07,337.811c0.309,0.32,0.809,0.32,1.117,0l4.729-5.016c0.308-0.321,0.308-0.841,0-1.161
+ c-0.308-0.321-0.808-0.321-1.116,0l-4.172,4.433l-1.438-1.551c-0.308-0.321-0.809-0.321-1.116,0c-0.309,0.32-0.309,0.84,0,1.161
+ L431.07,337.811z"/>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M464,328v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V328h-3
+ v-1.006c0-0.547-0.447-0.994-0.994-0.994h-0.012c-0.547,0-0.994,0.447-0.994,0.994V328h-3v-1.006c0-0.547-0.447-0.994-0.994-0.994
+ h-0.012c-0.547,0-0.994,0.447-0.994,0.994V328h-2v12.778c0,0.672,0.55,1.222,1.222,1.222h13.557c0.672,0,1.222-0.55,1.222-1.222
+ V328H464z M464,339.258c0,0.41-0.332,0.742-0.742,0.742h-10.517c-0.41,0-0.742-0.332-0.742-0.742V330h12V339.258z"/>
+ <path style="fill:#FFFFFF;" d="M458,336c0.552,0,1-0.448,1-1v-3c0-0.552-0.448-1-1-1s-1,0.448-1,1v3
+ C457,335.552,457.448,336,458,336z"/>
+ <circle style="fill:#FFFFFF;" cx="458" cy="338" r="1"/>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M475.5,327.501c0-0.552,0.449-1.001,1.001-1.001h12.998c0.552,0,1.001,0.449,1.001,1.001v8.998
+ c0,0.552-0.449,1.001-1.001,1.001h-9.277c-1.205,0-3.125,1.286-4.722,3.082V327.501z"/>
+ <path style="fill:#FFFFFF;" d="M489.499,327c0.271,0,0.501,0.229,0.501,0.501v8.999c0,0.271-0.229,0.501-0.501,0.501h-9.278
+ c-1.253,0-2.836,1.01-4.221,2.34v-11.84c0-0.271,0.229-0.501,0.501-0.501H489.499 M489.499,326h-12.999
+ c-0.825,0-1.501,0.675-1.501,1.501V342c1.697-2.34,4.016-4,5.221-4h9.278c0.825,0,1.501-0.675,1.501-1.501v-8.999
+ C491,326.675,490.325,326,489.499,326L489.499,326z"/>
+</g>
+<g>
+ <polygon style="fill:#FFFFFF;" points="512,336.683 512,338.625 507,338.625 506.999,340.625 512,340.624 512,342.568
+ 515.77,339.625 "/>
+ <circle style="fill:#FFFFFF;" cx="502.5" cy="339.5" r="2.5"/>
+</g>
+<g>
+ <polygon style="fill:#FF5050;" points="537,336.683 537,338.625 532,338.625 531.999,340.625 537,340.624 537,342.568
+ 540.77,339.625 "/>
+ <circle style="fill:#FF5050;" cx="527.5" cy="339.5" r="2.5"/>
+</g>
+<g>
+ <polygon style="fill:#E99003;" points="562,256.683 562,258.625 557,258.625 556.999,260.625 562,260.624 562,262.568
+ 565.77,259.625 "/>
+ <circle style="fill:#E99003;" cx="552.5" cy="259.5" r="2.5"/>
+</g>
+<g>
+ <polygon style="fill:#AF6B00;" points="562,296.683 562,298.625 557,298.625 556.999,300.625 562,300.624 562,302.568
+ 565.77,299.625 "/>
+ <circle style="fill:#AF6B00;" cx="552.5" cy="299.5" r="2.5"/>
+</g>
+<g>
+ <polygon style="fill:#FFA20D;" points="562,336.683 562,338.625 557,338.625 556.999,340.625 562,340.624 562,342.568
+ 565.77,339.625 "/>
+ <circle style="fill:#FFA20D;" cx="552.5" cy="339.5" r="2.5"/>
+</g>
+<g>
+ <path style="fill:#768D99;" d="M208,255.939l7.53-7.53c-0.267-0.252-0.623-0.409-1.017-0.409h-13.027
+ c-0.393,0-0.75,0.157-1.017,0.409L208,255.939z"/>
+ <path style="fill:#768D99;" d="M212.061,254l2.97,2.97c0.293,0.293,0.293,0.768,0,1.061c-0.146,0.146-0.338,0.22-0.53,0.22
+ s-0.384-0.073-0.53-0.22l-2.97-2.97l-2.47,2.47c-0.146,0.146-0.338,0.22-0.53,0.22s-0.384-0.073-0.53-0.22l-2.47-2.47l-2.97,2.97
+ c-0.146,0.146-0.338,0.22-0.53,0.22s-0.384-0.073-0.53-0.22c-0.293-0.293-0.293-0.768,0-1.061l2.97-2.97L200,250.061v8.453
+ c0,0.818,0.669,1.486,1.486,1.486h13.027c0.818,0,1.486-0.669,1.486-1.486v-8.453L212.061,254z"/>
+</g>
+<g>
+ <path d="M208,295.939l7.53-7.53c-0.267-0.252-0.623-0.409-1.017-0.409h-13.027c-0.393,0-0.75,0.157-1.017,0.409L208,295.939z"/>
+ <path d="M212.061,294l2.97,2.97c0.293,0.293,0.293,0.768,0,1.061c-0.146,0.146-0.338,0.22-0.53,0.22s-0.384-0.073-0.53-0.22
+ l-2.97-2.97l-2.47,2.47c-0.146,0.146-0.338,0.22-0.53,0.22s-0.384-0.073-0.53-0.22l-2.47-2.47l-2.97,2.97
+ c-0.146,0.146-0.338,0.22-0.53,0.22s-0.384-0.073-0.53-0.22c-0.293-0.293-0.293-0.768,0-1.061l2.97-2.97L200,290.061v8.453
+ c0,0.818,0.669,1.486,1.486,1.486h13.027c0.818,0,1.486-0.669,1.486-1.486v-8.453L212.061,294z"/>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M208,335.939l7.53-7.53c-0.267-0.252-0.623-0.409-1.017-0.409h-13.027
+ c-0.393,0-0.75,0.157-1.017,0.409L208,335.939z"/>
+ <path style="fill:#FFFFFF;" d="M212.061,334l2.97,2.97c0.293,0.293,0.293,0.768,0,1.061c-0.146,0.146-0.338,0.22-0.53,0.22
+ s-0.384-0.073-0.53-0.22l-2.97-2.97l-2.47,2.47c-0.146,0.146-0.338,0.22-0.53,0.22s-0.384-0.073-0.53-0.22l-2.47-2.47l-2.97,2.97
+ c-0.146,0.146-0.338,0.22-0.53,0.22s-0.384-0.073-0.53-0.22c-0.293-0.293-0.293-0.768,0-1.061l2.97-2.97L200,330.061v8.453
+ c0,0.818,0.669,1.486,1.486,1.486h13.027c0.818,0,1.486-0.669,1.486-1.486v-8.453L212.061,334z"/>
+</g>
+<path style="fill:#FFFFFF;" d="M103.669,552.525l-3.443,3.844l-0.357,0.399v0.535v6.046l-2.2-0.926v-5.12v-0.544l-0.367-0.401
+ l-3.509-3.833H103.669 M105.316,551.125H92.121c-0.606,0-0.912,0.707-0.483,1.12l4.63,5.058v5.634c0,0.214,0.109,0.415,0.291,0.538
+ l3.635,1.531c0.122,0.082,0.257,0.119,0.388,0.119c0.354,0,0.686-0.268,0.686-0.657v-7.165l4.53-5.058
+ C106.228,551.833,105.924,551.125,105.316,551.125L105.316,551.125z"/>
+<path style="fill:#FFFFFF;" d="M415.669,552.525l-3.443,3.844l-0.357,0.399v0.535v6.046l-2.2-0.926v-5.12v-0.544l-0.367-0.401
+ l-3.509-3.833H415.669 M417.316,551.125h-13.195c-0.606,0-0.912,0.707-0.483,1.12l4.63,5.058v5.634c0,0.214,0.109,0.415,0.291,0.538
+ l3.635,1.531c0.122,0.082,0.257,0.119,0.388,0.119c0.354,0,0.686-0.268,0.686-0.657v-7.165l4.53-5.058
+ C418.228,551.833,417.924,551.125,417.316,551.125L417.316,551.125z"/>
+<path d="M263.231,552.525l-3.443,3.844l-0.357,0.399v0.535v6.046l-2.2-0.926v-5.12v-0.544l-0.367-0.401l-3.509-3.833H263.231
+ M264.878,551.125h-13.195c-0.606,0-0.912,0.707-0.483,1.12l4.63,5.058v5.634c0,0.214,0.109,0.415,0.291,0.538l3.635,1.531
+ c0.122,0.082,0.257,0.119,0.388,0.119c0.354,0,0.686-0.268,0.686-0.657v-7.165l4.53-5.058
+ C265.79,551.833,265.486,551.125,264.878,551.125L264.878,551.125z"/>
+<g>
+ <g>
+ <polygon style="fill:#FFFFFF;" points="323.5,411.5 338.379,411.5 323.5,426.379 "/>
+ <path style="fill:#FFFFFF;" d="M337.172,412L324,425.172V412H337.172 M339.586,411H323v16.586L339.586,411L339.586,411z"/>
+ </g>
+ <g>
+ <polygon style="fill:#FFFFFF;" points="325.621,428.5 340.5,413.621 340.5,428.5 "/>
+ <path style="fill:#FFFFFF;" d="M340,414.828V428h-13.172L340,414.828 M341,412.414L324.414,429H341V412.414L341,412.414z"/>
+ </g>
+ <polygon style="fill:#D40000;" points="339.586,411 323,427.586 323,429 324.414,429 341,412.414 341,411 "/>
+</g>
+<path style="fill:#768D99;" d="M97.575,814.82c-2.236-0.246-3.784-2.376-3.248-4.568L97.575,814.82z M98,815.718
+ c-2.849,0-5.336-1.496-6.667-3.719c0.604-1.009,1.447-1.869,2.454-2.506l-0.765-1.076c-1.161,0.745-2.136,1.743-2.838,2.916
+ c-0.246,0.411-0.246,0.922,0,1.333c1.566,2.615,4.486,4.365,7.815,4.365c0.368,0,0.736-0.022,1.101-0.065l-0.889-1.251
+ C98.141,815.717,98.07,815.718,98,815.718z M105.815,812.666c-0.923,1.542-2.317,2.782-3.988,3.541l1.337,1.88
+ c0.106,0.148,0.069,0.353-0.082,0.457l-0.576,0.397c-0.151,0.104-0.359,0.068-0.464-0.081l-9.207-12.947
+ c-0.106-0.148-0.069-0.353,0.082-0.457l0.576-0.397c0.151-0.104,0.359-0.068,0.464,0.081l1.542,2.169
+ c0.795-0.222,1.633-0.34,2.5-0.34c3.329,0,6.25,1.75,7.815,4.365C106.061,811.745,106.061,812.255,105.815,812.666L105.815,812.666z
+ M104.666,812c-1.227-2.049-3.435-3.48-6.005-3.692c-0.272,0.276-0.44,0.652-0.44,1.067c0,0.846,0.696,1.531,1.556,1.531
+ c0.859,0,1.556-0.686,1.556-1.531l0-0.001c0.851,1.566,0.465,3.562-1.026,4.695l0.742,1.043
+ C102.573,814.476,103.842,813.377,104.666,812z"/>
+<path d="M257.137,814.82c-2.236-0.246-3.784-2.376-3.248-4.568L257.137,814.82z M257.561,815.718c-2.849,0-5.336-1.496-6.667-3.719
+ c0.604-1.009,1.447-1.869,2.454-2.506l-0.765-1.076c-1.161,0.745-2.136,1.743-2.838,2.916c-0.246,0.411-0.246,0.922,0,1.333
+ c1.566,2.615,4.486,4.365,7.815,4.365c0.368,0,0.736-0.022,1.101-0.065l-0.889-1.251
+ C257.703,815.717,257.632,815.718,257.561,815.718z M265.377,812.666c-0.923,1.542-2.317,2.782-3.988,3.541l1.337,1.88
+ c0.106,0.148,0.069,0.353-0.082,0.457l-0.576,0.397c-0.151,0.104-0.359,0.068-0.464-0.081l-9.206-12.947
+ c-0.106-0.148-0.069-0.353,0.082-0.457l0.576-0.397c0.151-0.104,0.359-0.068,0.464,0.081l1.542,2.169
+ c0.795-0.222,1.633-0.34,2.5-0.34c3.329,0,6.25,1.75,7.815,4.365C265.623,811.745,265.623,812.255,265.377,812.666L265.377,812.666z
+ M264.228,812c-1.227-2.049-3.435-3.48-6.005-3.692c-0.272,0.276-0.44,0.652-0.44,1.067c0,0.846,0.696,1.531,1.556,1.531
+ c0.859,0,1.556-0.686,1.556-1.531l0-0.001c0.851,1.566,0.465,3.562-1.026,4.695l0.742,1.043
+ C262.134,814.476,263.403,813.377,264.228,812z"/>
+<path style="fill:#FFFFFF;" d="M409.575,814.82c-2.236-0.246-3.784-2.376-3.248-4.568L409.575,814.82z M410,815.718
+ c-2.849,0-5.336-1.496-6.667-3.719c0.604-1.009,1.447-1.869,2.454-2.506l-0.765-1.076c-1.161,0.745-2.136,1.743-2.838,2.916
+ c-0.246,0.411-0.246,0.922,0,1.333c1.565,2.615,4.486,4.365,7.815,4.365c0.368,0,0.736-0.022,1.101-0.065l-0.889-1.251
+ C410.141,815.717,410.07,815.718,410,815.718z M417.815,812.666c-0.923,1.542-2.317,2.782-3.988,3.541l1.337,1.88
+ c0.106,0.148,0.069,0.353-0.082,0.457l-0.576,0.397c-0.151,0.104-0.359,0.068-0.464-0.081l-9.206-12.947
+ c-0.106-0.148-0.069-0.353,0.082-0.457l0.576-0.397c0.151-0.104,0.359-0.068,0.464,0.081l1.542,2.169
+ c0.795-0.222,1.633-0.34,2.5-0.34c3.329,0,6.25,1.75,7.815,4.365C418.061,811.745,418.061,812.255,417.815,812.666L417.815,812.666z
+ M416.666,812c-1.227-2.049-3.435-3.48-6.005-3.692c-0.272,0.276-0.44,0.652-0.44,1.067c0,0.846,0.696,1.531,1.556,1.531
+ c0.859,0,1.556-0.686,1.556-1.531l0-0.001c0.851,1.566,0.465,3.562-1.026,4.695l0.742,1.043
+ C414.573,814.476,415.842,813.377,416.666,812z"/>
+<path style="fill:#FFFFFF;" d="M410,840.289c-4.418,0-8,3.796-8,5c0,1.317,3.582,5,8,5s8-3.583,8-5
+ C418,844.122,414.418,840.289,410,840.289z M409.999,841.844c1.337,0,2.42,1.084,2.42,2.42c0,1.337-1.084,2.42-2.42,2.42
+ s-2.42-1.084-2.42-2.42C407.579,842.927,408.663,841.844,409.999,841.844z M410,849.059c-3.544,0-6.417-2.778-6.417-3.771
+ c0-0.589,1.213-1.998,3.03-2.917c-0.315,0.563-0.51,1.202-0.51,1.892c0,2.152,1.744,3.896,3.896,3.896s3.896-1.744,3.896-3.896
+ c0-0.687-0.193-1.323-0.505-1.884c1.815,0.925,3.027,2.338,3.027,2.908C416.417,846.357,413.544,849.059,410,849.059z"/>
+<path d="M257.561,840.289c-4.418,0-8,3.796-8,5c0,1.317,3.582,5,8,5s8-3.583,8-5C265.561,844.122,261.98,840.289,257.561,840.289z
+ M257.561,841.844c1.337,0,2.42,1.084,2.42,2.42c0,1.337-1.084,2.42-2.42,2.42s-2.42-1.084-2.42-2.42
+ C255.141,842.927,256.224,841.844,257.561,841.844z M257.561,849.059c-3.544,0-6.417-2.778-6.417-3.771
+ c0-0.589,1.213-1.998,3.03-2.917c-0.315,0.563-0.51,1.202-0.51,1.892c0,2.152,1.744,3.896,3.896,3.896s3.896-1.744,3.896-3.896
+ c0-0.687-0.193-1.323-0.505-1.884c1.815,0.925,3.027,2.338,3.027,2.908C263.978,846.357,261.105,849.059,257.561,849.059z"/>
+<path style="fill:#768D99;" d="M98,840.289c-4.418,0-8,3.796-8,5c0,1.317,3.582,5,8,5s8-3.583,8-5
+ C106,844.122,102.418,840.289,98,840.289z M97.999,841.844c1.337,0,2.42,1.084,2.42,2.42c0,1.337-1.084,2.42-2.42,2.42
+ s-2.42-1.084-2.42-2.42C95.579,842.927,96.663,841.844,97.999,841.844z M98,849.059c-3.544,0-6.417-2.778-6.417-3.771
+ c0-0.589,1.213-1.998,3.03-2.917c-0.315,0.563-0.51,1.202-0.51,1.892c0,2.152,1.744,3.896,3.896,3.896s3.896-1.744,3.896-3.896
+ c0-0.687-0.193-1.323-0.505-1.884c1.815,0.925,3.027,2.338,3.027,2.908C104.417,846.357,101.544,849.059,98,849.059z"/>
+<g>
+ <path style="fill:#768D99;" d="M99,767c-3.85,0-7,3.15-7,7h-2.115l2.862,2.862L95.609,774H93.4c0-3.08,2.52-5.6,5.6-5.6
+ s5.6,2.52,5.6,5.6c0,3.08-2.52,5.6-5.6,5.6c-1.311,0-2.517-0.459-3.474-1.221l-1.044,0.952C95.703,780.369,97.28,781,99,781
+ c3.85,0,7-3.15,7-7C106,770.15,102.85,767,99,767z"/>
+ <polygon style="fill:#768D99;" points="98.3,770.5 98.3,774.7 101.94,776.94 102.5,776.03 99.35,774.14 99.35,770.5 "/>
+</g>
+<g>
+ <path d="M258,767c-3.85,0-7,3.15-7,7h-2.115l2.862,2.862l2.862-2.862H252.4c0-3.08,2.52-5.6,5.6-5.6s5.6,2.52,5.6,5.6
+ c0,3.08-2.52,5.6-5.6,5.6c-1.311,0-2.517-0.459-3.474-1.221l-1.044,0.952C254.703,780.369,256.28,781,258,781c3.85,0,7-3.15,7-7
+ C265,770.15,261.85,767,258,767z"/>
+ <polygon points="257.3,770.5 257.3,774.7 260.94,776.94 261.5,776.03 258.35,774.14 258.35,770.5 "/>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M411,767c-3.85,0-7,3.15-7,7h-2.115l2.862,2.862l2.862-2.862H405.4c0-3.08,2.52-5.6,5.6-5.6
+ s5.6,2.52,5.6,5.6c0,3.08-2.52,5.6-5.6,5.6c-1.311,0-2.517-0.459-3.474-1.221l-1.044,0.952C407.703,780.369,409.28,781,411,781
+ c3.85,0,7-3.15,7-7C418,770.15,414.85,767,411,767z"/>
+ <polygon style="fill:#FFFFFF;" points="410.3,770.5 410.3,774.7 413.94,776.94 414.5,776.03 411.35,774.14 411.35,770.5 "/>
+</g>
+<g>
+ <path style="fill:#768D99;" d="M185.48,900.085c-4.153,0-7.52,3.339-7.52,7.458c0,4.119,3.367,7.458,7.52,7.458
+ s7.52-3.339,7.52-7.458C193,903.424,189.633,900.085,185.48,900.085z M185.48,913.508c-3.323,0-6.016-2.671-6.016-5.966
+ c0-3.295,2.693-5.966,6.016-5.966s6.016,2.671,6.016,5.966C191.496,910.837,188.803,913.508,185.48,913.508z"/>
+ <path style="fill:#768D99;" d="M157,888v27h24.454c-0.529-0.282-1.023-0.618-1.478-1H158v-21h34v9.093
+ c0.382,0.448,0.718,0.935,1,1.456V888H157z M188,892h-3v-3h3V892z M192,892h-3v-3h3V892z"/>
+ <polygon style="fill:#768D99;" points="185.98,905.042 184.98,905.042 184.98,907.042 182.98,907.042 182.98,908.042
+ 184.98,908.042 184.98,910.042 185.98,910.042 185.98,908.042 187.98,908.042 187.98,907.042 185.98,907.042 "/>
+</g>
+<g>
+ <path d="M241.48,900.085c-4.153,0-7.52,3.339-7.52,7.458c0,4.119,3.367,7.458,7.52,7.458s7.52-3.339,7.52-7.458
+ C249,903.424,245.633,900.085,241.48,900.085z M241.48,913.508c-3.323,0-6.016-2.671-6.016-5.966c0-3.295,2.693-5.966,6.016-5.966
+ s6.016,2.671,6.016,5.966C247.496,910.837,244.803,913.508,241.48,913.508z"/>
+ <path d="M213,888v27h24.454c-0.529-0.282-1.023-0.618-1.478-1H214v-21h34v9.093c0.382,0.448,0.718,0.935,1,1.456V888H213z M244,892
+ h-3v-3h3V892z M248,892h-3v-3h3V892z"/>
+ <polygon points="241.98,905.042 240.98,905.042 240.98,907.042 238.98,907.042 238.98,908.042 240.98,908.042 240.98,910.042
+ 241.98,910.042 241.98,908.042 243.98,908.042 243.98,907.042 241.98,907.042 "/>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M297.481,900.085c-4.153,0-7.52,3.339-7.52,7.458c0,4.119,3.367,7.458,7.52,7.458
+ s7.52-3.339,7.52-7.458C305,903.424,301.634,900.085,297.481,900.085z M297.481,913.508c-3.323,0-6.016-2.671-6.016-5.966
+ c0-3.295,2.693-5.966,6.016-5.966s6.016,2.671,6.016,5.966C303.496,910.837,300.803,913.508,297.481,913.508z"/>
+ <path style="fill:#FFFFFF;" d="M269,888v27h24.454c-0.529-0.282-1.023-0.618-1.478-1H270v-21h34v9.093
+ c0.382,0.448,0.718,0.935,1,1.456V888H269z M300,892h-3v-3h3V892z M304,892h-3v-3h3V892z"/>
+ <polygon style="fill:#FFFFFF;" points="297.981,905.042 296.981,905.042 296.981,907.042 294.981,907.042 294.981,908.042
+ 296.981,908.042 296.981,910.042 297.981,910.042 297.981,908.042 299.981,908.042 299.981,907.042 297.981,907.042 "/>
+</g>
+<g>
+ <path style="fill:#768D99;" d="M345,888v27h29.064l1-1h-29.064v-21h34v16.064l1-1V888H345z M376.001,892h-3v-3h3V892z M380.001,892
+ h-3v-3h3V892z"/>
+ <polygon style="fill:#768D99;" points="375.601,908.186 377.394,906.394 372.394,906.394 372.394,911.394 374.187,909.601
+ 377.794,913.207 376.001,915 381.001,915 381.001,910 379.208,911.793 "/>
+</g>
+<g>
+ <path d="M401.001,888v27h29.064l1-1h-29.064v-21h34v16.064l1-1V888H401.001z M432.001,892h-3v-3h3V892z M436.001,892h-3v-3h3V892z"
+ />
+ <polygon points="431.602,908.186 433.394,906.394 428.394,906.394 428.394,911.394 430.187,909.601 433.794,913.207 432.001,915
+ 437.001,915 437.001,910 435.208,911.793 "/>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M457.001,888v27h29.064l1-1h-29.064v-21h34v16.064l1-1V888H457.001z M488.001,892h-3v-3h3V892z
+ M492.001,892h-3v-3h3V892z"/>
+ <polygon style="fill:#FFFFFF;" points="487.602,908.186 489.395,906.394 484.395,906.394 484.395,911.394 486.188,909.601
+ 489.794,913.207 488.001,915 493.001,915 493.001,910 491.208,911.793 "/>
+</g>
+<rect x="89" y="300" style="fill:#7F7F7F;" width="2" height="12"/>
+<polygon style="fill:#7F7F7F;" points="96,339 91,339 91,334 89,334 89,346 91,346 91,341 96,341 "/>
+<polygon style="fill:#7F7F7F;" points="96,377 91,377 91,372 89,372 89,379 96,379 "/>
+<g>
+ <g>
+ <rect x="544" y="598" style="fill:#0275B8;" width="16" height="2"/>
+ <rect x="544" y="608" style="fill:#0275B8;" width="16" height="2"/>
+ <rect x="544" y="603" style="fill:#0275B8;" width="16" height="2"/>
+ </g>
+</g>
+<g>
+ <polygon style="fill:#FFFFFF;" points="551.374,574 546,574 546,579.372 548.005,577.368 550.638,580 552,578.638 549.368,576.006
+ "/>
+ <rect x="546" y="583" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="546" y="581" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="546" y="585" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="552" y="585" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="554" y="585" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="548" y="585" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="550" y="585" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="556" y="585" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="557" y="584" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="557" y="582" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="557" y="580" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="557" y="578" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="557" y="576" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="557" y="574" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="555" y="574" style="fill:#FFFFFF;" width="1" height="1"/>
+ <rect x="553" y="574" style="fill:#FFFFFF;" width="1" height="1"/>
+</g>
+<g>
+ <polygon style="fill:#FFFFFF;" points="582.626,586 588,586 588,580.628 585.995,582.632 583.362,580 582,581.362 584.632,583.994
+ "/>
+
+ <rect x="587" y="574" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1175 1153)" style="fill:#FFFFFF;" width="1" height="5"/>
+
+ <rect x="577" y="574" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1164 1149)" style="fill:#FFFFFF;" width="10" height="1"/>
+
+ <rect x="576" y="574" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1153 1159)" style="fill:#FFFFFF;" width="1" height="11"/>
+
+ <rect x="576" y="585" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1157 1171)" style="fill:#FFFFFF;" width="5" height="1"/>
+</g>
+<g>
+ <polygon points="611.374,574 606,574 606,579.372 608.005,577.368 610.638,580 612,578.638 609.368,576.006 "/>
+ <rect x="606" y="583" width="1" height="1"/>
+ <rect x="606" y="581" width="1" height="1"/>
+ <rect x="606" y="585" width="1" height="1"/>
+ <rect x="612" y="585" width="1" height="1"/>
+ <rect x="614" y="585" width="1" height="1"/>
+ <rect x="608" y="585" width="1" height="1"/>
+ <rect x="610" y="585" width="1" height="1"/>
+ <rect x="616" y="585" width="1" height="1"/>
+ <rect x="617" y="584" width="1" height="1"/>
+ <rect x="617" y="582" width="1" height="1"/>
+ <rect x="617" y="580" width="1" height="1"/>
+ <rect x="617" y="578" width="1" height="1"/>
+ <rect x="617" y="576" width="1" height="1"/>
+ <rect x="617" y="574" width="1" height="1"/>
+ <rect x="615" y="574" width="1" height="1"/>
+ <rect x="613" y="574" width="1" height="1"/>
+</g>
+<g>
+ <polygon points="642.626,586 648,586 648,580.628 645.995,582.632 643.362,580 642,581.362 644.632,583.994 "/>
+ <rect x="647" y="574" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1295 1153)" width="1" height="5"/>
+ <rect x="637" y="574" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1284 1149)" width="10" height="1"/>
+ <rect x="636" y="574" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1273 1159)" width="1" height="11"/>
+ <rect x="636" y="585" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1277 1171)" width="5" height="1"/>
+</g>
+<path style="fill:#B7D6EA;" d="M552,716.5c-5,0-9.27,3.11-11,7.5c1.73,4.39,6,7.5,11,7.5s9.27-3.11,11-7.5
+ C561.27,719.61,557,716.5,552,716.5z M552,729c-2.76,0-5-2.24-5-5s2.24-5,5-5s5,2.24,5,5S554.76,729,552,729z M552,721
+ c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3S553.66,721,552,721z"/>
+<path style="fill:#B7D6EA;" d="M543,677h8v-10h-8V677z M543,685h8v-6h-8V685z M553,685h8v-10h-8V685z M553,667v6h8v-6H553z"/>
+<path style="fill:#B7D6EA;" d="M541,709h22l-11-19L541,709z M553,706h-2v-2h2V706z M553,702h-2v-4h2V702z"/>
+<path style="fill:#B7D6EA;" d="M543,749h2v-2h-2V749z M543,753h2v-2h-2V753z M543,745h2v-2h-2V745z M547,749h14v-2h-14V749z
+ M547,753h14v-2h-14V753z M547,743v2h14v-2H547z"/>
+<path style="fill:#B7D6EA;" d="M559,763h-14c-1.1,0-2,0.9-2,2v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-14
+ C561,763.9,560.1,763,559,763z M549,777h-2v-7h2V777z M553,777h-2v-10h2V777z M557,777h-2v-4h2V777z"/>
+<path style="fill:#B7D6EA;" d="M560.709,801.71l-7.411-7.411c0.733-1.873,0.326-4.072-1.222-5.62
+ c-1.629-1.629-4.072-1.955-6.027-1.059l3.502,3.502l-2.443,2.443l-3.583-3.502c-0.977,1.955-0.57,4.398,1.059,6.027
+ c1.547,1.547,3.746,1.955,5.62,1.222l7.411,7.411c0.326,0.326,0.814,0.326,1.14,0l1.873-1.873
+ C561.035,802.525,561.035,801.955,560.709,801.71z"/>
+<path style="fill:#B7D6EA;" d="M552,818c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S553.1,818,552,818z M559,811h-14c-1.11,0-2,0.9-2,2
+ v14c0,1.1,0.89,2,2,2h14c1.11,0,2-0.9,2-2v-14C561,811.9,560.11,811,559,811z M557.25,820c0,0.23-0.02,0.46-0.05,0.68l1.48,1.16
+ c0.13,0.11,0.17,0.3,0.08,0.45l-1.4,2.42c-0.09,0.15-0.27,0.21-0.43,0.15l-1.74-0.7c-0.36,0.28-0.76,0.51-1.18,0.69l-0.26,1.85
+ c-0.03,0.17-0.18,0.3-0.35,0.3h-2.8c-0.17,0-0.32-0.13-0.35-0.29l-0.26-1.85c-0.43-0.18-0.82-0.41-1.18-0.69l-1.74,0.7
+ c-0.16,0.06-0.34,0-0.43-0.15l-1.4-2.42c-0.09-0.15-0.05-0.34,0.08-0.45l1.48-1.16c-0.03-0.23-0.05-0.46-0.05-0.69
+ s0.02-0.46,0.05-0.68l-1.48-1.16c-0.13-0.11-0.17-0.3-0.08-0.45l1.4-2.42c0.09-0.15,0.27-0.21,0.43-0.15l1.74,0.7
+ c0.36-0.28,0.76-0.51,1.18-0.69l0.26-1.85c0.03-0.17,0.18-0.3,0.35-0.3h2.8c0.17,0,0.32,0.13,0.35,0.29l0.26,1.85
+ c0.43,0.18,0.82,0.41,1.18,0.69l1.74-0.7c0.16-0.06,0.34,0,0.43,0.15l1.4,2.42c0.09,0.15,0.05,0.34-0.08,0.45l-1.48,1.16
+ C557.23,819.54,557.25,819.77,557.25,820z"/>
+<path style="fill:#B7D6EA;" d="M556.368,630.779l-0.397,0.399l-1.091-1.091c2.24-2.648,2.137-6.605-0.365-9.107
+ c-2.637-2.635-6.91-2.64-9.542-0.006c-2.634,2.632-2.631,6.905,0.006,9.542c2.502,2.503,6.457,2.604,9.107,0.365l1.091,1.091
+ l-0.399,0.397l4.632,4.632L561,635.41L556.368,630.779z M546.57,628.927c-1.758-1.758-1.762-4.605-0.006-6.363
+ c1.755-1.755,4.605-1.752,6.363,0.006c1.758,1.758,1.759,4.607,0.004,6.362C551.175,630.688,548.328,630.685,546.57,628.927z"/>
+<path style="fill:#B7D6EA;" d="M554.912,653.852l-0.265,0.266l-0.728-0.728c1.493-1.766,1.425-4.403-0.243-6.071
+ c-1.758-1.757-4.607-1.76-6.361-0.004c-1.756,1.755-1.754,4.604,0.004,6.361c1.668,1.669,4.305,1.736,6.071,0.243l0.728,0.728
+ l-0.266,0.265L556.94,658l1.06-1.06L554.912,653.852z M548.38,652.618c-1.172-1.172-1.175-3.07-0.004-4.242
+ c1.17-1.17,3.07-1.168,4.242,0.004c1.172,1.172,1.173,3.071,0.003,4.241C551.45,653.792,549.552,653.79,548.38,652.618z"/>
+<g style="display:none;">
+ <g style="display:inline;">
+ <polygon style="fill:#FFFFFF;" points="519.18,551.359 517.82,550 513.18,554.641 511.82,556 513.18,557.359 517.82,562
+ 519.18,560.641 514.539,556 "/>
+ <polygon style="fill:#FFFFFF;" points="512.18,551.359 510.82,550 506.18,554.641 504.82,556 506.18,557.359 510.82,562
+ 512.18,560.641 507.539,556 "/>
+ </g>
+ <g style="display:inline;">
+ <polygon style="fill:#FFFFFF;" points="504.82,536.641 506.18,538 510.82,533.359 512.18,532 510.82,530.641 506.18,526
+ 504.82,527.359 509.461,532 "/>
+ <polygon style="fill:#FFFFFF;" points="511.82,536.641 513.18,538 517.82,533.359 519.18,532 517.82,530.641 513.18,526
+ 511.82,527.359 516.461,532 "/>
+ </g>
+</g>
+<g>
+ <polygon style="fill:#FFFFFF;" points="550.82,530.641 546.18,526 545.18,527 548.82,530.641 550.18,532 548.82,533.359
+ 545.18,537 546.18,538 550.82,533.359 552.18,532 "/>
+ <polygon style="fill:#FFFFFF;" points="557.82,530.641 553.18,526 552.18,527 555.82,530.641 557.18,532 555.82,533.359
+ 552.18,537 553.18,538 557.82,533.359 559.18,532 "/>
+</g>
+<g>
+ <polygon style="fill:#FFFFFF;" points="553.18,557.359 557.82,562 558.82,561 555.18,557.359 553.82,556 555.18,554.641
+ 558.82,551 557.82,550 553.18,554.641 551.82,556 "/>
+ <polygon style="fill:#FFFFFF;" points="546.18,557.359 550.82,562 551.82,561 548.18,557.359 546.82,556 548.18,554.641
+ 551.82,551 550.82,550 546.18,554.641 544.82,556 "/>
+</g>
+<g>
+ <polygon points="580.82,530.641 576.18,526 575.18,527 578.82,530.641 580.18,532 578.82,533.359 575.18,537 576.18,538
+ 580.82,533.359 582.18,532 "/>
+ <polygon points="587.82,530.641 583.18,526 582.18,527 585.82,530.641 587.18,532 585.82,533.359 582.18,537 583.18,538
+ 587.82,533.359 589.18,532 "/>
+</g>
+<g>
+ <polygon points="583.18,557.359 587.82,562 588.82,561 585.18,557.359 583.82,556 585.18,554.641 588.82,551 587.82,550
+ 583.18,554.641 581.82,556 "/>
+ <polygon points="576.18,557.359 580.82,562 581.82,561 578.18,557.359 576.82,556 578.18,554.641 581.82,551 580.82,550
+ 576.18,554.641 574.82,556 "/>
+</g>
+<rect x="540" y="400" style="fill:#D40000;" width="24" height="24"/>
+<polygon style="fill:#FFFFFF;" points="561.099,420.342 543.645,420.342 543.645,419.379 557.566,405.069 544.372,405.069
+ 544.372,403.615 560.372,403.615 560.372,404.751 546.388,418.887 561.099,418.887 "/>
+<polygon style="fill:#0275B8;" points="554.32,510 555,509.261 552.68,506.739 552,506 551.32,506.739 549,509.261 549.68,510
+ 552,507.478 "/>
+<polygon style="fill:#0275B8;" points="550,486.32 550.739,487 553.261,484.68 554,484 553.261,483.32 550.739,481 550,481.68
+ 552.522,484 "/>
+<polygon style="fill:#0275B8;" points="554,457.68 553.261,457 550.739,459.32 550,460 550.739,460.68 553.261,463 554,462.32
+ 551.478,460 "/>
+<polygon style="fill:#0275B8;" points="549.68,434 549,434.739 551.32,437.261 552,438 552.68,437.261 555,434.739 554.32,434
+ 552,436.522 "/>
+<polygon points="584.32,510 585,509.261 582.68,506.739 582,506 581.32,506.739 579,509.261 579.68,510 582,507.478 "/>
+<polygon points="580,486.32 580.739,487 583.261,484.68 584,484 583.261,483.32 580.739,481 580,481.68 582.522,484 "/>
+<polygon points="584,457.68 583.261,457 580.739,459.32 580,460 580.739,460.68 583.261,463 584,462.32 581.478,460 "/>
+<polygon points="579.68,434 579,434.739 581.32,437.261 582,438 582.68,437.261 585,434.739 584.32,434 582,436.522 "/>
+<polygon style="fill:#FFFFFF;" points="611.32,510 612,509.261 609.68,506.739 609,506 608.32,506.739 606,509.261 606.68,510
+ 609,507.478 "/>
+<polygon style="fill:#FFFFFF;" points="607,486.32 607.739,487 610.261,484.68 611,484 610.261,483.32 607.739,481 607,481.68
+ 609.522,484 "/>
+<polygon style="fill:#FFFFFF;" points="611,457.68 610.261,457 607.739,459.32 607,460 607.739,460.68 610.261,463 611,462.32
+ 608.478,460 "/>
+<polygon style="fill:#FFFFFF;" points="606.68,434 606,434.739 608.32,437.261 609,438 609.68,437.261 612,434.739 611.32,434
+ 609,436.522 "/>
+<g>
+ <rect x="574" y="598" style="fill:#1F2C33;" width="16" height="2"/>
+ <rect x="574" y="608" style="fill:#1F2C33;" width="16" height="2"/>
+ <rect x="574" y="603" style="fill:#1F2C33;" width="16" height="2"/>
+</g>
+<g>
+ <g>
+ <rect x="604" y="598" width="16" height="2"/>
+ <rect x="604" y="608" width="16" height="2"/>
+ <rect x="604" y="603" width="16" height="2"/>
+ </g>
+</g>
+<g>
+ <rect x="634" y="598" style="fill:#FFFFFF;" width="16" height="2"/>
+ <rect x="634" y="608" style="fill:#FFFFFF;" width="16" height="2"/>
+ <rect x="634" y="603" style="fill:#FFFFFF;" width="16" height="2"/>
+</g>
+<path style="fill:#FFFFFF;" d="M582,716.5c-5,0-9.27,3.11-11,7.5c1.73,4.39,6,7.5,11,7.5s9.27-3.11,11-7.5
+ C591.27,719.61,587,716.5,582,716.5z M582,729c-2.76,0-5-2.24-5-5s2.24-5,5-5s5,2.24,5,5S584.76,729,582,729z M582,721
+ c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3S583.66,721,582,721z"/>
+<path style="fill:#FFFFFF;" d="M573,677h8v-10h-8V677z M573,685h8v-6h-8V685z M583,685h8v-10h-8V685z M583,667v6h8v-6H583z"/>
+<path style="fill:#FFFFFF;" d="M571,709h22l-11-19L571,709z M583,706h-2v-2h2V706z M583,702h-2v-4h2V702z"/>
+<path style="fill:#FFFFFF;" d="M573,749h2v-2h-2V749z M573,753h2v-2h-2V753z M573,745h2v-2h-2V745z M577,749h14v-2h-14V749z
+ M577,753h14v-2h-14V753z M577,743v2h14v-2H577z"/>
+<path style="fill:#FFFFFF;" d="M589,763h-14c-1.1,0-2,0.9-2,2v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-14
+ C591,763.9,590.1,763,589,763z M579,777h-2v-7h2V777z M583,777h-2v-10h2V777z M587,777h-2v-4h2V777z"/>
+<path style="fill:#FFFFFF;" d="M590.709,801.71l-7.411-7.411c0.733-1.873,0.326-4.072-1.222-5.62
+ c-1.629-1.629-4.072-1.955-6.027-1.059l3.502,3.502l-2.443,2.443l-3.583-3.502c-0.977,1.955-0.57,4.398,1.059,6.027
+ c1.547,1.547,3.746,1.955,5.62,1.222l7.411,7.411c0.326,0.326,0.814,0.326,1.14,0l1.873-1.873
+ C591.035,802.525,591.035,801.955,590.709,801.71z"/>
+<path style="fill:#FFFFFF;" d="M582,818c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S583.1,818,582,818z M589,811h-14c-1.11,0-2,0.9-2,2
+ v14c0,1.1,0.89,2,2,2h14c1.11,0,2-0.9,2-2v-14C591,811.9,590.11,811,589,811z M587.25,820c0,0.23-0.02,0.46-0.05,0.68l1.48,1.16
+ c0.13,0.11,0.17,0.3,0.08,0.45l-1.4,2.42c-0.09,0.15-0.27,0.21-0.43,0.15l-1.74-0.7c-0.36,0.28-0.76,0.51-1.18,0.69l-0.26,1.85
+ c-0.03,0.17-0.18,0.3-0.35,0.3h-2.8c-0.17,0-0.32-0.13-0.35-0.29l-0.26-1.85c-0.43-0.18-0.82-0.41-1.18-0.69l-1.74,0.7
+ c-0.16,0.06-0.34,0-0.43-0.15l-1.4-2.42c-0.09-0.15-0.05-0.34,0.08-0.45l1.48-1.16c-0.03-0.23-0.05-0.46-0.05-0.69
+ s0.02-0.46,0.05-0.68l-1.48-1.16c-0.13-0.11-0.17-0.3-0.08-0.45l1.4-2.42c0.09-0.15,0.27-0.21,0.43-0.15l1.74,0.7
+ c0.36-0.28,0.76-0.51,1.18-0.69l0.26-1.85c0.03-0.17,0.18-0.3,0.35-0.3h2.8c0.17,0,0.32,0.13,0.35,0.29l0.26,1.85
+ c0.43,0.18,0.82,0.41,1.18,0.69l1.74-0.7c0.16-0.06,0.34,0,0.43,0.15l1.4,2.42c0.09,0.15,0.05,0.34-0.08,0.45l-1.48,1.16
+ C587.23,819.54,587.25,819.77,587.25,820z"/>
+<path style="fill:#FFFFFF;" d="M586.368,630.779l-0.397,0.399l-1.091-1.091c2.24-2.648,2.137-6.605-0.365-9.107
+ c-2.637-2.635-6.91-2.64-9.542-0.006c-2.634,2.632-2.631,6.905,0.006,9.542c2.502,2.503,6.457,2.604,9.107,0.365l1.091,1.091
+ l-0.399,0.397l4.632,4.632L591,635.41L586.368,630.779z M576.57,628.927c-1.758-1.758-1.762-4.605-0.006-6.363
+ c1.755-1.755,4.605-1.752,6.363,0.006c1.758,1.758,1.759,4.607,0.004,6.362C581.175,630.688,578.328,630.685,576.57,628.927z"/>
+<path style="fill:#FFFFFF;" d="M584.912,653.852l-0.265,0.266l-0.728-0.728c1.493-1.766,1.425-4.403-0.243-6.071
+ c-1.758-1.757-4.607-1.76-6.361-0.004c-1.756,1.755-1.754,4.604,0.004,6.361c1.668,1.669,4.305,1.736,6.071,0.243l0.728,0.728
+ l-0.266,0.265L586.94,658l1.06-1.06L584.912,653.852z M578.38,652.618c-1.172-1.172-1.175-3.07-0.004-4.242
+ c1.17-1.17,3.07-1.168,4.242,0.004c1.172,1.172,1.173,3.071,0.003,4.241C581.45,653.792,579.552,653.79,578.38,652.618z"/>
+<path d="M612,716.5c-5,0-9.27,3.11-11,7.5c1.73,4.39,6,7.5,11,7.5s9.27-3.11,11-7.5C621.27,719.61,617,716.5,612,716.5z M612,729
+ c-2.76,0-5-2.24-5-5s2.24-5,5-5s5,2.24,5,5S614.76,729,612,729z M612,721c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3
+ S613.66,721,612,721z"/>
+<path d="M603,677h8v-10h-8V677z M603,685h8v-6h-8V685z M613,685h8v-10h-8V685z M613,667v6h8v-6H613z"/>
+<path d="M601,709h22l-11-19L601,709z M613,706h-2v-2h2V706z M613,702h-2v-4h2V702z"/>
+<path d="M603,749h2v-2h-2V749z M603,753h2v-2h-2V753z M603,745h2v-2h-2V745z M607,749h14v-2h-14V749z M607,753h14v-2h-14V753z
+ M607,743v2h14v-2H607z"/>
+<path d="M619,763h-14c-1.1,0-2,0.9-2,2v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-14C621,763.9,620.1,763,619,763z M609,777h-2v-7h2
+ V777z M613,777h-2v-10h2V777z M617,777h-2v-4h2V777z"/>
+<path d="M620.709,801.71l-7.411-7.411c0.733-1.873,0.326-4.072-1.222-5.62c-1.629-1.629-4.072-1.955-6.027-1.059l3.502,3.502
+ l-2.443,2.443l-3.583-3.502c-0.977,1.955-0.57,4.398,1.059,6.027c1.547,1.547,3.746,1.955,5.62,1.222l7.411,7.411
+ c0.326,0.326,0.814,0.326,1.14,0l1.873-1.873C621.035,802.525,621.035,801.955,620.709,801.71z"/>
+<path d="M612,818c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S613.1,818,612,818z M619,811h-14c-1.11,0-2,0.9-2,2v14c0,1.1,0.89,2,2,2h14
+ c1.11,0,2-0.9,2-2v-14C621,811.9,620.11,811,619,811z M617.25,820c0,0.23-0.02,0.46-0.05,0.68l1.48,1.16
+ c0.13,0.11,0.17,0.3,0.08,0.45l-1.4,2.42c-0.09,0.15-0.27,0.21-0.43,0.15l-1.74-0.7c-0.36,0.28-0.76,0.51-1.18,0.69l-0.26,1.85
+ c-0.03,0.17-0.18,0.3-0.35,0.3h-2.8c-0.17,0-0.32-0.13-0.35-0.29l-0.26-1.85c-0.43-0.18-0.82-0.41-1.18-0.69l-1.74,0.7
+ c-0.16,0.06-0.34,0-0.43-0.15l-1.4-2.42c-0.09-0.15-0.05-0.34,0.08-0.45l1.48-1.16c-0.03-0.23-0.05-0.46-0.05-0.69
+ s0.02-0.46,0.05-0.68l-1.48-1.16c-0.13-0.11-0.17-0.3-0.08-0.45l1.4-2.42c0.09-0.15,0.27-0.21,0.43-0.15l1.74,0.7
+ c0.36-0.28,0.76-0.51,1.18-0.69l0.26-1.85c0.03-0.17,0.18-0.3,0.35-0.3h2.8c0.17,0,0.32,0.13,0.35,0.29l0.26,1.85
+ c0.43,0.18,0.82,0.41,1.18,0.69l1.74-0.7c0.16-0.06,0.34,0,0.43,0.15l1.4,2.42c0.09,0.15,0.05,0.34-0.08,0.45l-1.48,1.16
+ C617.23,819.54,617.25,819.77,617.25,820z"/>
+<path d="M616.368,630.779l-0.397,0.399l-1.091-1.091c2.24-2.648,2.137-6.605-0.365-9.107c-2.637-2.635-6.91-2.64-9.542-0.006
+ c-2.634,2.632-2.631,6.905,0.006,9.542c2.502,2.503,6.457,2.604,9.107,0.365l1.091,1.091l-0.399,0.397l4.632,4.632L621,635.41
+ L616.368,630.779z M606.57,628.927c-1.758-1.758-1.762-4.605-0.006-6.363c1.755-1.755,4.605-1.752,6.363,0.006
+ c1.758,1.758,1.759,4.607,0.004,6.362C611.175,630.688,608.328,630.685,606.57,628.927z"/>
+<path d="M614.912,653.852l-0.265,0.266l-0.728-0.728c1.493-1.766,1.425-4.403-0.243-6.071c-1.758-1.757-4.607-1.76-6.361-0.004
+ c-1.756,1.755-1.754,4.604,0.004,6.361c1.668,1.669,4.305,1.736,6.071,0.243l0.728,0.728l-0.266,0.265L616.94,658l1.06-1.06
+ L614.912,653.852z M608.38,652.618c-1.172-1.172-1.175-3.07-0.004-4.242c1.17-1.17,3.07-1.168,4.242,0.004
+ c1.172,1.172,1.173,3.071,0.003,4.241C611.45,653.792,609.552,653.79,608.38,652.618z"/>
+<g style="display:none;">
+ <path style="display:inline;fill:#001FFF;" d="M530,616h24v24h-24V616z"/>
+ <path style="display:inline;fill:#00FFFF;" d="M530,640h24v24h-24V640z"/>
+ <path style="display:inline;fill:#00FFFF;" d="M530,592h24v24h-24V592z"/>
+ <g style="display:inline;">
+ <rect x="536" y="598" style="fill:#FFFFFF;" width="12" height="2"/>
+ <rect x="536" y="608" style="fill:#FFFFFF;" width="12" height="2"/>
+ <rect x="536" y="603" style="fill:#FFFFFF;" width="12" height="2"/>
+ </g>
+ <path style="display:inline;fill:#00FFFF;" d="M530,568h24v24h-24V568z"/>
+ <g style="display:inline;">
+ <rect x="536" y="574" style="fill:#FFFFFF;" width="12" height="2"/>
+ <rect x="536" y="584" style="fill:#FFFFFF;" width="12" height="2"/>
+ <rect x="536" y="579" style="fill:#FFFFFF;" width="12" height="2"/>
+ </g>
+ <path style="display:inline;fill:#00FFFF;" d="M530,544h24v24h-24V544z"/>
+ <path style="display:inline;fill:#FFFFFF;" d="M530,712h24v24h-24V712z"/>
+ <path style="display:inline;" d="M542,716.5c-5,0-9.27,3.11-11,7.5c1.73,4.39,6,7.5,11,7.5s9.27-3.11,11-7.5
+ C551.27,719.61,547,716.5,542,716.5z M542,729c-2.76,0-5-2.24-5-5s2.24-5,5-5s5,2.24,5,5S544.76,729,542,729z M542,721
+ c-1.66,0-3,1.34-3,3s1.34,3,3,3s3-1.34,3-3S543.66,721,542,721z"/>
+ <path style="display:inline;fill:#FF0000;" d="M530,664h24v24h-24V664z"/>
+ <path style="display:inline;" d="M533,677h8v-10h-8V677z M533,685h8v-6h-8V685z M543,685h8v-10h-8V685z M543,667v6h8v-6H543z"/>
+ <path style="display:inline;fill:#FF9D00;" d="M530,688h24v24h-24V688z"/>
+ <path style="display:inline;" d="M531,709h22l-11-19L531,709z M543,706h-2v-2h2V706z M543,702h-2v-4h2V702z"/>
+ <path style="display:inline;fill:#FF2D03;" d="M530,736h24v24h-24V736z"/>
+ <path style="display:inline;" d="M533,749h2v-2h-2V749z M533,753h2v-2h-2V753z M533,745h2v-2h-2V745z M537,749h14v-2h-14V749z
+ M537,753h14v-2h-14V753z M537,743v2h14v-2H537z"/>
+ <path style="display:inline;fill:#FFB806;" d="M530,760h24v24h-24V760z"/>
+ <path style="display:inline;" d="M549,763h-14c-1.1,0-2,0.9-2,2v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-14
+ C551,763.9,550.1,763,549,763z M539,777h-2v-7h2V777z M543,777h-2v-10h2V777z M547,777h-2v-4h2V777z"/>
+ <path style="display:inline;fill:#24D300;" d="M530,784h24v24h-24V784z"/>
+ <path style="display:inline;" d="M550.709,801.71l-7.411-7.411c0.733-1.873,0.326-4.072-1.222-5.62
+ c-1.629-1.629-4.072-1.955-6.027-1.059l3.502,3.502l-2.443,2.443l-3.583-3.502c-0.977,1.955-0.57,4.398,1.059,6.027
+ c1.547,1.547,3.746,1.955,5.62,1.222l7.411,7.411c0.326,0.326,0.814,0.326,1.14,0l1.873-1.873
+ C551.035,802.525,551.035,801.955,550.709,801.71z"/>
+ <path style="display:inline;fill:#00C4C4;" d="M530,808h24v24h-24V808z"/>
+ <path style="display:inline;" d="M542,818c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S543.1,818,542,818z M549,811h-14
+ c-1.11,0-2,0.9-2,2v14c0,1.1,0.89,2,2,2h14c1.11,0,2-0.9,2-2v-14C551,811.9,550.11,811,549,811z M547.25,820
+ c0,0.23-0.02,0.46-0.05,0.68l1.48,1.16c0.13,0.11,0.17,0.3,0.08,0.45l-1.4,2.42c-0.09,0.15-0.27,0.21-0.43,0.15l-1.74-0.7
+ c-0.36,0.28-0.76,0.51-1.18,0.69l-0.26,1.85c-0.03,0.17-0.18,0.3-0.35,0.3h-2.8c-0.17,0-0.32-0.13-0.35-0.29l-0.26-1.85
+ c-0.43-0.18-0.82-0.41-1.18-0.69l-1.74,0.7c-0.16,0.06-0.34,0-0.43-0.15l-1.4-2.42c-0.09-0.15-0.05-0.34,0.08-0.45l1.48-1.16
+ c-0.03-0.23-0.05-0.46-0.05-0.69s0.02-0.46,0.05-0.68l-1.48-1.16c-0.13-0.11-0.17-0.3-0.08-0.45l1.4-2.42
+ c0.09-0.15,0.27-0.21,0.43-0.15l1.74,0.7c0.36-0.28,0.76-0.51,1.18-0.69l0.26-1.85c0.03-0.17,0.18-0.3,0.35-0.3h2.8
+ c0.17,0,0.32,0.13,0.35,0.29l0.26,1.85c0.43,0.18,0.82,0.41,1.18,0.69l1.74-0.7c0.16-0.06,0.34,0,0.43,0.15l1.4,2.42
+ c0.09,0.15,0.05,0.34-0.08,0.45l-1.48,1.16C547.23,819.54,547.25,819.77,547.25,820z"/>
+ <path style="display:inline;fill:#FFFFFF;" d="M546.368,630.779l-0.397,0.399l-1.091-1.091c2.24-2.648,2.137-6.605-0.365-9.107
+ c-2.637-2.635-6.91-2.64-9.542-0.006c-2.634,2.632-2.631,6.905,0.006,9.542c2.502,2.503,6.457,2.604,9.107,0.365l1.091,1.091
+ l-0.399,0.397l4.632,4.632L551,635.41L546.368,630.779z M536.57,628.927c-1.758-1.758-1.762-4.605-0.006-6.363
+ c1.755-1.755,4.605-1.752,6.363,0.006c1.758,1.758,1.759,4.607,0.004,6.362C541.175,630.688,538.328,630.685,536.57,628.927z"/>
+ <path style="display:inline;fill:#B2D1E5;" d="M544.912,653.852l-0.265,0.266l-0.728-0.728c1.493-1.766,1.425-4.403-0.243-6.071
+ c-1.758-1.757-4.607-1.76-6.361-0.004c-1.756,1.755-1.754,4.604,0.004,6.361c1.668,1.669,4.305,1.736,6.071,0.243l0.728,0.728
+ l-0.266,0.265L546.94,658l1.06-1.06L544.912,653.852z M538.38,652.618c-1.172-1.172-1.175-3.07-0.004-4.242
+ c1.17-1.17,3.07-1.168,4.242,0.004c1.172,1.172,1.173,3.071,0.003,4.241C541.45,653.792,539.552,653.79,538.38,652.618z"/>
+ <g style="display:inline;">
+ <polygon style="fill:#FFFFFF;" points="549.18,551.359 547.82,550 543.18,554.641 541.82,556 543.18,557.359 547.82,562
+ 549.18,560.641 544.539,556 "/>
+ <polygon style="fill:#FFFFFF;" points="542.18,551.359 540.82,550 536.18,554.641 534.82,556 536.18,557.359 540.82,562
+ 542.18,560.641 537.539,556 "/>
+ </g>
+ <path style="display:inline;fill:#00FFFF;" d="M554,544h-24v-24h24V544z"/>
+ <g style="display:inline;">
+ <polygon style="fill:#FFFFFF;" points="534.82,536.641 536.18,538 540.82,533.359 542.18,532 540.82,530.641 536.18,526
+ 534.82,527.359 539.461,532 "/>
+ <polygon style="fill:#FFFFFF;" points="541.82,536.641 543.18,538 547.82,533.359 549.18,532 547.82,530.641 543.18,526
+ 541.82,527.359 546.461,532 "/>
+ </g>
+ <path style="display:inline;fill:#00FFFF;" d="M554,520h-24v-24h24V520z"/>
+ <rect x="530" y="400" style="display:inline;fill:#D40000;" width="24" height="24"/>
+ <polygon style="display:inline;fill:#FFFFFF;" points="551.099,420.342 533.645,420.342 533.645,419.379 547.566,405.069
+ 534.372,405.069 534.372,403.615 550.372,403.615 550.372,404.751 536.388,418.887 551.099,418.887 "/>
+ <polygon style="display:inline;fill:#FFFFFF;" points="544.32,510 545,509.261 542.68,506.739 542,506 541.32,506.739 539,509.261
+ 539.68,510 542,507.478 "/>
+ <path style="display:inline;fill:#00FFFF;" d="M530,496v-24h24v24H530z"/>
+ <polygon style="display:inline;fill:#FFFFFF;" points="540,486.32 540.739,487 543.261,484.68 544,484 543.261,483.32 540.739,481
+ 540,481.68 542.522,484 "/>
+ <path style="display:inline;fill:#00FFFF;" d="M554,448v24h-24v-24H554z"/>
+ <polygon style="display:inline;fill:#FFFFFF;" points="544,457.68 543.261,457 540.739,459.32 540,460 540.739,460.68 543.261,463
+ 544,462.32 541.478,460 "/>
+ <path style="display:inline;fill:#00FFFF;" d="M530,424h24v24h-24V424z"/>
+ <polygon style="display:inline;fill:#FFFFFF;" points="539.68,434 539,434.739 541.32,437.261 542,438 542.68,437.261 545,434.739
+ 544.32,434 542,436.522 "/>
+</g>
+<path style="fill:#768D99;" d="M24.222,804H11.778C10.8,804,10,804.8,10,805.778v12.444C10,819.2,10.8,820,11.778,820h12.444
+ C25.2,820,26,819.2,26,818.222v-12.444C26,804.8,25.2,804,24.222,804z M15,807c1.105,0,2,0.895,2,2c0,1.105-0.895,2-2,2
+ s-2-0.895-2-2C13,807.895,13.895,807,15,807z M11.778,817.333l3.111-4l2.222,1.676L20.222,810l4,7.333H11.778z"/>
+<path d="M183.222,804h-12.444c-0.978,0-1.778,0.8-1.778,1.778v12.444c0,0.978,0.8,1.778,1.778,1.778h12.444
+ c0.978,0,1.778-0.8,1.778-1.778v-12.444C185,804.8,184.2,804,183.222,804z M174,807c1.105,0,2,0.895,2,2c0,1.105-0.895,2-2,2
+ s-2-0.895-2-2C172,807.895,172.895,807,174,807z M170.778,817.333l3.111-4l2.222,1.676l3.111-5.009l4,7.333H170.778z"/>
+<path style="fill:#FFFFFF;" d="M336.222,804h-12.444c-0.978,0-1.778,0.8-1.778,1.778v12.444c0,0.978,0.8,1.778,1.778,1.778h12.444
+ c0.978,0,1.778-0.8,1.778-1.778v-12.444C338,804.8,337.2,804,336.222,804z M327,807c1.105,0,2,0.895,2,2c0,1.105-0.895,2-2,2
+ s-2-0.895-2-2C325,807.895,325.895,807,327,807z M323.778,817.333l3.111-4l2.222,1.676l3.111-5.009l4,7.333H323.778z"/>
+<path style="fill:#FFFFFF;" d="M415.5,519.333h-0.75v-1.524c0-2.103-1.68-3.81-3.75-3.81s-3.75,1.707-3.75,3.81v1.524h-0.75
+ c-0.825,0-1.5,0.686-1.5,1.524v5.619c0,0.838,0.675,1.524,1.5,1.524h9c0.825,0,1.5-0.686,1.5-1.524v-5.619
+ C417,520.019,416.325,519.333,415.5,519.333z M411,525.19c-0.825,0-1.5-0.686-1.5-1.524c0-0.838,0.675-1.524,1.5-1.524
+ s1.5,0.686,1.5,1.524C412.5,524.505,411.825,525.19,411,525.19z M413.325,519.333h-4.65v-1.524c0-1.303,1.043-2.362,2.325-2.362
+ s2.325,1.059,2.325,2.362V519.333z"/>
+<path d="M263.5,519.333h-0.75v-1.524c0-2.103-1.68-3.81-3.75-3.81s-3.75,1.707-3.75,3.81v1.524h-0.75c-0.825,0-1.5,0.686-1.5,1.524
+ v5.619c0,0.838,0.675,1.524,1.5,1.524h9c0.825,0,1.5-0.686,1.5-1.524v-5.619C265,520.019,264.325,519.333,263.5,519.333z
+ M259,525.19c-0.825,0-1.5-0.686-1.5-1.524c0-0.838,0.675-1.524,1.5-1.524s1.5,0.686,1.5,1.524
+ C260.5,524.505,259.825,525.19,259,525.19z M261.325,519.333h-4.65v-1.524c0-1.303,1.043-2.362,2.325-2.362s2.325,1.059,2.325,2.362
+ V519.333z"/>
+<path style="fill:#768D99;" d="M103.5,519.333h-0.75v-1.524c0-2.103-1.68-3.81-3.75-3.81s-3.75,1.707-3.75,3.81v1.524H94.5
+ c-0.825,0-1.5,0.686-1.5,1.524v5.619c0,0.838,0.675,1.524,1.5,1.524h9c0.825,0,1.5-0.686,1.5-1.524v-5.619
+ C105,520.019,104.325,519.333,103.5,519.333z M99,525.19c-0.825,0-1.5-0.686-1.5-1.524c0-0.838,0.675-1.524,1.5-1.524
+ s1.5,0.686,1.5,1.524C100.5,524.505,99.825,525.19,99,525.19z M101.325,519.333h-4.65v-1.524c0-1.303,1.042-2.362,2.325-2.362
+ s2.325,1.059,2.325,2.362V519.333z"/>
+<g>
+ <path style="fill:#768D99;" d="M95.778,490.477l1.403-0.322c0.14-0.029,0.25-0.089,0.329-0.182c0.08-0.094,0.12-0.204,0.12-0.332
+ v-9.683h-2.798c-0.128,0-0.219,0.029-0.277,0.088c-0.057,0.057-0.101,0.131-0.133,0.217l-0.783,1.925H93V479h12v3.187h-0.64
+ l-0.783-1.925c-0.031-0.086-0.074-0.159-0.128-0.217c-0.054-0.059-0.142-0.088-0.262-0.088h-2.845v9.683
+ c0,0.134,0.045,0.246,0.138,0.335c0.092,0.091,0.198,0.15,0.32,0.179l1.404,0.322V491h-6.425V490.477z"/>
+</g>
+<g>
+ <path d="M255.778,490.477l1.403-0.322c0.14-0.029,0.25-0.089,0.329-0.182c0.08-0.094,0.12-0.204,0.12-0.332v-9.683h-2.798
+ c-0.128,0-0.219,0.029-0.277,0.088c-0.057,0.057-0.101,0.131-0.133,0.217l-0.783,1.925H253V479h12v3.187h-0.64l-0.783-1.925
+ c-0.031-0.086-0.074-0.159-0.128-0.217c-0.054-0.059-0.142-0.088-0.262-0.088h-2.845v9.683c0,0.134,0.045,0.246,0.138,0.335
+ c0.092,0.091,0.198,0.15,0.32,0.179l1.404,0.322V491h-6.425V490.477z"/>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M407.778,490.477l1.403-0.322c0.14-0.029,0.25-0.089,0.329-0.182c0.08-0.094,0.12-0.204,0.12-0.332
+ v-9.683h-2.798c-0.128,0-0.219,0.029-0.277,0.088c-0.057,0.057-0.101,0.131-0.133,0.217l-0.783,1.925H405V479h12v3.187h-0.64
+ l-0.783-1.925c-0.031-0.086-0.074-0.159-0.128-0.217c-0.054-0.059-0.142-0.088-0.262-0.088h-2.845v9.683
+ c0,0.134,0.045,0.246,0.138,0.335c0.092,0.091,0.198,0.15,0.32,0.179l1.404,0.322V491h-6.425V490.477z"/>
+</g>
+<path style="fill:#FFFFFF;" d="M444.155,482.667c-1.553,0-2.96,0.66-4.045,1.733L438,482v6h5.276l-2.122-2.413
+ c0.815-0.773,1.852-1.253,3.001-1.253c2.075,0,3.84,1.54,4.455,3.667l1.389-0.52C449.185,484.687,446.881,482.667,444.155,482.667z"
+ />
+<path d="M292.155,482.667c-1.553,0-2.96,0.66-4.045,1.733L286,482v6h5.276l-2.122-2.413c0.815-0.773,1.852-1.253,3.001-1.253
+ c2.075,0,3.84,1.54,4.455,3.667l1.389-0.52C297.185,484.687,294.881,482.667,292.155,482.667z"/>
+<path style="fill:#768D99;" d="M132.155,482.667c-1.553,0-2.96,0.66-4.045,1.733L126,482v6h5.276l-2.122-2.413
+ c0.815-0.773,1.852-1.253,3.001-1.253c2.075,0,3.84,1.54,4.455,3.667l1.389-0.52C137.185,484.687,134.881,482.667,132.155,482.667z"
+ />
+<g>
+ <path style="fill:#768D99;" d="M179.782,248.75c-0.421-0.421-1.103-0.421-1.524,0s-0.421,1.103,0,1.524l4.63,4.63l-2.208,2.328
+ l-3.844-4.052c-0.424-0.447-1.111-0.447-1.534,0c-0.425,0.447-0.426,1.172-0.001,1.617l4.604,4.858
+ c0.214,0.224,0.494,0.334,0.774,0.333c0.28,0.001,0.56-0.109,0.773-0.333l3.011-3.175l2.746,2.746c0.421,0.421,1.103,0.421,1.524,0
+ c0.421-0.421,0.421-1.103,0-1.524L179.782,248.75z"/>
+ <path style="fill:#768D99;" d="M190.664,248.324c-0.423-0.446-1.111-0.449-1.535,0l-3.488,3.678l1.576,1.576l3.448-3.636
+ C191.089,249.495,191.089,248.771,190.664,248.324z"/>
+</g>
+<g>
+ <path d="M179.782,288.762c-0.421-0.421-1.103-0.421-1.524,0s-0.421,1.103,0,1.524l4.63,4.63l-2.208,2.328l-3.844-4.052
+ c-0.424-0.447-1.111-0.447-1.534,0c-0.425,0.447-0.426,1.172-0.001,1.617l4.604,4.858c0.214,0.224,0.494,0.334,0.774,0.333
+ c0.28,0.001,0.56-0.109,0.773-0.333l3.011-3.175l2.746,2.746c0.421,0.421,1.103,0.421,1.524,0c0.421-0.421,0.421-1.103,0-1.524
+ L179.782,288.762z"/>
+ <path d="M190.664,288.336c-0.423-0.446-1.111-0.449-1.535,0l-3.488,3.678l1.576,1.576l3.448-3.636
+ C191.089,289.507,191.089,288.783,190.664,288.336z"/>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M179.782,328.762c-0.421-0.421-1.103-0.421-1.524,0s-0.421,1.103,0,1.524l4.63,4.63l-2.208,2.328
+ l-3.844-4.052c-0.424-0.447-1.111-0.447-1.534,0c-0.425,0.447-0.426,1.172-0.001,1.617l4.604,4.858
+ c0.214,0.224,0.494,0.334,0.774,0.333c0.28,0.001,0.56-0.109,0.773-0.333l3.011-3.175l2.746,2.746c0.421,0.421,1.103,0.421,1.524,0
+ c0.421-0.421,0.421-1.103,0-1.524L179.782,328.762z"/>
+ <path style="fill:#FFFFFF;" d="M190.664,328.336c-0.423-0.446-1.111-0.449-1.535,0l-3.488,3.678l1.576,1.576l3.448-3.636
+ C191.089,329.507,191.089,328.783,190.664,328.336z"/>
+</g>
+<g>
+ <path style="fill:#768D99;" d="M350.015,15.999c1.377,0,2.492-1.119,2.492-2.499c0-1.381-1.116-2.5-2.492-2.5
+ c-1.376,0-2.492,1.119-2.492,2.5C347.523,14.88,348.639,15.999,350.015,15.999z"/>
+ <path style="fill:#768D99;" d="M350.015,17.666c-0.553,0-1.247,0.125-1.831,0.258c0.308,0.106,1.563,0.591,1.99,1.522V21H355
+ v-1.554C353.641,18.334,351.906,17.666,350.015,17.666z"/>
+ <path style="fill:#768D99;" d="M343.985,15.999c1.377,0,2.492-1.119,2.492-2.499c0-1.381-1.116-2.5-2.492-2.5
+ c-1.376,0-2.492,1.119-2.492,2.5C341.492,14.88,342.609,15.999,343.985,15.999z"/>
+ <path style="fill:#768D99;" d="M339,19.446V21h9.97v-1.554c-1.359-1.112-3.094-1.78-4.985-1.78
+ C342.094,17.666,340.36,18.334,339,19.446z"/>
+</g>
+<g>
+ <path style="fill:#FFFFFF;" d="M390.015,15.999c1.377,0,2.492-1.119,2.492-2.499c0-1.381-1.116-2.5-2.492-2.5
+ c-1.376,0-2.492,1.119-2.492,2.5C387.523,14.88,388.639,15.999,390.015,15.999z"/>
+ <path style="fill:#FFFFFF;" d="M390.015,17.666c-0.553,0-1.247,0.125-1.831,0.258c0.308,0.106,1.563,0.591,1.99,1.522V21H395
+ v-1.554C393.641,18.334,391.906,17.666,390.015,17.666z"/>
+ <path style="fill:#FFFFFF;" d="M383.985,15.999c1.377,0,2.492-1.119,2.492-2.499c0-1.381-1.116-2.5-2.492-2.5
+ c-1.376,0-2.492,1.119-2.492,2.5C381.492,14.88,382.609,15.999,383.985,15.999z"/>
+ <path style="fill:#FFFFFF;" d="M379,19.446V21h9.97v-1.554c-1.359-1.112-3.094-1.78-4.985-1.78
+ C382.094,17.666,380.36,18.334,379,19.446z"/>
+</g>
+<g>
+ <path d="M430.015,15.999c1.377,0,2.492-1.119,2.492-2.499c0-1.381-1.116-2.5-2.492-2.5c-1.376,0-2.492,1.119-2.492,2.5
+ C427.523,14.88,428.639,15.999,430.015,15.999z"/>
+ <path d="M430.015,17.666c-0.553,0-1.247,0.125-1.831,0.258c0.308,0.106,1.563,0.591,1.99,1.522V21H435v-1.554
+ C433.641,18.334,431.906,17.666,430.015,17.666z"/>
+ <path d="M423.985,15.999c1.377,0,2.492-1.119,2.492-2.499c0-1.381-1.116-2.5-2.492-2.5c-1.376,0-2.492,1.119-2.492,2.5
+ C421.492,14.88,422.609,15.999,423.985,15.999z"/>
+ <path d="M419,19.446V21h9.97v-1.554c-1.359-1.112-3.094-1.78-4.985-1.78C422.094,17.666,420.36,18.334,419,19.446z"/>
+</g>
+<path style="fill:#768D99;" d="M130.4,528v-4.941h3.2V528h4v-6.588h2.4L132,514l-8,7.412h2.4V528H130.4z"/>
+<path d="M290.4,528v-4.941h3.2V528h4v-6.588h2.4L292,514l-8,7.412h2.4V528H290.4z"/>
+<path style="fill:#FFFFFF;" d="M442.4,528v-4.941h3.2V528h4v-6.588h2.4L444,514l-8,7.412h2.4V528H442.4z"/>
</svg>
diff --git a/ui/assets/styles/blue-theme.css b/ui/assets/styles/blue-theme.css
index 57b964b8eeb..2178c9f199e 100644
--- a/ui/assets/styles/blue-theme.css
+++ b/ui/assets/styles/blue-theme.css
@@ -467,6 +467,155 @@ footer {
.sidebar-nav-toggle + div {
flex-shrink: 1; }
+.float-left {
+ float: left; }
+
+.filter-container.tabfilter-container {
+ padding: 0;
+ border: 0 none;
+ margin: 0;
+ /* All tab filters content container */
+ /* Top navigation labels */
+ /* tab filter label li element */
+ /* tab filter label li clickable a element */
+ /* tab filter contents container */ }
+ .filter-container.tabfilter-container .form-buttons [name="filter_new"],
+ .filter-container.tabfilter-container .form-buttons [name="filter_update"] {
+ margin-right: 20px; }
+ .filter-container.tabfilter-container .tabfilter-content-container {
+ border: 1px solid #dfe4e7;
+ padding: 10px 0;
+ margin-top: -1px;
+ margin-bottom: 6px; }
+ .filter-container.tabfilter-container nav > ul {
+ display: flex;
+ flex: 1;
+ justify-content: space-between;
+ background-color: #ebeef0; }
+ .filter-container.tabfilter-container nav > ul > li {
+ margin: 0 2px 5px 0;
+ padding-top: 3px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(2) {
+ flex-grow: 1;
+ overflow: hidden;
+ margin: 0;
+ height: 31px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(2) ul {
+ white-space: nowrap;
+ margin-left: 3px;
+ margin-right: 3px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(1), .filter-container.tabfilter-container nav > ul > li:nth-child(3) {
+ white-space: nowrap; }
+ .filter-container.tabfilter-container nav li {
+ display: inline-block;
+ vertical-align: top;
+ height: 24px;
+ line-height: 24px; }
+ .filter-container.tabfilter-container nav li button {
+ vertical-align: middle; }
+ .filter-container.tabfilter-container .tabfilter-item-label {
+ display: inline-block;
+ background-color: #0275b8;
+ border-radius: 2px;
+ border: 1px solid transparent;
+ color: #ffffff;
+ margin-right: 2px; }
+ .filter-container.tabfilter-container .tabfilter-item-label:hover {
+ color: #ffffff;
+ background-color: #02659f; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link {
+ font-style: italic; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link::before {
+ content: '*'; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded {
+ background-color: #ffffff;
+ border: 1px solid #dfe4e7;
+ border-radius: 0;
+ border-bottom: 0 none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded .tabfilter-item-link {
+ color: #1f2c33; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded::after {
+ display: block;
+ width: 100%;
+ height: 6px;
+ background-color: #ffffff;
+ border-left: 1px solid #dfe4e7;
+ border-right: 1px solid #dfe4e7;
+ margin-left: -1px;
+ margin-top: -1px;
+ content: ''; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded.focused {
+ background: #e8f5ff;
+ box-shadow: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded.focused::after {
+ background: #e8f5ff; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded .icon-edit {
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -44px -619px; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected {
+ background-color: #02659f; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected .tabfilter-item-link {
+ color: #ffffff; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected .tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.focused {
+ box-shadow: 0 0 0 2px rgba(2, 117, 184, 0.35); }
+ .filter-container.tabfilter-container .tabfilter-item-label.disabled {
+ box-shadow: none;
+ pointer-events: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label .icon-home.tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-link {
+ display: inline-block;
+ color: #ffffff;
+ border-bottom: 0 none;
+ line-height: 24px;
+ vertical-align: middle;
+ padding: 0 11px; }
+ .filter-container.tabfilter-container .icon-edit {
+ width: 24px;
+ height: 24px;
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -354px -619px;
+ cursor: pointer;
+ margin: 0;
+ vertical-align: middle;
+ display: inline-block;
+ opacity: 0; }
+ .filter-container.tabfilter-container .tabfilter-tabs-container .filter-container.time-selection-container {
+ border: 0 none; }
+
+[data-counter]::after {
+ margin-left: .4em;
+ padding: 0.1em 0.4em;
+ font-size: 0.917em;
+ background-color: #ebebeb;
+ border-radius: 2px;
+ color: #1f2c33;
+ content: attr(data-counter); }
+
+[data-counter=""]::after {
+ display: none; }
+
+.menu-popup .menu-popup-item[data-counter]::after {
+ display: block;
+ position: absolute;
+ top: 2px;
+ right: 15px;
+ line-height: 18px; }
+.menu-popup .menu-popup-item[data-counter] {
+ padding-right: 35px; }
+
+.icon-home::before {
+ display: block;
+ width: 22px;
+ height: 24px;
+ content: '';
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -433px -510px; }
+
+.selected.expanded .icon-home::before {
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -121px -510px; }
+
.form-grid {
display: grid;
row-gap: 10px;
@@ -2559,13 +2708,13 @@ button {
width: 24px;
height: 24px; }
-.btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle, .btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle, .btn-dashbrd-conf {
+.filter-container.tabfilter-container .icon-edit, .btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle, .btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle, .btn-dashbrd-conf {
border: 0;
min-height: 0;
padding: 0;
opacity: .5;
transition: opacity .2s ease-out; }
- [disabled].btn-iterator-page-previous, [disabled].btn-iterator-page-next, [disabled].btn-widget-action, [disabled].btn-widget-collapse, [disabled].btn-widget-expand, [disabled].btn-widget-edit, [disabled].btn-alarm-on, [disabled].btn-alarm-off, [disabled].btn-sound-on, [disabled].btn-sound-off, [disabled].btn-info-clock, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle, [disabled].btn-dashbrd-conf, [disabled].btn-iterator-page-previous:hover, [disabled].btn-iterator-page-next:hover, [disabled].btn-widget-action:hover, [disabled].btn-widget-collapse:hover, [disabled].btn-widget-expand:hover, [disabled].btn-widget-edit:hover, [disabled].btn-alarm-on:hover, [disabled].btn-alarm-off:hover, [disabled].btn-sound-on:hover, [disabled].btn-sound-off:hover, [disabled].btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:hover, [disabled].btn-dashbrd-conf:hover, [disabled].btn-iterator-page-previous:focus, [disabled].btn-iterator-page-next:focus, [disabled].btn-widget-action:focus, [disabled].btn-widget-collapse:focus, [disabled].btn-widget-expand:focus, [disabled].btn-widget-edit:focus, [disabled].btn-alarm-on:focus, [disabled].btn-alarm-off:focus, [disabled].btn-sound-on:focus, [disabled].btn-sound-off:focus, [disabled].btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:focus, [disabled].btn-dashbrd-conf:focus, [disabled].btn-iterator-page-previous:active, [disabled].btn-iterator-page-next:active, [disabled].btn-widget-action:active, [disabled].btn-widget-collapse:active, [disabled].btn-widget-expand:active, [disabled].btn-widget-edit:active, [disabled].btn-alarm-on:active, [disabled].btn-alarm-off:active, [disabled].btn-sound-on:active, [disabled].btn-sound-off:active, [disabled].btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:active, [disabled].btn-dashbrd-conf:active {
+ .filter-container.tabfilter-container [disabled].icon-edit, [disabled].btn-iterator-page-previous, [disabled].btn-iterator-page-next, [disabled].btn-widget-action, [disabled].btn-widget-collapse, [disabled].btn-widget-expand, [disabled].btn-widget-edit, [disabled].btn-alarm-on, [disabled].btn-alarm-off, [disabled].btn-sound-on, [disabled].btn-sound-off, [disabled].btn-info-clock, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle, [disabled].btn-dashbrd-conf, .filter-container.tabfilter-container [disabled].icon-edit:hover, [disabled].btn-iterator-page-previous:hover, [disabled].btn-iterator-page-next:hover, [disabled].btn-widget-action:hover, [disabled].btn-widget-collapse:hover, [disabled].btn-widget-expand:hover, [disabled].btn-widget-edit:hover, [disabled].btn-alarm-on:hover, [disabled].btn-alarm-off:hover, [disabled].btn-sound-on:hover, [disabled].btn-sound-off:hover, [disabled].btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:hover, [disabled].btn-dashbrd-conf:hover, .filter-container.tabfilter-container [disabled].icon-edit:focus, [disabled].btn-iterator-page-previous:focus, [disabled].btn-iterator-page-next:focus, [disabled].btn-widget-action:focus, [disabled].btn-widget-collapse:focus, [disabled].btn-widget-expand:focus, [disabled].btn-widget-edit:focus, [disabled].btn-alarm-on:focus, [disabled].btn-alarm-off:focus, [disabled].btn-sound-on:focus, [disabled].btn-sound-off:focus, [disabled].btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:focus, [disabled].btn-dashbrd-conf:focus, .filter-container.tabfilter-container [disabled].icon-edit:active, [disabled].btn-iterator-page-previous:active, [disabled].btn-iterator-page-next:active, [disabled].btn-widget-action:active, [disabled].btn-widget-collapse:active, [disabled].btn-widget-expand:active, [disabled].btn-widget-edit:active, [disabled].btn-alarm-on:active, [disabled].btn-alarm-off:active, [disabled].btn-sound-on:active, [disabled].btn-sound-off:active, [disabled].btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:active, [disabled].btn-dashbrd-conf:active {
background-color: transparent;
opacity: .25; }
@@ -2594,7 +2743,7 @@ z-select[disabled] button, z-select[readonly] button,
.inaccessible .subfilter-enabled {
color: #bfbfbf; }
-.btn-iterator-page-previous:hover, .btn-iterator-page-next:hover, .btn-widget-action:hover, .btn-widget-collapse:hover, .btn-widget-expand:hover, .btn-widget-edit:hover, .btn-alarm-on:hover, .btn-alarm-off:hover, .btn-sound-on:hover, .btn-sound-off:hover, .btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:hover, .btn-dashbrd-conf:hover, .btn-iterator-page-previous:focus, .btn-iterator-page-next:focus, .btn-widget-action:focus, .btn-widget-collapse:focus, .btn-widget-expand:focus, .btn-widget-edit:focus, .btn-alarm-on:focus, .btn-alarm-off:focus, .btn-sound-on:focus, .btn-sound-off:focus, .btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:focus, .btn-dashbrd-conf:focus, .btn-iterator-page-previous:active, .btn-iterator-page-next:active, .btn-widget-action:active, .btn-widget-collapse:active, .btn-widget-expand:active, .btn-widget-edit:active, .btn-alarm-on:active, .btn-alarm-off:active, .btn-sound-on:active, .btn-sound-off:active, .btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:active, .btn-dashbrd-conf:active {
+.filter-container.tabfilter-container .icon-edit:hover, .btn-iterator-page-previous:hover, .btn-iterator-page-next:hover, .btn-widget-action:hover, .btn-widget-collapse:hover, .btn-widget-expand:hover, .btn-widget-edit:hover, .btn-alarm-on:hover, .btn-alarm-off:hover, .btn-sound-on:hover, .btn-sound-off:hover, .btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:hover, .btn-dashbrd-conf:hover, .filter-container.tabfilter-container .icon-edit:focus, .btn-iterator-page-previous:focus, .btn-iterator-page-next:focus, .btn-widget-action:focus, .btn-widget-collapse:focus, .btn-widget-expand:focus, .btn-widget-edit:focus, .btn-alarm-on:focus, .btn-alarm-off:focus, .btn-sound-on:focus, .btn-sound-off:focus, .btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:focus, .btn-dashbrd-conf:focus, .filter-container.tabfilter-container .icon-edit:active, .btn-iterator-page-previous:active, .btn-iterator-page-next:active, .btn-widget-action:active, .btn-widget-collapse:active, .btn-widget-expand:active, .btn-widget-edit:active, .btn-alarm-on:active, .btn-alarm-off:active, .btn-sound-on:active, .btn-sound-off:active, .btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:active, .btn-dashbrd-conf:active {
background-color: transparent;
opacity: 1; }
diff --git a/ui/assets/styles/dark-theme.css b/ui/assets/styles/dark-theme.css
index d9de59d2752..66b8b9f1b0c 100644
--- a/ui/assets/styles/dark-theme.css
+++ b/ui/assets/styles/dark-theme.css
@@ -480,6 +480,155 @@ footer {
.sidebar-nav-toggle + div {
flex-shrink: 1; }
+.float-left {
+ float: left; }
+
+.filter-container.tabfilter-container {
+ padding: 0;
+ border: 0 none;
+ margin: 0;
+ /* All tab filters content container */
+ /* Top navigation labels */
+ /* tab filter label li element */
+ /* tab filter label li clickable a element */
+ /* tab filter contents container */ }
+ .filter-container.tabfilter-container .form-buttons [name="filter_new"],
+ .filter-container.tabfilter-container .form-buttons [name="filter_update"] {
+ margin-right: 20px; }
+ .filter-container.tabfilter-container .tabfilter-content-container {
+ border: 1px solid #303030;
+ padding: 10px 0;
+ margin-top: -1px;
+ margin-bottom: 6px; }
+ .filter-container.tabfilter-container nav > ul {
+ display: flex;
+ flex: 1;
+ justify-content: space-between;
+ background-color: #0e1012; }
+ .filter-container.tabfilter-container nav > ul > li {
+ margin: 0 2px 5px 0;
+ padding-top: 3px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(2) {
+ flex-grow: 1;
+ overflow: hidden;
+ margin: 0;
+ height: 31px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(2) ul {
+ white-space: nowrap;
+ margin-left: 3px;
+ margin-right: 3px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(1), .filter-container.tabfilter-container nav > ul > li:nth-child(3) {
+ white-space: nowrap; }
+ .filter-container.tabfilter-container nav li {
+ display: inline-block;
+ vertical-align: top;
+ height: 24px;
+ line-height: 24px; }
+ .filter-container.tabfilter-container nav li button {
+ vertical-align: middle; }
+ .filter-container.tabfilter-container .tabfilter-item-label {
+ display: inline-block;
+ background-color: #69808d;
+ border-radius: 2px;
+ border: 1px solid transparent;
+ color: #f2f2f2;
+ margin-right: 2px; }
+ .filter-container.tabfilter-container .tabfilter-item-label:hover {
+ color: #f2f2f2;
+ background-color: #5e737e; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link {
+ font-style: italic; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link::before {
+ content: '*'; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded {
+ background-color: #2b2b2b;
+ border: 1px solid #303030;
+ border-radius: 0;
+ border-bottom: 0 none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded .tabfilter-item-link {
+ color: #f2f2f2; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded::after {
+ display: block;
+ width: 100%;
+ height: 6px;
+ background-color: #2b2b2b;
+ border-left: 1px solid #303030;
+ border-right: 1px solid #303030;
+ margin-left: -1px;
+ margin-top: -1px;
+ content: ''; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded.focused {
+ background: #414141;
+ box-shadow: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded.focused::after {
+ background: #414141; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded .icon-edit {
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -44px -619px; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected {
+ background-color: #5e737e; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected .tabfilter-item-link {
+ color: #f2f2f2; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected .tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.focused {
+ box-shadow: 0 0 0 2px rgba(105, 128, 141, 0.35); }
+ .filter-container.tabfilter-container .tabfilter-item-label.disabled {
+ box-shadow: none;
+ pointer-events: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label .icon-home.tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-link {
+ display: inline-block;
+ color: #f2f2f2;
+ border-bottom: 0 none;
+ line-height: 24px;
+ vertical-align: middle;
+ padding: 0 11px; }
+ .filter-container.tabfilter-container .icon-edit {
+ width: 24px;
+ height: 24px;
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -354px -619px;
+ cursor: pointer;
+ margin: 0;
+ vertical-align: middle;
+ display: inline-block;
+ opacity: 0; }
+ .filter-container.tabfilter-container .tabfilter-tabs-container .filter-container.time-selection-container {
+ border: 0 none; }
+
+[data-counter]::after {
+ margin-left: .4em;
+ padding: 0.1em 0.4em;
+ font-size: 0.917em;
+ background-color: #2b2b2b;
+ border-radius: 2px;
+ color: #e1e3ed;
+ content: attr(data-counter); }
+
+[data-counter=""]::after {
+ display: none; }
+
+.menu-popup .menu-popup-item[data-counter]::after {
+ display: block;
+ position: absolute;
+ top: 2px;
+ right: 15px;
+ line-height: 18px; }
+.menu-popup .menu-popup-item[data-counter] {
+ padding-right: 35px; }
+
+.icon-home::before {
+ display: block;
+ width: 22px;
+ height: 24px;
+ content: '';
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -433px -510px; }
+
+.selected.expanded .icon-home::before {
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -121px -510px; }
+
.form-grid {
display: grid;
row-gap: 10px;
@@ -2570,13 +2719,13 @@ button {
width: 24px;
height: 24px; }
-.btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle, .btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle, .btn-dashbrd-conf {
+.filter-container.tabfilter-container .icon-edit, .btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle, .btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle, .btn-dashbrd-conf {
border: 0;
min-height: 0;
padding: 0;
opacity: .5;
transition: opacity .2s ease-out; }
- [disabled].btn-iterator-page-previous, [disabled].btn-iterator-page-next, [disabled].btn-widget-action, [disabled].btn-widget-collapse, [disabled].btn-widget-expand, [disabled].btn-widget-edit, [disabled].btn-alarm-on, [disabled].btn-alarm-off, [disabled].btn-sound-on, [disabled].btn-sound-off, [disabled].btn-info-clock, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle, [disabled].btn-dashbrd-conf, [disabled].btn-iterator-page-previous:hover, [disabled].btn-iterator-page-next:hover, [disabled].btn-widget-action:hover, [disabled].btn-widget-collapse:hover, [disabled].btn-widget-expand:hover, [disabled].btn-widget-edit:hover, [disabled].btn-alarm-on:hover, [disabled].btn-alarm-off:hover, [disabled].btn-sound-on:hover, [disabled].btn-sound-off:hover, [disabled].btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:hover, [disabled].btn-dashbrd-conf:hover, [disabled].btn-iterator-page-previous:focus, [disabled].btn-iterator-page-next:focus, [disabled].btn-widget-action:focus, [disabled].btn-widget-collapse:focus, [disabled].btn-widget-expand:focus, [disabled].btn-widget-edit:focus, [disabled].btn-alarm-on:focus, [disabled].btn-alarm-off:focus, [disabled].btn-sound-on:focus, [disabled].btn-sound-off:focus, [disabled].btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:focus, [disabled].btn-dashbrd-conf:focus, [disabled].btn-iterator-page-previous:active, [disabled].btn-iterator-page-next:active, [disabled].btn-widget-action:active, [disabled].btn-widget-collapse:active, [disabled].btn-widget-expand:active, [disabled].btn-widget-edit:active, [disabled].btn-alarm-on:active, [disabled].btn-alarm-off:active, [disabled].btn-sound-on:active, [disabled].btn-sound-off:active, [disabled].btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:active, [disabled].btn-dashbrd-conf:active {
+ .filter-container.tabfilter-container [disabled].icon-edit, [disabled].btn-iterator-page-previous, [disabled].btn-iterator-page-next, [disabled].btn-widget-action, [disabled].btn-widget-collapse, [disabled].btn-widget-expand, [disabled].btn-widget-edit, [disabled].btn-alarm-on, [disabled].btn-alarm-off, [disabled].btn-sound-on, [disabled].btn-sound-off, [disabled].btn-info-clock, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle, [disabled].btn-dashbrd-conf, .filter-container.tabfilter-container [disabled].icon-edit:hover, [disabled].btn-iterator-page-previous:hover, [disabled].btn-iterator-page-next:hover, [disabled].btn-widget-action:hover, [disabled].btn-widget-collapse:hover, [disabled].btn-widget-expand:hover, [disabled].btn-widget-edit:hover, [disabled].btn-alarm-on:hover, [disabled].btn-alarm-off:hover, [disabled].btn-sound-on:hover, [disabled].btn-sound-off:hover, [disabled].btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:hover, [disabled].btn-dashbrd-conf:hover, .filter-container.tabfilter-container [disabled].icon-edit:focus, [disabled].btn-iterator-page-previous:focus, [disabled].btn-iterator-page-next:focus, [disabled].btn-widget-action:focus, [disabled].btn-widget-collapse:focus, [disabled].btn-widget-expand:focus, [disabled].btn-widget-edit:focus, [disabled].btn-alarm-on:focus, [disabled].btn-alarm-off:focus, [disabled].btn-sound-on:focus, [disabled].btn-sound-off:focus, [disabled].btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:focus, [disabled].btn-dashbrd-conf:focus, .filter-container.tabfilter-container [disabled].icon-edit:active, [disabled].btn-iterator-page-previous:active, [disabled].btn-iterator-page-next:active, [disabled].btn-widget-action:active, [disabled].btn-widget-collapse:active, [disabled].btn-widget-expand:active, [disabled].btn-widget-edit:active, [disabled].btn-alarm-on:active, [disabled].btn-alarm-off:active, [disabled].btn-sound-on:active, [disabled].btn-sound-off:active, [disabled].btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:active, [disabled].btn-dashbrd-conf:active {
background-color: transparent;
opacity: .25; }
@@ -2605,7 +2754,7 @@ z-select[disabled] button, z-select[readonly] button,
.inaccessible .subfilter-enabled {
color: #b2b2b2; }
-.btn-iterator-page-previous:hover, .btn-iterator-page-next:hover, .btn-widget-action:hover, .btn-widget-collapse:hover, .btn-widget-expand:hover, .btn-widget-edit:hover, .btn-alarm-on:hover, .btn-alarm-off:hover, .btn-sound-on:hover, .btn-sound-off:hover, .btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:hover, .btn-dashbrd-conf:hover, .btn-iterator-page-previous:focus, .btn-iterator-page-next:focus, .btn-widget-action:focus, .btn-widget-collapse:focus, .btn-widget-expand:focus, .btn-widget-edit:focus, .btn-alarm-on:focus, .btn-alarm-off:focus, .btn-sound-on:focus, .btn-sound-off:focus, .btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:focus, .btn-dashbrd-conf:focus, .btn-iterator-page-previous:active, .btn-iterator-page-next:active, .btn-widget-action:active, .btn-widget-collapse:active, .btn-widget-expand:active, .btn-widget-edit:active, .btn-alarm-on:active, .btn-alarm-off:active, .btn-sound-on:active, .btn-sound-off:active, .btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:active, .btn-dashbrd-conf:active {
+.filter-container.tabfilter-container .icon-edit:hover, .btn-iterator-page-previous:hover, .btn-iterator-page-next:hover, .btn-widget-action:hover, .btn-widget-collapse:hover, .btn-widget-expand:hover, .btn-widget-edit:hover, .btn-alarm-on:hover, .btn-alarm-off:hover, .btn-sound-on:hover, .btn-sound-off:hover, .btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:hover, .btn-dashbrd-conf:hover, .filter-container.tabfilter-container .icon-edit:focus, .btn-iterator-page-previous:focus, .btn-iterator-page-next:focus, .btn-widget-action:focus, .btn-widget-collapse:focus, .btn-widget-expand:focus, .btn-widget-edit:focus, .btn-alarm-on:focus, .btn-alarm-off:focus, .btn-sound-on:focus, .btn-sound-off:focus, .btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:focus, .btn-dashbrd-conf:focus, .filter-container.tabfilter-container .icon-edit:active, .btn-iterator-page-previous:active, .btn-iterator-page-next:active, .btn-widget-action:active, .btn-widget-collapse:active, .btn-widget-expand:active, .btn-widget-edit:active, .btn-alarm-on:active, .btn-alarm-off:active, .btn-sound-on:active, .btn-sound-off:active, .btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:active, .btn-dashbrd-conf:active {
background-color: transparent;
opacity: 1; }
diff --git a/ui/assets/styles/hc-dark.css b/ui/assets/styles/hc-dark.css
index 991a9346e6f..fec3c0379e5 100644
--- a/ui/assets/styles/hc-dark.css
+++ b/ui/assets/styles/hc-dark.css
@@ -467,6 +467,161 @@ footer {
.sidebar-nav-toggle + div {
flex-shrink: 1; }
+.float-left {
+ float: left; }
+
+.filter-container.tabfilter-container {
+ padding: 0;
+ border: 0 none;
+ margin: 0;
+ /* All tab filters content container */
+ /* Top navigation labels */
+ /* tab filter label li element */
+ /* tab filter label li clickable a element */
+ /* tab filter contents container */ }
+ .filter-container.tabfilter-container .form-buttons [name="filter_new"],
+ .filter-container.tabfilter-container .form-buttons [name="filter_update"] {
+ margin-right: 20px; }
+ .filter-container.tabfilter-container .tabfilter-content-container {
+ border: 1px solid #444444;
+ padding: 10px 0;
+ margin-top: -1px;
+ margin-bottom: 6px; }
+ .filter-container.tabfilter-container nav > ul {
+ display: flex;
+ flex: 1;
+ justify-content: space-between;
+ background-color: #111111; }
+ .filter-container.tabfilter-container nav > ul > li {
+ margin: 0 2px 5px 0;
+ padding-top: 3px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(2) {
+ flex-grow: 1;
+ overflow: hidden;
+ margin: 0;
+ height: 31px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(2) ul {
+ white-space: nowrap;
+ margin-left: 3px;
+ margin-right: 3px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(1), .filter-container.tabfilter-container nav > ul > li:nth-child(3) {
+ white-space: nowrap; }
+ .filter-container.tabfilter-container nav li {
+ display: inline-block;
+ vertical-align: top;
+ height: 24px;
+ line-height: 24px; }
+ .filter-container.tabfilter-container nav li button {
+ vertical-align: middle; }
+ .filter-container.tabfilter-container .tabfilter-item-label {
+ display: inline-block;
+ background-color: #e0e0e0;
+ border-radius: 2px;
+ border: 1px solid transparent;
+ color: #333333;
+ margin-right: 2px; }
+ .filter-container.tabfilter-container .tabfilter-item-label:hover {
+ color: #333333;
+ background-color: lightgray; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link {
+ font-style: italic; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link::before {
+ content: '*'; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded {
+ background-color: #000000;
+ border: 1px solid #444444;
+ border-radius: 0;
+ border-bottom: 0 none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded .tabfilter-item-link {
+ color: #ffffff; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded::after {
+ display: block;
+ width: 100%;
+ height: 6px;
+ background-color: #000000;
+ border-left: 1px solid #444444;
+ border-right: 1px solid #444444;
+ margin-left: -1px;
+ margin-top: -1px;
+ content: ''; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded.focused {
+ background: #414141;
+ box-shadow: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded.focused::after {
+ background: #414141; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded .icon-edit {
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -44px -619px; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected {
+ background-color: lightgray; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected .tabfilter-item-link {
+ color: #333333; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected .tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.focused {
+ box-shadow: 0 0 0 2px rgba(224, 224, 224, 0.35); }
+ .filter-container.tabfilter-container .tabfilter-item-label.disabled {
+ box-shadow: none;
+ pointer-events: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label .icon-home.tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-link {
+ display: inline-block;
+ color: #333333;
+ border-bottom: 0 none;
+ line-height: 24px;
+ vertical-align: middle;
+ padding: 0 11px; }
+ .filter-container.tabfilter-container .icon-edit {
+ width: 24px;
+ height: 24px;
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -354px -619px;
+ cursor: pointer;
+ margin: 0;
+ vertical-align: middle;
+ display: inline-block;
+ opacity: 0; }
+ .filter-container.tabfilter-container .tabfilter-tabs-container .filter-container.time-selection-container {
+ border: 0 none; }
+
+[data-counter]::after {
+ margin-left: .4em;
+ padding: 0.1em 0.4em;
+ font-size: 0.917em;
+ background-color: #000000;
+ border-radius: 2px;
+ color: #e1e3ed;
+ content: attr(data-counter); }
+
+[data-counter=""]::after {
+ display: none; }
+
+.menu-popup .menu-popup-item[data-counter]::after {
+ display: block;
+ position: absolute;
+ top: 2px;
+ right: 15px;
+ line-height: 18px; }
+.menu-popup .menu-popup-item[data-counter] {
+ padding-right: 35px; }
+
+.icon-home::before {
+ display: block;
+ width: 22px;
+ height: 24px;
+ content: '';
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -433px -510px; }
+
+.selected.expanded .icon-home::before {
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -121px -510px; }
+
+.selected.expanded .icon-home::before {
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -433px -510px; }
+
+.icon-home::before {
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -281px -510px; }
+
.form-grid {
display: grid;
row-gap: 10px;
@@ -2523,13 +2678,13 @@ button {
width: 24px;
height: 24px; }
-.btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle, .btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle, .btn-dashbrd-conf {
+.filter-container.tabfilter-container .icon-edit, .btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle, .btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle, .btn-dashbrd-conf {
border: 0;
min-height: 0;
padding: 0;
opacity: .5;
transition: opacity .2s ease-out; }
- [disabled].btn-iterator-page-previous, [disabled].btn-iterator-page-next, [disabled].btn-widget-action, [disabled].btn-widget-collapse, [disabled].btn-widget-expand, [disabled].btn-widget-edit, [disabled].btn-alarm-on, [disabled].btn-alarm-off, [disabled].btn-sound-on, [disabled].btn-sound-off, [disabled].btn-info-clock, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle, [disabled].btn-dashbrd-conf, [disabled].btn-iterator-page-previous:hover, [disabled].btn-iterator-page-next:hover, [disabled].btn-widget-action:hover, [disabled].btn-widget-collapse:hover, [disabled].btn-widget-expand:hover, [disabled].btn-widget-edit:hover, [disabled].btn-alarm-on:hover, [disabled].btn-alarm-off:hover, [disabled].btn-sound-on:hover, [disabled].btn-sound-off:hover, [disabled].btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:hover, [disabled].btn-dashbrd-conf:hover, [disabled].btn-iterator-page-previous:focus, [disabled].btn-iterator-page-next:focus, [disabled].btn-widget-action:focus, [disabled].btn-widget-collapse:focus, [disabled].btn-widget-expand:focus, [disabled].btn-widget-edit:focus, [disabled].btn-alarm-on:focus, [disabled].btn-alarm-off:focus, [disabled].btn-sound-on:focus, [disabled].btn-sound-off:focus, [disabled].btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:focus, [disabled].btn-dashbrd-conf:focus, [disabled].btn-iterator-page-previous:active, [disabled].btn-iterator-page-next:active, [disabled].btn-widget-action:active, [disabled].btn-widget-collapse:active, [disabled].btn-widget-expand:active, [disabled].btn-widget-edit:active, [disabled].btn-alarm-on:active, [disabled].btn-alarm-off:active, [disabled].btn-sound-on:active, [disabled].btn-sound-off:active, [disabled].btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:active, [disabled].btn-dashbrd-conf:active {
+ .filter-container.tabfilter-container [disabled].icon-edit, [disabled].btn-iterator-page-previous, [disabled].btn-iterator-page-next, [disabled].btn-widget-action, [disabled].btn-widget-collapse, [disabled].btn-widget-expand, [disabled].btn-widget-edit, [disabled].btn-alarm-on, [disabled].btn-alarm-off, [disabled].btn-sound-on, [disabled].btn-sound-off, [disabled].btn-info-clock, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle, [disabled].btn-dashbrd-conf, .filter-container.tabfilter-container [disabled].icon-edit:hover, [disabled].btn-iterator-page-previous:hover, [disabled].btn-iterator-page-next:hover, [disabled].btn-widget-action:hover, [disabled].btn-widget-collapse:hover, [disabled].btn-widget-expand:hover, [disabled].btn-widget-edit:hover, [disabled].btn-alarm-on:hover, [disabled].btn-alarm-off:hover, [disabled].btn-sound-on:hover, [disabled].btn-sound-off:hover, [disabled].btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:hover, [disabled].btn-dashbrd-conf:hover, .filter-container.tabfilter-container [disabled].icon-edit:focus, [disabled].btn-iterator-page-previous:focus, [disabled].btn-iterator-page-next:focus, [disabled].btn-widget-action:focus, [disabled].btn-widget-collapse:focus, [disabled].btn-widget-expand:focus, [disabled].btn-widget-edit:focus, [disabled].btn-alarm-on:focus, [disabled].btn-alarm-off:focus, [disabled].btn-sound-on:focus, [disabled].btn-sound-off:focus, [disabled].btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:focus, [disabled].btn-dashbrd-conf:focus, .filter-container.tabfilter-container [disabled].icon-edit:active, [disabled].btn-iterator-page-previous:active, [disabled].btn-iterator-page-next:active, [disabled].btn-widget-action:active, [disabled].btn-widget-collapse:active, [disabled].btn-widget-expand:active, [disabled].btn-widget-edit:active, [disabled].btn-alarm-on:active, [disabled].btn-alarm-off:active, [disabled].btn-sound-on:active, [disabled].btn-sound-off:active, [disabled].btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:active, [disabled].btn-dashbrd-conf:active {
background-color: transparent;
opacity: .25; }
@@ -2558,7 +2713,7 @@ z-select[disabled] button, z-select[readonly] button,
.inaccessible .subfilter-enabled {
color: #bfbfbf; }
-.btn-iterator-page-previous:hover, .btn-iterator-page-next:hover, .btn-widget-action:hover, .btn-widget-collapse:hover, .btn-widget-expand:hover, .btn-widget-edit:hover, .btn-alarm-on:hover, .btn-alarm-off:hover, .btn-sound-on:hover, .btn-sound-off:hover, .btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:hover, .btn-dashbrd-conf:hover, .btn-iterator-page-previous:focus, .btn-iterator-page-next:focus, .btn-widget-action:focus, .btn-widget-collapse:focus, .btn-widget-expand:focus, .btn-widget-edit:focus, .btn-alarm-on:focus, .btn-alarm-off:focus, .btn-sound-on:focus, .btn-sound-off:focus, .btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:focus, .btn-dashbrd-conf:focus, .btn-iterator-page-previous:active, .btn-iterator-page-next:active, .btn-widget-action:active, .btn-widget-collapse:active, .btn-widget-expand:active, .btn-widget-edit:active, .btn-alarm-on:active, .btn-alarm-off:active, .btn-sound-on:active, .btn-sound-off:active, .btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:active, .btn-dashbrd-conf:active {
+.filter-container.tabfilter-container .icon-edit:hover, .btn-iterator-page-previous:hover, .btn-iterator-page-next:hover, .btn-widget-action:hover, .btn-widget-collapse:hover, .btn-widget-expand:hover, .btn-widget-edit:hover, .btn-alarm-on:hover, .btn-alarm-off:hover, .btn-sound-on:hover, .btn-sound-off:hover, .btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:hover, .btn-dashbrd-conf:hover, .filter-container.tabfilter-container .icon-edit:focus, .btn-iterator-page-previous:focus, .btn-iterator-page-next:focus, .btn-widget-action:focus, .btn-widget-collapse:focus, .btn-widget-expand:focus, .btn-widget-edit:focus, .btn-alarm-on:focus, .btn-alarm-off:focus, .btn-sound-on:focus, .btn-sound-off:focus, .btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:focus, .btn-dashbrd-conf:focus, .filter-container.tabfilter-container .icon-edit:active, .btn-iterator-page-previous:active, .btn-iterator-page-next:active, .btn-widget-action:active, .btn-widget-collapse:active, .btn-widget-expand:active, .btn-widget-edit:active, .btn-alarm-on:active, .btn-alarm-off:active, .btn-sound-on:active, .btn-sound-off:active, .btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:active, .btn-dashbrd-conf:active {
background-color: transparent;
opacity: 1; }
diff --git a/ui/assets/styles/hc-light.css b/ui/assets/styles/hc-light.css
index d10f9fb5bef..c2f2b9a0179 100644
--- a/ui/assets/styles/hc-light.css
+++ b/ui/assets/styles/hc-light.css
@@ -467,6 +467,155 @@ footer {
.sidebar-nav-toggle + div {
flex-shrink: 1; }
+.float-left {
+ float: left; }
+
+.filter-container.tabfilter-container {
+ padding: 0;
+ border: 0 none;
+ margin: 0;
+ /* All tab filters content container */
+ /* Top navigation labels */
+ /* tab filter label li element */
+ /* tab filter label li clickable a element */
+ /* tab filter contents container */ }
+ .filter-container.tabfilter-container .form-buttons [name="filter_new"],
+ .filter-container.tabfilter-container .form-buttons [name="filter_update"] {
+ margin-right: 20px; }
+ .filter-container.tabfilter-container .tabfilter-content-container {
+ border: 1px solid #9f9f9f;
+ padding: 10px 0;
+ margin-top: -1px;
+ margin-bottom: 6px; }
+ .filter-container.tabfilter-container nav > ul {
+ display: flex;
+ flex: 1;
+ justify-content: space-between;
+ background-color: #ffffff; }
+ .filter-container.tabfilter-container nav > ul > li {
+ margin: 0 2px 5px 0;
+ padding-top: 3px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(2) {
+ flex-grow: 1;
+ overflow: hidden;
+ margin: 0;
+ height: 31px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(2) ul {
+ white-space: nowrap;
+ margin-left: 3px;
+ margin-right: 3px; }
+ .filter-container.tabfilter-container nav > ul > li:nth-child(1), .filter-container.tabfilter-container nav > ul > li:nth-child(3) {
+ white-space: nowrap; }
+ .filter-container.tabfilter-container nav li {
+ display: inline-block;
+ vertical-align: top;
+ height: 24px;
+ line-height: 24px; }
+ .filter-container.tabfilter-container nav li button {
+ vertical-align: middle; }
+ .filter-container.tabfilter-container .tabfilter-item-label {
+ display: inline-block;
+ background-color: #555555;
+ border-radius: 2px;
+ border: 1px solid transparent;
+ color: #ffffff;
+ margin-right: 2px; }
+ .filter-container.tabfilter-container .tabfilter-item-label:hover {
+ color: #ffffff;
+ background-color: #484848; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link {
+ font-style: italic; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link::before {
+ content: '*'; }
+ .filter-container.tabfilter-container .tabfilter-item-label.unsaved .tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded {
+ background-color: #ffffff;
+ border: 1px solid #9f9f9f;
+ border-radius: 0;
+ border-bottom: 0 none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded .tabfilter-item-link {
+ color: #000000; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded::after {
+ display: block;
+ width: 100%;
+ height: 6px;
+ background-color: #ffffff;
+ border-left: 1px solid #9f9f9f;
+ border-right: 1px solid #9f9f9f;
+ margin-left: -1px;
+ margin-top: -1px;
+ content: ''; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded.focused {
+ background: #f4f4f4;
+ box-shadow: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded.focused::after {
+ background: #f4f4f4; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected.expanded .icon-edit {
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -44px -619px; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected {
+ background-color: #484848; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected .tabfilter-item-link {
+ color: #ffffff; }
+ .filter-container.tabfilter-container .tabfilter-item-label.selected .tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label.focused {
+ box-shadow: 0 0 0 2px rgba(85, 85, 85, 0.35); }
+ .filter-container.tabfilter-container .tabfilter-item-label.disabled {
+ box-shadow: none;
+ pointer-events: none; }
+ .filter-container.tabfilter-container .tabfilter-item-label .icon-home.tabfilter-item-link[data-counter]::after {
+ display: none; }
+ .filter-container.tabfilter-container .tabfilter-item-link {
+ display: inline-block;
+ color: #ffffff;
+ border-bottom: 0 none;
+ line-height: 24px;
+ vertical-align: middle;
+ padding: 0 11px; }
+ .filter-container.tabfilter-container .icon-edit {
+ width: 24px;
+ height: 24px;
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -354px -619px;
+ cursor: pointer;
+ margin: 0;
+ vertical-align: middle;
+ display: inline-block;
+ opacity: 0; }
+ .filter-container.tabfilter-container .tabfilter-tabs-container .filter-container.time-selection-container {
+ border: 0 none; }
+
+[data-counter]::after {
+ margin-left: .4em;
+ padding: 0.1em 0.4em;
+ font-size: 0.917em;
+ background-color: #f0f0f0;
+ border-radius: 2px;
+ color: #000000;
+ content: attr(data-counter); }
+
+[data-counter=""]::after {
+ display: none; }
+
+.menu-popup .menu-popup-item[data-counter]::after {
+ display: block;
+ position: absolute;
+ top: 2px;
+ right: 15px;
+ line-height: 18px; }
+.menu-popup .menu-popup-item[data-counter] {
+ padding-right: 35px; }
+
+.icon-home::before {
+ display: block;
+ width: 22px;
+ height: 24px;
+ content: '';
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -433px -510px; }
+
+.selected.expanded .icon-home::before {
+ background: url("../img/icon-sprite.svg?20200407") no-repeat -121px -510px; }
+
.form-grid {
display: grid;
row-gap: 10px;
@@ -2523,13 +2672,13 @@ button {
width: 24px;
height: 24px; }
-.btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle, .btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle, .btn-dashbrd-conf {
+.filter-container.tabfilter-container .icon-edit, .btn-iterator-page-previous, .btn-iterator-page-next, .btn-widget-action, .btn-widget-collapse, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-opened .interface-btn-toggle, .btn-widget-expand, .interface-row.list-accordion-item[data-type="2"].list-accordion-item-closed .interface-btn-toggle, .btn-widget-edit, .btn-alarm-on, .btn-alarm-off, .btn-sound-on, .btn-sound-off, .btn-info-clock, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle, .btn-dashbrd-conf {
border: 0;
min-height: 0;
padding: 0;
opacity: .5;
transition: opacity .2s ease-out; }
- [disabled].btn-iterator-page-previous, [disabled].btn-iterator-page-next, [disabled].btn-widget-action, [disabled].btn-widget-collapse, [disabled].btn-widget-expand, [disabled].btn-widget-edit, [disabled].btn-alarm-on, [disabled].btn-alarm-off, [disabled].btn-sound-on, [disabled].btn-sound-off, [disabled].btn-info-clock, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle, [disabled].btn-dashbrd-conf, [disabled].btn-iterator-page-previous:hover, [disabled].btn-iterator-page-next:hover, [disabled].btn-widget-action:hover, [disabled].btn-widget-collapse:hover, [disabled].btn-widget-expand:hover, [disabled].btn-widget-edit:hover, [disabled].btn-alarm-on:hover, [disabled].btn-alarm-off:hover, [disabled].btn-sound-on:hover, [disabled].btn-sound-off:hover, [disabled].btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:hover, [disabled].btn-dashbrd-conf:hover, [disabled].btn-iterator-page-previous:focus, [disabled].btn-iterator-page-next:focus, [disabled].btn-widget-action:focus, [disabled].btn-widget-collapse:focus, [disabled].btn-widget-expand:focus, [disabled].btn-widget-edit:focus, [disabled].btn-alarm-on:focus, [disabled].btn-alarm-off:focus, [disabled].btn-sound-on:focus, [disabled].btn-sound-off:focus, [disabled].btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:focus, [disabled].btn-dashbrd-conf:focus, [disabled].btn-iterator-page-previous:active, [disabled].btn-iterator-page-next:active, [disabled].btn-widget-action:active, [disabled].btn-widget-collapse:active, [disabled].btn-widget-expand:active, [disabled].btn-widget-edit:active, [disabled].btn-alarm-on:active, [disabled].btn-alarm-off:active, [disabled].btn-sound-on:active, [disabled].btn-sound-off:active, [disabled].btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:active, [disabled].btn-dashbrd-conf:active {
+ .filter-container.tabfilter-container [disabled].icon-edit, [disabled].btn-iterator-page-previous, [disabled].btn-iterator-page-next, [disabled].btn-widget-action, [disabled].btn-widget-collapse, [disabled].btn-widget-expand, [disabled].btn-widget-edit, [disabled].btn-alarm-on, [disabled].btn-alarm-off, [disabled].btn-sound-on, [disabled].btn-sound-off, [disabled].btn-info-clock, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle, [disabled].btn-dashbrd-conf, .filter-container.tabfilter-container [disabled].icon-edit:hover, [disabled].btn-iterator-page-previous:hover, [disabled].btn-iterator-page-next:hover, [disabled].btn-widget-action:hover, [disabled].btn-widget-collapse:hover, [disabled].btn-widget-expand:hover, [disabled].btn-widget-edit:hover, [disabled].btn-alarm-on:hover, [disabled].btn-alarm-off:hover, [disabled].btn-sound-on:hover, [disabled].btn-sound-off:hover, [disabled].btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:hover, [disabled].btn-dashbrd-conf:hover, .filter-container.tabfilter-container [disabled].icon-edit:focus, [disabled].btn-iterator-page-previous:focus, [disabled].btn-iterator-page-next:focus, [disabled].btn-widget-action:focus, [disabled].btn-widget-collapse:focus, [disabled].btn-widget-expand:focus, [disabled].btn-widget-edit:focus, [disabled].btn-alarm-on:focus, [disabled].btn-alarm-off:focus, [disabled].btn-sound-on:focus, [disabled].btn-sound-off:focus, [disabled].btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:focus, [disabled].btn-dashbrd-conf:focus, .filter-container.tabfilter-container [disabled].icon-edit:active, [disabled].btn-iterator-page-previous:active, [disabled].btn-iterator-page-next:active, [disabled].btn-widget-action:active, [disabled].btn-widget-collapse:active, [disabled].btn-widget-expand:active, [disabled].btn-widget-edit:active, [disabled].btn-alarm-on:active, [disabled].btn-alarm-off:active, [disabled].btn-sound-on:active, [disabled].btn-sound-off:active, [disabled].btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] [disabled].interface-btn-toggle:active, [disabled].btn-dashbrd-conf:active {
background-color: transparent;
opacity: .25; }
@@ -2558,7 +2707,7 @@ z-select[disabled] button, z-select[readonly] button,
.inaccessible .subfilter-enabled {
color: #bfbfbf; }
-.btn-iterator-page-previous:hover, .btn-iterator-page-next:hover, .btn-widget-action:hover, .btn-widget-collapse:hover, .btn-widget-expand:hover, .btn-widget-edit:hover, .btn-alarm-on:hover, .btn-alarm-off:hover, .btn-sound-on:hover, .btn-sound-off:hover, .btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:hover, .btn-dashbrd-conf:hover, .btn-iterator-page-previous:focus, .btn-iterator-page-next:focus, .btn-widget-action:focus, .btn-widget-collapse:focus, .btn-widget-expand:focus, .btn-widget-edit:focus, .btn-alarm-on:focus, .btn-alarm-off:focus, .btn-sound-on:focus, .btn-sound-off:focus, .btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:focus, .btn-dashbrd-conf:focus, .btn-iterator-page-previous:active, .btn-iterator-page-next:active, .btn-widget-action:active, .btn-widget-collapse:active, .btn-widget-expand:active, .btn-widget-edit:active, .btn-alarm-on:active, .btn-alarm-off:active, .btn-sound-on:active, .btn-sound-off:active, .btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:active, .btn-dashbrd-conf:active {
+.filter-container.tabfilter-container .icon-edit:hover, .btn-iterator-page-previous:hover, .btn-iterator-page-next:hover, .btn-widget-action:hover, .btn-widget-collapse:hover, .btn-widget-expand:hover, .btn-widget-edit:hover, .btn-alarm-on:hover, .btn-alarm-off:hover, .btn-sound-on:hover, .btn-sound-off:hover, .btn-info-clock:hover, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:hover, .btn-dashbrd-conf:hover, .filter-container.tabfilter-container .icon-edit:focus, .btn-iterator-page-previous:focus, .btn-iterator-page-next:focus, .btn-widget-action:focus, .btn-widget-collapse:focus, .btn-widget-expand:focus, .btn-widget-edit:focus, .btn-alarm-on:focus, .btn-alarm-off:focus, .btn-sound-on:focus, .btn-sound-off:focus, .btn-info-clock:focus, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:focus, .btn-dashbrd-conf:focus, .filter-container.tabfilter-container .icon-edit:active, .btn-iterator-page-previous:active, .btn-iterator-page-next:active, .btn-widget-action:active, .btn-widget-collapse:active, .btn-widget-expand:active, .btn-widget-edit:active, .btn-alarm-on:active, .btn-alarm-off:active, .btn-sound-on:active, .btn-sound-off:active, .btn-info-clock:active, .interface-row.list-accordion-item[data-type="2"] .interface-btn-toggle:active, .btn-dashbrd-conf:active {
background-color: transparent;
opacity: 1; }
diff --git a/ui/include/blocks.inc.php b/ui/include/blocks.inc.php
index e37ba22d6a0..e28379ba9a3 100644
--- a/ui/include/blocks.inc.php
+++ b/ui/include/blocks.inc.php
@@ -355,12 +355,11 @@ function makeSystemStatus(array $filter, array $data) {
$url_group = (new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_set', 1)
- ->setArgument('filter_show', TRIGGERS_OPTION_RECENT_PROBLEM)
- ->setArgument('filter_groupids', null)
- ->setArgument('filter_hostids', array_key_exists('hostids', $filter) ? $filter['hostids'] : null)
- ->setArgument('filter_name', array_key_exists('problem', $filter) ? $filter['problem'] : null)
- ->setArgument('filter_show_suppressed',
+ ->setArgument('filter_name', '')
+ ->setArgument('show', TRIGGERS_OPTION_RECENT_PROBLEM)
+ ->setArgument('hostids', array_key_exists('hostids', $filter) ? $filter['hostids'] : [])
+ ->setArgument('name', array_key_exists('problem', $filter) ? $filter['problem'] : null)
+ ->setArgument('show_suppressed',
(array_key_exists('show_suppressed', $filter) && $filter['show_suppressed'] == 1)
? 1
: null
@@ -371,7 +370,7 @@ function makeSystemStatus(array $filter, array $data) {
continue;
}
- $url_group->setArgument('filter_groupids', [$group['groupid']]);
+ $url_group->setArgument('groupids', [$group['groupid']]);
$row = [new CLink($group['name'], $url_group->getUrl())];
foreach ($group['stats'] as $severity => $stat) {
@@ -486,7 +485,7 @@ function makeSeverityTable(array $data, $hide_empty_groups = false, CUrl $groupu
continue;
}
- $groupurl->setArgument('filter_groupids', [$group['groupid']]);
+ $groupurl->setArgument('groupids', [$group['groupid']]);
$row = [new CLink($group['name'], $groupurl->getUrl())];
foreach ($group['stats'] as $severity => $stat) {
diff --git a/ui/include/classes/api/services/CDiscoveryRule.php b/ui/include/classes/api/services/CDiscoveryRule.php
index 8a39735f930..f0f6bc333dc 100644
--- a/ui/include/classes/api/services/CDiscoveryRule.php
+++ b/ui/include/classes/api/services/CDiscoveryRule.php
@@ -701,7 +701,7 @@ class CDiscoveryRule extends CItemGeneral {
'discoveryids' => $srcDiscovery['itemid'],
'output' => ['triggerid', 'expression', 'description', 'url', 'status', 'priority', 'comments',
'templateid', 'type', 'recovery_mode', 'recovery_expression', 'correlation_mode', 'correlation_tag',
- 'opdata', 'discover'
+ 'opdata', 'discover', 'event_name'
],
'selectHosts' => API_OUTPUT_EXTEND,
'selectItems' => ['itemid', 'type'],
diff --git a/ui/include/classes/api/services/CTriggerGeneral.php b/ui/include/classes/api/services/CTriggerGeneral.php
index aa23ddcc211..ff5c0579961 100644
--- a/ui/include/classes/api/services/CTriggerGeneral.php
+++ b/ui/include/classes/api/services/CTriggerGeneral.php
@@ -119,7 +119,7 @@ abstract class CTriggerGeneral extends CApiService {
$triggerids = [];
$output = ['url', 'status', 'priority', 'comments', 'type', 'correlation_mode', 'correlation_tag',
- 'manual_close', 'opdata'
+ 'manual_close', 'opdata', 'event_name'
];
if ($this instanceof CTriggerPrototype) {
$output[] = 'discover';
@@ -317,7 +317,8 @@ abstract class CTriggerGeneral extends CApiService {
*/
private function getHostTriggersByTemplateId(array $tpl_triggerids, array $hostids = null) {
$output = 't.triggerid,t.expression,t.description,t.url,t.status,t.priority,t.comments,t.type,t.recovery_mode,'.
- 't.recovery_expression,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,t.templateid,i.hostid';
+ 't.recovery_expression,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,t.templateid,'.
+ 't.event_name,i.hostid';
if ($this instanceof CTriggerPrototype) {
$output .= ',t.discover';
}
@@ -372,7 +373,8 @@ abstract class CTriggerGeneral extends CApiService {
$recovery_expression_data = new CTriggerExpression(['lldmacros' => $this instanceof CTriggerPrototype]);
$output = 't.triggerid,t.expression,t.description,t.url,t.status,t.priority,t.comments,t.type,t.recovery_mode,'.
- 't.recovery_expression,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,i.hostid,h.host';
+ 't.recovery_expression,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,t.event_name,i.hostid,'.
+ 'h.host';
if ($this instanceof CTriggerPrototype) {
$output .= ',t.discover';
}
@@ -822,6 +824,8 @@ abstract class CTriggerGeneral extends CApiService {
return;
}
+ $eventname_validator = new CEventNameValidator();
+
switch (get_class($this)) {
case 'CTrigger':
$error_duplicate = _('Duplicate trigger with name "%1$s".');
@@ -866,6 +870,12 @@ abstract class CTriggerGeneral extends CApiService {
self::exception(ZBX_API_ERROR_PARAMETERS, _('Wrong value for url field.'));
}
+ if (array_key_exists('event_name', $trigger) && !$eventname_validator->validate($trigger['event_name'])) {
+ self::exception(ZBX_API_ERROR_PARAMETERS,
+ _s('Incorrect value for field "%1$s": %2$s.', 'event_name', $eventname_validator->getError())
+ );
+ }
+
$this->checkNoParameters($trigger, $read_only_fields, $error_cannot_set, $trigger['description']);
// Validate status and discover status fields.
@@ -994,6 +1004,7 @@ abstract class CTriggerGeneral extends CApiService {
}
$class = get_class($this);
+ $eventname_validator = new CEventNameValidator();
switch ($class) {
case 'CTrigger':
@@ -1038,7 +1049,7 @@ abstract class CTriggerGeneral extends CApiService {
$options = [
'output' => ['triggerid', 'description', 'expression', 'url', 'status', 'priority', 'comments', 'type',
'templateid', 'recovery_mode', 'recovery_expression', 'correlation_mode', 'correlation_tag',
- 'manual_close', 'opdata', 'discover'
+ 'manual_close', 'opdata', 'discover', 'event_name'
],
'selectDependencies' => ['triggerid'],
'triggerids' => zbx_objectValues($triggers, 'triggerid'),
@@ -1091,6 +1102,13 @@ abstract class CTriggerGeneral extends CApiService {
$this->checkNoParameters($trigger, $read_only_fields_tmpl, $error_cannot_update_tmpl, $description);
}
+ if (array_key_exists('event_name', $trigger) && $db_triggers['event_name'] !== $trigger['event_name']
+ && !$eventname_validator->validate($trigger['event_name'])) {
+ self::exception(ZBX_API_ERROR_PARAMETERS,
+ _s('Incorrect value for field "%1$s": %2$s.', 'event_name', $eventname_validator->getError())
+ );
+ }
+
if ($class === 'CTrigger') {
$updateDiscoveredValidator->setObjectName($description);
$this->checkPartialValidator($trigger, $updateDiscoveredValidator, $_db_trigger);
@@ -1398,6 +1416,9 @@ abstract class CTriggerGeneral extends CApiService {
if ($trigger['description'] !== $db_trigger['description']) {
$upd_trigger['values']['description'] = $trigger['description'];
}
+ if (array_key_exists('event_name', $trigger) && $trigger['event_name'] !== $db_trigger['event_name']) {
+ $upd_trigger['values']['event_name'] = $trigger['event_name'];
+ }
if (array_key_exists('opdata', $trigger) && $trigger['opdata'] !== $db_trigger['opdata']) {
$upd_trigger['values']['opdata'] = $trigger['opdata'];
}
@@ -1994,7 +2015,8 @@ abstract class CTriggerGeneral extends CApiService {
$data['hostids'] = zbx_toArray($data['hostids']);
$output = ['triggerid', 'description', 'expression', 'recovery_mode', 'recovery_expression', 'url', 'status',
- 'priority', 'comments', 'type', 'correlation_mode', 'correlation_tag', 'manual_close', 'opdata'
+ 'priority', 'comments', 'type', 'correlation_mode', 'correlation_tag', 'manual_close', 'opdata',
+ 'event_name'
];
if ($this instanceof CTriggerPrototype) {
$output[] = 'discover';
diff --git a/ui/include/classes/export/CConfigurationExport.php b/ui/include/classes/export/CConfigurationExport.php
index 57f4b127e3b..30587d45549 100644
--- a/ui/include/classes/export/CConfigurationExport.php
+++ b/ui/include/classes/export/CConfigurationExport.php
@@ -864,7 +864,7 @@ class CConfigurationExport {
$triggers = API::TriggerPrototype()->get([
'output' => ['expression', 'description', 'url', 'status', 'priority', 'comments', 'type', 'flags',
'recovery_mode', 'recovery_expression', 'correlation_mode', 'correlation_tag', 'manual_close', 'opdata',
- 'discover'
+ 'discover', 'event_name'
],
'selectDiscoveryRule' => API_OUTPUT_EXTEND,
'selectDependencies' => ['expression', 'description', 'recovery_expression'],
@@ -1132,7 +1132,8 @@ class CConfigurationExport {
$triggers = API::Trigger()->get([
'output' => ['expression', 'description', 'url', 'status', 'priority', 'comments', 'type', 'flags',
- 'recovery_mode', 'recovery_expression', 'correlation_mode', 'correlation_tag', 'manual_close', 'opdata'
+ 'recovery_mode', 'recovery_expression', 'correlation_mode', 'correlation_tag', 'manual_close', 'opdata',
+ 'event_name'
],
'selectDependencies' => ['expression', 'description', 'recovery_expression'],
'selectItems' => ['itemid', 'flags', 'type', 'templateid'],
diff --git a/ui/include/classes/export/CConfigurationExportBuilder.php b/ui/include/classes/export/CConfigurationExportBuilder.php
index a4f08f17536..d971d8881c2 100644
--- a/ui/include/classes/export/CConfigurationExportBuilder.php
+++ b/ui/include/classes/export/CConfigurationExportBuilder.php
@@ -883,6 +883,7 @@ class CConfigurationExportBuilder {
'recovery_mode' => $trigger['recovery_mode'],
'recovery_expression' => $trigger['recovery_expression'],
'name' => $trigger['description'],
+ 'event_name' => $trigger['event_name'],
'opdata' => $trigger['opdata'],
'correlation_mode' => $trigger['correlation_mode'],
'correlation_tag' => $trigger['correlation_tag'],
diff --git a/ui/include/classes/html/CCheckBoxList.php b/ui/include/classes/html/CCheckBoxList.php
index 2780f545779..8fa26c95c55 100644
--- a/ui/include/classes/html/CCheckBoxList.php
+++ b/ui/include/classes/html/CCheckBoxList.php
@@ -37,6 +37,11 @@ class CCheckBoxList extends CList {
protected $enabled = true;
/**
+ * Checkboxes id unique suffix.
+ */
+ protected $uniqid = '';
+
+ /**
* @param string $name
*/
public function __construct($name) {
@@ -48,6 +53,17 @@ class CCheckBoxList extends CList {
}
/**
+ * Set unique ID, is used as suffix for generated check-box IDs.
+ *
+ * @param string $uniqid Unique id string.
+ */
+ public function setUniqid(string $uniqid) {
+ $this->uniqid = $uniqid;
+
+ return $this;
+ }
+
+ /**
* @param array $values
*
* @return CCheckBoxList
@@ -110,13 +126,16 @@ class CCheckBoxList extends CList {
* @return string
*/
public function toString($destroy = true) {
+ $uniqid = ($this->uniqid === '') ? '' : '_'.$this->uniqid;
+
foreach ($this->values as $value) {
- parent::addItem(
- (new CCheckBox($this->name.'['.$value['value'].']', $value['value']))
- ->setLabel($value['name'])
- ->setChecked($value['checked'])
- ->setEnabled($this->enabled)
- );
+ $checkbox = (new CCheckBox($this->name.'['.$value['value'].']', $value['value']))
+ ->setLabel($value['name'])
+ ->setChecked($value['checked'])
+ ->setEnabled($this->enabled);
+ $checkbox->setId($checkbox->getId().$uniqid);
+
+ parent::addItem($checkbox);
}
return parent::toString($destroy);
diff --git a/ui/include/classes/html/CFilter.php b/ui/include/classes/html/CFilter.php
index 8296715b9b5..78ece951492 100644
--- a/ui/include/classes/html/CFilter.php
+++ b/ui/include/classes/html/CFilter.php
@@ -98,7 +98,7 @@ class CFilter extends CDiv {
$this
->setAttribute('data-accessible', 1)
- ->addClass('filter-space')
+ ->addClass(ZBX_STYLE_FILTER_SPACE)
->setId(uniqid('filter_'));
$this->form = (new CForm('get'))
diff --git a/ui/include/classes/html/CScriptTemplate.php b/ui/include/classes/html/CScriptTemplate.php
new file mode 100644
index 00000000000..3c9f168440e
--- /dev/null
+++ b/ui/include/classes/html/CScriptTemplate.php
@@ -0,0 +1,52 @@
+<?php declare(strict_types = 1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * Class to embed script HTML template.
+ */
+class CScriptTemplate extends CTag {
+
+ /**
+ * Create a <script type="text/x-jquery-tmpl" id="{$id}"> HTML template.
+ *
+ * @param string $id Template id
+ */
+ public function __construct($id) {
+ parent::__construct('script', true);
+ $this->setAttribute('type', 'text/x-jquery-tmpl');
+ $this->setId($id);
+ }
+
+ public function addItem($value) {
+ if (is_array($value)) {
+ array_map([$this, 'addItem'], $value);
+ }
+ else {
+ $this->items[] = $value;
+ }
+
+ return $this;
+ }
+
+ protected function bodyToString(): string {
+ return implode("\n", $this->items);
+ }
+}
diff --git a/ui/include/classes/html/CTabFilter.php b/ui/include/classes/html/CTabFilter.php
new file mode 100644
index 00000000000..2e821389448
--- /dev/null
+++ b/ui/include/classes/html/CTabFilter.php
@@ -0,0 +1,361 @@
+<?php declare(strict_types = 1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * Class to manage tab filters.
+ */
+class CTabFilter extends CDiv {
+
+ const ZBX_STYLE_CLASS = 'tabfilter-container';
+ const CSS_TAB_SELECTED = 'selected';
+ const CSS_TAB_EXPANDED = 'expanded';
+ const CSS_TAB_SORTABLE_CONTAINER = 'ui-sortable-container';
+ const CSS_ID_PREFIX = 'tabfilter_';
+ const CSS_TABFILTER_ICON_HOME = 'icon-home';
+ const CSS_TABFILTER_ITEM = 'tabfilter-item-label';
+
+ /**
+ * Array of arrays for tabs data. Single element contains: tab label object, tab content object or null and tab data
+ * array.
+ *
+ * @var array $tabs
+ */
+ public $tabs = [];
+
+ /**
+ * Tab options array.
+ * idx - namespace used to get/update filter related data in profiles table.
+ * selected - zero based index of selected filter.
+ * expanded - is selected filter expanded or not.
+ * support_custom_time - can filters define custom time range or not.
+ * data - array of filters data arrays.
+ * page - current page number used by selected tab for pagination.
+ * timeselector - array of timeselector data, can be set with addTimeselector or passed as array.
+ */
+ public $options = [
+ 'idx' => '',
+ 'selected' => 0,
+ 'expanded' => false,
+ 'support_custom_time' => 1,
+ 'data' => [],
+ 'page' => null
+ ];
+
+ /**
+ * Tab form available buttons node. Will be initialized during __construct but can be overwritten if needed.
+ */
+ public $buttons = null;
+
+ /**
+ * Array of CPartial elements used as tab content rendering templates.
+ *
+ * @var array $template
+ */
+ protected $templates = [];
+
+ /**
+ * Array of CTag tab label elements.
+ */
+ protected $labels = [];
+
+ /**
+ * Array of CTag or null of tab content elements.
+ */
+ protected $contents = [];
+
+ public function __construct($items = null) {
+ parent::__construct($items);
+
+ $this
+ ->setId(uniqid(static::CSS_ID_PREFIX))
+ ->addClass(ZBX_STYLE_FILTER_CONTAINER)
+ ->addClass(static::ZBX_STYLE_CLASS);
+
+ $this->buttons = (new CDiv())
+ ->addItem([
+ (new CSubmitButton(_('Update'), 'filter_update', 1))->addClass(ZBX_STYLE_BTN_ALT),
+ (new CSubmitButton(_('Save as'), 'filter_new', 1))->addClass(ZBX_STYLE_BTN_ALT),
+ new CSubmitButton(_('Apply'), 'filter_apply', 1),
+ (new CSubmitButton(_('Reset'), 'filter_reset', 1))->addClass(ZBX_STYLE_BTN_ALT)
+ ])
+ ->addClass(ZBX_STYLE_FILTER_FORMS)
+ ->addClass('form-buttons');
+ }
+
+ /**
+ * Set tabfilter options used by javascript.
+ *
+ * @param array $options Array of options.
+ */
+ public function setOptions(array $options) {
+ $this->options = $options;
+
+ if (array_key_exists('timeselector', $options)) {
+ $this->addTimeselector($this->options['timeselector']);
+ }
+
+ return $this;
+ }
+
+ /**
+ * Add template for browser side rendered tabs.
+ *
+ * @param CPartial $template Template object.
+ */
+ public function addTemplate(CPartial $template) {
+ $this->templates[$template->getName()] = $template;
+
+ return $this;
+ }
+
+ /**
+ * Add single tab filter.
+ *
+ * @param CTag|string $label String or CTag as tab label element.
+ * @param CTag|null $content Tab content node or null if tab is dynamic.
+ * @param array $data
+ * @param bool $data['filter_sortable'] Make tab sortable.
+ * @param bool $data['filter_configurable'] Make tab configurable.
+ * @param mixed $data[<any>] Tab filter fields.
+ */
+ public function addTab($label, ?CTag $content, array $data = []) {
+ $tab_index = count($this->labels);
+ $targetid = static::CSS_ID_PREFIX.$tab_index;
+
+ if ($content !== null && method_exists($content, 'getId') && $content->getId()) {
+ $targetid = $content->getId();
+ }
+
+ if (!is_a($label, CTag::class)) {
+ if ($tab_index == 0) {
+ $label = (new CLink(''))
+ ->setAttribute('aria-label', _('Home'))
+ ->addClass(self::CSS_TABFILTER_ICON_HOME);
+ $data += [
+ 'filter_sortable' => false,
+ 'filter_configurable' => false
+ ];
+ }
+ else {
+ $label = new CLink($label);
+ }
+ }
+
+ if (is_a($label, CLink::class)) {
+ // Disable navigation by TAB, javascript code will modify this attribute.
+ $label->setAttribute('tabindex', -1);
+ }
+
+ if ($content) {
+ $content->setId($targetid);
+ }
+
+ $this->labels[] = (new CListItem($label->addClass('tabfilter-item-link')))
+ ->setAttribute('data-target', $targetid)
+ ->addClass(self::CSS_TABFILTER_ITEM);
+ $this->contents[] = $content;
+ $this->options['data'][] = $data + [
+ 'filter_sortable' => true,
+ 'filter_configurable' => true
+ ];
+
+ return $this;
+ }
+
+ /**
+ * Add time range selector tab.
+ *
+ * @param array $timerange
+ * @param string $timerange['from'] Time range start time.
+ * @param string $timerange['to'] Time range end time.
+ * @param string $timerange['idx']
+ * @param int $timerange['idx2']
+ */
+ public function addTimeselector(array $timerange) {
+ $this->options['timeselector'] = $timerange + [
+ 'format' => ZBX_FULL_DATE_TIME,
+ 'from' => 'now-'.CSettingsHelper::get(CSettingsHelper::PERIOD_DEFAULT),
+ 'to' => 'now',
+ 'disabled' => true
+ ];
+
+ return $this;
+ }
+
+ /**
+ * Add tab for render on browser side using passed $data.
+ * Selected and expanded tab will be pre-rendered server side to prevent screen flickering during page initial load.
+ *
+ * @param string|CTag $label Tab label.
+ * @param array $data Tab data associative array.
+ *
+ * @return CTabFilter
+ */
+ public function addTemplatedTab($label, array $data) {
+ $uniqid = count($this->labels);
+
+ return $this->addTab($label, null, $data + ['uniqid' => $uniqid]);
+ }
+
+ /**
+ * Return HTML of tab filter body element.
+ *
+ * @return string
+ */
+ public function bodyToString(): string {
+ $timeselector = array_key_exists('timeselector', $this->options) ? $this->options['timeselector'] : [];
+ $selected = $this->options['selected'];
+ $this->labels[$selected]->addClass(static::CSS_TAB_SELECTED);
+
+ if ($this->options['expanded'] && $this->contents[$selected] === null) {
+ $tab_data = $this->options['data'][$selected];
+ $tab_data['render_html'] = true;
+ $this->labels[$selected]->addClass(static::CSS_TAB_EXPANDED);
+ $this->contents[$selected] = (new CDiv([new CPartial($tab_data['tab_view'], $tab_data)]))
+ ->setId($this->labels[$selected]->getAttribute('data-target'));
+ }
+
+ if ($timeselector) {
+ $data = $timeselector + [
+ 'label' => relativeDateToText($timeselector['from'], $timeselector['to']),
+ 'filter_timeselector' => true,
+ 'filter_sortable' => false,
+ 'filter_configurable' => false
+ ];
+ $this->contents[] = (new CDiv(new CPartial('timeselector.filter', $data)))
+ ->setId(static::CSS_ID_PREFIX.'timeselector');
+ $this->options['data'][] = $data;
+ }
+
+ foreach ($this->contents as $index => $content) {
+ if (is_a($content, CTag::class)) {
+ $content->addClass($index == $selected ? null : ZBX_STYLE_DISPLAY_NONE);
+ }
+ }
+
+ $templates = '';
+
+ foreach ($this->templates as $template) {
+ $templates .= $template->getOutput();
+ }
+
+ return implode('', [
+ $this->getNavigation(),
+ (new CDiv([
+ (new CDiv($this->contents))->addClass('tabfilter-tabs-container'),
+ $this->buttons,
+ ]))
+ ->addClass('tabfilter-content-container')
+ ->addClass($this->options['expanded'] ? null : ZBX_STYLE_DISPLAY_NONE),
+ $templates,
+ ]);
+ }
+
+ public function toString($destroy = true) {
+ if (array_key_exists('timeselector', $this->options)) {
+ $this
+ ->addClass(ZBX_STYLE_FILTER_SPACE)
+ ->setAttribute('data-disable-initial-check', 1)
+ ->setAttribute('data-accessible', 1)
+ ->setAttribute('data-profile-idx', $this->options['idx'])
+ ->setAttribute('data-profile-idx2', 0);
+ }
+
+ return parent::toString($destroy);
+ }
+
+ /**
+ * Get time selector navigation buttons as array.
+ *
+ * @return array
+ */
+ protected function getTimeselectorNavigation(): array {
+ $data = $this->options['timeselector'];
+ $selected = $this->options['data'][$this->options['selected']] + ['filter_custom_time' => 0];
+ $enabled = (!$selected['filter_custom_time'] && !$data['disabled']);
+ // Disable navigation by TAB, if timeselector is disabled.
+ $link = (new CLink(relativeDateToText($data['from'], $data['to'])))
+ ->addClass('tabfilter-item-link')
+ ->setAttribute('tabindex', $enabled ? 0 : -1)
+ ->addClass(ZBX_STYLE_BTN_TIME)
+ ->addClass($data['disabled'] ? ZBX_STYLE_DISABLED : null);
+
+ return [
+ (new CListItem($link))
+ ->setAttribute('data-target', static::CSS_ID_PREFIX.'timeselector')
+ ->addClass(self::CSS_TABFILTER_ITEM)
+ ->addClass($enabled ? null : ZBX_STYLE_DISABLED),
+ (new CSimpleButton())
+ ->setEnabled($enabled)
+ ->addClass(ZBX_STYLE_BTN_TIME_LEFT),
+ (new CSimpleButton(_('Zoom out')))
+ ->setEnabled($enabled)
+ ->addClass(ZBX_STYLE_BTN_TIME_OUT),
+ (new CSimpleButton())
+ ->setEnabled($enabled)
+ ->addClass(ZBX_STYLE_BTN_TIME_RIGHT)
+ ];
+ }
+
+ /**
+ * Generate tabs navigation layout.
+ *
+ * @return CTag
+ */
+ protected function getNavigation(): CTag {
+ $sortable = [];
+ $static = [];
+
+ foreach ($this->labels as $index => $label) {
+ if ($this->options['data'][$index]['filter_sortable']) {
+ $sortable[$index] = $label;
+ }
+ else {
+ $static[$index] = $label;
+ }
+ }
+
+ // First dynamic tab is 'Home' tab and cannot be sorted.
+ array_unshift($sortable, array_shift($static));
+
+ $nav_list = new CList([
+ (new CSimpleButton())
+ ->setAttribute('data-action', 'toggleTabsList')
+ ->addClass('btn-widget-expand'),
+ (new CSimpleButton())
+ ->setAttribute('data-action', 'selectNextTab')
+ ->addClass('btn-iterator-page-next')
+ ]);
+
+ if (array_key_exists('timeselector', $this->options)) {
+ array_map([$nav_list, 'addItem'], $this->getTimeselectorNavigation());
+ }
+
+ return new CTag('nav', true , new CList([
+ (new CSimpleButton())
+ ->setAttribute('data-action', 'selectPrevTab')
+ ->addClass('btn-iterator-page-previous'),
+ $sortable ? (new CList($sortable))->addClass(static::CSS_TAB_SORTABLE_CONTAINER) : null,
+ $static ? $static : null,
+ $nav_list
+ ]));
+ }
+}
diff --git a/ui/include/classes/import/validators/C52XmlValidator.php b/ui/include/classes/import/validators/C52XmlValidator.php
index b9340a7bf7e..9dc89ef4851 100644
--- a/ui/include/classes/import/validators/C52XmlValidator.php
+++ b/ui/include/classes/import/validators/C52XmlValidator.php
@@ -512,6 +512,7 @@ class C52XmlValidator extends CXmlValidatorGeneral {
'correlation_mode' => ['type' => XML_STRING, 'default' => CXmlConstantValue::TRIGGER_DISABLED, 'in' => [CXmlConstantValue::TRIGGER_DISABLED => CXmlConstantName::DISABLED, CXmlConstantValue::TRIGGER_TAG_VALUE => CXmlConstantName::TAG_VALUE]],
'correlation_tag' => ['type' => XML_STRING, 'default' => ''],
'name' => ['type' => XML_STRING | XML_REQUIRED],
+ 'event_name' => ['type' => XML_STRING, 'default' => ''],
'opdata' => ['type' => XML_STRING, 'default' => ''],
'url' => ['type' => XML_STRING, 'default' => ''],
'status' => ['type' => XML_STRING, 'default' => CXmlConstantValue::ENABLED, 'in' => [CXmlConstantValue::ENABLED => CXmlConstantName::ENABLED, CXmlConstantValue::DISABLED => CXmlConstantName::DISABLED]],
@@ -653,6 +654,7 @@ class C52XmlValidator extends CXmlValidatorGeneral {
'correlation_mode' => ['type' => XML_STRING, 'default' => CXmlConstantValue::TRIGGER_DISABLED, 'in' => [CXmlConstantValue::TRIGGER_DISABLED => CXmlConstantName::DISABLED, CXmlConstantValue::TRIGGER_TAG_VALUE => CXmlConstantName::TAG_VALUE]],
'correlation_tag' => ['type' => XML_STRING, 'default' => ''],
'name' => ['type' => XML_STRING | XML_REQUIRED],
+ 'event_name' => ['type' => XML_STRING, 'default' => ''],
'opdata' => ['type' => XML_STRING, 'default' => ''],
'url' => ['type' => XML_STRING, 'default' => ''],
'status' => ['type' => XML_STRING, 'default' => CXmlConstantValue::ENABLED, 'in' => [CXmlConstantValue::ENABLED => CXmlConstantName::ENABLED, CXmlConstantValue::DISABLED => CXmlConstantName::DISABLED]],
@@ -686,6 +688,7 @@ class C52XmlValidator extends CXmlValidatorGeneral {
'correlation_mode' => ['type' => XML_STRING, 'default' => CXmlConstantValue::TRIGGER_DISABLED, 'in' => [CXmlConstantValue::TRIGGER_DISABLED => CXmlConstantName::DISABLED, CXmlConstantValue::TRIGGER_TAG_VALUE => CXmlConstantName::TAG_VALUE]],
'correlation_tag' => ['type' => XML_STRING, 'default' => ''],
'name' => ['type' => XML_STRING | XML_REQUIRED],
+ 'event_name' => ['type' => XML_STRING, 'default' => ''],
'opdata' => ['type' => XML_STRING, 'default' => ''],
'url' => ['type' => XML_STRING, 'default' => ''],
'status' => ['type' => XML_STRING, 'default' => CXmlConstantValue::ENABLED, 'in' => [CXmlConstantValue::ENABLED => CXmlConstantName::ENABLED, CXmlConstantValue::DISABLED => CXmlConstantName::DISABLED]],
@@ -1151,6 +1154,7 @@ class C52XmlValidator extends CXmlValidatorGeneral {
'correlation_mode' => ['type' => XML_STRING, 'default' => CXmlConstantValue::TRIGGER_DISABLED, 'in' => [CXmlConstantValue::TRIGGER_DISABLED => CXmlConstantName::DISABLED, CXmlConstantValue::TRIGGER_TAG_VALUE => CXmlConstantName::TAG_VALUE]],
'correlation_tag' => ['type' => XML_STRING, 'default' => ''],
'name' => ['type' => XML_STRING | XML_REQUIRED],
+ 'event_name' => ['type' => XML_STRING, 'default' => ''],
'opdata' => ['type' => XML_STRING, 'default' => ''],
'url' => ['type' => XML_STRING, 'default' => ''],
'status' => ['type' => XML_STRING, 'default' => CXmlConstantValue::ENABLED, 'in' => [CXmlConstantValue::ENABLED => CXmlConstantName::ENABLED, CXmlConstantValue::DISABLED => CXmlConstantName::DISABLED]],
@@ -1290,6 +1294,7 @@ class C52XmlValidator extends CXmlValidatorGeneral {
'correlation_mode' => ['type' => XML_STRING, 'default' => CXmlConstantValue::TRIGGER_DISABLED, 'in' => [CXmlConstantValue::TRIGGER_DISABLED => CXmlConstantName::DISABLED, CXmlConstantValue::TRIGGER_TAG_VALUE => CXmlConstantName::TAG_VALUE]],
'correlation_tag' => ['type' => XML_STRING, 'default' => ''],
'name' => ['type' => XML_STRING | XML_REQUIRED],
+ 'event_name' => ['type' => XML_STRING, 'default' => ''],
'opdata' => ['type' => XML_STRING, 'default' => ''],
'url' => ['type' => XML_STRING, 'default' => ''],
'status' => ['type' => XML_STRING, 'default' => CXmlConstantValue::ENABLED, 'in' => [CXmlConstantValue::ENABLED => CXmlConstantName::ENABLED, CXmlConstantValue::DISABLED => CXmlConstantName::DISABLED]],
@@ -1323,6 +1328,7 @@ class C52XmlValidator extends CXmlValidatorGeneral {
'correlation_mode' => ['type' => XML_STRING, 'default' => CXmlConstantValue::TRIGGER_DISABLED, 'in' => [CXmlConstantValue::TRIGGER_DISABLED => CXmlConstantName::DISABLED, CXmlConstantValue::TRIGGER_TAG_VALUE => CXmlConstantName::TAG_VALUE]],
'correlation_tag' => ['type' => XML_STRING, 'default' => ''],
'name' => ['type' => XML_STRING | XML_REQUIRED],
+ 'event_name' => ['type' => XML_STRING, 'default' => ''],
'opdata' => ['type' => XML_STRING, 'default' => ''],
'url' => ['type' => XML_STRING, 'default' => ''],
'status' => ['type' => XML_STRING, 'default' => CXmlConstantValue::ENABLED, 'in' => [CXmlConstantValue::ENABLED => CXmlConstantName::ENABLED, CXmlConstantValue::DISABLED => CXmlConstantName::DISABLED]],
@@ -1647,6 +1653,7 @@ class C52XmlValidator extends CXmlValidatorGeneral {
'correlation_mode' => ['type' => XML_STRING, 'default' => CXmlConstantValue::TRIGGER_DISABLED, 'in' => [CXmlConstantValue::TRIGGER_DISABLED => CXmlConstantName::DISABLED, CXmlConstantValue::TRIGGER_TAG_VALUE => CXmlConstantName::TAG_VALUE]],
'correlation_tag' => ['type' => XML_STRING, 'default' => ''],
'name' => ['type' => XML_STRING | XML_REQUIRED],
+ 'event_name' => ['type' => XML_STRING, 'default' => ''],
'opdata' => ['type' => XML_STRING, 'default' => ''],
'url' => ['type' => XML_STRING, 'default' => ''],
'status' => ['type' => XML_STRING, 'default' => CXmlConstantValue::ENABLED, 'in' => [CXmlConstantValue::ENABLED => CXmlConstantName::ENABLED, CXmlConstantValue::DISABLED => CXmlConstantName::DISABLED]],
diff --git a/ui/include/classes/mvc/CPartial.php b/ui/include/classes/mvc/CPartial.php
index 47f8e364a8c..54e0c0e474e 100644
--- a/ui/include/classes/mvc/CPartial.php
+++ b/ui/include/classes/mvc/CPartial.php
@@ -169,4 +169,13 @@ class CPartial {
array_unshift(self::$directories, $directory);
}
}
+
+ /**
+ * Get partial file name.
+ *
+ * @return string
+ */
+ public function getName(): string {
+ return $this->name;
+ }
}
diff --git a/ui/include/classes/mvc/CRouter.php b/ui/include/classes/mvc/CRouter.php
index 71d47af5ec9..6b58abfad6b 100644
--- a/ui/include/classes/mvc/CRouter.php
+++ b/ui/include/classes/mvc/CRouter.php
@@ -156,12 +156,17 @@ class CRouter {
'popup.mediatypetest.send' => ['CControllerPopupMediatypeTestSend', 'layout.json', null],
'popup.scriptexec' => ['CControllerPopupScriptExec', 'layout.json', 'popup.scriptexec'],
'popup.services' => ['CControllerPopupServices', 'layout.json', 'popup.services'],
+ 'popup.tabfilter.delete' => ['CControllerPopupTabFilterDelete', 'layout.json', null],
+ 'popup.tabfilter.edit' => ['CControllerPopupTabFilterEdit', 'layout.json', 'popup.tabfilter.edit'],
+ 'popup.tabfilter.update' => ['CControllerPopupTabFilterUpdate', 'layout.json', null],
'popup.testtriggerexpr' => ['CControllerPopupTestTriggerExpr', 'layout.json', 'popup.testtriggerexpr'],
'popup.triggerexpr' => ['CControllerPopupTriggerExpr', 'layout.json', 'popup.triggerexpr'],
'popup.triggerwizard' => ['CControllerPopupTriggerWizard', 'layout.json', 'popup.triggerwizard'],
'problem.view' => ['CControllerProblemView', 'layout.htmlpage', 'monitoring.problem.view'],
+ 'problem.view.refresh' => ['CControllerProblemViewRefresh', 'layout.json', null],
'problem.view.csv' => ['CControllerProblemView', 'layout.csv', 'monitoring.problem.view'],
'profile.update' => ['CControllerProfileUpdate', 'layout.json', null],
+ 'tabfilter.profile.update' => ['CControllerTabFilterProfileUpdate', 'layout.json', null],
'proxy.create' => ['CControllerProxyCreate', null, null],
'proxy.delete' => ['CControllerProxyDelete', null, null],
'proxy.edit' => ['CControllerProxyEdit', 'layout.htmlpage', 'administration.proxy.edit'],
diff --git a/ui/include/classes/parsers/CExpressionMacroFunctionParser.php b/ui/include/classes/parsers/CExpressionMacroFunctionParser.php
new file mode 100644
index 00000000000..9bb1c41070c
--- /dev/null
+++ b/ui/include/classes/parsers/CExpressionMacroFunctionParser.php
@@ -0,0 +1,87 @@
+<?php
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * A parser for function macros like "{{?<trigger expression>}.func()}".
+ */
+class CExpressionMacroFunctionParser extends CParser {
+
+ /**
+ * @var CExpressionMacroParser
+ */
+ protected $expression_macro_parser;
+
+ /**
+ * @var CFunctionParser
+ */
+ protected $function_parser;
+
+ /**
+ * Set up necessary parsers.
+ */
+ public function __construct() {
+ $this->expression_macro_parser = new CExpressionMacroParser();
+ $this->function_parser = new CFunctionParser();
+ }
+
+ /**
+ * @param string $source
+ * @param int $pos
+ *
+ * @return int
+ */
+ public function parse($source, $pos = 0) {
+ $this->length = 0;
+ $this->match = '';
+
+ $p = $pos;
+
+ if (!isset($source[$p]) || $source[$p] !== '{') {
+ return CParser::PARSE_FAIL;
+ }
+ $p++;
+
+ if ($this->expression_macro_parser->parse($source, $p) != CParser::PARSE_SUCCESS_CONT) {
+ return CParser::PARSE_FAIL;
+ }
+ $p += $this->expression_macro_parser->getLength();
+
+ if (!isset($source[$p]) || $source[$p] !== '.') {
+ return CParser::PARSE_FAIL;
+ }
+ $p++;
+
+ if ($this->function_parser->parse($source, $p) == CParser::PARSE_FAIL) {
+ return CParser::PARSE_FAIL;
+ }
+ $p += $this->function_parser->getLength();
+
+ if (!isset($source[$p]) || $source[$p] !== '}') {
+ return CParser::PARSE_FAIL;
+ }
+ $p++;
+
+ $this->length = $p - $pos;
+ $this->match = substr($source, $pos, $this->length);
+
+ return (isset($source[$pos + $this->length]) ? CParser::PARSE_SUCCESS_CONT : CParser::PARSE_SUCCESS);
+ }
+}
diff --git a/ui/include/classes/parsers/CExpressionMacroParser.php b/ui/include/classes/parsers/CExpressionMacroParser.php
new file mode 100644
index 00000000000..fc67e70f0fa
--- /dev/null
+++ b/ui/include/classes/parsers/CExpressionMacroParser.php
@@ -0,0 +1,81 @@
+<?php
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * A parser for function macros like "{?<trigger expression>}".
+ */
+class CExpressionMacroParser extends CParser {
+
+ /**
+ * @var CTriggerExpression
+ */
+ protected $trigger_expression_parser;
+
+ /**
+ * Set up necessary parsers.
+ */
+ public function __construct() {
+ $this->trigger_expression_parser = new CTriggerExpression([
+ 'host_macro' => ['{HOST.HOST}']
+ ]);
+ }
+
+ /**
+ * @param string $source
+ * @param int $pos
+ *
+ * @return int
+ */
+ public function parse($source, $pos = 0) {
+ $this->length = 0;
+ $this->match = '';
+
+ $p = $pos;
+
+ if (!isset($source[$p]) || substr($source, $p, 2) !== '{?') {
+ $this->errorPos($source, $p);
+
+ return CParser::PARSE_FAIL;
+ }
+ $p += 2;
+
+ $this->trigger_expression_parser->parse(substr($source, $p));
+
+ if ($this->trigger_expression_parser->error_type !== CTriggerExpression::ERROR_UNPARSED_CONTENT) {
+ $this->errorPos($source, $p + $this->trigger_expression_parser->error_pos);
+
+ return CParser::PARSE_FAIL;
+ }
+ $p += $this->trigger_expression_parser->error_pos;
+
+ if (!isset($source[$p]) || $source[$p] !== '}') {
+ $this->errorPos($source, $p);
+
+ return CParser::PARSE_FAIL;
+ }
+ $p++;
+
+ $this->length = $p - $pos;
+ $this->match = substr($source, $pos, $this->length);
+
+ return (isset($source[$pos + $this->length]) ? CParser::PARSE_SUCCESS_CONT : CParser::PARSE_SUCCESS);
+ }
+}
diff --git a/ui/include/classes/parsers/CFunctionMacroParser.php b/ui/include/classes/parsers/CFunctionMacroParser.php
index 1ac7f07f014..6ed00dbd9f0 100644
--- a/ui/include/classes/parsers/CFunctionMacroParser.php
+++ b/ui/include/classes/parsers/CFunctionMacroParser.php
@@ -29,10 +29,14 @@ class CFunctionMacroParser extends CParser {
*
* Supported options:
* '18_simple_checks' => true with support for old-style simple checks like "ftp,{$PORT}"
+ * 'host_macro' Array of macro to be supported as host name.
*
* @var array
*/
- private $options = ['18_simple_checks' => false];
+ private $options = [
+ '18_simple_checks' => false,
+ 'host_macro' => []
+ ];
/**
* Parser for item keys.
@@ -63,13 +67,14 @@ class CFunctionMacroParser extends CParser {
* @param array $options
*/
public function __construct($options = []) {
- if (array_key_exists('18_simple_checks', $options)) {
- $this->options['18_simple_checks'] = $options['18_simple_checks'];
- }
-
+ $this->options = $options + $this->options;
$this->item_key_parser = new CItemKey(['18_simple_checks' => $this->options['18_simple_checks']]);
$this->function_parser = new CFunctionParser();
$this->host_name_parser = new CHostNameParser();
+
+ if ($this->options['host_macro']) {
+ $this->host_macro_parser = new CSetParser($this->options['host_macro']);
+ }
}
/**
@@ -153,6 +158,12 @@ class CFunctionMacroParser extends CParser {
* @return bool
*/
protected function parseHost($source, &$pos) {
+ if ($this->options['host_macro'] && $this->host_macro_parser->parse($source, $pos) !== CParser::PARSE_FAIL) {
+ $pos += $this->host_macro_parser->getLength();
+
+ return true;
+ }
+
if ($this->host_name_parser->parse($source, $pos) == self::PARSE_FAIL) {
return false;
}
diff --git a/ui/include/classes/parsers/CTriggerExpression.php b/ui/include/classes/parsers/CTriggerExpression.php
index 1cf2b2ebb7c..81343a41656 100644
--- a/ui/include/classes/parsers/CTriggerExpression.php
+++ b/ui/include/classes/parsers/CTriggerExpression.php
@@ -29,6 +29,11 @@ class CTriggerExpression {
const STATE_AFTER_CLOSE_BRACE = 6;
const STATE_AFTER_CONSTANT = 7;
+ // Error type constants.
+ const ERROR_LEVEL = 1;
+ const ERROR_UNEXPECTED_ENDING = 2;
+ const ERROR_UNPARSED_CONTENT = 3;
+
/**
* Shows a validity of trigger expression
*
@@ -44,6 +49,20 @@ class CTriggerExpression {
public $error;
/**
+ * Type of parsing error, on of self::ERROR_* constant or 0 when no errors.
+ *
+ * @var int
+ */
+ public $error_type;
+
+ /**
+ * In case of error contain failed position in expression string. Contain -1 when no errors.
+ *
+ * @var int
+ */
+ public $error_pos;
+
+ /**
* An array of trigger functions like {Zabbix server:agent.ping.last(0)}
* The array isn't unique. Same functions can repeat.
*
@@ -62,6 +81,7 @@ class CTriggerExpression {
* 'collapsed_expression' => true Short trigger expression.
* For example: {439} > {$MAX_THRESHOLD} or {439} < {$MIN_THRESHOLD}
* 'calculated' => false Parse calculated item formula instead of trigger expression.
+ * 'host_macro' Array of macro supported as host name part in function.
*
* @var array
*/
@@ -69,7 +89,8 @@ class CTriggerExpression {
'lldmacros' => true,
'allow_func_only' => false,
'collapsed_expression' => false,
- 'calculated' => false
+ 'calculated' => false,
+ 'host_macro' => []
];
/**
@@ -183,6 +204,7 @@ class CTriggerExpression {
* @param bool $options['allow_func_only']
* @param bool $options['collapsed_expression']
* @param bool $options['calculated']
+ * @param bool $options['host_macro']
*/
public function __construct(array $options = []) {
$this->options = $options + $this->options;
@@ -195,7 +217,7 @@ class CTriggerExpression {
$this->functionid_parser = new CFunctionIdParser();
}
else {
- $this->function_macro_parser = new CFunctionMacroParser();
+ $this->function_macro_parser = new CFunctionMacroParser(['host_macro' => $this->options['host_macro']]);
}
$this->function_parser = new CFunctionParser();
$this->lld_macro_parser = new CLLDMacroParser();
@@ -236,6 +258,8 @@ class CTriggerExpression {
$this->result = new CTriggerExprParserResult();
$this->isValid = true;
$this->error = '';
+ $this->error_type = 0;
+ $this->error_pos = -1;
$this->expressions = [];
$this->pos = 0;
@@ -496,12 +520,21 @@ class CTriggerExpression {
$this->isValid = false;
}
- if ($level != 0 || isset($this->expression[$this->pos])
- || ($state != self::STATE_AFTER_CLOSE_BRACE && $state != self::STATE_AFTER_CONSTANT)) {
+ $errors = array_filter([
+ ($level != 0) ? self::ERROR_LEVEL : 0,
+ ($state != self::STATE_AFTER_CLOSE_BRACE && $state != self::STATE_AFTER_CONSTANT)
+ ? self::ERROR_UNEXPECTED_ENDING : 0,
+ isset($this->expression[$this->pos]) ? self::ERROR_UNPARSED_CONTENT : 0
+ ]);
+ $error = reset($errors);
+
+ if ($error) {
$exp_part = substr($this->expression, ($this->pos == 0) ? 0 : $this->pos - 1);
$this->error = $this->options['calculated']
? _s('incorrect calculated item formula starting from "%1$s"', $exp_part)
: _('Incorrect trigger expression.').' '._s('Check expression part starting from "%1$s".', $exp_part);
+ $this->error_type = $error;
+ $this->error_pos = $this->pos;
$this->isValid = false;
return false;
diff --git a/ui/include/classes/screens/CScreenHostTriggers.php b/ui/include/classes/screens/CScreenHostTriggers.php
index a1aa278486e..b2919324000 100644
--- a/ui/include/classes/screens/CScreenHostTriggers.php
+++ b/ui/include/classes/screens/CScreenHostTriggers.php
@@ -242,8 +242,8 @@ class CScreenHostTriggers extends CScreenBase {
$clock = new CLink(zbx_date2str(DATE_TIME_FORMAT_SECONDS, $problem['clock']),
(new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_triggerids[]', $trigger['triggerid'])
- ->setArgument('filter_set', '1')
+ ->setArgument('filter_name', '')
+ ->setArgument('triggerids', [$trigger['triggerid']])
);
// Create acknowledge link.
diff --git a/ui/include/classes/screens/CScreenProblem.php b/ui/include/classes/screens/CScreenProblem.php
index 020ded23c1a..a4f10f83cde 100644
--- a/ui/include/classes/screens/CScreenProblem.php
+++ b/ui/include/classes/screens/CScreenProblem.php
@@ -758,6 +758,21 @@ class CScreenProblem extends CScreenBase {
$this->dataId = 'problem';
$url = (new CUrl('zabbix.php'))->setArgument('action', 'problem.view');
+ $args = [
+ 'sort' => $this->data['sort'],
+ 'sortorder' => $this->data['sortorder']
+ ] + $this->data['filter'];
+
+ if ($this->data['filter']['show'] == TRIGGERS_OPTION_ALL) {
+ $args['from'] = $this->timeline['from'];
+ $args['to'] = $this->timeline['to'];
+ }
+
+ if (array_key_exists('severities', $args)) {
+ $args['severities'] = array_combine($args['severities'], $args['severities']);
+ }
+
+ array_map([$url, 'setArgument'], array_keys($args), $args);
$data = self::getData($this->data['filter'], true);
$data = self::sortData($data, $this->data['sort'], $this->data['sortorder']);
diff --git a/ui/include/classes/services/CTabFilterProfile.php b/ui/include/classes/services/CTabFilterProfile.php
new file mode 100644
index 00000000000..9404c831c6b
--- /dev/null
+++ b/ui/include/classes/services/CTabFilterProfile.php
@@ -0,0 +1,337 @@
+<?php declare(strict_types = 1);
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * Class to manage filter tabs.
+ */
+class CTabFilterProfile {
+
+ /**
+ * Profile Idx value base, additional settings will be used with this string as prefix.
+ *
+ * @var array
+ */
+ protected $namespace;
+
+ /**
+ * Index of selected tab, zero when no tabs are selected.
+ *
+ * @var int
+ */
+ public $selected;
+
+ /**
+ * Is selected tab expanded.
+ *
+ * @var bool
+ */
+ public $expanded;
+
+ /**
+ * Global time range start.
+ */
+ public $from;
+
+ /**
+ * Global time range end.
+ */
+ public $to;
+
+ /**
+ * Array of tabs filter arrays.
+ * Tab filter properties:
+ * @property string []['filter_name'] Tab label.
+ * @property int []['filter_show_counter'] Show count of results within tab label when tab is collapsed.
+ * @property int []['filter_custom_time'] Use custom time range.
+ *
+ * @var array
+ */
+ public $tabfilters;
+
+ /**
+ * Array of tabs filter arrays with default data but without user modified input.
+ * Tab filter properties:
+ * @property string []['filter_name'] Tab label.
+ * @property int []['filter_show_counter'] Show count of results within tab label when tab is collapsed.
+ * @property int []['filter_custom_time'] Use custom time range.
+ *
+ * @var array
+ */
+ public $db_tabfilters;
+
+ /**
+ * Array of filter field default values.
+ *
+ * @var array
+ */
+ public $filter_defaults;
+
+ public function __construct($idx, array $filter_defaults) {
+ $this->namespace = $idx;
+ $this->tabfilters = [];
+ $filter_defaults = array_intersect_key([
+ 'from' => 'now-'.CSettingsHelper::get(CSettingsHelper::PERIOD_DEFAULT),
+ 'to' => 'now'
+ ], $filter_defaults) + $filter_defaults;
+ $this->filter_defaults = $filter_defaults + [
+ 'filter_name' => _('Untitled'),
+ 'filter_show_counter' => 0,
+ 'filter_custom_time' => 0
+ ];
+ $this->selected = 0;
+ $this->expanded = false;
+ }
+
+ /**
+ * Create filter tab from controller input. Set default values.
+ *
+ * @param array $input Controller input.
+ *
+ * @return array
+ */
+ public function createFilterTab(array $input): array {
+ $filter = array_intersect_key($input, $this->filter_defaults) + $this->filter_defaults;
+
+ return $filter;
+ }
+
+ /**
+ * Set filter fields values of specific tab, filter out values equal to default value.
+ *
+ * @param int $index Tab index to modify.
+ * @param array $input Fields values.
+ */
+ public function setTabFilter($index, array $input) {
+ $input = array_intersect_key($input, $this->filter_defaults);
+ $this->tabfilters[$index] = $input;
+ $this->selected = $index;
+
+ return $this;
+ }
+
+ /**
+ * Get filter fields values of specific tab. For non existing tab will return defaults.
+ *
+ * @param int $index Tab index.
+ *
+ * @return array
+ */
+ public function getTabFilter($index): array {
+ $data = array_key_exists($index, $this->tabfilters)
+ ? $this->tabfilters[$index] + $this->filter_defaults
+ : $this->filter_defaults;
+
+ if (!$data['filter_custom_time']) {
+ $data['from'] = $this->from;
+ $data['to'] = $this->to;
+ }
+
+ return $data;
+ }
+
+ /**
+ * Get array of all tabfilters with tab filter data enriched with default values.
+ *
+ * @return array
+ */
+ public function getTabsWithDefaults(): array {
+ $tabfilters = array_map([$this, 'getTabFilter'], range(0, count($this->tabfilters) - 1));
+
+ if (array_key_exists($this->selected, $this->db_tabfilters)) {
+ $tabfilters[$this->selected]['filter_src'] = $this->db_tabfilters[$this->selected] + $this->filter_defaults;
+ }
+
+ return $tabfilters;
+ }
+
+ /**
+ * Update selected tab filter properties from $input array. Active filter selection:
+ * - If no filter_name passed in input select last opened filter.
+ * - If filter_name is empty select home filter (is used for hotlinking from other pages to home filter)
+ * - If filter_name does not exists in stored filters, select home filer
+ * - If filter_name exists and is not unique among stored filters, select last opened filter if it name match else
+ * select first filter from matched filters list.
+ *
+ * @param array $input Tab filter properties array.
+ */
+ public function setInput(array $input) {
+ $index = array_key_exists('filter_name', $input) ? 0 : $this->selected;
+ $input += ['filter_name' => $this->tabfilters[$index]['filter_name']];
+ $name_indexes = [];
+
+ foreach (array_slice($this->tabfilters, 1, null, true) as $index => $tabfilter) {
+ if ($tabfilter['filter_name'] === $input['filter_name']) {
+ $name_indexes[] = $index;
+ }
+ }
+
+ if (!$name_indexes) {
+ $name_indexes = [0];
+ }
+
+ if (!in_array($this->selected, $name_indexes)) {
+ $this->selected = reset($name_indexes);
+ $this->update();
+ }
+
+ $filter = $this->tabfilters[$this->selected];
+ $sorting = array_intersect_key($filter, ['sort' => '', 'sortorder' => '']);
+ $input_sorting = array_intersect_key($input, ['sort' => '', 'sortorder' => '']);
+
+ if ($sorting && array_diff_assoc($sorting, $input_sorting)) {
+ $this->tabfilters[$this->selected] = array_merge($filter, $input_sorting);
+ $this->update();
+ }
+
+ $input += array_merge($this->filter_defaults, $this->tabfilters[$this->selected]);
+ $input['filter_show_counter'] = (int) $input['filter_show_counter'];
+ $input['filter_custom_time'] = (int) $input['filter_custom_time'];
+ $this->tabfilters[$this->selected] = $input;
+ return $this;
+ }
+
+ /**
+ * Order tabfilters value according $taborder string. It should contain comma separated list of $tabfilter indexes.
+ * Tabs not in $taborder will be removed.
+ *
+ * @param string $taborder Comma separated string of tab indexes.
+ */
+ public function sort(string $taborder) {
+ $source = $this->tabfilters;
+ $this->tabfilters = [];
+ $taborder = explode(',', $taborder);
+
+ foreach ($taborder as $index) {
+ if (array_key_exists($index, $source)) {
+ $this->tabfilters[$index] = $source[$index];
+ }
+ }
+
+ $selected = array_search($this->selected, $taborder);
+
+ if ($selected !== false) {
+ $this->selected = $selected;
+ }
+
+ return $this;
+ }
+
+ /**
+ * Delete tab filter by index, do not allow to delete home tab (index equal zero). If deleted tab was selected
+ * previous tab will be set as selected instead.
+ *
+ * @param int $index Index of deleted tab filter, cannot be zero.
+ */
+ public function deleteTab(int $index) {
+ if ($index > 0) {
+ unset($this->tabfilters[$index]);
+
+ if ($this->selected == $index) {
+ $this->selected = $index - 1;
+ }
+ }
+
+ return $this;
+ }
+
+ /**
+ * Read profile from database.
+ */
+ public function read() {
+ $from = array_key_exists('from', $this->filter_defaults) ? $this->filter_defaults['from'] : null;
+ $to = array_key_exists('to', $this->filter_defaults) ? $this->filter_defaults['to'] : null;
+
+ /*
+ * It is impossible to define "from" as is set system wide default value because constant cannot contain
+ * calculated values. Therefore empty string "from" or "to" value will be initialized equal system wide
+ * defined default value.
+ */
+
+ if ($from === '') {
+ $from = 'now-'.CSettingsHelper::get(CSettingsHelper::PERIOD_DEFAULT);
+ }
+
+ if ($to === '') {
+ $to = 'now';
+ }
+
+ $this->from = CProfile::get($this->namespace.'.from', $from);
+ $this->to = CProfile::get($this->namespace.'.to', $to);
+ $this->selected = (int) CProfile::get($this->namespace.'.selected', 0);
+ $this->expanded = (bool) CProfile::get($this->namespace.'.expanded', true);
+ // CProfile::updateArray assign new idx2 values do not need to store order in profile
+ $this->tabfilters = CProfile::getArray($this->namespace.'.properties', []);
+
+ foreach ($this->tabfilters as &$tabfilter) {
+ $tabfilter = json_decode($tabfilter, true);
+ }
+ unset($tabfilter);
+
+ if (!$this->tabfilters) {
+ $this->tabfilters[] = ['filter_name' => ''];
+ }
+
+ $this->db_tabfilters = $this->tabfilters;
+
+ return $this;
+ }
+
+ /**
+ * Update profile in database.
+ */
+ public function update() {
+ $tabfilters = $this->getTabFiltersProperties();
+
+ CProfile::updateArray($this->namespace.'.properties', array_map('json_encode', $tabfilters), PROFILE_TYPE_STR);
+ CProfile::update($this->namespace.'.selected', $this->selected, PROFILE_TYPE_INT);
+ CProfile::update($this->namespace.'.expanded', (int) $this->expanded, PROFILE_TYPE_INT);
+
+ return $this;
+ }
+
+ /**
+ * Get tab filters data only for fields having non default value.
+ *
+ * @return array
+ */
+ protected function getTabFiltersProperties(): array {
+ $tabfilters = $this->tabfilters;
+
+ if ($this->filter_defaults) {
+ foreach ($tabfilters as &$tabfilter) {
+ $tabfilter = CArrayHelper::unsetEqualValues($tabfilter, $this->filter_defaults) + [
+ 'filter_name' => $tabfilter['filter_name']
+ ];
+
+ if (array_key_exists('filter_show_counter', $tabfilter)) {
+ $tabfilter['filter_show_counter'] = (int) $tabfilter['filter_show_counter'];
+ }
+
+ if (array_key_exists('filter_custom_time', $tabfilter)) {
+ $tabfilter['filter_custom_time'] = (int) $tabfilter['filter_custom_time'];
+ }
+ }
+ unset($tabfilter);
+ }
+
+ return $tabfilters;
+ }
+}
diff --git a/ui/include/classes/user/CFavorite.php b/ui/include/classes/user/CFavorite.php
index 15aff91e356..13da6471bef 100644
--- a/ui/include/classes/user/CFavorite.php
+++ b/ui/include/classes/user/CFavorite.php
@@ -91,6 +91,7 @@ class CFavorite {
'userid' => CWebUser::$data['userid'],
'idx' => zbx_dbstr($idx),
'value_id' => zbx_dbstr($favid),
+ 'value_str' =>zbx_dbstr(''),
'type' => PROFILE_TYPE_ID
];
if (!is_null($favobj)) {
diff --git a/ui/include/classes/user/CProfile.php b/ui/include/classes/user/CProfile.php
index 0336e518e83..18516f1a3b1 100644
--- a/ui/include/classes/user/CProfile.php
+++ b/ui/include/classes/user/CProfile.php
@@ -32,8 +32,7 @@ class CProfile {
self::$userDetails = CWebUser::$data;
self::$profiles = [];
- $profilesTableSchema = DB::getSchema('profiles');
- self::$stringProfileMaxLength = $profilesTableSchema['fields']['value_str']['length'];
+ self::$stringProfileMaxLength = DB::getFieldLength('profiles', 'value_str');
DBselect('SELECT NULL FROM users u WHERE '.dbConditionId('u.userid', (array) self::$userDetails['userid']).
' FOR UPDATE'
);
@@ -337,6 +336,8 @@ class CProfile {
$value_type => zbx_dbstr($value),
'type' => $type,
'idx2' => zbx_dbstr($idx2)
+ ] + [
+ 'value_str' => zbx_dbstr('')
];
return DBexecute('INSERT INTO profiles ('.implode(', ', array_keys($values)).') VALUES ('.implode(', ', $values).')');
diff --git a/ui/include/classes/validators/CEventNameValidator.php b/ui/include/classes/validators/CEventNameValidator.php
new file mode 100644
index 00000000000..96f2bc8f065
--- /dev/null
+++ b/ui/include/classes/validators/CEventNameValidator.php
@@ -0,0 +1,63 @@
+<?php
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+/**
+ * Validate only trigger event name field expression macroses, other macroses will be ignored.
+ */
+class CEventNameValidator extends CValidator {
+
+ /**
+ * Returns true if the given $value is valid, or set's an error and returns false otherwise.
+ *
+ * @param $value
+ *
+ * @return bool
+ */
+ public function validate($value) {
+ $p = 0;
+ $expr_macro = new CExpressionMacroParser();
+ $expr_func_macro = new CExpressionMacroFunctionParser();
+
+ while (isset($value[$p])) {
+ if (substr($value, $p, 2) !== '{?') {
+ $p++;
+
+ continue;
+ }
+
+ if ($expr_func_macro->parse($value, $p) === CParser::PARSE_FAIL) {
+ if ($expr_macro->parse($value, $p) === CParser::PARSE_FAIL) {
+ $this->setError($expr_macro->getError());
+
+ return false;
+ }
+ else {
+ $p += $expr_macro->getLength();
+ }
+ }
+ else {
+ $p += $expr_func_macro->getLength();
+ }
+ }
+
+ return true;
+ }
+}
diff --git a/ui/include/classes/validators/CFunctionValidator.php b/ui/include/classes/validators/CFunctionValidator.php
index 2e3ee36a3d5..4291740974f 100644
--- a/ui/include/classes/validators/CFunctionValidator.php
+++ b/ui/include/classes/validators/CFunctionValidator.php
@@ -266,6 +266,48 @@ class CFunctionValidator extends CValidator {
['type' => 'fit', 'can_be_empty' => true]
],
'value_types' => $valueTypesNum
+ ],
+ 'trendavg' => [
+ 'args' => [
+ ['type' => 'period', 'mandat' => true],
+ ['type' => 'period_shift', 'mandat' => true]
+ ],
+ 'value_types' => $valueTypesNum
+ ],
+ 'trendcount' => [
+ 'args' => [
+ ['type' => 'period', 'mandat' => true],
+ ['type' => 'period_shift', 'mandat' => true]
+ ],
+ 'value_types' => $valueTypesAll
+ ],
+ 'trenddelta' => [
+ 'args' => [
+ ['type' => 'period', 'mandat' => true],
+ ['type' => 'period_shift', 'mandat' => true]
+ ],
+ 'value_types' => $valueTypesNum
+ ],
+ 'trendmax' => [
+ 'args' => [
+ ['type' => 'period', 'mandat' => true],
+ ['type' => 'period_shift', 'mandat' => true]
+ ],
+ 'value_types' => $valueTypesNum
+ ],
+ 'trendmin' => [
+ 'args' => [
+ ['type' => 'period', 'mandat' => true],
+ ['type' => 'period_shift', 'mandat' => true]
+ ],
+ 'value_types' => $valueTypesNum
+ ],
+ 'trendsum' => [
+ 'args' => [
+ ['type' => 'period', 'mandat' => true],
+ ['type' => 'period_shift', 'mandat' => true]
+ ],
+ 'value_types' => $valueTypesNum
]
];
}
@@ -322,6 +364,8 @@ class CFunctionValidator extends CValidator {
$lld_macro_function_parser = new CLLDMacroFunctionParser();
}
+ $func_args = [];
+
foreach ($this->allowed[$value['functionName']]['args'] as $aNum => $arg) {
// mandatory check
if (isset($arg['mandat']) && $arg['mandat'] && !isset($value['functionParamList'][$aNum])) {
@@ -354,6 +398,44 @@ class CFunctionValidator extends CValidator {
$value['function']).' '.$paramLabels[$aNum]);
return false;
}
+
+ $func_args[$arg['type']] = $value['functionParamList'][$aNum];
+ }
+
+ if (array_key_exists('period', $func_args) && array_key_exists('period_shift', $func_args)
+ && !$this->validateTrendPeriods($func_args['period'], $func_args['period_shift'])) {
+ return false;
+ }
+
+ return true;
+ }
+
+ /**
+ * Validate trend* function used period and period_shift arguments.
+ *
+ * @param string $period_value Value of period, first argument for trend* function.
+ * @param string $period_shift_value Value of period shift, second argument for trend* function.
+ *
+ * @return bool
+ */
+ private function validateTrendPeriods($period_value, $period_shift_value): bool {
+ $precisions = 'hdwMy';
+ $period = strpos($precisions, substr($period_value, -1));
+
+ if ($period !== false) {
+ $relative_time_parser = new CRelativeTimeParser();
+ $relative_time_parser->parse($period_shift_value);
+
+ foreach ($relative_time_parser->getTokens() as $token) {
+ if ($token['type'] !== CRelativeTimeParser::ZBX_TOKEN_PRECISION) {
+ continue;
+ }
+
+ if (strpos($precisions, $token['suffix']) < $period) {
+ $this->setError(_('Time units in period shift must be greater or equal to period time unit.'));
+ return false;
+ }
+ }
}
return true;
@@ -364,7 +446,7 @@ class CFunctionValidator extends CValidator {
*
* @param string $param
* @param string $type type of $param ('fit', 'mode', 'num_suffix', 'num_unsigned', 'operation', 'percent',
- * 'sec_neg', 'sec_num', 'sec_num_zero', 'sec_zero')
+ * 'period', 'period_shift', 'sec_neg', 'sec_num', 'sec_num_zero', 'sec_zero')
*
* @return bool
*/
@@ -405,6 +487,12 @@ class CFunctionValidator extends CValidator {
case 'operation':
return $this->validateOperation($param);
+
+ case 'period':
+ return $this->validatePeriod($param);
+
+ case 'period_shift':
+ return $this->validatePeriodShift($param);
}
return true;
@@ -548,4 +636,58 @@ class CFunctionValidator extends CValidator {
private function validateOperation($param) {
return preg_match('/^(eq|ne|gt|ge|lt|le|like|band|regexp|iregexp|)$/', $param);
}
+
+ /**
+ * Validate trigger function parameter which can contain time unit not less than 1 hour and multiple of an hour.
+ * Examples: 3600, 7200s, 2h, 1d
+ *
+ * @param string $param
+ *
+ * @return bool
+ */
+ private function validatePeriod(string $param): bool {
+ $simple_interval_parser = new CSimpleIntervalParser(['with_year' => true]);
+ $value = (string) $param;
+
+ if ($simple_interval_parser->parse($value) == CParser::PARSE_SUCCESS) {
+ $value = timeUnitToSeconds($value, true);
+
+ if ($value >= SEC_PER_HOUR && $value % SEC_PER_HOUR === 0) {
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Validate trigger function parameter which can contain time range value with precision and multiple of an hour.
+ * Examples: now/h, now/w, now/M, now/y
+ *
+ * @param string $param
+ *
+ * @return bool
+ */
+ private function validatePeriodShift(string $param): bool {
+ $relative_time_parser = new CRelativeTimeParser();
+
+ if ($relative_time_parser->parse((string) $param) === CParser::PARSE_SUCCESS) {
+ $tokens = $relative_time_parser->getTokens();
+
+ foreach ($tokens as $token) {
+ if ($token['type'] === CRelativeTimeParser::ZBX_TOKEN_PRECISION && $token['suffix'] === 'm') {
+ return false;
+ }
+ }
+
+ foreach ($tokens as $token) {
+ if ($token['type'] === CRelativeTimeParser::ZBX_TOKEN_PRECISION
+ && $relative_time_parser->getDateTime(true)->getTimestamp() % SEC_PER_HOUR === 0) {
+ return true;
+ }
+ }
+ }
+
+ return false;
+ }
}
diff --git a/ui/include/defines.inc.php b/ui/include/defines.inc.php
index 2c4e1ed802f..9efd26c82f7 100644
--- a/ui/include/defines.inc.php
+++ b/ui/include/defines.inc.php
@@ -21,7 +21,7 @@
define('ZABBIX_VERSION', '5.2.0beta2');
define('ZABBIX_API_VERSION', '5.2.0');
define('ZABBIX_EXPORT_VERSION', '5.2');
-define('ZABBIX_DB_VERSION', 5010044);
+define('ZABBIX_DB_VERSION', 5010048);
define('ZABBIX_COPYRIGHT_FROM', '2001');
define('ZABBIX_COPYRIGHT_TO', '2020');
@@ -1696,6 +1696,7 @@ define('ZBX_STYLE_FILTER_BTN_CONTAINER', 'filter-btn-container');
define('ZBX_STYLE_FILTER_CONTAINER', 'filter-container');
define('ZBX_STYLE_FILTER_HIGHLIGHT_ROW_CB', 'filter-highlight-row-cb');
define('ZBX_STYLE_FILTER_FORMS', 'filter-forms');
+define('ZBX_STYLE_FILTER_SPACE', 'filter-space');
define('ZBX_STYLE_FILTER_TRIGGER', 'filter-trigger');
define('ZBX_STYLE_FLH_AVERAGE_BG', 'flh-average-bg');
define('ZBX_STYLE_FLH_DISASTER_BG', 'flh-disaster-bg');
diff --git a/ui/include/forms.inc.php b/ui/include/forms.inc.php
index 8d02d8816c8..2c1893088c9 100644
--- a/ui/include/forms.inc.php
+++ b/ui/include/forms.inc.php
@@ -1582,6 +1582,8 @@ function getTriggerMassupdateFormData() {
* @param string $data['recovery_expr_temp'] Trigger temporary recovery expression.
* @param string $data['recovery_mode'] Trigger recovery mode.
* @param string $data['description'] Trigger description.
+ * @param string $data['event_name'] Trigger event name.
+ * @param string $data['opdata'] Trigger operational data.
* @param int $data['type'] Trigger problem event generation mode.
* @param string $data['priority'] Trigger severity.
* @param int $data['status'] Trigger status.
@@ -1594,6 +1596,10 @@ function getTriggerMassupdateFormData() {
* @param string $data['hostid'] Host ID.
* @param string $data['expression_action'] Trigger expression action.
* @param string $data['recovery_expression_action'] Trigger recovery expression action.
+ * @param string $data['tags'] Trigger tags.
+ * @param string $data['correlation_mode'] Trigger correlation mode.
+ * @param string $data['correlation_tag'] Trigger correlation tag.
+ * @param string $data['manual_close'] Trigger manual close.
*
* @return array
*/
@@ -1736,6 +1742,7 @@ function getTriggerFormData(array $data) {
if (!$data['limited'] || !isset($_REQUEST['form_refresh'])) {
$data['description'] = $trigger['description'];
+ $data['event_name'] = $trigger['event_name'];
$data['opdata'] = $trigger['opdata'];
$data['type'] = $trigger['type'];
$data['recovery_mode'] = $trigger['recovery_mode'];
diff --git a/ui/include/func.inc.php b/ui/include/func.inc.php
index 4032a15c129..c41178b7e0d 100644
--- a/ui/include/func.inc.php
+++ b/ui/include/func.inc.php
@@ -2434,6 +2434,31 @@ function getTimeSelectorPeriod(array $options) {
}
/**
+ * Get array of action statuses available for defined time range. For incorrect "from" or "to" all actions will be set
+ * to false.
+ *
+ * @param string $from Relative or absolute time, cannot be null.
+ * @param string $to Relative or absolute time, cannot be null.
+ *
+ * @return array
+ */
+function getTimeselectorActions($from, $to): array {
+ $ts_now = time();
+ $parser = new CRangeTimeParser();
+ $ts_from = ($parser->parse($from) !== CParser::PARSE_FAIL) ? $parser->getDateTime(true)->getTimestamp() : null;
+ $ts_to = ($parser->parse($to) !== CParser::PARSE_FAIL) ? $parser->getDateTime(false)->getTimestamp() : null;
+ $valid = ($ts_from !== null && $ts_to !== null);
+ $parser->parse('now-'.CSettingsHelper::get(CSettingsHelper::MAX_PERIOD));
+ $max_period = 1 + $ts_now - $parser->getDateTime(true)->getTimestamp();
+
+ return [
+ 'can_zoomout' => ($valid && ($ts_to - $ts_from + 1 < $max_period)),
+ 'can_decrement' => ($valid && ($ts_from > 0)),
+ 'can_increment' => ($valid && ($ts_to < $ts_now - ZBX_MIN_PERIOD))
+ ];
+}
+
+/**
* Convert relative date range string to translated string. Function does not check is passed date range correct.
*
* @param string $from Start date of date range.
diff --git a/ui/include/hostgroups.inc.php b/ui/include/hostgroups.inc.php
index 89ba110c862..d405c2e8700 100644
--- a/ui/include/hostgroups.inc.php
+++ b/ui/include/hostgroups.inc.php
@@ -274,7 +274,7 @@ function makeProblemHostsHintBox(array $hosts, array $data, CUrl $url) {
foreach ($hosts as $hostid => $host) {
$host_data = $data['hosts_data'][$hostid];
- $url->setArgument('filter_hostids', [$hostid]);
+ $url->setArgument('hostids', [$hostid]);
$host_name = new CLink($host_data['host'], $url->getUrl());
if ($host_data['maintenance_status'] == HOST_MAINTENANCE_STATUS_ON) {
diff --git a/ui/include/schema.inc.php b/ui/include/schema.inc.php
index e39d7106ea1..6643de8f0e3 100644
--- a/ui/include/schema.inc.php
+++ b/ui/include/schema.inc.php
@@ -3236,6 +3236,12 @@ return [
'length' => 10,
'default' => '0',
],
+ 'event_name' => [
+ 'null' => false,
+ 'type' => DB::FIELD_TYPE_CHAR,
+ 'length' => 2048,
+ 'default' => '',
+ ],
],
],
'trigger_depends' => [
@@ -6461,8 +6467,7 @@ return [
],
'value_str' => [
'null' => false,
- 'type' => DB::FIELD_TYPE_CHAR,
- 'length' => 255,
+ 'type' => DB::FIELD_TYPE_NCLOB,
'default' => '',
],
'source' => [
@@ -8486,6 +8491,34 @@ return [
],
],
],
+ 'trigger_queue' => [
+ 'key' => '',
+ 'fields' => [
+ 'objectid' => [
+ 'null' => false,
+ 'type' => DB::FIELD_TYPE_ID,
+ 'length' => 20,
+ ],
+ 'type' => [
+ 'null' => false,
+ 'type' => DB::FIELD_TYPE_INT,
+ 'length' => 10,
+ 'default' => '0',
+ ],
+ 'clock' => [
+ 'null' => false,
+ 'type' => DB::FIELD_TYPE_INT,
+ 'length' => 10,
+ 'default' => '0',
+ ],
+ 'ns' => [
+ 'null' => false,
+ 'type' => DB::FIELD_TYPE_INT,
+ 'length' => 10,
+ 'default' => '0',
+ ],
+ ],
+ ],
'dbversion' => [
'key' => '',
'fields' => [
diff --git a/ui/include/services.inc.php b/ui/include/services.inc.php
index aba490c6605..f6a17fe001d 100644
--- a/ui/include/services.inc.php
+++ b/ui/include/services.inc.php
@@ -217,8 +217,8 @@ function createServiceMonitoringTree(array $services, array $slaData, $period, &
new CLink($trigger['description'],
(new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_triggerids[]', $trigger['triggerid'])
- ->setArgument('filter_set', '1')
+ ->setArgument('filter_name', '')
+ ->setArgument('triggerids', [$trigger['triggerid']])
)
];
}
@@ -232,8 +232,8 @@ function createServiceMonitoringTree(array $services, array $slaData, $period, &
$reason[] = new CLink($problemTrigger['description'],
(new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_triggerids[]', $problemTrigger['triggerid'])
- ->setArgument('filter_set', '1')
+ ->setArgument('filter_name', '')
+ ->setArgument('triggerids', [$problemTrigger['triggerid']])
);
}
diff --git a/ui/include/triggers.inc.php b/ui/include/triggers.inc.php
index c05e02c8811..6285cfaf68d 100644
--- a/ui/include/triggers.inc.php
+++ b/ui/include/triggers.inc.php
@@ -348,7 +348,8 @@ function utf8RawUrlDecode($source) {
function copyTriggersToHosts($src_triggerids, $dst_hostids, $src_hostid = null) {
$options = [
'output' => ['triggerid', 'expression', 'description', 'url', 'status', 'priority', 'comments', 'type',
- 'recovery_mode', 'recovery_expression', 'correlation_mode', 'correlation_tag', 'manual_close', 'opdata'
+ 'recovery_mode', 'recovery_expression', 'correlation_mode', 'correlation_tag', 'manual_close', 'opdata',
+ 'event_name'
],
'selectDependencies' => ['triggerid'],
'selectTags' => ['tag', 'value'],
@@ -424,6 +425,7 @@ function copyTriggersToHosts($src_triggerids, $dst_hostids, $src_hostid = null)
// The dependencies must be added after all triggers are created.
$result = API::Trigger()->create([[
'description' => $srcTrigger['description'],
+ 'event_name' => $srcTrigger['event_name'],
'opdata' => $srcTrigger['opdata'],
'expression' => $srcTrigger['expression'],
'url' => $srcTrigger['url'],
@@ -1928,7 +1930,13 @@ function get_item_function_info($expr) {
'strlen' => $rules['string_as_uint'],
'sum' => $rules['numeric'],
'time' => $rules['time'],
- 'timeleft' => $rules['numeric_as_float']
+ 'timeleft' => $rules['numeric_as_float'],
+ 'trendavg' => $rules['numeric'],
+ 'trendcount' => $rules['numeric'],
+ 'trenddelta' => $rules['numeric'],
+ 'trendmax' => $rules['numeric'],
+ 'trendmin' => $rules['numeric'],
+ 'trendsum' => $rules['numeric']
];
$expr_data = new CTriggerExpression();
diff --git a/ui/include/views/configuration.trigger.prototype.edit.php b/ui/include/views/configuration.trigger.prototype.edit.php
index 51258b6257c..88015cd3985 100644
--- a/ui/include/views/configuration.trigger.prototype.edit.php
+++ b/ui/include/views/configuration.trigger.prototype.edit.php
@@ -70,6 +70,13 @@ $triggersFormList
->setAttribute('autofocus', 'autofocus')
)
->addRow(
+ (new CLabel(_('Event name'), 'event_name')),
+ (new CTextAreaFlexible('event_name', $data['event_name']))
+ ->setReadonly($data['limited'])
+ ->setMaxlength(DB::getFieldLength('triggers', 'event_name'))
+ ->setWidth(ZBX_TEXTAREA_STANDARD_WIDTH)
+ )
+ ->addRow(
new CLabel(_('Operational data'), 'opdata'),
(new CTextBox('opdata', $data['opdata'], $data['limited']))->setWidth(ZBX_TEXTAREA_STANDARD_WIDTH)
)
diff --git a/ui/include/views/configuration.triggers.edit.php b/ui/include/views/configuration.triggers.edit.php
index 231d399b82b..70238463e8c 100644
--- a/ui/include/views/configuration.triggers.edit.php
+++ b/ui/include/views/configuration.triggers.edit.php
@@ -91,6 +91,13 @@ $triggersFormList
->setAttribute('autofocus', 'autofocus')
)
->addRow(
+ (new CLabel(_('Event name'), 'event_name')),
+ (new CTextAreaFlexible('event_name', $data['event_name']))
+ ->setReadonly($readonly)
+ ->setMaxlength(DB::getFieldLength('triggers', 'event_name'))
+ ->setWidth(ZBX_TEXTAREA_STANDARD_WIDTH)
+ )
+ ->addRow(
new CLabel(_('Operational data'), 'opdata'),
(new CTextBox('opdata', $data['opdata'], $readonly))->setWidth(ZBX_TEXTAREA_STANDARD_WIDTH)
);
diff --git a/ui/include/views/inventory.host.view.php b/ui/include/views/inventory.host.view.php
index 3dd24ddaf59..7647b437eab 100644
--- a/ui/include/views/inventory.host.view.php
+++ b/ui/include/views/inventory.host.view.php
@@ -147,8 +147,8 @@ $overviewFormList->addRow(_('Monitoring'),
new CLink(_('Problems'),
(new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_hostids[]', $data['host']['hostid'])
- ->setArgument('filter_set', '1')
+ ->setArgument('filter_name', '')
+ ->setArgument('hostids', [$data['host']['hostid']])
),
new CLink(_('Graphs'),
(new CUrl('zabbix.php'))
diff --git a/ui/include/views/js/common.template.edit.js.php b/ui/include/views/js/common.template.edit.js.php
index 5d3d10ddee5..9ba9593d09e 100644
--- a/ui/include/views/js/common.template.edit.js.php
+++ b/ui/include/views/js/common.template.edit.js.php
@@ -281,6 +281,12 @@
add_templates = <?= json_encode($data['macros_tab']['add_templates']) ?>,
macros_initialized = false;
+ $('#host, #template_name')
+ .on('input keydown paste', function() {
+ $('#visiblename').attr('placeholder', $(this).val());
+ })
+ .trigger('input');
+
$('#tabs').on('tabscreate tabsactivate', function(event, ui) {
var panel = (event.type === 'tabscreate') ? ui.panel : ui.newPanel;
diff --git a/ui/include/views/js/configuration.triggers.edit.js.php b/ui/include/views/js/configuration.triggers.edit.js.php
index 9b99f78a174..e1dfd336690 100644
--- a/ui/include/views/js/configuration.triggers.edit.js.php
+++ b/ui/include/views/js/configuration.triggers.edit.js.php
@@ -26,6 +26,12 @@
<script type="text/javascript">
jQuery(document).ready(function($) {
+ $('#description')
+ .on('input keydown paste', function() {
+ $('#event_name').attr('placeholder', $(this).val());
+ })
+ .trigger('input');
+
// Refresh field visibility on document load.
changeRecoveryMode();
changeCorrelationMode();
@@ -66,6 +72,23 @@
&& correlation_mode == <?= ZBX_TRIGGER_CORRELATION_TAG ?>
);
}
+
+ let triggers_initialized = false;
+ $('#tabs').on('tabscreate tabsactivate', function(event, ui) {
+ const panel = (event.type === 'tabscreate') ? ui.panel : ui.newPanel;
+
+ if (panel.attr('id') === 'triggersTab') {
+ if (triggers_initialized) {
+ return;
+ }
+
+ $('#triggersTab')
+ .find('.<?= ZBX_STYLE_TEXTAREA_FLEXIBLE ?>')
+ .textareaFlexible();
+
+ triggers_initialized = true;
+ }
+ });
});
/**
diff --git a/ui/js/class.base-component.js b/ui/js/class.base-component.js
index 37aefaf1d85..dac33098781 100644
--- a/ui/js/class.base-component.js
+++ b/ui/js/class.base-component.js
@@ -27,7 +27,6 @@ class CBaseComponent {
/**
* CSS Classes.
*/
-
addClass(class_name) {
this._target.classList.add(class_name);
return this;
diff --git a/ui/js/class.curl.js b/ui/js/class.curl.js
index ab04bd42ce9..25952bba388 100644
--- a/ui/js/class.curl.js
+++ b/ui/js/class.curl.js
@@ -219,6 +219,48 @@ Curl.prototype = {
return this.args;
},
+ /**
+ * Get query parameters as javascript object, support indexed names up to 3 levels only.
+ */
+ getArgumentsObject: function() {
+ let result = {},
+ parts;
+
+ for (const name in this.args) {
+ parts = name.replace(/\]/g, '').split('[');
+
+ switch (parts.length) {
+ case 1:
+ result[name] = this.args[name];
+ break;
+
+ case 2:
+ // name[0]
+ if (!(parts[0] in result)) {
+ result[parts[0]] = [];
+ }
+
+ result[parts[0]][parts[1]] = this.args[name];
+ break;
+
+ case 3:
+ // name[0][property]
+ if (!(parts[0] in result)) {
+ result[parts[0]] = [];
+ }
+
+ if (!(parts[1] in result[parts[0]])) {
+ result[parts[0]][parts[1]] = {}
+ }
+
+ result[parts[0]][parts[1]][parts[2]] = this.args[name];
+ break;
+ }
+ }
+
+ return result;
+ },
+
getUrl: function() {
this.formatQuery();
diff --git a/ui/js/class.overlay.js b/ui/js/class.overlay.js
index 41faf5b1ae2..8bf9fda73b3 100644
--- a/ui/js/class.overlay.js
+++ b/ui/js/class.overlay.js
@@ -287,6 +287,11 @@ Overlay.prototype.makeButton = function(obj) {
});
$button.on('click', function(e) {
+ if (('confirmation' in obj) && !confirm(obj.confirmation)) {
+ e.preventDefault();
+ return;
+ }
+
if (obj.isSubmit && this.$btn_submit) {
this.$btn_submit.blur().addClass('is-loading');
}
diff --git a/ui/js/class.tabfilter.js b/ui/js/class.tabfilter.js
new file mode 100644
index 00000000000..25a3cdaa328
--- /dev/null
+++ b/ui/js/class.tabfilter.js
@@ -0,0 +1,717 @@
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+const TABFILTER_EVENT_URLSET = 'urlset.tabfilter';
+const TABFILTER_EVENT_UPDATE = 'update.tabfilter';
+const TABFILTER_EVENT_NEWITEM = 'newitem.tabfilter';
+
+class CTabFilter extends CBaseComponent {
+
+ constructor(target, options) {
+ super(target);
+ this._options = options;
+ // Array of CTabFilterItem objects.
+ this._items = [];
+ this._active_item = null;
+ this._filters_footer = null;
+ // NodeList of available templates (<script> DOM elements).
+ this._templates = {};
+ this._fetch = {};
+ this._idx_namespace = options.idx;
+ this._timeselector = null;
+
+ this.init(options);
+ this.registerEvents();
+ this.initItemUnsavedState(this._active_item, this._active_item._data);
+
+ if (this._active_item instanceof CTabFilterItem) {
+ this._active_item.setFocused();
+ }
+
+ if (this._timeselector instanceof CTabFilterItem) {
+ this._timeselector._data = options.timeselector;
+ this.updateTimeselector(this._active_item, this._timeselector._data.disabled);
+ }
+ }
+
+ init(options) {
+ let item, index = 0;
+
+ this._filters_footer = this._target.querySelector('.form-buttons');
+
+ if (options.expanded) {
+ options.data[options.selected].expanded = true;
+ }
+
+ for (const template of this._target.querySelectorAll('[type="text/x-jquery-tmpl"][data-template]')) {
+ this._templates[template.getAttribute('data-template')] = template;
+ };
+
+ for (const title of this._target.querySelectorAll('nav [data-target]')) {
+ item = this.create(title, options.data[index] || {});
+
+ if (options.selected == index) {
+ item.renderContentTemplate();
+ this.setSelectedItem(item);
+
+ if (options.expanded) {
+ item.setExpanded();
+ }
+ }
+
+ index++;
+ }
+ }
+
+ /**
+ * Ensures item label is visible in tab filter navgation.
+ *
+ * @param {CTabfilterItem} item Filter item object.
+ */
+ scrollIntoView(item) {
+ let scrollable_parent = item._target.closest('.ui-sortable-container').parentNode;
+
+ scrollable_parent.scrollLeft = item._target.parentNode.offsetLeft - item._target.parentNode.clientWidth;
+ }
+
+ /**
+ * Render filter with profiles stored data to hidden container to get source url for unsaved state comparison.
+ *
+ * @param {CTabfilterItem} item Selected filter object.
+ * @param {object} filter_data Selected filter object filter data.
+ */
+ initItemUnsavedState(item, filter_data) {
+ let filter_src = {...{tab_view: filter_data.tab_view}, ...filter_data.filter_src},
+ target = item._target.parentNode.cloneNode(true),
+ src_item;
+
+ filter_src.uniqid = filter_data.uniqid + '__clone';
+ filter_src.filter_view_data = filter_data.filter_view_data;
+ filter_src.filter_configurable = filter_data.filter_configurable;
+ target.setAttribute('data-target', target.getAttribute('data-target') + '__clone');
+ src_item = this.create(target, filter_src);
+ this._items.pop();
+
+ src_item.renderContentTemplate();
+ item._src_url = src_item._src_url;
+ src_item.delete();
+ item.updateUnsavedState();
+ }
+
+ /**
+ * Delete item from items collection.
+ */
+ delete(item) {
+ let index = this._items.indexOf(item);
+
+ if (index != -1) {
+ this.setSelectedItem(this._items[index - 1]);
+
+ if (item._expanded) {
+ this._active_item.setExpanded();
+ }
+
+ item.delete();
+ delete this._items[index];
+ this._items.splice(index, 1);
+ this._items.forEach((item, index) => {
+ item._index = index;
+ });
+ this._active_item.setBrowserLocation(this._active_item.getFilterParams());
+ }
+ }
+
+ /**
+ * Create new CTabFilterItem object with it container if it does not exists and append to _items array.
+ *
+ * @param {HTMLElement} title HTML node element of tab label.
+ * @param {object} data Filter item dynamic data for template.
+ *
+ * @return {CTabFilterItem}
+ */
+ create(title, data) {
+ let item,
+ containers = this._target.querySelector('.tabfilter-tabs-container'),
+ container = containers.querySelector('#' + title.getAttribute('data-target'));
+
+ if (!container) {
+ container = document.createElement('div');
+ container.setAttribute('id', title.getAttribute('data-target'));
+ container.classList.add('display-none');
+ containers.appendChild(container);
+ }
+
+ item = new CTabFilterItem(title.querySelector('a'), {
+ parent: this,
+ idx_namespace: this._idx_namespace,
+ index: this._items.length,
+ expanded: data.expanded || false,
+ container: container,
+ data: data,
+ template: this._templates[data.tab_view] || null,
+ support_custom_time: this._options.support_custom_time
+ });
+
+ this._items.push(item);
+
+ if (title.getAttribute('data-target') === 'tabfilter_timeselector') {
+ this._timeselector = item;
+ }
+
+ return item;
+ }
+
+ /**
+ * Fire event TABFILTERITEM_EVENT_COLLAPSE on every expanded tab except passed one.
+ *
+ * @param {CTabFilterItem} except Tab item object.
+ */
+ collapseAllItemsExcept(except) {
+ for (const item of this._items) {
+ if (item !== except && item._expanded) {
+ item.fire(TABFILTERITEM_EVENT_COLLAPSE);
+ }
+ }
+ }
+
+ /**
+ * Update timeselector tab and timeselector buttons accessibility according passed item.
+ *
+ * @param {CTabFilterItem} item Tab item object.
+ * @param {bool} disable Additional status to determine should the timeselector to be disabled or not.
+ */
+ updateTimeselector(item, disable) {
+ if (!this._timeselector) {
+ return;
+ }
+
+ let disabled = disable || (!this._options.support_custom_time || item.hasCustomTime()),
+ buttons = {
+ decrement_button: this._target.querySelector('button.btn-time-left'),
+ increment_button: this._target.querySelector('button.btn-time-right'),
+ zoomout_button: this._target.querySelector('button.btn-time-out')
+ };
+
+ this._timeselector.setDisabled(disabled);
+ this._timeselector._target.setAttribute('tabindex', disabled ? -1 : 0);
+
+ if (disabled || !this._timeselector._data.can_decrement) {
+ buttons.decrement_button.setAttribute('disabled', 'disabled');
+ }
+ else {
+ buttons.decrement_button.removeAttribute('disabled');
+ }
+
+ if (disabled || !this._timeselector._data.can_increment) {
+ buttons.increment_button.setAttribute('disabled', 'disabled');
+ }
+ else {
+ buttons.increment_button.removeAttribute('disabled');
+ }
+
+ if (disabled || !this._timeselector._data.can_zoomout) {
+ buttons.zoomout_button.setAttribute('disabled', 'disabled');
+ }
+ else {
+ buttons.zoomout_button.removeAttribute('disabled');
+ }
+ }
+
+ /**
+ * Updates filter values in user profile. Aborts previous unfinished update of property.
+ *
+ * @param {string} property Filter property to be updated: 'selected', 'expanded', 'properties', 'taborder'.
+ * @param {object} body Key value pair of data to be passed to profile.update action.
+ *
+ * @return {Promise}
+ */
+ profileUpdate(property, body) {
+ let url = new Curl('zabbix.php', false),
+ signal = null;
+
+ url.setArgument('action', 'tabfilter.profile.update');
+ this.fire(TABFILTER_EVENT_UPDATE, {filter_property: property});
+
+ if (this._fetch[property] && ('abort' in this._fetch[property]) && !this._fetch[property].aborted) {
+ this._fetch[property].abort();
+ }
+
+ body.idx = this._idx_namespace + '.' + property;
+
+ if (property !== 'properties') {
+ this._fetch[property] = new AbortController();
+ signal = this._fetch[property].signal;
+ }
+
+ return fetch(url.getUrl(), {
+ method: 'POST',
+ signal: signal,
+ body: new URLSearchParams(body)
+ })
+ .then(() => {
+ this._fetch[property] = null;
+ })
+ .catch(() => {
+ // User aborted a request.
+ });
+ }
+
+ /**
+ * Update all tab filter counters values.
+ *
+ * @param {array} counters Array of counters to be set.
+ */
+ updateCounters(counters) {
+ counters.forEach((value, index) => {
+ let item = this._items[index];
+
+ if (item) {
+ item.updateCounter(value);
+ return;
+ }
+ });
+
+ if (this._active_item !== this._timeselector) {
+ this.scrollIntoView(this._active_item);
+ }
+ }
+
+ /**
+ * Set item object as current selected item, also ensures that only one selected item with filters form exists.
+ *
+ * @param {CTabFilterItem} item Item object to be set as selected item.
+ */
+ setSelectedItem(item) {
+ this._active_item = item;
+ item.setSelected();
+
+ if (item !== this._timeselector) {
+ item._target.setAttribute('tabindex', 0);
+ this.scrollIntoView(item);
+ item.setBrowserLocationToApplyUrl();
+ }
+
+ for (const _item of this._items) {
+ if (_item !== this._active_item && this._timeselector !== this._active_item) {
+ _item.removeSelected();
+
+ if (_item !== this._timeselector) {
+ _item._target.setAttribute('tabindex', -1);
+ }
+ }
+ }
+ }
+
+ /**
+ * Get first selected item. Return null if no item is selected.
+ *
+ * @return {CTabFilterItem}
+ */
+ getSelectedItem() {
+ for (const item of this._items) {
+ if (item.isSelected()) {
+ return item;
+ }
+ }
+
+ return null;
+ }
+
+ /**
+ * Register tab filter events, called once during initialization.
+ */
+ registerEvents() {
+ this._events = {
+ /**
+ * Event handler on tab content expand.
+ */
+ select: (ev) => {
+ let item = ev.detail.target,
+ expand = (this._active_item._expanded
+ || (item === this._timeselector && this._active_item !== this._timeselector)
+ || (item !== this._timeselector && this._active_item === this._timeselector)
+ );
+
+ if (item !== this._timeselector) {
+ if (item.isSelected()) {
+ this.profileUpdate('expanded', {
+ value_int: item._expanded ? 0 : 1
+ }).then(() => {
+ this._options.expanded = +item._expanded;
+ });
+ }
+ else {
+ item.setFocused();
+ item.initUnsavedState();
+ this.profileUpdate('selected', {
+ value_int: item._index
+ }).then(() => {
+ this._options.selected = item._index;
+ });
+ this.scrollIntoView(item);
+ }
+ }
+
+ if (item !== this._active_item) {
+ this.setSelectedItem(item);
+ this.collapseAllItemsExcept(item);
+
+ if (expand) {
+ item.setFocused();
+ item.fire(TABFILTERITEM_EVENT_EXPAND);
+ }
+ }
+ else if (!item._expanded) {
+ item.fire(TABFILTERITEM_EVENT_EXPAND);
+ }
+ else {
+ item.fire(TABFILTERITEM_EVENT_COLLAPSE);
+ }
+ },
+
+ expand: (ev) => {
+ let item = ev.detail.target;
+
+ if (item !== this._timeselector) {
+ this._filters_footer.classList.remove('display-none');
+ }
+ else {
+ this._filters_footer.classList.add('display-none');
+ }
+
+ item.setExpanded();
+ this._target.querySelector('.tabfilter-content-container').classList.remove('display-none');
+ },
+
+ /**
+ * Event handler on tab content collapse.
+ */
+ collapse: (ev) => {
+ let item = ev.detail.target;
+
+ if (item !== this._timeselector) {
+ item.updateUnsavedState();
+ }
+
+ item.removeExpanded();
+ this._target.querySelector('.tabfilter-content-container').classList.add('display-none');
+ },
+
+ /**
+ * UI sortable update event handler. Updates tab sorting in profile.
+ */
+ tabSortChanged: (ev, ui) => {
+ // Update order of this._items array.
+ var from, to, item_moved, target = ui.item[0].querySelector('[data-target] .tabfilter-item-link');
+
+ this._items.forEach((item, index) => from = (item._target === target) ? index : from);
+ this._target.querySelectorAll('nav [data-target] .tabfilter-item-link')
+ .forEach((elm, index) => to = (elm === target) ? index : to);
+
+ item_moved = this._items[from];
+ this._items.splice(from, 1);
+ this._items.splice(to, 0, item_moved);
+
+ // Tab order changed, update changes via ajax.
+ let value_str = this._items.map((item) => item._index).join(',');
+
+ this.profileUpdate('taborder', {
+ value_str: value_str
+ })
+ .then(() => {
+ this._items.forEach((item, index) => {
+ item._index = index;
+ });
+ });
+ },
+
+ /**
+ * Event handler for 'Delete' button.
+ */
+ deleteActiveFilterTab: (ev) => {
+ this.delete(this._active_item);
+ },
+
+ /**
+ * Event handler for 'Save as' button and on filter modal close.
+ */
+ updateActiveFilterTab: (ev) => {
+ var item = this.getSelectedItem(),
+ params;
+
+ if (ev.detail.create == '1') {
+ item = this.create(item._target.parentNode.cloneNode(true), {});
+ }
+
+ item.update(ev.detail);
+
+ if (ev.detail.create == '1') {
+ // Allow to tab filter initialization code modify values of new created filter.
+ this.fire(TABFILTER_EVENT_NEWITEM, {item: item});
+ params = item.getFilterParams();
+
+ // Popup were created by 'Save as' button, reload page for simplicity.
+ this.profileUpdate('properties', {
+ 'idx2': ev.detail.idx2,
+ 'value_str': params.toString()
+ })
+ .then(() => {
+ item.setBrowserLocation(params);
+ window.location.reload(true);
+ });
+ }
+ else {
+ params = item.getFilterParams();
+ this.setSelectedItem(item);
+ this.fire(TABFILTER_EVENT_UPDATE, {filter_property: 'properties'});
+
+ if (this._timeselector instanceof CTabFilterItem && this._timeselector._expanded
+ && params.get('filter_custom_time') == 1) {
+ this._timeselector.fire(TABFILTERITEM_EVENT_COLLAPSE);
+
+ if (this._options.expanded) {
+ item.fire(TABFILTERITEM_EVENT_EXPAND);
+ }
+ }
+ }
+ },
+
+ /**
+ * Action on 'chevron left' button press. Select previous active tab filter.
+ */
+ selectPrevTab: () => {
+ let index = this._items.indexOf(this._active_item);
+
+ if (index > 0) {
+ this._items[index - 1].fire(TABFILTERITEM_EVENT_SELECT);
+ }
+ },
+
+ /**
+ * Action on 'chevron right' button press. Select next active tab filter.
+ */
+ selectNextTab: () => {
+ let index = this._items.indexOf(this._active_item);
+
+ if (index > -1 && index < this._items.length - 1 && this._items[index + 1] !== this._timeselector) {
+ this._items[index + 1].fire(TABFILTERITEM_EVENT_SELECT);
+ }
+ },
+
+ /**
+ * Action on 'chevron down' button press. Creates dropdown with list of existing tabs.
+ */
+ toggleTabsList: (ev) => {
+ let dropdown_items = [],
+ dropdown = [{
+ items: [{
+ label: this._items[0]._target.getAttribute('aria-label'),
+ clickCallback: () => {
+ if (this._active_item !== this._items[0]) {
+ this._items[0].fire(TABFILTERITEM_EVENT_SELECT);
+ // Set selected item focus after popup menu will focus it opener element (used for ESC).
+ setTimeout(() => this._items[0].setFocused(), 0);
+ }
+ }
+ }]
+ }],
+ items = this._timeselector ? this._items.slice(1, -1) : this._items.slice(1);
+
+ if (items.length) {
+ for (const item of items) {
+ dropdown_items.push({
+ label: item._data.filter_name,
+ dataAttributes: (item._data.filter_show_counter && !item._unsaved)
+ ? {'data-counter': item.getCounter()} : [],
+ clickCallback: () => {
+ if (this._active_item !== item) {
+ item.fire(TABFILTERITEM_EVENT_SELECT);
+ // Set selected item focus after popup menu will focus it opener element (used for ESC).
+ setTimeout(() => item.setFocused(), 0);
+ }
+ }
+ });
+ }
+
+ dropdown.push({items: dropdown_items});
+ }
+
+ $(this._target).menuPopup(dropdown, new jQuery.Event(ev), {
+ position: {
+ of: ev.target,
+ my: 'left bottom',
+ at: 'left top'
+ }
+ });
+ },
+
+ /**
+ * Action on 'Update' button press.
+ */
+ buttonUpdateAction: () => {
+ var params = this._active_item.getFilterParams();
+
+ this.profileUpdate('properties', {
+ idx2: this._active_item._index,
+ value_str: params.toString()
+ })
+ .then(() => {
+ this._active_item.updateApplyUrl();
+ this._active_item.setBrowserLocation(params);
+ this._active_item.resetUnsavedState();
+ });
+ },
+
+ /**
+ * Action on 'Save as' button press, open properties popup.
+ */
+ buttonSaveAsAction: (ev) => {
+ this._active_item.openPropertiesDialog({
+ create: 1,
+ idx2: this._items.length,
+ support_custom_time: this._options.support_custom_time
+ }, ev.target);
+ },
+
+ /**
+ * Action on 'Apply' button press.
+ */
+ buttonApplyAction: () => {
+ this._active_item.updateUnsavedState();
+ this._active_item.updateApplyUrl();
+ this._active_item.setBrowserLocationToApplyUrl();
+ },
+
+ /**
+ * Action on 'Reset' button press.
+ */
+ buttonResetAction: () => {
+ let current_url = new Curl(),
+ url = new Curl('zabbix.php', false);
+
+ url.setArgument('action', current_url.getArgument('action'));
+ url.setArgument('filter_reset', 1);
+ window.location.href = url.getUrl();
+ },
+
+ /**
+ * Trigger TABFILTERITEM_EVENT_ACTION on active item passing clicked button name as action parameter.
+ */
+ buttonActionNotify: (ev) => {
+ if (ev.target instanceof HTMLButtonElement && this._active_item instanceof CTabFilterItem) {
+ this._active_item.fire(TABFILTERITEM_EVENT_ACTION, {action: ev.target.getAttribute('name')});
+ }
+ },
+
+ /**
+ * Keydown handler for keyboard navigation support.
+ */
+ keydown: (ev) => {
+ if (ev.key !== 'ArrowLeft' && ev.key !== 'ArrowRight') {
+ return;
+ }
+
+ let path = ev.path || (ev.composedPath && ev.composedPath()),
+ focused_item = this._active_item,
+ index;
+
+ if (path && path.indexOf(this._target.querySelector('nav')) > -1) {
+ for (const item of this._items) {
+ if (item._target.parentNode.classList.contains(TABFILTERITEM_STYLE_FOCUSED)) {
+ focused_item = item;
+ break;
+ }
+ }
+
+ index = focused_item._index + ((ev.key === 'ArrowRight') ? 1 : -1);
+
+ if (this._items[index] instanceof CTabFilterItem && this._items[index] !== this._timeselector) {
+ this._items[index].setFocused();
+ }
+
+ cancelEvent(ev);
+ }
+ },
+
+ /**
+ * Scroll horizontally with mouse wheel handler for sortable items container.
+ */
+ mouseWheelHandler: (container, ev) => {
+ if ((ev.deltaY < 0 && container.scrollLeft > 0)
+ || (ev.deltaY > 0 && container.scrollLeft < container.scrollWidth - container.clientWidth)) {
+ container.scrollBy({left: ev.deltaY});
+ }
+ }
+ }
+
+ for (const item of this._items) {
+ item
+ .on(TABFILTERITEM_EVENT_SELECT, this._events.select)
+ .on(TABFILTERITEM_EVENT_EXPAND, this._events.expand)
+ .on(TABFILTERITEM_EVENT_COLLAPSE, this._events.collapse)
+ .on(TABFILTERITEM_EVENT_URLSET, () => this.fire(TABFILTER_EVENT_URLSET));
+ }
+
+ $('.ui-sortable-container', this._target).sortable({
+ items: '.tabfilter-item-label:not(:first-child)',
+ update: this._events.tabSortChanged,
+ axis: 'x',
+ containment: 'parent'
+ });
+
+ const container = this._target.querySelector('.ui-sortable-container').parentNode;
+
+ try {
+ addEventListener('test', null, {get passive() {}});
+ container.addEventListener('wheel', ev => this._events.mouseWheelHandler(container, ev), {passive: true});
+ }
+ catch(e) {
+ container.addEventListener('wheel', ev => this._events.mouseWheelHandler(container, ev));
+ }
+
+ for (const action of this._target.querySelectorAll('nav [data-action]')) {
+ action.addEventListener('click', this._events[action.getAttribute('data-action')]);
+ }
+
+ this._filters_footer.querySelector('[name="filter_update"]')
+ .addEventListener('click', this._events.buttonUpdateAction);
+ this._filters_footer.querySelector('[name="filter_new"]')
+ .addEventListener('click', this._events.buttonSaveAsAction);
+ this._filters_footer.querySelector('[name="filter_apply"]')
+ .addEventListener('click', this._events.buttonApplyAction);
+ this._filters_footer.querySelector('[name="filter_reset"]')
+ .addEventListener('click', this._events.buttonResetAction);
+ this._filters_footer.addEventListener('click', this._events.buttonActionNotify);
+
+ this.on('keydown', this._events.keydown);
+ this.on(TABFILTERITEM_EVENT_UPDATE, this._events.updateActiveFilterTab);
+ this.on(TABFILTERITEM_EVENT_DELETE, this._events.deleteActiveFilterTab);
+ this.on('submit', (ev) => {
+ ev.preventDefault();
+ this._filters_footer.querySelector('[name="filter_apply"]').dispatchEvent(new CustomEvent('click'));
+ });
+
+ // Timeselector uses jQuery object as pub sub.
+ $.subscribe('timeselector.rangeupdate', (e, data) => {
+ Object.assign(this._timeselector._data, data);
+ this.updateTimeselector(this._active_item, false);
+ });
+ }
+}
diff --git a/ui/js/class.tabfilteritem.js b/ui/js/class.tabfilteritem.js
new file mode 100644
index 00000000000..89113b3a016
--- /dev/null
+++ b/ui/js/class.tabfilteritem.js
@@ -0,0 +1,487 @@
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+const TABFILTERITEM_EVENT_COLLAPSE = 'collapse.item.tabfilter';
+const TABFILTERITEM_EVENT_EXPAND = 'expand.item.tabfilter';
+const TABFILTERITEM_EVENT_SELECT = 'select.item.tabfilter';
+const TABFILTERITEM_EVENT_RENDER = 'render.item.tabfilter';
+const TABFILTERITEM_EVENT_URLSET = 'urlset.item.tabfilter';
+const TABFILTERITEM_EVENT_UPDATE = 'update.item.tabfilter';
+const TABFILTERITEM_EVENT_DELETE = 'delete.item.tabfilter';
+const TABFILTERITEM_EVENT_ACTION = 'action.item.tabfilter';
+
+const TABFILTERITEM_STYLE_UNSAVED = 'unsaved';
+const TABFILTERITEM_STYLE_EDIT_BTN = 'icon-edit';
+const TABFILTERITEM_STYLE_SELECTED = 'selected';
+const TABFILTERITEM_STYLE_EXPANDED = 'expanded';
+const TABFILTERITEM_STYLE_DISABLED = 'disabled';
+const TABFILTERITEM_STYLE_FOCUSED = 'focused';
+
+class CTabFilterItem extends CBaseComponent {
+
+ constructor(target, options) {
+ super(target);
+
+ this._parent = options.parent || null;
+ this._idx_namespace = options.idx_namespace;
+ this._index = options.index;
+ this._content_container = options.container;
+ this._data = options.data || {};
+ this._template = options.template;
+ this._expanded = options.expanded;
+ this._support_custom_time = options.support_custom_time;
+ this._template_rendered = false;
+ this._src_url = null;
+ this._apply_url = null;
+
+ this.init();
+ this.registerEvents();
+ }
+
+ init() {
+ if (this._expanded) {
+ this.renderContentTemplate();
+ this.updateApplyUrl();
+ }
+
+ if (this._data.filter_show_counter) {
+ this.setCounter('');
+ }
+ }
+
+ /**
+ * Set results counter value.
+ *
+ * @param {int} value Results counter value.
+ */
+ setCounter(value) {
+ this._target.setAttribute('data-counter', value);
+ }
+
+ /**
+ * Get results counter value.
+ */
+ getCounter() {
+ return this._target.getAttribute('data-counter');
+ }
+
+ /**
+ * Remove results counter value.
+ */
+ removeCounter() {
+ this._target.removeAttribute('data-counter');
+ }
+
+ /**
+ * Update item label counter when "show counter" is enabled otherwise will remove counter attribute.
+ *
+ * @param {string} value Value to be shown in item label when "show counter" is enabled.
+ */
+ updateCounter(value) {
+ if (this._data.filter_show_counter) {
+ this.setCounter(value);
+ }
+ else {
+ this.removeCounter();
+ }
+ }
+
+ /**
+ * Return item state of "show counter".
+ */
+ hasCounter() {
+ return parseInt(this._data.filter_show_counter) == 1;
+ }
+
+ /**
+ * Return filter form HTML element.
+ */
+ getForm() {
+ return this._content_container.querySelector('form');
+ }
+
+ /**
+ * Render tab template with data. Fire TABFILTERITEM_EVENT_RENDER on template container binding this as event this.
+ */
+ renderContentTemplate() {
+ if (this._template && !this._template_rendered) {
+ this._template_rendered = true;
+ this._content_container.innerHTML = (new Template(this._template.innerHTML)).evaluate(this._data);
+ this._template.dispatchEvent(new CustomEvent(TABFILTERITEM_EVENT_RENDER, {detail: this}));
+ }
+ }
+
+ /**
+ * Open tab filter configuration popup.
+ *
+ * @param {object} params Object of params to be passed to ajax call when opening popup.
+ * @param {HTMLElement} edit_elm HTML element to broadcast popup update or delete event.
+ */
+ openPropertiesDialog(params, edit_elm) {
+ let defaults = {
+ idx: this._idx_namespace,
+ idx2: this._index,
+ filter_show_counter: this._data.filter_show_counter,
+ filter_custom_time: this._data.filter_custom_time,
+ tabfilter_from: this._data.from || '',
+ tabfilter_to: this._data.to || '',
+ support_custom_time: +this._support_custom_time
+ };
+
+ if (this._data.filter_name !== '') {
+ defaults.filter_name = this._data.filter_name;
+ }
+
+ this.updateUnsavedState();
+ return PopUp('popup.tabfilter.edit', {...defaults, ...params}, 'tabfilter_dialogue', edit_elm);
+ }
+
+ /**
+ * Add gear icon and bind click event.
+ */
+ addActionIcons() {
+ if (this._target.parentNode.querySelector('.' + TABFILTERITEM_STYLE_EDIT_BTN)) {
+ return;
+ }
+
+ let edit = document.createElement('a');
+ edit.classList.add(TABFILTERITEM_STYLE_EDIT_BTN);
+ edit.addEventListener('click', () => this.openPropertiesDialog({}, this._target));
+ this._target.parentNode.appendChild(edit);
+ }
+
+ /**
+ * Remove gear icon HTMLElement.
+ */
+ removeActionIcons() {
+ let icon = this._target.parentNode.querySelector('.' + TABFILTERITEM_STYLE_EDIT_BTN);
+
+ if (icon) {
+ icon.remove();
+ }
+ }
+
+ /**
+ * Get selected state of item.
+ *
+ * @return {boolean}
+ */
+ isSelected() {
+ return this._target.parentNode.classList.contains(TABFILTERITEM_STYLE_SELECTED);
+ }
+
+ /**
+ * Set browser focus to filter label element.
+ */
+ setFocused() {
+ this._target.focus();
+ }
+
+ /**
+ * Set selected state of item.
+ */
+ setSelected() {
+ this._target.parentNode.classList.add(TABFILTERITEM_STYLE_SELECTED);
+ this.renderContentTemplate();
+
+ if (this._data.filter_configurable) {
+ this.addActionIcons();
+ }
+
+ if (this._template) {
+ this._template.dispatchEvent(new CustomEvent(TABFILTERITEM_EVENT_SELECT, {detail: this}));
+ }
+ }
+
+ /**
+ * Remove selected state of item.
+ */
+ removeSelected() {
+ this._target.parentNode.classList.remove(TABFILTERITEM_STYLE_SELECTED);
+
+ if (this._data.filter_configurable) {
+ this.removeActionIcons();
+ }
+ }
+
+ /**
+ * Set expanded state of item and it content container, render content from template if it was not rendered yet.
+ * Fire TABFILTERITEM_EVENT_EXPAND event on template.
+ */
+ setExpanded() {
+ let item_template = this._template || this._content_container.querySelector('[data-template]');
+
+ this._target.parentNode.classList.add(TABFILTERITEM_STYLE_EXPANDED);
+
+ if (item_template instanceof HTMLElement && !this._expanded) {
+ item_template.dispatchEvent(new CustomEvent(TABFILTERITEM_EVENT_EXPAND, {detail: this}));
+ }
+
+ this._expanded = true;
+ this._content_container.classList.remove('display-none');
+ }
+
+ /**
+ * Remove expanded state of item and it content. Fire TABFILTERITEM_EVENT_COLLAPSE on item template.
+ */
+ removeExpanded() {
+ let item_template = this._template || this._content_container.querySelector('[data-template]');
+
+ this._expanded = false;
+ this._target.parentNode.classList.remove(TABFILTERITEM_STYLE_EXPANDED);
+ this._content_container.classList.add('display-none');
+
+ if (item_template instanceof HTMLElement) {
+ item_template.dispatchEvent(new CustomEvent(TABFILTERITEM_EVENT_COLLAPSE, {detail: this}));
+ }
+ }
+
+ /**
+ * Delete item, clean up all related HTMLElement nodes.
+ */
+ delete() {
+ this._target.parentNode.remove();
+ this._content_container.remove();
+ }
+
+ /**
+ * Toggle item is item selectable or not.
+ *
+ * @param {boolean} state Selectable when true.
+ */
+ setDisabled(state) {
+ this.toggleClass(TABFILTERITEM_STYLE_DISABLED, state);
+ this._target.parentNode.classList.toggle(TABFILTERITEM_STYLE_DISABLED, state);
+ }
+
+ /**
+ * Check if item have custom time interval.
+ *
+ * @return {boolean}
+ */
+ hasCustomTime() {
+ return !!this._data.filter_custom_time;
+ }
+
+ /**
+ * Update tab filter configuration: name, show_counter, custom_time. Set browser URL according new values.
+ *
+ * @param {object} data Updated tab properties object.
+ */
+ update(data) {
+ var form = this.getForm(),
+ fields = {
+ filter_name: form.querySelector('[name="filter_name"]'),
+ filter_show_counter: form.querySelector('[name="filter_show_counter"]'),
+ filter_custom_time: form.querySelector('[name="filter_custom_time"]')
+ };
+
+ if (data.filter_custom_time) {
+ this._data.from = data.from;
+ this._data.to = data.to;
+ }
+
+ Object.keys(fields).forEach((key) => {
+ this._data[key] = data[key];
+
+ if (fields[key] instanceof HTMLElement) {
+ fields[key].value = data[key];
+ }
+ });
+
+ if (data.filter_show_counter) {
+ this.setCounter('');
+ }
+ else {
+ this.removeCounter();
+ }
+
+ if (!this._unsaved) {
+ this.updateApplyUrl();
+ }
+
+ this._target.text = data.filter_name;
+ this.setBrowserLocationToApplyUrl();
+ }
+
+ /**
+ * Get filter parameters as URLSearchParams object, defining value of unchecked checkboxes equal to
+ * 'unchecked-value' attribute value.
+ *
+ * @return {URLSearchParams}
+ */
+ getFilterParams() {
+ let form = this.getForm(),
+ params = null;
+
+ if (form instanceof HTMLFormElement) {
+ params = new URLSearchParams(new FormData(form));
+
+ for (const checkbox of form.querySelectorAll('input[type="checkbox"][unchecked-value]')) {
+ if (!checkbox.checked) {
+ params.set(checkbox.getAttribute('name'), checkbox.getAttribute('unchecked-value'))
+ }
+ }
+
+ if (this._data.filter_custom_time) {
+ params.set('from', this._data.from);
+ params.set('to', this._data.to);
+ }
+
+ if ('page' in this._data && this._data.page > 1) {
+ params.set('page', this._data.page);
+ }
+ }
+
+ return params;
+ }
+
+ /**
+ * Set browser location URL according to passed values. Argument 'action' from already set URL is preserved.
+ * Create TABFILTER_EVENT_URLSET event with detail.target equal instance of CTabFilter.
+ *
+ * @param {URLSearchParams} search_params Filter field values to be set in URL.
+ */
+ setBrowserLocation(search_params) {
+ let url = new Curl('', false);
+
+ search_params.set('action', url.getArgument('action'));
+ url.query = search_params.toString();
+ url.formatArguments();
+ history.replaceState(history.state, '', url.getUrl());
+ this.fire(TABFILTERITEM_EVENT_URLSET);
+ }
+
+ /**
+ * Keep filter tab results request parameters.
+ */
+ updateApplyUrl() {
+ this._apply_url = (this.getFilterParams()).toString();
+ }
+
+ /**
+ * Request filter results for fields defined before last 'Apply' being used.
+ */
+ setBrowserLocationToApplyUrl() {
+ if (this._apply_url === null) {
+ this.updateApplyUrl();
+ }
+
+ this.setBrowserLocation(new URLSearchParams(this._apply_url));
+ }
+
+ /**
+ * Checks difference between original form values and to be posted values.
+ * Updates this._unsaved according to check results
+ *
+ * @param {URLSearchParams} search_params Filter field values to compare against.
+ */
+ updateUnsavedState() {
+ let search_params = this.getFilterParams(),
+ src_query = new URLSearchParams(this._src_url),
+ ignore_fields = ['filter_name', 'filter_custom_time', 'filter_show_counter', 'from', 'to', 'action', 'page'];
+
+ if (search_params === null || !this._data.filter_configurable) {
+ // Not templated tabs does not contain form fields, no need to update unsaved state.
+ return;
+ }
+
+ for (const field of ignore_fields) {
+ src_query.delete(field);
+ search_params.delete(field);
+ }
+
+ src_query.sort();
+ search_params.sort();
+ this._unsaved = (src_query.toString() !== search_params.toString());
+ this._target.parentNode.classList.toggle(TABFILTERITEM_STYLE_UNSAVED, this._unsaved);
+ }
+
+ /**
+ * Reset item unsaved state. Set this._src_url to filter parameters.
+ */
+ resetUnsavedState() {
+ let src_query = this.getFilterParams();
+
+ if (src_query === null) {
+ return;
+ }
+
+ if (src_query.get('filter_custom_time') !== '1') {
+ src_query.delete('from');
+ src_query.delete('to');
+ }
+
+ src_query.delete('action');
+ src_query.sort();
+
+ this._src_url = src_query.toString();
+ this._target.parentNode.classList.remove(TABFILTERITEM_STYLE_UNSAVED);
+ }
+
+ /**
+ * Initialize _src_url property from item rendered form fields values.
+ */
+ initUnsavedState() {
+ if (this._src_url === null) {
+ this.resetUnsavedState();
+ }
+ }
+
+ registerEvents() {
+ this._events = {
+ click: () => {
+ if (this.hasClass(TABFILTERITEM_STYLE_DISABLED)) {
+ return;
+ }
+
+ this.setFocused();
+ this.fire(TABFILTERITEM_EVENT_SELECT);
+ },
+
+ expand: () => {
+ this.setExpanded();
+
+ if (this._src_url === null) {
+ this.resetUnsavedState();
+ }
+ },
+
+ collapse: () => {
+ this.removeExpanded();
+ },
+
+ focusin: () => {
+ this._target.parentNode.classList.add(TABFILTERITEM_STYLE_FOCUSED);
+ },
+
+ focusout: () => {
+ this._target.parentNode.classList.remove(TABFILTERITEM_STYLE_FOCUSED);
+ }
+ }
+
+ this
+ .on(TABFILTERITEM_EVENT_EXPAND, this._events.expand)
+ .on(TABFILTERITEM_EVENT_COLLAPSE, this._events.collapse)
+ .on('focusin', this._events.focusin)
+ .on('focusout', this._events.focusout)
+ .on('click', this._events.click);
+ }
+}
diff --git a/ui/js/gtlc.js b/ui/js/gtlc.js
index 23b382b470f..f8f6b8933f3 100644
--- a/ui/js/gtlc.js
+++ b/ui/js/gtlc.js
@@ -490,7 +490,9 @@ jQuery(function($) {
});
}
- checkDisableTimeSelectorUI();
+ if (!$container.data('disable-initial-check')) {
+ checkDisableTimeSelectorUI();
+ }
});
/**
diff --git a/ui/js/main.js b/ui/js/main.js
index 6f8b02b2fc5..27db6061c1a 100644
--- a/ui/js/main.js
+++ b/ui/js/main.js
@@ -704,6 +704,7 @@ function getConditionFormula(conditions, evalType) {
* - row - element row selector
* - add - add row button selector
* - remove - remove row button selector
+ * - rows - array of rows objects data
* - counter - number to start row enumeration from
* - dataCallback - function to generate the data passed to the template
* - remove_next_sibling - remove also next element
@@ -726,6 +727,7 @@ function getConditionFormula(conditions, evalType) {
disable: '.element-table-disable',
counter: null,
beforeRow: null,
+ rows: [],
dataCallback: function(data) {
return {};
}
@@ -763,10 +765,51 @@ function getConditionFormula(conditions, evalType) {
// disable the parent row
disableRow($(this).closest(options.row));
});
+
+ if (typeof options.rows === 'object') {
+ var before_row = (options['beforeRow'] !== null)
+ ? $(options['beforeRow'], table)
+ : $(options.add, table).closest('tr');
+
+ initRows(table, before_row, options);
+ }
});
};
/**
+ * Renders options.rows array as HTML rows during initialization.
+ *
+ * @param {jQuery} table Table jquery node.
+ * @param {jQuery} before_row Rendered rows will be inserted before this node.
+ * @param {object} options Object with options.
+ */
+ function initRows(table, before_row, options) {
+ var template = new Template($(options.template).html()),
+ counter = table.data('dynamicRows').counter,
+ $row;
+
+ options.rows.forEach((data) => {
+ data.rowNum = counter;
+ $row = $(template.evaluate($.extend(data, options.dataCallback(data))));
+
+ for (const name in data) {
+ // Set 'select' value.
+ $row.find('[name$="[' + counter + '][' + name + ']"] option[value="' + data[name] + '"]')
+ .attr('selected', 'selected');
+
+ // Set 'radio' value.
+ $row.find('[type="radio"][name$="[' + counter + '][' + name + ']"][value="' + data[name] + '"]')
+ .attr('checked', 'checked');
+ }
+
+ before_row.before($row);
+ ++counter;
+ });
+
+ table.data('dynamicRows').counter = counter;
+ }
+
+ /**
* Adds a row before the given row.
*
* @param {jQuery} table
diff --git a/ui/js/menupopup.js b/ui/js/menupopup.js
index d36acff8cc4..2a7e54ce24d 100644
--- a/ui/js/menupopup.js
+++ b/ui/js/menupopup.js
@@ -138,17 +138,18 @@ function getMenuPopupHost(options, trigger_elmnt) {
else {
var url = new Curl('zabbix.php', false);
url.setArgument('action', 'problem.view');
- url.setArgument('filter_hostids[]', options.hostid);
+ url.setArgument('filter_name', '');
+ url.setArgument('hostids[]', options.hostid);
if (typeof options.severities !== 'undefined') {
- url.setArgument('filter_severities[]', options.severities);
+ url.setArgument('severities[]', options.severities);
}
if (typeof options.show_suppressed !== 'undefined' && options.show_suppressed) {
- url.setArgument('filter_show_suppressed', '1');
+ url.setArgument('show_suppressed', '1');
}
if (typeof options.filter_application !== 'undefined') {
- url.setArgument('filter_application', options.filter_application);
+ url.setArgument('application', options.filter_application);
}
- url.setArgument('filter_set', '1');
+
problems.url = url.getUrl();
}
@@ -306,17 +307,17 @@ function getMenuPopupMapElementGroup(options) {
problems_url = new Curl('zabbix.php', false);
problems_url.setArgument('action', 'problem.view');
- problems_url.setArgument('filter_groupids[]', options.groupid);
+ problems_url.setArgument('filter_name', '');
+ problems_url.setArgument('groupids[]', options.groupid);
if (typeof options.severities !== 'undefined') {
- problems_url.setArgument('filter_severities[]', options.severities);
+ problems_url.setArgument('severities[]', options.severities);
}
if (typeof options.show_suppressed !== 'undefined' && options.show_suppressed) {
- problems_url.setArgument('filter_show_suppressed', '1');
+ problems_url.setArgument('show_suppressed', '1');
}
if (typeof options.filter_application !== 'undefined') {
- problems_url.setArgument('filter_application', options.filter_application);
+ problems_url.setArgument('application', options.filter_application);
}
- problems_url.setArgument('filter_set', '1');
sections.push({
label: t('Go to'),
@@ -354,14 +355,14 @@ function getMenuPopupMapElementTrigger(options) {
problems_url = new Curl('zabbix.php', false);
problems_url.setArgument('action', 'problem.view');
- problems_url.setArgument('filter_triggerids[]', options.triggerids);
+ problems_url.setArgument('filter_name', '');
+ problems_url.setArgument('triggerids[]', options.triggerids);
if (typeof options.severities !== 'undefined') {
- problems_url.setArgument('filter_severities[]', options.severities);
+ problems_url.setArgument('severities[]', options.severities);
}
if (typeof options.show_suppressed !== 'undefined' && options.show_suppressed) {
- problems_url.setArgument('filter_show_suppressed', '1');
+ problems_url.setArgument('show_suppressed', '1');
}
- problems_url.setArgument('filter_set', '1');
sections.push({
label: t('Go to'),
@@ -715,8 +716,8 @@ function getMenuPopupTrigger(options, trigger_elmnt) {
if (typeof options.showEvents !== 'undefined' && options.showEvents) {
var url = new Curl('zabbix.php', false);
url.setArgument('action', 'problem.view');
- url.setArgument('filter_triggerids[]', options.triggerid);
- url.setArgument('filter_set', '1');
+ url.setArgument('filter_name', '');
+ url.setArgument('triggerids[]', options.triggerid);
events.url = url.getUrl();
}
@@ -1572,6 +1573,12 @@ jQuery(function($) {
link.addClass(options.class);
}
+ if ('dataAttributes' in options) {
+ $.each(options.dataAttributes, function(key, value) {
+ link.attr((key.substr(0, 5) === 'data-') ? key : 'data-' + key, value);
+ });
+ }
+
if (typeof options.items !== 'undefined' && options.items.length > 0) {
link.attr({
'aria-haspopup': 'true',
diff --git a/ui/jsLoader.php b/ui/jsLoader.php
index 288d3014ff7..91eb2ff3e1e 100644
--- a/ui/jsLoader.php
+++ b/ui/jsLoader.php
@@ -106,6 +106,8 @@ $availableJScripts = [
'class.cviewswitcher.js' => '',
'class.pmaster.js' => '',
'class.rpc.js' => '',
+ 'class.tabfilter.js' => '',
+ 'class.tabfilteritem.js' => '',
'class.template.js' => '',
'init.js' => '',
'class.tab-indicators.js' => '',
diff --git a/ui/locale/bg/LC_MESSAGES/frontend.po b/ui/locale/bg/LC_MESSAGES/frontend.po
index be1562d3ee8..6d5d53f293c 100644
--- a/ui/locale/bg/LC_MESSAGES/frontend.po
+++ b/ui/locale/bg/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2013-01-12 23:52+0300\n"
"Last-Translator: Fahri <fahri_hasan@hotmail.com>\n"
"Language-Team: \n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -78,7 +78,7 @@ msgid_plural "%1$d days"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -162,8 +162,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -177,7 +177,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -209,15 +209,15 @@ msgstr[1] ""
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -236,20 +236,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -287,20 +287,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(без прокÑи)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 или 1"
@@ -376,11 +376,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr ""
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "И"
@@ -407,16 +408,16 @@ msgstr[0] ""
msgstr[1] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Потвърдено"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Потвърждавам"
@@ -449,7 +450,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -462,30 +463,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -556,18 +557,18 @@ msgstr "ДейÑтвие актуализирано"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "ДейÑтвиÑ"
@@ -603,6 +604,9 @@ msgstr "Ðктивно до"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -630,9 +634,6 @@ msgstr "Ðктивно до"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -642,9 +643,9 @@ msgstr "Ðктивно до"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -656,39 +657,40 @@ msgstr "Ðктивно до"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -699,20 +701,20 @@ msgstr "Ðктивно до"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -739,8 +741,8 @@ msgstr "Ðктивно до"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Добави"
@@ -748,7 +750,7 @@ msgstr "Добави"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -756,7 +758,7 @@ msgstr ""
msgid "Add child"
msgstr ""
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -768,7 +770,7 @@ msgstr "Добави хоÑÑ‚"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -777,6 +779,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -785,7 +788,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Добави прототип"
@@ -806,11 +809,11 @@ msgstr "Добави към хоÑÑ‚ група"
msgid "Add to host groups"
msgstr "Добави към хоÑÑ‚ групи"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -834,7 +837,7 @@ msgid "Age"
msgstr "ВъзраÑÑ‚"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "ВъзраÑÑ‚ по-малка от"
@@ -846,7 +849,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Ðгент"
@@ -905,7 +908,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Ð’Ñички"
@@ -923,7 +926,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Във вÑички връзки Ñ‚Ñ€Ñбва да Ñа уточнени \"Име\" и \"URL\""
@@ -931,13 +934,13 @@ msgstr "Във вÑички връзки Ñ‚Ñ€Ñбва да Ñа уточнени
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -957,48 +960,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Позволени хоÑтове"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr ""
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1007,14 +1010,14 @@ msgid "And/Or"
msgstr ""
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1030,10 +1033,10 @@ msgstr "Ð’Ñеки включващ Ñимволен низ"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1068,8 +1071,8 @@ msgid "Application error."
msgstr "Грешка в приложението."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1092,15 +1095,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1108,15 +1111,17 @@ msgstr ""
msgid "Applications"
msgstr "ПриложениÑ"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Прилагане"
@@ -1134,7 +1139,7 @@ msgstr "Приближаване"
msgid "Apr"
msgstr "Ðпр"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Ðприл"
@@ -1146,7 +1151,11 @@ msgstr "Сигурен ли Ñте, че иÑкате да извършите Ñ‚
msgid "Are you sure you want to delete"
msgstr "Сигурен ли Ñте, че иÑкате да изтриете"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1162,12 +1171,12 @@ msgstr "Тип облаÑÑ‚"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Както е"
@@ -1275,7 +1284,7 @@ msgstr ""
msgid "Aug"
msgstr "Ðвг"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "ÐвгуÑÑ‚"
@@ -1292,9 +1301,9 @@ msgstr ""
msgid "Authentication"
msgstr "ÐвтентификациÑ"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Ðлгоритъм за автентификациÑ"
@@ -1304,21 +1313,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Метод на автентификациÑ"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "ÐÐ²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð½Ð° фраза за доÑтъп"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Протокол за автентификациÑ"
@@ -1357,9 +1368,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Ðвтоматично"
@@ -1390,7 +1401,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "ÐаличноÑÑ‚"
@@ -1415,8 +1426,8 @@ msgstr "Среден"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1470,16 +1481,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1520,11 +1531,11 @@ msgstr ""
msgid "Bottom"
msgstr "Долен"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1551,8 +1562,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1572,7 +1583,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1605,7 +1616,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1613,7 +1624,7 @@ msgstr ""
msgid "Callback"
msgstr "Обратно повикване"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1639,10 +1650,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Отказ"
@@ -1687,12 +1698,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Ðе може да Ñе добави завиÑимоÑÑ‚ от хоÑÑ‚ към шаблон."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Ðе може да Ñе добави завиÑимоÑÑ‚ от тригер \"%1$s:%2$s\" към неÑъщеÑтвуващ тригер \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Ðе може да Ñе добави правило за откриване"
@@ -1716,7 +1727,7 @@ msgstr ""
msgid "Cannot add host"
msgstr "Ðе може да Ñе добави потребител"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr ""
@@ -1726,7 +1737,7 @@ msgstr ""
msgid "Cannot add image"
msgstr "Ðе може да Ñе добави изображение"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Ðе може да Ñе добави елемент на данните"
@@ -1735,7 +1746,7 @@ msgstr "Ðе може да Ñе добави елемент на данните"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr ""
@@ -1818,11 +1829,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "Ðе може да Ñе добави шаблон"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Ðе може да Ñе добави тригер"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr ""
@@ -1845,11 +1856,11 @@ msgstr "Ðе може да Ñе добави ÑтойноÑÑ‚ на реализÐ
msgid "Cannot add web scenario"
msgstr "Ðе може да Ñе добави уеб Ñценарий"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1866,11 +1877,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Ðе може да Ñе изчиÑти иÑториÑта"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1878,7 +1889,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Ðе може да Ñе клонират графичните прототипи"
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr ""
@@ -1901,7 +1912,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1915,24 +1926,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] ""
msgstr[1] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
msgstr[1] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Ðе може да Ñе копира тригер \"%1$s:%2$s\", защото има множеÑтво хоÑтове в израза."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr ""
@@ -1971,7 +1982,7 @@ msgstr "Ðе може да Ñе Ñъздаде ново приложение, в
msgid "Cannot create template."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -2016,11 +2027,11 @@ msgstr "Ðе може да Ñе изтрие завиÑимоÑтта"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Ðе може да Ñе изтрие правило за откриване"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Ðе може да Ñе изтриÑÑ‚ правилата за откриване"
@@ -2047,7 +2058,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Ðе може да Ñе изтрие групата"
msgstr[1] "Ðе може да Ñе изтрие групата"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Ðе може да Ñе изтрие хоÑта"
@@ -2065,7 +2076,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr ""
@@ -2082,19 +2093,19 @@ msgstr "Ðе може да Ñе изтрие изображението"
msgid "Cannot delete inventory."
msgstr "Ðе може да Ñе изтриÑÑ‚ инвентарните данни."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Ðе може да Ñе изтрие елемент на данните"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Ðе може да Ñе изтриÑÑ‚ елементите от данните"
@@ -2178,7 +2189,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr ""
@@ -2209,19 +2220,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Ðе може да Ñе изтрие шаблон на уеб Ñценарий \"%1$s\"."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Ðе може да Ñе изтрие тригера"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Ðе може да Ñе изтрие ÑˆÐ°Ð±Ð»Ð¾Ð½Ð½Ð¸Ñ Ñ‚Ñ€Ð¸Ð³ÐµÑ€ прототипа"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Ðе може да Ñе изтриÑÑ‚ тригерите"
@@ -2259,20 +2270,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] ""
@@ -2292,7 +2303,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] ""
@@ -2325,20 +2336,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] ""
@@ -2358,7 +2369,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] ""
@@ -2378,7 +2389,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2540,7 +2551,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr ""
@@ -2647,7 +2658,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2684,12 +2695,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2719,7 +2730,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2781,22 +2792,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2811,7 +2822,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2880,7 +2891,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Ðе може да Ñе актуализират правилата за откриване"
@@ -2917,7 +2928,7 @@ msgstr "Ðе може да Ñе актуализира хоÑта"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2943,21 +2954,21 @@ msgstr "Ðе може да Ñе актуализира изображениетÐ
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Ðе може да Ñе актуализира елемент на данните"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
msgstr[1] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Ðе може да Ñе актуализират елементите на данните"
@@ -3040,28 +3051,28 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Ðе може да Ñе актуализира тригера"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3118,12 +3129,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3167,10 +3178,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Символ"
@@ -3197,7 +3208,7 @@ msgstr ""
msgid "Check already exists."
msgstr "Проверката вече ÑъщеÑтвува."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Проверете чаÑÑ‚ от израза започваща от \"%1$s\"."
@@ -3215,7 +3226,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3320,8 +3331,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "ИзчиÑти иÑториÑта и динамиката на промените"
@@ -3330,11 +3341,11 @@ msgstr "ИзчиÑти иÑториÑта и динамиката на промÐ
msgid "Clear when unlinking"
msgstr "ИзчиÑти когато Ñе прекрати връзката"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3353,20 +3364,20 @@ msgstr "ЧаÑовник"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Клониране"
@@ -3374,15 +3385,15 @@ msgstr "Клониране"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Затвори"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Затвори израз конÑтруктора"
@@ -3401,8 +3412,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3419,7 +3430,7 @@ msgstr ""
msgid "Colour"
msgstr "ЦвÑÑ‚"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, fuzzy, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "ЦвÑÑ‚ \"%1$s\" не е коректен: очаква шеÑтнадеÑетичен код на цвÑÑ‚ (6 Ñимвола)."
@@ -3471,7 +3482,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3505,7 +3516,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "УÑловие"
@@ -3564,7 +3575,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "КонфигурациÑ"
@@ -3572,7 +3583,7 @@ msgstr "КонфигурациÑ"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3737,7 +3748,7 @@ msgid "Configuration updated"
msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð°ÐºÑ‚ÑƒÐ°Ð»Ð¸Ð·Ð¸Ñ€Ð°Ð½Ðµ"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3745,7 +3756,7 @@ msgstr ""
msgid "Confirmation text"
msgstr "Потвърждение текÑÑ‚"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3801,7 +3812,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3809,9 +3820,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3819,9 +3830,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3838,10 +3849,10 @@ msgstr ""
msgid "Contact"
msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð·Ð° контакти"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3872,10 +3883,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3915,8 +3926,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3928,8 +3940,8 @@ msgstr ""
msgid "Contract number"
msgstr "Ðомер за контакт"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3941,8 +3953,8 @@ msgstr "Координати"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Копирай"
@@ -3998,7 +4010,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "Ðе може да запази изображение!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "ЧиÑло"
@@ -4044,11 +4056,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4068,14 +4080,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4155,7 +4167,7 @@ msgstr "Създаване на карта"
msgid "Create media type"
msgstr "Създаване на метод на уведомление"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4179,7 +4191,7 @@ msgstr "Създаване на Ñлайдшоу"
msgid "Create template"
msgstr "Създаване на шаблон"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Създаване на тригер"
@@ -4232,11 +4244,12 @@ msgstr ""
msgid "Current host"
msgstr "Текущ хоÑÑ‚"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Текуща ÑтойноÑÑ‚"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4244,7 +4257,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4253,11 +4266,11 @@ msgid "Custom graphs"
msgstr "ПерÑонализирани графики"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4279,7 +4292,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "ПерÑонализиран множител"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4318,11 +4331,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr ""
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4431,16 +4445,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4448,32 +4462,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "База данни хоÑÑ‚"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4481,35 +4495,35 @@ msgstr ""
msgid "Database monitor"
msgstr "База данни монитор"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Име на база данни"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Парола на база данни"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Порт на база данни"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Схема на база данни"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "База данни Ñървър"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Тип на база данни"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "База данни потребител"
@@ -4538,7 +4552,7 @@ msgstr "Дата на закупуване HW"
msgid "Day"
msgstr "Ден"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4557,7 +4571,7 @@ msgstr "Ден от Ñедмицата"
msgid "Days"
msgstr "Дни"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "ОтÑтранÑване на грешки"
@@ -4571,7 +4585,7 @@ msgstr "Режим за отÑтранÑване на грешки"
msgid "Dec"
msgstr "Дек"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Декември"
@@ -4581,7 +4595,7 @@ msgstr "Декември"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "По подразбиране"
@@ -4598,7 +4612,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4615,18 +4629,18 @@ msgid "Default operation step duration"
msgstr "ПродължителноÑÑ‚ по подразбиране на Ñтъпка от операциÑта"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Тема по подразбиране"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4655,7 +4669,8 @@ msgstr "ЗакъÑнение Ñ"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4676,8 +4691,8 @@ msgstr "ЗакъÑнение Ñ"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Изтриване"
@@ -4710,19 +4725,19 @@ msgstr "Изтриване на текущото дейÑтвие?"
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Изтриване на правилото за откриване?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Изтриване на израза?"
@@ -4747,15 +4762,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr "Изтриване ÑъответÑтвие на икона?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Изтриване на елемент на данните?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Изтриване на връзките между избраните елементи?"
@@ -4799,7 +4814,7 @@ msgstr "Изтриване на избраните приложениÑ?"
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4808,7 +4823,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr "Изтриване на избраните правила за откриване?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Изтриване на избраните елементи?"
@@ -4833,7 +4848,7 @@ msgstr "Изтриване на избраните групи?"
msgid "Delete selected host groups?"
msgstr "Изтриване на избраните хоÑÑ‚ групи?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4841,7 +4856,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Изтриване на Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ…Ð¾ÑÑ‚?"
@@ -4893,7 +4908,7 @@ msgstr "Изтриване на избраните екрани?"
msgid "Delete selected scripts?"
msgstr "Изтриване на избраните Ñкриптове?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4953,11 +4968,11 @@ msgstr "Изтриване на Ñлайдшоу?"
msgid "Delete template?"
msgstr "Изтриване на шаблон?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Изтриване на тригер?"
@@ -4970,7 +4985,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr "Изтрито: ХоÑÑ‚ \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -4991,16 +5006,16 @@ msgid "Deny"
msgstr "Отказ"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "ЗавиÑимоÑти"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "ЗавиÑим"
@@ -5008,7 +5023,7 @@ msgstr "ЗавиÑим"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5027,29 +5042,29 @@ msgstr "СъÑтоÑние на разгръщане"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "ОпиÑание"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5182,7 +5197,8 @@ msgstr "Изключване на избраните тригери?"
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5195,22 +5211,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Изключено"
@@ -5227,7 +5242,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5235,12 +5250,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5341,27 +5356,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Правило за откриване Ñъздадено"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Правило за откриване изтрито"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Правило за откриване актуализирано"
@@ -5371,13 +5386,13 @@ msgstr "Правило за откриване актуализирано"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Правила за откриване"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Правила за откриване изтрити"
@@ -5420,7 +5435,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Показване на %1$s от %2$s намерени"
@@ -5439,22 +5454,22 @@ msgid "Do not calculate"
msgstr "Без изчиÑлÑване"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Желаете ли да замени уÑÐ»Ð¾Ð²Ð½Ð¸Ñ Ð¸Ð·Ñ€Ð°Ð·?"
@@ -5477,11 +5492,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "ÐедоÑтъпен"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5561,12 +5576,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5595,10 +5610,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "ПродължителноÑÑ‚"
@@ -5618,7 +5633,7 @@ msgstr "Динамичен елемент на данните"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Ð’Ñеки URL Ð°Ð´Ñ€ÐµÑ Ñ‚Ñ€Ñбва да има уникално име. МолÑ, уверете Ñе, че има Ñамо едно URL Ñ Ñ‚Ð¾Ð²Ð° име "
@@ -5633,15 +5648,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Редактиране"
@@ -5665,15 +5680,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Редактиране на тригер"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5769,7 +5784,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5939,15 +5954,16 @@ msgstr "Ðктивиране на избраните тригери?"
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5963,13 +5979,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5978,13 +5993,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Ðктивно"
@@ -5994,9 +6009,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -6004,7 +6019,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6016,10 +6031,10 @@ msgstr "ÐнглийÑки (en_GB)"
msgid "English (en_US)"
msgstr "ÐнглийÑки (US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6046,7 +6061,7 @@ msgstr "Грешка"
msgid "Error in search request for table \"%1$s\"."
msgstr "Грешка в заÑвката за Ñ‚ÑŠÑ€Ñене за таблица \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6082,7 +6097,7 @@ msgstr ""
msgid "Event details"
msgstr "Детайли за Ñъбитието"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Генериране на Ñъбитие"
@@ -6102,6 +6117,12 @@ msgstr "СпиÑък на ÑÑŠÐ±Ð¸Ñ‚Ð¸Ñ [ 20 предишни]"
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6132,7 +6153,7 @@ msgstr "Ð’ÑÑка Ñедмица"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Изключване"
@@ -6143,7 +6164,7 @@ msgstr "Изключване"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Изпълнение"
@@ -6161,9 +6182,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6181,19 +6202,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Изпълнение на Ñкрипт"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Потвърждение на изпълнение"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6233,7 +6254,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "ЕкÑпортиране в CSV"
@@ -6241,21 +6262,21 @@ msgstr "ЕкÑпортиране в CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "ИзразÑване"
@@ -6268,15 +6289,15 @@ msgstr "Променливи елементи на изразÑване"
msgid "Expression cannot be empty"
msgstr "Изразът не може да бъде празен"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "КонÑтруктор на изразÑване"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6295,7 +6316,7 @@ msgstr "Изрази"
msgid "External check"
msgstr "Външна проверка"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "Пт"
@@ -6309,7 +6330,7 @@ msgstr "ЛЪЖÐ"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "ÐеуÑпешно"
@@ -6359,7 +6380,7 @@ msgstr "Любими екрани"
msgid "Feb"
msgstr "Фев"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Февруари"
@@ -6372,7 +6393,7 @@ msgstr "Поле"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6381,7 +6402,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6501,9 +6522,7 @@ msgstr "Запълване"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6530,9 +6549,13 @@ msgstr "Запълване"
msgid "Filter"
msgstr "Филтър"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6551,7 +6574,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Завърши"
@@ -6564,8 +6587,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Първи"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6579,12 +6602,12 @@ msgid "Fixed"
msgstr "ФикÑирано"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6592,9 +6615,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6616,8 +6639,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Формула"
@@ -6644,11 +6667,13 @@ msgstr "ФренÑки (fr_FR)"
msgid "Fri"
msgstr "Пт"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Петък"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6668,12 +6693,12 @@ msgstr "ДоÑтъп до уеб интерфейÑ"
msgid "Frontend messaging"
msgstr "Ð¡ÑŠÐ¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð² уеб интерфейÑ"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6708,7 +6733,7 @@ msgid "GUI access disabled."
msgstr "GUI доÑтъп забранен."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6734,21 +6759,21 @@ msgstr "ÐемÑки (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Като Ñе има предвид, израза не е макро"
@@ -6774,7 +6799,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Отиди на"
@@ -6822,8 +6847,8 @@ msgstr "Градиентна линиÑ"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6955,7 +6980,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Графични прототипи"
@@ -6999,9 +7024,9 @@ msgid "Graph with same name but other type exist."
msgstr "Графика ÑÑŠÑ Ñъщото име, но различен тип вече ÑъщеÑтвува."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7011,7 +7036,7 @@ msgstr "Графика ÑÑŠÑ Ñъщото име, но различен тип
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7019,7 +7044,7 @@ msgstr "Графика ÑÑŠÑ Ñъщото име, но различен тип
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Графики"
@@ -7089,12 +7114,12 @@ msgstr "Група за откритите хоÑтове"
msgid "Group name"
msgstr "Име на група"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7109,8 +7134,8 @@ msgstr "Групиране по"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7142,10 +7167,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP автентикациÑ"
@@ -7153,11 +7178,11 @@ msgstr "HTTP автентикациÑ"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP прокÑи"
@@ -7186,20 +7211,20 @@ msgstr "Хардуер (Пълни подробноÑти)"
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7232,11 +7257,11 @@ msgstr "Помощ"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Скрит"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7273,23 +7298,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "ИÑториÑ"
@@ -7297,17 +7322,17 @@ msgstr "ИÑториÑ"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¸Ð·Ñ‡Ð¸Ñтена"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "ИзчиÑтването на иÑториÑта може да отнеме много време. Да Ñе продължи ли?"
@@ -7321,13 +7346,17 @@ msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð½Ð° ÑъбитиÑта"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7352,26 +7381,26 @@ msgstr "Хоризонтално подравнÑване"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7383,8 +7412,8 @@ msgstr "Хоризонтално подравнÑване"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "ХоÑÑ‚"
@@ -7426,8 +7455,7 @@ msgstr "ХоÑÑ‚ доÑтъп"
msgid "Host added"
msgstr "ХоÑÑ‚ добавен"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7444,19 +7472,19 @@ msgstr "ХоÑта не може да има повече от един Ñтан
msgid "Host count"
msgstr "ХоÑÑ‚ броÑч"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "ХоÑÑ‚ изтрит"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7477,7 +7505,7 @@ msgstr[1] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "ХоÑÑ‚ група"
@@ -7523,11 +7551,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7564,17 +7592,17 @@ msgstr "ХоÑÑ‚ групи"
msgid "Host info"
msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð·Ð° хоÑтове"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "ХоÑÑ‚ интерфейÑ"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7595,7 +7623,7 @@ msgstr ""
msgid "Host label type"
msgstr "ХоÑÑ‚ етикет"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7622,53 +7650,57 @@ msgstr "ХоÑÑ‚ мрежи"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7717,17 +7749,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7803,7 +7835,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7838,10 +7870,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7858,9 +7890,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI Ñензор"
@@ -7982,7 +8014,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Изображение"
@@ -8090,7 +8122,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8106,9 +8138,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8121,11 +8153,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8138,7 +8170,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Включва"
@@ -8406,8 +8438,8 @@ msgstr "Подадени Ñа неправилни аргументи за фуÐ
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8548,9 +8580,9 @@ msgstr "Ðеправилно име на поле \"%1$s\" или ÑтойноÑ
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8603,7 +8635,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Използва Ñе неправилна функциÑ"
@@ -8679,7 +8711,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr "Ðеправилен елемент на данните за ÑтойноÑÑ‚ оÑ."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "В тригер израза \"%2$s\" е зададен неправилен ключ за елемента на данните \"%1$s\"."
@@ -8690,11 +8722,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Ð’ тригер функциÑта \"%2$s\" е зададен неправилен тип ÑтойноÑÑ‚ за елемента на данните \"%1$s\"."
@@ -8865,35 +8897,35 @@ msgstr "Ðеправилно ID на тригер за уÑлуга \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Ðеправилен израз в тригер"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Ðеправилен израз в тригер."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Ðеправилен израз в тригер. ХоÑÑ‚ \"%1$s\" не ÑъщеÑтвува или нÑмате права за доÑтъп до него."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Ðеправилен израз в тригер. Елементите на израза в тригер не Ñ‚Ñ€Ñбва да принадлежат към един шаблон и хоÑÑ‚ едновременно."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Ð’ израза е зададена неправилна тригер Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -9044,16 +9076,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9064,7 +9095,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9214,23 +9245,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9319,10 +9352,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9330,10 +9363,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Инфо"
@@ -9347,15 +9380,19 @@ msgstr "ИнформациÑ"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9371,17 +9408,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Вмъкване"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9393,7 +9430,7 @@ msgstr "ИнÑталациÑ"
msgid "Installer name"
msgstr "Име на инÑталатора"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9426,8 +9463,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Ð’ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ñ IP \"%1$s\" не може да бъде празно DNS името."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9456,14 +9493,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9487,15 +9524,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Интервал"
@@ -9522,7 +9559,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9536,15 +9573,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9556,11 +9593,11 @@ msgstr "Ðевалидно id на хоÑÑ‚ за макро \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9601,7 +9638,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr "Ðевалидни параметри на метода."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9633,6 +9670,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9645,75 +9691,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9730,7 +9782,7 @@ msgstr "Ðевалидни параметри."
msgid "Invalid response code \"%1$s\"."
msgstr "Ðевалиден код на отговор \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9767,15 +9819,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9788,7 +9840,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9807,9 +9859,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "ИнвентаризациÑ"
@@ -9836,9 +9888,9 @@ msgid "Issue"
msgstr "Проблем"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9855,22 +9907,22 @@ msgid "Italian (it_IT)"
msgstr "ИталианÑки (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Елемент на данните"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9907,15 +9959,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Елемент на данните \"%1$s\" в \"%2$s\": приложение \"%3$s\" не ÑъщеÑтвува."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Елемент на данните добавен"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9925,17 +9977,17 @@ msgstr[1] ""
msgid "Item count"
msgstr "Брой елементи на данните "
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Елемент на данните изтрит"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -9945,7 +9997,7 @@ msgstr[1] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -9958,7 +10010,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9979,15 +10031,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -10000,7 +10052,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10008,19 +10060,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "Елемент на данните прототипи"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Елемент на данните актуализиран"
@@ -10092,7 +10144,7 @@ msgstr "Ключ от елемент на данните \"%1$s\" вече ÑÑŠÑ
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10102,11 +10154,11 @@ msgstr "Ключ от елемент на данните \"%1$s\" вече ÑÑŠÑ
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Елементи на данните "
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Елементи на данните изтрити"
@@ -10118,7 +10170,7 @@ msgstr "СпиÑък елементи на данните"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Елементи на данните актуализирани"
@@ -10126,7 +10178,7 @@ msgstr "Елементи на данните актуализирани"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10134,10 +10186,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX агент"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10150,10 +10202,10 @@ msgstr "JMX интерфейÑ"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10185,7 +10237,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc верÑиÑта не е уточнена."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10193,7 +10245,7 @@ msgstr ""
msgid "Jan"
msgstr "Яну"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Януари"
@@ -10210,7 +10262,7 @@ msgstr ""
msgid "Jul"
msgstr "Юли"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Юли"
@@ -10218,11 +10270,11 @@ msgstr "Юли"
msgid "Jun"
msgstr "Юни"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Юни"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10256,7 +10308,7 @@ msgstr "Ключ \"%1$s\" не Ñъвпада Ñ <grpmax|grpmin|grpsum|grpavg>[\
msgid "Key passphrase"
msgstr "Ключ фраза за доÑтъп"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Ключова дума"
@@ -10293,23 +10345,23 @@ msgstr "УÑпешно влизане чрез LDAP"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10335,42 +10387,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "ПоÑледна"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10407,23 +10459,24 @@ msgstr "ПоÑледна промÑна (низходÑщ)"
msgid "Last check"
msgstr "ПоÑледна проверка"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Графика за поÑÐ»ÐµÐ´Ð½Ð¸Ñ Ñ‡Ð°Ñ"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Графика за поÑÐ»ÐµÐ´Ð½Ð¸Ñ Ð¼ÐµÑец"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "За поÑледното"
@@ -10436,21 +10489,21 @@ msgstr "ПоÑледно активен (възраÑÑ‚)"
msgid "Last value"
msgstr "ПоÑледна ÑтойноÑÑ‚"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Графика за поÑледната Ñедмица"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "ПоÑледни данни"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10497,7 +10550,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10539,8 +10592,8 @@ msgstr "Връзка"
msgid "Link indicators"
msgstr "Индикатори на връзка"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10576,10 +10629,10 @@ msgstr "Връзка към шаблони"
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10673,10 +10726,10 @@ msgid "Location longitude"
msgstr "МеÑтонахождение (дължина)"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Дневник (лог)"
@@ -10688,10 +10741,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Формат за време в дневника (логове)"
@@ -10748,7 +10801,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "Пн"
@@ -10765,8 +10818,9 @@ msgstr "MAC Ð°Ð´Ñ€ÐµÑ B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10781,7 +10835,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Макро"
@@ -10808,10 +10862,10 @@ msgstr "Макро Ñ hostmacroid \"%1$s\" не ÑъщеÑтвува."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10902,16 +10956,16 @@ msgstr "Поддръжка без Ñъбиране на данни"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Ð—Ð°Ð´ÑŠÐ»Ð¶Ð¸Ñ‚ÐµÐ»Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚ÑŠÑ€ липÑва."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Ръчно"
@@ -10926,7 +10980,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Карта на мрежата"
@@ -11020,7 +11074,7 @@ msgstr "Карти на мрежата"
msgid "Mar"
msgstr "Мар"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Март"
@@ -11036,11 +11090,11 @@ msgstr "Маркирай оÑтаналите"
msgid "Mark selected"
msgstr "Маркирай избраните"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11059,11 +11113,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11111,7 +11165,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11126,7 +11180,7 @@ msgstr[1] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Май"
@@ -11284,7 +11338,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "СъобщениÑ"
@@ -11348,7 +11402,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11407,7 +11461,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "ЛипÑващ ключ \"%1$s\" за хоÑÑ‚ \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11480,7 +11534,7 @@ msgstr ""
msgid "Mon"
msgstr "Пн"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Понеделник"
@@ -11488,9 +11542,9 @@ msgstr "Понеделник"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Ðаблюдава Ñе чрез прокÑи"
@@ -11522,11 +11576,11 @@ msgstr "МеÑец"
msgid "Monthly"
msgstr "ЕжемеÑечно"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11545,20 +11599,20 @@ msgstr "Повече от една графика Ñ Ð¸Ð¼ÐµÑ‚Ð¾ \"%1$s\" в хо
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "МножеÑтво ÑÑŠÐ±Ð¸Ñ‚Ð¸Ñ Ñ ÐŸÐ ÐžÐ‘Ð›Ð•Ðœ"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Изключване на звука"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11591,13 +11645,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11625,17 +11680,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11655,19 +11710,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11676,15 +11731,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11694,12 +11749,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11790,12 +11845,12 @@ msgid "Never"
msgstr "Ðикога"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Ðово приложение"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11809,7 +11864,7 @@ msgstr "Ðово ÑÑŠÑтоÑние"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Ðов елемент"
@@ -11845,13 +11900,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11860,20 +11915,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12027,6 +12082,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Ðе е Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð¿Ð¾ подразбиране \"%1$s\" тип в хоÑÑ‚ \"%2$s\"."
@@ -12043,12 +12099,12 @@ msgstr "Ðе уточнено ID на правило за откриване."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12115,12 +12171,12 @@ msgstr ""
msgid "No image"
msgstr "ÐÑма изображение"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Ðе е открит интерфейÑ"
@@ -12135,7 +12191,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12173,7 +12229,7 @@ msgstr "Ðе е определено ID на карта на мрежата за
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12204,8 +12260,8 @@ msgstr "ÐÑмате право на доÑтъп до ÑиÑтемата."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12214,8 +12270,8 @@ msgstr "ÐÑмате право на доÑтъп до ÑиÑтемата."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12271,12 +12327,12 @@ msgstr "ÐÑмате право на доÑтъп до ÑиÑтемата."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12335,7 +12391,7 @@ msgstr "ÐÑмате право на доÑтъп до ÑиÑтемата."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12356,7 +12412,7 @@ msgstr "ÐÑмате право на доÑтъп до ÑиÑтемата."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "ÐÑмате право на доÑтъп до поÑÐ¾Ñ‡ÐµÐ½Ð¸Ñ Ð¾Ð±ÐµÐºÑ‚ или той не ÑъщеÑтвува!"
@@ -12386,7 +12442,7 @@ msgstr "Ðе е уточнен файла Ñ Ð¾Ð±Ñ‰ÐµÑтвен ключ."
msgid "No recipients for action operation message."
msgstr "ÐÑма получатели на Ñъобщение в Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð½Ð° дейÑтвие."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12398,11 +12454,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr "Ðе е уточнен Ñкрипт за команда в Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð½Ð° дейÑтвие."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Ðе е избрана цел"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Ðе е избрана цел."
@@ -12419,19 +12475,19 @@ msgstr "Ðе Ñа дефинирани тригери."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12444,18 +12500,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Ðищо"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12553,7 +12609,7 @@ msgstr ""
msgid "Nov"
msgstr "Ðое"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Ðоември"
@@ -12566,11 +12622,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12638,11 +12694,11 @@ msgstr "Брой на промените в ÑÑŠÑтоÑнието"
msgid "Number of steps"
msgstr "Брой Ñтъпки"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12658,7 +12714,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Брой на потребителите (на линиÑ)"
@@ -12710,22 +12766,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "ЧиÑлен (Ñ плаваща точка)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "ЧиÑлен (цÑло положително)"
@@ -12743,13 +12799,13 @@ msgstr "OEM"
msgid "OK"
msgstr "ОК"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12765,7 +12821,7 @@ msgstr "OOB рутер"
msgid "OOB subnet mask"
msgstr "OOB маÑка на подмрежата"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "ИЛИ"
@@ -12793,13 +12849,13 @@ msgstr "Окт"
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Октомври"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Изкл"
@@ -12831,7 +12887,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Вкл"
@@ -12906,7 +12962,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Преброени Ñа Ñамо елементи на данните възложени за активни хоÑтове"
@@ -12962,7 +13018,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Индикаторът показва Ñамо поÑледните 20%%."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Преброени Ñа Ñамо тригерите възложени за активни хоÑтове и завиÑими от активни елементи на данните"
@@ -12984,7 +13040,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "ОперациÑта не може да Ñе извърши поради неоторизирано иÑкане."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Детайли на операциÑ"
@@ -13000,12 +13056,12 @@ msgstr "ОперациÑта нÑма шаблон за да функциониÑ
msgid "Operation type"
msgstr "Тип операциÑ"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13053,24 +13109,24 @@ msgstr "Оператор"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -13099,55 +13155,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13186,8 +13244,8 @@ msgstr "Други"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13211,8 +13269,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13397,16 +13455,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "ПРОБЛЕМ"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13418,26 +13476,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13456,13 +13514,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Параметър"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13533,28 +13591,28 @@ msgstr "ПаÑивен"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Парола"
@@ -13566,15 +13624,15 @@ msgstr "Парола (потвърждаване)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13591,7 +13649,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13608,17 +13666,22 @@ msgstr "Процентна Ð»Ð¸Ð½Ð¸Ñ (вдÑÑно)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Период"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13664,7 +13727,7 @@ msgid "Placing algorithm"
msgstr "ПоÑтавÑне на алгоритъм"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Обикновен текÑÑ‚"
@@ -13678,7 +13741,7 @@ msgstr "Възпроизвеждане"
msgid "Play sound"
msgstr "Възпроизвеждане на звук"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13687,20 +13750,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "МолÑ, изберете два елемента"
@@ -13730,18 +13793,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "ПолÑки (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Попълнете полето: данни за Ð¸Ð½Ð²ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð½Ð° хоÑÑ‚"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13772,33 +13834,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13809,23 +13871,23 @@ msgstr ""
msgid "Preview"
msgstr "Предварителен преглед"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13858,13 +13920,15 @@ msgid "Primary POC screen name"
msgstr "Първичен прÑкор за контакт"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
#, fuzzy
msgid "Privacy passphrase"
msgstr "Защита фраза за доÑтъп"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Протокол за поверителноÑÑ‚"
@@ -13876,29 +13940,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Файл Ñ Ð»Ð¸Ñ‡ÐµÐ½ ключ"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Ðиво на привилегиÑ"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13923,8 +13987,8 @@ msgstr ""
msgid "Problem display"
msgstr "Показване на проблем"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13941,7 +14005,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Проблем на"
@@ -13971,13 +14035,13 @@ msgstr "Проблем, ако вÑички деца имат проблеми"
msgid "Problem, if at least one child has a problem"
msgstr "Проблем, ако най-малко едно дете има проблем"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13986,7 +14050,7 @@ msgstr "Проблем, ако най-малко едно дете има про
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Проблеми"
@@ -14023,7 +14087,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14041,7 +14105,7 @@ msgstr "ПрокÑита"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14112,20 +14176,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "ОбщеÑтвен ключ"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Файл Ñ Ð¾Ð±Ñ‰ÐµÑтвен ключ"
@@ -14155,8 +14219,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14166,10 +14230,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14227,7 +14291,7 @@ msgid "Received value"
msgstr "Получената ÑтойноÑÑ‚"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14254,24 +14318,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "ВъзÑтановÑване"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14281,9 +14345,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14298,11 +14362,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14316,7 +14380,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "РегулÑрен израз"
@@ -14356,7 +14420,7 @@ msgstr "РегулÑрни изрази"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14380,6 +14444,12 @@ msgstr "Отдалечена команда"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14396,43 +14466,37 @@ msgstr "Отдалечена команда"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14441,14 +14505,14 @@ msgstr "Отдалечена команда"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14471,7 +14535,7 @@ msgstr "Отдалечена команда"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14504,8 +14568,8 @@ msgstr "Отдалечена команда"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Премахни"
@@ -14541,7 +14605,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14551,17 +14615,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Смени"
@@ -14576,23 +14640,23 @@ msgstr "Смени завиÑимоÑтите"
msgid "Reports"
msgstr "Отчети"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14602,7 +14666,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Ðеобходимо"
@@ -14619,14 +14683,14 @@ msgstr "Ðеобходима производителноÑÑ‚ (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Ðеобходима производителноÑÑ‚ на Ñървъра, нови ÑтойноÑти за Ñекунда"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Ðеобходими кодове за ÑÑŠÑтоÑние"
@@ -14634,7 +14698,7 @@ msgstr "Ðеобходими кодове за ÑÑŠÑтоÑние"
msgid "Required string"
msgstr "Ðеобходим низ"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Ðулиране"
@@ -14663,7 +14727,7 @@ msgstr "Потвърждаване на нулиране"
msgid "Reset defaults"
msgstr "ВъзÑтанови по подразбиране"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Решено"
@@ -14675,26 +14739,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14731,15 +14795,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Резултат"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14758,14 +14822,14 @@ msgstr "Резултатът е ИСТИÐÐ"
msgid "Result type"
msgstr "Тип резултат"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14928,12 +14992,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr "РуÑки (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "Сб"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "Ðд"
@@ -14943,7 +15007,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14988,16 +15053,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -15005,8 +15070,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP community"
@@ -15022,11 +15089,13 @@ msgstr "SNMP trap"
msgid "SNMP trap key is invalid."
msgstr "Ключа за SNMP trap е невалиден."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15034,7 +15103,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 агент"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15042,7 +15112,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 агент"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15064,9 +15135,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -15089,40 +15160,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH агент"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15150,15 +15221,23 @@ msgstr ""
msgid "Sat"
msgstr "Сб"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Събота"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15180,12 +15259,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15269,9 +15348,9 @@ msgid "Screen updated"
msgstr "Екран актуализиран"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15286,7 +15365,7 @@ msgstr "Екран актуализиран"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Екрани"
@@ -15351,7 +15430,7 @@ msgstr "Скрипт актуализиран"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Скриптове"
@@ -15409,19 +15488,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Ðиво на ÑигурноÑÑ‚"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Име на ÑигурноÑÑ‚"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15432,8 +15513,8 @@ msgstr "Име на ÑигурноÑÑ‚"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15441,15 +15522,15 @@ msgstr "Име на ÑигурноÑÑ‚"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Изберете"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Изберете прототип"
@@ -15482,19 +15563,19 @@ msgstr "Избрани елементи"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15519,7 +15600,7 @@ msgstr "Изпратете Ñамо до"
msgid "Send to"
msgstr "Изпрати до"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15546,13 +15627,13 @@ msgstr "Сеп"
msgid "Separated"
msgstr "Разделен"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Септември"
@@ -15677,12 +15758,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "СеÑиÑта е прекратена, Ð¼Ð¾Ð»Ñ Ð²Ð»ÐµÐ·Ñ‚Ðµ повторно в ÑиÑтемата."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15691,11 +15773,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15718,28 +15800,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15758,7 +15840,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15788,7 +15870,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15806,14 +15888,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15824,8 +15906,8 @@ msgstr ""
msgid "Show"
msgstr "Покажи"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Покажи детайли"
@@ -15833,7 +15915,7 @@ msgstr "Покажи детайли"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15860,7 +15942,11 @@ msgstr "Покажи легенда"
msgid "Show lines"
msgstr "Покажи линии"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15882,9 +15968,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15895,7 +15981,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15909,7 +15995,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Покажи текÑта като HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15920,7 +16006,7 @@ msgid "Show triggers"
msgstr "Покажи тригерите"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15929,10 +16015,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Покажи ÑтойноÑÑ‚"
@@ -15944,7 +16030,7 @@ msgstr "Покажи предупреждение, ако Zabbix Ñървъра
msgid "Show working time"
msgstr "Покажи работното време"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Показан"
@@ -15995,8 +16081,8 @@ msgstr "ПроÑта графика"
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16107,7 +16193,7 @@ msgstr "Слайдове"
msgid "Slovak (sk_SK)"
msgstr "Словашки (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "ЗаÑпиване"
@@ -16245,7 +16331,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16253,16 +16340,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16282,7 +16368,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16370,28 +16456,28 @@ msgid "Stop"
msgstr "Спри"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16403,7 +16489,7 @@ msgstr "Прав"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16428,14 +16514,14 @@ msgid "Subject"
msgstr "Тема"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Подкарта"
@@ -16443,7 +16529,7 @@ msgstr "Подкарта"
msgid "Success Audit"
msgstr "УÑпешен одит"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16456,7 +16542,7 @@ msgstr ""
msgid "Sun"
msgstr "Ðед"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "ÐеделÑ"
@@ -16500,7 +16586,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Превключването на метода за Ð°Ð²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ‰Ðµ възÑтанови вÑичко по подразбиране, Ñ Ð¸Ð·ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ðµ на тази ÑеÑиÑ! ИÑкате ли да продължите?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16551,12 +16637,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "Чт"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "Ð’Ñ‚"
@@ -16598,12 +16684,12 @@ msgstr "Таблица \"%1$s\" нÑма поле Ñ Ð¸Ð¼Ðµ \"%2$s\"."
msgid "Tag"
msgstr "Етикет"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16612,12 +16698,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16628,25 +16714,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16654,11 +16740,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16667,11 +16753,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Цел"
@@ -16790,13 +16876,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16818,20 +16904,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "ТеÑÑ‚"
@@ -16856,7 +16942,7 @@ msgstr "ТеÑÑ‚ на данни"
msgid "Test expressions"
msgstr "ТеÑÑ‚ на изрази"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16884,10 +16970,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16926,7 +17012,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17020,11 +17106,11 @@ msgstr "Приложението на уеб Ñценарий принадлеж
msgid "Theme"
msgstr "Тема"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17033,11 +17119,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Този меÑец"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17049,23 +17135,23 @@ msgstr "Този колона от екран не е празена. ИÑкат
msgid "This screen row is not empty. Delete it?"
msgstr "Този ред от екран не е празен. ИÑкате ли да го изтриете?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Тзе Ñедмица"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Тази година"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17077,7 +17163,7 @@ msgstr ""
msgid "Thu"
msgstr "Чет"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Четвъртък"
@@ -17088,19 +17174,19 @@ msgstr "Четвъртък"
msgid "Till"
msgstr "До"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17143,12 +17229,12 @@ msgstr ""
msgid "Time period"
msgstr "Период от време"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17160,16 +17246,23 @@ msgstr "СмÑна на времето"
msgid "Time type"
msgstr "Тип време"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "ПроÑрочване на времето"
@@ -17183,22 +17276,23 @@ msgstr "ПроÑрочване на времето"
msgid "Timestamp"
msgstr "Времева маркировка"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Към"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "За да зададете Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð·Ð° хоÑÑ‚ изберете един тип елемент на данните за вÑички елементи на данните"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "ДнеÑка"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17288,10 +17382,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17300,34 +17394,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Динамика на промените"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Тригер"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Тригер \"%1$s\" вече ÑъщеÑтвува в \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17337,7 +17431,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Тригер \"%1$s\" завиÑи от тригер \"%2$s\", който не ÑъщеÑтвува."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17345,7 +17439,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Тригер добавен"
@@ -17353,7 +17447,7 @@ msgstr "Тригер добавен"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17363,7 +17457,7 @@ msgstr[1] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Тригер изтрит"
@@ -17371,7 +17465,7 @@ msgstr "Тригер изтрит"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17382,13 +17476,13 @@ msgstr[1] ""
msgid "Trigger displaying options"
msgstr "Преглед на опциите на тригер"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Тригер израза Ñ‚Ñ€Ñбва да Ñъдържа поне един хоÑÑ‚: ключова отправна точка."
@@ -17428,24 +17522,24 @@ msgstr "Преглед на тригери"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Тригер прототип"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17455,12 +17549,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17468,11 +17562,11 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
@@ -17480,7 +17574,7 @@ msgstr[1] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17488,15 +17582,15 @@ msgstr[1] ""
msgid "Trigger prototypes"
msgstr "Тригер прототипи"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17504,11 +17598,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "ВажноÑÑ‚ на тригер "
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17516,19 +17610,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Тригер актуализиран"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17541,11 +17635,11 @@ msgstr "Тригер актуализиран"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Тригери"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Тригери изтрити"
@@ -17561,7 +17655,7 @@ msgstr ""
msgid "Tue"
msgstr "Вто"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Вторник"
@@ -17574,7 +17668,7 @@ msgstr "ТурÑки (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Двата елемента на данните (\"%1$s\" и \"%2$s\") не могат да Ñе попълнÑÑ‚ в едно поле \"%3$s\" инвентарни данни за хоÑÑ‚, това ще доведе до конфликт."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17594,7 +17688,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17606,21 +17700,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17653,18 +17747,18 @@ msgstr "Тип (низходÑщ)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Тип на изчиÑлението"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Тип на информациÑта"
@@ -17681,8 +17775,8 @@ msgstr "Типове"
msgid "UNKNOWN"
msgstr "ÐЕИЗВЕСТЕÐ"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17692,11 +17786,11 @@ msgstr "ÐЕИЗВЕСТЕÐ"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17742,7 +17836,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17826,10 +17920,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Единици за измерване"
@@ -17851,7 +17945,7 @@ msgstr "Единици за измерване"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17870,18 +17964,18 @@ msgstr "ÐеизвеÑтно дейÑтвие"
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "ÐеизвеÑтна функциÑ."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "ÐеизвеÑтен елемент на данните за хоÑÑ‚, нÑма такъв елемент на данните в Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ Ñ…Ð¾ÑÑ‚"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "ÐеизвеÑтен хоÑÑ‚, нÑма такъв хоÑÑ‚ в ÑиÑтемата"
@@ -17907,15 +18001,15 @@ msgstr "ÐеизвеÑтен тип ÑтойноÑÑ‚"
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "ПрекратÑване на връзката"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "ПрекратÑване на връзката и изчиÑтване"
@@ -17958,7 +18052,7 @@ msgstr "Прекратена връзка: Прототип на елемент
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Прекратена връзка: Уеб Ñценарий \"%1$s\" в \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Включване на звука"
@@ -18004,6 +18098,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18040,28 +18139,29 @@ msgstr "ДоÑтъпен"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18078,16 +18178,16 @@ msgstr "Ðктуализиране на ÑъщеÑтвуващото"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Интервал за актуализиране"
@@ -18143,7 +18243,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr "Време без прекъÑване - доÑтъпно/Време на прекъÑване"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18172,7 +18272,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Потребител"
@@ -18334,14 +18434,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "ПотребителÑко име"
@@ -18408,11 +18508,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "ПотребителÑко име"
@@ -18420,8 +18520,8 @@ msgstr "ПотребителÑко име"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18686,24 +18786,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18832,18 +18932,18 @@ msgstr "Променливи"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18851,8 +18951,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18864,7 +18964,7 @@ msgstr "ДоÑтавчик"
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18925,7 +19025,7 @@ msgstr "Видимо име"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Видимото име не може да бъде празно, ако липÑва име на хоÑÑ‚."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "Ср"
@@ -18937,22 +19037,22 @@ msgstr "Ср"
msgid "Warning"
msgstr "Внимание"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "СъжалÑваме, доÑтигнат е макÑÐ¸Ð¼Ð°Ð»Ð½Ð¸Ñ Ð²ÑŠÐ·Ð¼Ð¾Ð¶ÐµÐ½ брой от елементи."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18962,7 +19062,7 @@ msgstr "СъжалÑваме, доÑтигнат е макÑÐ¸Ð¼Ð°Ð»Ð½Ð¸Ñ Ð²ÑŠÐ
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Уеб"
@@ -19020,7 +19120,7 @@ msgstr[1] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19038,7 +19138,7 @@ msgstr ""
msgid "Wed"
msgstr "СрÑ"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "СрÑда"
@@ -19051,7 +19151,7 @@ msgstr "ЕжеÑедмично"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19059,7 +19159,7 @@ msgstr ""
msgid "When active"
msgstr "Когато е активен"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19101,7 +19201,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19175,13 +19275,13 @@ msgstr "Грешни полета за уÑлуга \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Грешни полета за време на уÑлуга \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Грешни полета за тригер."
@@ -19189,8 +19289,8 @@ msgstr "Грешни полета за тригер."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19223,10 +19323,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19317,7 +19417,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19336,20 +19436,20 @@ msgstr "Ежегодно"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19361,7 +19461,7 @@ msgstr "Ежегодно"
msgid "Yes"
msgstr "Да"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19372,7 +19472,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
#, fuzzy
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Вие не може да изберете нÑкои от езиците, защото не е инÑталирана Ð»Ð¾ÐºÐ°Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð·Ð° Ñ‚ÑÑ… на уеб Ñървъра."
@@ -19428,7 +19528,7 @@ msgstr "Вие нÑмате права за извършване на тази Ð
msgid "You do not have permissions to create users."
msgstr "Вие нÑмате права за Ñъздаване на потребители."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19436,7 +19536,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19511,7 +19611,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix Ñървър"
@@ -19529,7 +19629,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19537,15 +19637,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix Ñървърът не работи: показаната Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð¶Ðµ да не е актуална."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix Ñървъра работи"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Име на Zabbix Ñървъра"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Порт на Zabbix Ñървъра"
@@ -19554,6 +19654,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix трапер"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19567,51 +19668,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19624,8 +19730,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19633,29 +19739,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19697,6 +19803,10 @@ msgstr "Ð’Ñички"
msgid "all media"
msgstr "вÑички уведомлениÑ"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19708,23 +19818,23 @@ msgstr "вÑички уведомлениÑ"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19734,7 +19844,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19742,11 +19852,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19795,11 +19905,11 @@ msgstr ""
msgid "avg"
msgstr "Ñред"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19827,10 +19937,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19838,7 +19947,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19863,6 +19972,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19889,11 +20001,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19915,14 +20027,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19947,7 +20059,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19965,11 +20077,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19988,11 +20100,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "д"
@@ -20001,32 +20113,32 @@ msgstr "д"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "дни"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "по подразбиране"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20052,11 +20164,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20095,7 +20207,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20134,7 +20246,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20142,14 +20254,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20158,7 +20270,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "ч"
@@ -20216,11 +20328,11 @@ msgstr "в"
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20257,7 +20369,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20271,15 +20383,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20289,7 +20401,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20301,7 +20413,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20331,7 +20443,7 @@ msgstr ""
msgid "last"
msgstr "поÑледно"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20343,15 +20455,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20359,12 +20471,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "м"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "м"
@@ -20394,7 +20506,7 @@ msgstr "карта на мрежата"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20418,7 +20530,7 @@ msgstr "макÑ"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20445,12 +20557,12 @@ msgstr ""
msgid "min"
msgstr "мин"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20483,27 +20595,27 @@ msgstr "Ñ‚Ñ€Ñбва да бъде валиден LDAP потребител"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20513,7 +20625,7 @@ msgstr ""
msgid "no data"
msgstr "нÑма данни"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20534,7 +20646,7 @@ msgstr "не в"
msgid "not selected"
msgstr "не е избрано"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20542,8 +20654,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "на"
@@ -20591,7 +20703,7 @@ msgstr ""
msgid "on"
msgstr "в"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20607,11 +20719,11 @@ msgstr "друг"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20622,11 +20734,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20643,12 +20755,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20665,7 +20777,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20714,6 +20826,7 @@ msgstr "кратко опиÑание"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20728,15 +20841,15 @@ msgstr "кратко опиÑание"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20745,10 +20858,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "покажи ÑъответÑтвие на икони"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "покажи ÑтойноÑÑ‚ на реализациите"
@@ -20756,11 +20869,11 @@ msgstr "покажи ÑтойноÑÑ‚ на реализациите"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20768,7 +20881,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20777,14 +20890,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20819,9 +20932,13 @@ msgstr "шаблон Ñ ID \"%1$s\" е изпълнен %2$s пъти"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20836,7 +20953,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20855,18 +20972,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20877,26 +21018,26 @@ msgstr "тригер"
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20906,7 +21047,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20923,9 +21064,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20952,12 +21094,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20967,7 +21109,7 @@ msgstr ""
msgid "unknown"
msgstr "неизвеÑтен"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20976,28 +21118,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -21007,7 +21149,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "ÑтойноÑÑ‚"
@@ -21025,26 +21167,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21072,9 +21217,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21111,7 +21256,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "г"
diff --git a/ui/locale/ca/LC_MESSAGES/frontend.po b/ui/locale/ca/LC_MESSAGES/frontend.po
index ed5ae7359b2..1bd9717ba24 100644
--- a/ui/locale/ca/LC_MESSAGES/frontend.po
+++ b/ui/locale/ca/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2019-12-09 09:48+0300\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
@@ -31,7 +31,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "s'esperava \"%1$s\""
@@ -59,7 +59,7 @@ msgid "\"host:key\" pair is expected"
msgstr "s'espera una parella \"amfitrió:clau\""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -77,7 +77,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d dia"
msgstr[1] "%1$d dies"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -161,8 +161,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -176,7 +176,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -208,15 +208,15 @@ msgstr[1] "Queden %1$s intents"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s segon"
msgstr[1] "%1$s segons"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -235,20 +235,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -286,20 +286,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr ""
@@ -375,11 +375,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr ""
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr ""
@@ -406,16 +407,16 @@ msgstr[0] ""
msgstr[1] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr ""
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr ""
@@ -448,7 +449,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -461,30 +462,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -555,18 +556,18 @@ msgstr ""
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr ""
@@ -602,6 +603,9 @@ msgstr ""
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -629,9 +633,6 @@ msgstr ""
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -641,9 +642,9 @@ msgstr ""
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -655,39 +656,40 @@ msgstr ""
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -698,20 +700,20 @@ msgstr ""
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -738,8 +740,8 @@ msgstr ""
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr ""
@@ -747,7 +749,7 @@ msgstr ""
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -755,7 +757,7 @@ msgstr ""
msgid "Add child"
msgstr ""
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -767,7 +769,7 @@ msgstr ""
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -776,6 +778,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -784,7 +787,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr ""
@@ -805,11 +808,11 @@ msgstr ""
msgid "Add to host groups"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -833,7 +836,7 @@ msgid "Age"
msgstr ""
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr ""
@@ -845,7 +848,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr ""
@@ -904,7 +907,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr ""
@@ -922,7 +925,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr ""
@@ -930,13 +933,13 @@ msgstr ""
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -956,48 +959,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr ""
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1006,14 +1009,14 @@ msgid "And/Or"
msgstr ""
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1029,10 +1032,10 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1066,8 +1069,8 @@ msgid "Application error."
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1090,15 +1093,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1106,15 +1109,17 @@ msgstr ""
msgid "Applications"
msgstr ""
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr ""
@@ -1132,7 +1137,7 @@ msgstr ""
msgid "Apr"
msgstr ""
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr ""
@@ -1144,7 +1149,11 @@ msgstr ""
msgid "Are you sure you want to delete"
msgstr ""
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1160,12 +1169,12 @@ msgstr ""
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr ""
@@ -1273,7 +1282,7 @@ msgstr ""
msgid "Aug"
msgstr ""
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr ""
@@ -1290,9 +1299,9 @@ msgstr ""
msgid "Authentication"
msgstr ""
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr ""
@@ -1302,21 +1311,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr ""
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr ""
@@ -1355,9 +1366,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr ""
@@ -1387,7 +1398,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr ""
@@ -1412,8 +1423,8 @@ msgstr ""
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1467,16 +1478,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1517,11 +1528,11 @@ msgstr ""
msgid "Bottom"
msgstr ""
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1548,8 +1559,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1569,7 +1580,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1602,7 +1613,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1610,7 +1621,7 @@ msgstr ""
msgid "Callback"
msgstr ""
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1636,10 +1647,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr ""
@@ -1684,12 +1695,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr ""
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr ""
@@ -1713,7 +1724,7 @@ msgstr ""
msgid "Cannot add host"
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr ""
@@ -1723,7 +1734,7 @@ msgstr ""
msgid "Cannot add image"
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr ""
@@ -1732,7 +1743,7 @@ msgstr ""
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr ""
@@ -1815,11 +1826,11 @@ msgstr ""
msgid "Cannot add template"
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr ""
@@ -1842,11 +1853,11 @@ msgstr ""
msgid "Cannot add web scenario"
msgstr ""
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1863,11 +1874,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr ""
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1875,7 +1886,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr ""
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr ""
@@ -1898,7 +1909,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1912,24 +1923,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] ""
msgstr[1] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
msgstr[1] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr ""
@@ -1967,7 +1978,7 @@ msgstr ""
msgid "Cannot create template."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -2011,11 +2022,11 @@ msgstr ""
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr ""
@@ -2041,7 +2052,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] ""
msgstr[1] ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr ""
@@ -2059,7 +2070,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr ""
@@ -2075,19 +2086,19 @@ msgstr ""
msgid "Cannot delete inventory."
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr ""
@@ -2171,7 +2182,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr ""
@@ -2202,19 +2213,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr ""
@@ -2252,20 +2263,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] ""
@@ -2284,7 +2295,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] ""
@@ -2316,20 +2327,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] ""
@@ -2348,7 +2359,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] ""
@@ -2368,7 +2379,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2530,7 +2541,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr ""
@@ -2637,7 +2648,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2674,12 +2685,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2709,7 +2720,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2771,22 +2782,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2801,7 +2812,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2870,7 +2881,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr ""
@@ -2907,7 +2918,7 @@ msgstr ""
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2932,21 +2943,21 @@ msgstr ""
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
msgstr[1] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr ""
@@ -3029,28 +3040,28 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3107,12 +3118,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3156,10 +3167,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr ""
@@ -3186,7 +3197,7 @@ msgstr ""
msgid "Check already exists."
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr ""
@@ -3204,7 +3215,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3309,8 +3320,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr ""
@@ -3319,11 +3330,11 @@ msgstr ""
msgid "Clear when unlinking"
msgstr ""
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3342,20 +3353,20 @@ msgstr ""
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr ""
@@ -3363,15 +3374,15 @@ msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr ""
@@ -3390,8 +3401,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3408,7 +3419,7 @@ msgstr ""
msgid "Colour"
msgstr ""
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr ""
@@ -3459,7 +3470,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3493,7 +3504,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr ""
@@ -3552,7 +3563,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr ""
@@ -3560,7 +3571,7 @@ msgstr ""
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3724,7 +3735,7 @@ msgid "Configuration updated"
msgstr ""
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3732,7 +3743,7 @@ msgstr ""
msgid "Confirmation text"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3788,7 +3799,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3796,9 +3807,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3806,9 +3817,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3825,10 +3836,10 @@ msgstr ""
msgid "Contact"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3859,10 +3870,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3902,8 +3913,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3915,8 +3927,8 @@ msgstr ""
msgid "Contract number"
msgstr ""
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3928,8 +3940,8 @@ msgstr ""
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr ""
@@ -3985,7 +3997,7 @@ msgstr ""
msgid "Could not save image!"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr ""
@@ -4031,11 +4043,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4055,14 +4067,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4141,7 +4153,7 @@ msgstr ""
msgid "Create media type"
msgstr ""
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4165,7 +4177,7 @@ msgstr ""
msgid "Create template"
msgstr ""
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr ""
@@ -4218,11 +4230,12 @@ msgstr ""
msgid "Current host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr ""
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4230,7 +4243,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4239,11 +4252,11 @@ msgid "Custom graphs"
msgstr ""
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4265,7 +4278,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4304,11 +4317,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr ""
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr ""
@@ -4417,16 +4431,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4434,32 +4448,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4467,35 +4481,35 @@ msgstr ""
msgid "Database monitor"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr ""
@@ -4524,7 +4538,7 @@ msgstr ""
msgid "Day"
msgstr ""
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4543,7 +4557,7 @@ msgstr ""
msgid "Days"
msgstr ""
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr ""
@@ -4557,7 +4571,7 @@ msgstr ""
msgid "Dec"
msgstr ""
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr ""
@@ -4567,7 +4581,7 @@ msgstr ""
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr ""
@@ -4584,7 +4598,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4601,18 +4615,18 @@ msgid "Default operation step duration"
msgstr ""
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr ""
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4641,7 +4655,8 @@ msgstr ""
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4662,8 +4677,8 @@ msgstr ""
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr ""
@@ -4696,19 +4711,19 @@ msgstr ""
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr ""
@@ -4732,15 +4747,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr ""
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr ""
@@ -4784,7 +4799,7 @@ msgstr ""
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4793,7 +4808,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr ""
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr ""
@@ -4818,7 +4833,7 @@ msgstr ""
msgid "Delete selected host groups?"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4826,7 +4841,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr ""
@@ -4878,7 +4893,7 @@ msgstr ""
msgid "Delete selected scripts?"
msgstr ""
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4938,11 +4953,11 @@ msgstr ""
msgid "Delete template?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr ""
@@ -4955,7 +4970,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -4976,16 +4991,16 @@ msgid "Deny"
msgstr ""
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr ""
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr ""
@@ -4993,7 +5008,7 @@ msgstr ""
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5012,29 +5027,29 @@ msgstr ""
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr ""
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5167,7 +5182,8 @@ msgstr ""
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5180,22 +5196,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr ""
@@ -5212,7 +5227,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5220,12 +5235,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5326,27 +5341,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr ""
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr ""
@@ -5356,13 +5371,13 @@ msgstr ""
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr ""
@@ -5405,7 +5420,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr ""
@@ -5424,22 +5439,22 @@ msgid "Do not calculate"
msgstr ""
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr ""
@@ -5462,11 +5477,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr ""
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5546,12 +5561,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5580,10 +5595,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr ""
@@ -5603,7 +5618,7 @@ msgstr ""
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr ""
@@ -5618,15 +5633,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr ""
@@ -5650,15 +5665,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr ""
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5754,7 +5769,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5924,15 +5939,16 @@ msgstr ""
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5948,13 +5964,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5963,13 +5978,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr ""
@@ -5979,9 +5994,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -5989,7 +6004,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6001,10 +6016,10 @@ msgstr ""
msgid "English (en_US)"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6031,7 +6046,7 @@ msgstr ""
msgid "Error in search request for table \"%1$s\"."
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6066,7 +6081,7 @@ msgstr ""
msgid "Event details"
msgstr ""
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr ""
@@ -6086,6 +6101,12 @@ msgstr ""
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6116,7 +6137,7 @@ msgstr ""
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr ""
@@ -6127,7 +6148,7 @@ msgstr ""
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr ""
@@ -6145,9 +6166,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6165,19 +6186,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr ""
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6217,7 +6238,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr ""
@@ -6225,21 +6246,21 @@ msgstr ""
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr ""
@@ -6252,15 +6273,15 @@ msgstr ""
msgid "Expression cannot be empty"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr ""
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6279,7 +6300,7 @@ msgstr ""
msgid "External check"
msgstr ""
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr ""
@@ -6293,7 +6314,7 @@ msgstr ""
msgid "FTP"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr ""
@@ -6343,7 +6364,7 @@ msgstr ""
msgid "Feb"
msgstr ""
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr ""
@@ -6356,7 +6377,7 @@ msgstr ""
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6365,7 +6386,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6485,9 +6506,7 @@ msgstr ""
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6514,9 +6533,13 @@ msgstr ""
msgid "Filter"
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6535,7 +6558,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr ""
@@ -6548,8 +6571,8 @@ msgctxt "page navigation"
msgid "First"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6563,12 +6586,12 @@ msgid "Fixed"
msgstr ""
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6576,9 +6599,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6600,8 +6623,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr ""
@@ -6628,11 +6651,13 @@ msgstr ""
msgid "Fri"
msgstr ""
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr ""
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6652,12 +6677,12 @@ msgstr ""
msgid "Frontend messaging"
msgstr ""
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6692,7 +6717,7 @@ msgid "GUI access disabled."
msgstr ""
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6718,21 +6743,21 @@ msgstr ""
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr ""
@@ -6758,7 +6783,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr ""
@@ -6806,8 +6831,8 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6939,7 +6964,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr ""
@@ -6983,9 +7008,9 @@ msgid "Graph with same name but other type exist."
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6995,7 +7020,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7003,7 +7028,7 @@ msgstr ""
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr ""
@@ -7072,12 +7097,12 @@ msgstr ""
msgid "Group name"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7092,8 +7117,8 @@ msgstr ""
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7125,10 +7150,10 @@ msgstr ""
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr ""
@@ -7136,11 +7161,11 @@ msgstr ""
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr ""
@@ -7169,20 +7194,20 @@ msgstr ""
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7215,11 +7240,11 @@ msgstr ""
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr ""
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7256,23 +7281,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr ""
@@ -7280,17 +7305,17 @@ msgstr ""
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr ""
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr ""
@@ -7304,13 +7329,17 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7335,26 +7364,26 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7366,8 +7395,8 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] ""
@@ -7409,8 +7438,7 @@ msgstr ""
msgid "Host added"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7427,19 +7455,19 @@ msgstr ""
msgid "Host count"
msgstr ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr ""
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7460,7 +7488,7 @@ msgstr[1] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr ""
@@ -7506,11 +7534,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7547,17 +7575,17 @@ msgstr ""
msgid "Host info"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr ""
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7578,7 +7606,7 @@ msgstr ""
msgid "Host label type"
msgstr ""
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7605,53 +7633,57 @@ msgstr ""
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7700,17 +7732,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7786,7 +7818,7 @@ msgstr ""
msgid "IMAP"
msgstr ""
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7821,10 +7853,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr ""
@@ -7841,9 +7873,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr ""
@@ -7960,7 +7992,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr ""
@@ -8068,7 +8100,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8084,9 +8116,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8099,11 +8131,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8116,7 +8148,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr ""
@@ -8384,8 +8416,8 @@ msgstr ""
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8526,9 +8558,9 @@ msgstr ""
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8581,7 +8613,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr ""
@@ -8657,7 +8689,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr ""
@@ -8668,11 +8700,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr ""
@@ -8843,35 +8875,35 @@ msgstr ""
msgid "Incorrect trigger expression"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -9022,16 +9054,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9042,7 +9073,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9192,23 +9223,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9297,10 +9330,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9308,10 +9341,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr ""
@@ -9325,15 +9358,19 @@ msgstr ""
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9349,17 +9386,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9371,7 +9408,7 @@ msgstr ""
msgid "Installer name"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9404,8 +9441,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr ""
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9434,14 +9471,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9465,15 +9502,15 @@ msgstr ""
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr ""
@@ -9500,7 +9537,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9514,15 +9551,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9534,11 +9571,11 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9579,7 +9616,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9611,6 +9648,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9623,75 +9669,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9708,7 +9760,7 @@ msgstr ""
msgid "Invalid response code \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9745,15 +9797,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9766,7 +9818,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9785,9 +9837,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr ""
@@ -9814,9 +9866,9 @@ msgid "Issue"
msgstr ""
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9833,22 +9885,22 @@ msgid "Italian (it_IT)"
msgstr ""
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9885,15 +9937,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9903,17 +9955,17 @@ msgstr[1] ""
msgid "Item count"
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr ""
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -9923,7 +9975,7 @@ msgstr[1] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -9936,7 +9988,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9957,15 +10009,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -9978,7 +10030,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9986,19 +10038,19 @@ msgstr ""
msgid "Item prototypes"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr ""
@@ -10070,7 +10122,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10080,11 +10132,11 @@ msgstr ""
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr ""
@@ -10096,7 +10148,7 @@ msgstr ""
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr ""
@@ -10104,7 +10156,7 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr ""
@@ -10112,10 +10164,10 @@ msgstr ""
msgid "JMX agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10128,10 +10180,10 @@ msgstr ""
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10163,7 +10215,7 @@ msgid "JSON-rpc version is not specified."
msgstr ""
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10171,7 +10223,7 @@ msgstr ""
msgid "Jan"
msgstr ""
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr ""
@@ -10188,7 +10240,7 @@ msgstr ""
msgid "Jul"
msgstr ""
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr ""
@@ -10196,11 +10248,11 @@ msgstr ""
msgid "Jun"
msgstr ""
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10234,7 +10286,7 @@ msgstr ""
msgid "Key passphrase"
msgstr ""
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr ""
@@ -10271,23 +10323,23 @@ msgstr ""
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10313,42 +10365,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr ""
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10385,23 +10437,24 @@ msgstr ""
msgid "Last check"
msgstr ""
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr ""
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr ""
@@ -10414,21 +10467,21 @@ msgstr ""
msgid "Last value"
msgstr ""
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr ""
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr ""
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10475,7 +10528,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10517,8 +10570,8 @@ msgstr ""
msgid "Link indicators"
msgstr ""
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10554,10 +10607,10 @@ msgstr ""
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10651,10 +10704,10 @@ msgid "Location longitude"
msgstr ""
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr ""
@@ -10666,10 +10719,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr ""
@@ -10726,7 +10779,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr ""
@@ -10743,8 +10796,9 @@ msgstr ""
msgid "MD2"
msgstr ""
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr ""
@@ -10759,7 +10813,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr ""
@@ -10786,10 +10840,10 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10880,16 +10934,16 @@ msgstr ""
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr ""
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr ""
@@ -10904,7 +10958,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr ""
@@ -10998,7 +11052,7 @@ msgstr ""
msgid "Mar"
msgstr ""
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr ""
@@ -11014,11 +11068,11 @@ msgstr ""
msgid "Mark selected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11037,11 +11091,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11089,7 +11143,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11104,7 +11158,7 @@ msgstr[1] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr ""
@@ -11259,7 +11313,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr ""
@@ -11323,7 +11377,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11382,7 +11436,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11455,7 +11509,7 @@ msgstr ""
msgid "Mon"
msgstr ""
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr ""
@@ -11463,9 +11517,9 @@ msgstr ""
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr ""
@@ -11497,11 +11551,11 @@ msgstr ""
msgid "Monthly"
msgstr ""
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11520,20 +11574,20 @@ msgstr ""
msgid "Mozilla Firefox"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr ""
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11566,13 +11620,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11600,17 +11655,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11630,19 +11685,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11651,15 +11706,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11669,12 +11724,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11765,12 +11820,12 @@ msgid "Never"
msgstr ""
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11784,7 +11839,7 @@ msgstr ""
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr ""
@@ -11820,13 +11875,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11835,20 +11890,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12002,6 +12057,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr ""
@@ -12018,12 +12074,12 @@ msgstr ""
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12090,12 +12146,12 @@ msgstr ""
msgid "No image"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr ""
@@ -12110,7 +12166,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12148,7 +12204,7 @@ msgstr ""
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12179,8 +12235,8 @@ msgstr ""
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12189,8 +12245,8 @@ msgstr ""
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12246,12 +12302,12 @@ msgstr ""
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12310,7 +12366,7 @@ msgstr ""
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12331,7 +12387,7 @@ msgstr ""
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr ""
@@ -12361,7 +12417,7 @@ msgstr ""
msgid "No recipients for action operation message."
msgstr ""
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12373,11 +12429,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr ""
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr ""
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr ""
@@ -12394,19 +12450,19 @@ msgstr ""
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12419,18 +12475,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr ""
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12528,7 +12584,7 @@ msgstr ""
msgid "Nov"
msgstr ""
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr ""
@@ -12541,11 +12597,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12613,11 +12669,11 @@ msgstr ""
msgid "Number of steps"
msgstr ""
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12633,7 +12689,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr ""
@@ -12685,22 +12741,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr ""
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr ""
@@ -12718,13 +12774,13 @@ msgstr ""
msgid "OK"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12740,7 +12796,7 @@ msgstr ""
msgid "OOB subnet mask"
msgstr ""
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr ""
@@ -12768,13 +12824,13 @@ msgstr ""
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr ""
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr ""
@@ -12806,7 +12862,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr ""
@@ -12881,7 +12937,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr ""
@@ -12937,7 +12993,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr ""
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr ""
@@ -12959,7 +13015,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr ""
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr ""
@@ -12975,12 +13031,12 @@ msgstr ""
msgid "Operation type"
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13028,24 +13084,24 @@ msgstr ""
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -13074,55 +13130,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13161,8 +13219,8 @@ msgstr ""
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13186,8 +13244,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13372,16 +13430,16 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13393,26 +13451,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13431,13 +13489,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr ""
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13508,28 +13566,28 @@ msgstr ""
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr ""
@@ -13541,15 +13599,15 @@ msgstr ""
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13566,7 +13624,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13583,17 +13641,22 @@ msgstr ""
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13639,7 +13702,7 @@ msgid "Placing algorithm"
msgstr ""
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr ""
@@ -13653,7 +13716,7 @@ msgstr ""
msgid "Play sound"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13662,20 +13725,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr ""
@@ -13705,18 +13768,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr ""
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13747,33 +13809,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13784,23 +13846,23 @@ msgstr ""
msgid "Preview"
msgstr ""
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13833,12 +13895,14 @@ msgid "Primary POC screen name"
msgstr ""
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13850,29 +13914,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr ""
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr ""
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13897,8 +13961,8 @@ msgstr ""
msgid "Problem display"
msgstr ""
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13915,7 +13979,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr ""
@@ -13945,13 +14009,13 @@ msgstr ""
msgid "Problem, if at least one child has a problem"
msgstr ""
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13960,7 +14024,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr ""
@@ -13997,7 +14061,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14015,7 +14079,7 @@ msgstr ""
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14086,20 +14150,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr ""
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr ""
@@ -14129,8 +14193,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14140,10 +14204,10 @@ msgid "RMCP+"
msgstr ""
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14201,7 +14265,7 @@ msgid "Received value"
msgstr ""
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14228,24 +14292,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr ""
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14255,9 +14319,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14272,11 +14336,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14290,7 +14354,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr ""
@@ -14330,7 +14394,7 @@ msgstr ""
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14354,6 +14418,12 @@ msgstr ""
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14370,43 +14440,37 @@ msgstr ""
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14415,14 +14479,14 @@ msgstr ""
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14445,7 +14509,7 @@ msgstr ""
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14478,8 +14542,8 @@ msgstr ""
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr ""
@@ -14515,7 +14579,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14525,17 +14589,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr ""
@@ -14550,23 +14614,23 @@ msgstr ""
msgid "Reports"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14576,7 +14640,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr ""
@@ -14593,14 +14657,14 @@ msgstr ""
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr ""
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr ""
@@ -14608,7 +14672,7 @@ msgstr ""
msgid "Required string"
msgstr ""
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr ""
@@ -14637,7 +14701,7 @@ msgstr ""
msgid "Reset defaults"
msgstr ""
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr ""
@@ -14649,26 +14713,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14705,15 +14769,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14732,14 +14796,14 @@ msgstr ""
msgid "Result type"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14902,12 +14966,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr ""
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr ""
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr ""
@@ -14917,7 +14981,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14962,16 +15027,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr ""
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr ""
@@ -14979,8 +15044,10 @@ msgstr ""
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr ""
@@ -14996,11 +15063,13 @@ msgstr ""
msgid "SNMP trap key is invalid."
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15008,7 +15077,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15016,7 +15086,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15038,9 +15109,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -15063,40 +15134,40 @@ msgstr ""
msgid "SSH agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15124,15 +15195,23 @@ msgstr ""
msgid "Sat"
msgstr ""
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr ""
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15154,12 +15233,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15243,9 +15322,9 @@ msgid "Screen updated"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15260,7 +15339,7 @@ msgstr ""
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr ""
@@ -15325,7 +15404,7 @@ msgstr ""
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr ""
@@ -15383,19 +15462,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15406,8 +15487,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15415,15 +15496,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr ""
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr ""
@@ -15456,19 +15537,19 @@ msgstr ""
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15493,7 +15574,7 @@ msgstr ""
msgid "Send to"
msgstr ""
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15520,13 +15601,13 @@ msgstr ""
msgid "Separated"
msgstr ""
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr ""
@@ -15651,12 +15732,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr ""
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15665,11 +15747,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15692,28 +15774,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15732,7 +15814,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15762,7 +15844,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15780,14 +15862,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15798,8 +15880,8 @@ msgstr ""
msgid "Show"
msgstr ""
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr ""
@@ -15807,7 +15889,7 @@ msgstr ""
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15834,7 +15916,11 @@ msgstr ""
msgid "Show lines"
msgstr ""
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15856,9 +15942,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15869,7 +15955,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15883,7 +15969,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr ""
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15894,7 +15980,7 @@ msgid "Show triggers"
msgstr ""
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15903,10 +15989,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr ""
@@ -15918,7 +16004,7 @@ msgstr ""
msgid "Show working time"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr ""
@@ -15969,8 +16055,8 @@ msgstr ""
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16081,7 +16167,7 @@ msgstr ""
msgid "Slovak (sk_SK)"
msgstr ""
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr ""
@@ -16219,7 +16305,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16227,16 +16314,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16256,7 +16342,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16344,28 +16430,28 @@ msgid "Stop"
msgstr ""
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16377,7 +16463,7 @@ msgstr ""
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16402,14 +16488,14 @@ msgid "Subject"
msgstr ""
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr ""
@@ -16417,7 +16503,7 @@ msgstr ""
msgid "Success Audit"
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16430,7 +16516,7 @@ msgstr ""
msgid "Sun"
msgstr ""
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr ""
@@ -16474,7 +16560,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr ""
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16525,12 +16611,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr ""
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr ""
@@ -16572,12 +16658,12 @@ msgstr ""
msgid "Tag"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16586,12 +16672,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16602,25 +16688,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16628,11 +16714,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16641,11 +16727,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr ""
@@ -16764,13 +16850,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16792,20 +16878,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr ""
@@ -16830,7 +16916,7 @@ msgstr ""
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16858,10 +16944,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16900,7 +16986,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16993,11 +17079,11 @@ msgstr ""
msgid "Theme"
msgstr ""
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17006,11 +17092,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr ""
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17022,23 +17108,23 @@ msgstr ""
msgid "This screen row is not empty. Delete it?"
msgstr ""
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr ""
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr ""
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17050,7 +17136,7 @@ msgstr ""
msgid "Thu"
msgstr ""
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr ""
@@ -17061,19 +17147,19 @@ msgstr ""
msgid "Till"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17116,12 +17202,12 @@ msgstr ""
msgid "Time period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17133,16 +17219,23 @@ msgstr ""
msgid "Time type"
msgstr ""
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr ""
@@ -17156,22 +17249,23 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr ""
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr ""
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17261,10 +17355,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17273,34 +17367,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr ""
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17310,7 +17404,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17318,7 +17412,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr ""
@@ -17326,7 +17420,7 @@ msgstr ""
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17336,7 +17430,7 @@ msgstr[1] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr ""
@@ -17344,7 +17438,7 @@ msgstr ""
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17355,13 +17449,13 @@ msgstr[1] ""
msgid "Trigger displaying options"
msgstr ""
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr ""
@@ -17401,24 +17495,24 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17428,12 +17522,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17441,11 +17535,11 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
@@ -17453,7 +17547,7 @@ msgstr[1] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17461,15 +17555,15 @@ msgstr[1] ""
msgid "Trigger prototypes"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17477,11 +17571,11 @@ msgstr ""
msgid "Trigger severity"
msgstr ""
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17489,19 +17583,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17514,11 +17608,11 @@ msgstr ""
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr ""
@@ -17534,7 +17628,7 @@ msgstr ""
msgid "Tue"
msgstr ""
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr ""
@@ -17547,7 +17641,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr ""
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17567,7 +17661,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17579,21 +17673,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17626,18 +17720,18 @@ msgstr ""
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr ""
@@ -17654,8 +17748,8 @@ msgstr ""
msgid "UNKNOWN"
msgstr ""
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17665,11 +17759,11 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr ""
@@ -17715,7 +17809,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr ""
@@ -17799,10 +17893,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr ""
@@ -17824,7 +17918,7 @@ msgstr ""
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17843,18 +17937,18 @@ msgstr ""
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr ""
@@ -17880,15 +17974,15 @@ msgstr ""
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr ""
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr ""
@@ -17931,7 +18025,7 @@ msgstr ""
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr ""
@@ -17977,6 +18071,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18013,28 +18112,29 @@ msgstr ""
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18051,16 +18151,16 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr ""
@@ -18115,7 +18215,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18144,7 +18244,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr ""
@@ -18306,14 +18406,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr ""
@@ -18380,11 +18480,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr ""
@@ -18392,8 +18492,8 @@ msgstr ""
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18658,24 +18758,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18804,18 +18904,18 @@ msgstr ""
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18823,8 +18923,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18836,7 +18936,7 @@ msgstr ""
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18897,7 +18997,7 @@ msgstr ""
msgid "Visible name cannot be empty if host name is missing."
msgstr ""
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr ""
@@ -18909,22 +19009,22 @@ msgstr ""
msgid "Warning"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr ""
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18934,7 +19034,7 @@ msgstr ""
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr ""
@@ -18991,7 +19091,7 @@ msgstr[1] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19009,7 +19109,7 @@ msgstr ""
msgid "Wed"
msgstr ""
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr ""
@@ -19022,7 +19122,7 @@ msgstr ""
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19030,7 +19130,7 @@ msgstr ""
msgid "When active"
msgstr ""
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19072,7 +19172,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19146,13 +19246,13 @@ msgstr ""
msgid "Wrong fields for time for service \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr ""
@@ -19160,8 +19260,8 @@ msgstr ""
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19194,10 +19294,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19288,7 +19388,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19307,20 +19407,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19332,7 +19432,7 @@ msgstr ""
msgid "Yes"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19343,7 +19443,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr ""
@@ -19398,7 +19498,7 @@ msgstr ""
msgid "You do not have permissions to create users."
msgstr ""
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19406,7 +19506,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19481,7 +19581,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr ""
@@ -19499,7 +19599,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19507,15 +19607,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr ""
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr ""
@@ -19524,6 +19624,7 @@ msgid "Zabbix trapper"
msgstr ""
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19537,51 +19638,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19594,8 +19700,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19603,29 +19709,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19667,6 +19773,10 @@ msgstr ""
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19678,23 +19788,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19704,7 +19814,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19712,11 +19822,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19765,11 +19875,11 @@ msgstr ""
msgid "avg"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19797,10 +19907,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19808,7 +19917,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19833,6 +19942,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19859,11 +19971,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19885,14 +19997,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19917,7 +20029,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19935,11 +20047,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19958,11 +20070,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr ""
@@ -19971,32 +20083,32 @@ msgstr ""
msgid "d.M"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr ""
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20022,11 +20134,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20065,7 +20177,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20104,7 +20216,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20112,14 +20224,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20128,7 +20240,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr ""
@@ -20186,11 +20298,11 @@ msgstr ""
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20227,7 +20339,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20241,15 +20353,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20259,7 +20371,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20271,7 +20383,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20301,7 +20413,7 @@ msgstr ""
msgid "last"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20313,15 +20425,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20329,12 +20441,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr ""
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr ""
@@ -20364,7 +20476,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20388,7 +20500,7 @@ msgstr ""
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20415,12 +20527,12 @@ msgstr ""
msgid "min"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20453,27 +20565,27 @@ msgstr ""
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20483,7 +20595,7 @@ msgstr ""
msgid "no data"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20504,7 +20616,7 @@ msgstr ""
msgid "not selected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20512,8 +20624,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr ""
@@ -20561,7 +20673,7 @@ msgstr ""
msgid "on"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20577,11 +20689,11 @@ msgstr ""
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20592,11 +20704,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20613,12 +20725,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20635,7 +20747,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr ""
@@ -20684,6 +20796,7 @@ msgstr ""
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20698,15 +20811,15 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20714,10 +20827,10 @@ msgstr ""
msgid "show icon mappings"
msgstr ""
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr ""
@@ -20725,11 +20838,11 @@ msgstr ""
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20737,7 +20850,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20746,14 +20859,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20788,9 +20901,13 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20805,7 +20922,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20824,18 +20941,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20846,26 +20987,26 @@ msgstr ""
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20875,7 +21016,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20892,9 +21033,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20921,12 +21063,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20936,7 +21078,7 @@ msgstr ""
msgid "unknown"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20945,28 +21087,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20976,7 +21118,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr ""
@@ -20994,26 +21136,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21041,9 +21186,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21080,7 +21225,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr ""
diff --git a/ui/locale/cs/LC_MESSAGES/frontend.po b/ui/locale/cs/LC_MESSAGES/frontend.po
index 708316b5fe6..fbec9fbc2f3 100644
--- a/ui/locale/cs/LC_MESSAGES/frontend.po
+++ b/ui/locale/cs/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2019-05-06 14:01+0300\n"
"Last-Translator: martinds <kotyk@datasys.cz>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" je oÄekávána"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "\"host:key\" dvojice je oÄekávaná"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -79,7 +79,7 @@ msgstr[0] "%1$d den"
msgstr[1] "%1$d dní"
msgstr[2] "%1$d dní"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -170,8 +170,8 @@ msgstr[2] "%1$s zpráv"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -187,7 +187,7 @@ msgstr[0] "%1$s z %2$s prvků v hlásí problém"
msgstr[1] "%1$s z %2$s prvků v hlásí problém"
msgstr[2] "%1$s z %2$s prvků v hlásí problém"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -222,8 +222,8 @@ msgstr[2] "Zůstává %1$s pokusů"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
@@ -231,7 +231,7 @@ msgstr[0] "%1$s sekunda"
msgstr[1] "%1$s sekundy"
msgstr[2] "%1$s sekund"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr "%1$s symbolů zůstává"
@@ -251,20 +251,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s prvek"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, Závažnost, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, pouze ke Ätení"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -304,20 +304,20 @@ msgstr "(0 - použijte výchozí akci)"
msgid "(Only super admins can create groups)"
msgstr "(Skupiny mohou vytvářet jen super administrátoři)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(bez proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - použit předvolený port"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 nebo 1"
@@ -393,11 +393,12 @@ msgid "ADD OVERRIDE"
msgstr "PŘIDEJ PŘEPIS"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "A"
@@ -425,16 +426,16 @@ msgstr[1] "ÚÄet je zablokován po dobu %1$s sekund."
msgstr[2] "ÚÄet je zablokován po dobu %1$s sekund."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Potvrzeno"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Přijmout"
@@ -467,7 +468,7 @@ msgstr "Potvrzené VYŘEŠENÉ události"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -480,30 +481,30 @@ msgstr "Potvrzené VYŘEŠENÉ události"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -576,18 +577,18 @@ msgstr "Akce byla aktualizována"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Akce"
@@ -623,6 +624,9 @@ msgstr "Aktivní do"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -650,9 +654,6 @@ msgstr "Aktivní do"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -662,9 +663,9 @@ msgstr "Aktivní do"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -676,39 +677,40 @@ msgstr "Aktivní do"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -719,20 +721,20 @@ msgstr "Aktivní do"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -759,8 +761,8 @@ msgstr "Aktivní do"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Přidat"
@@ -768,7 +770,7 @@ msgstr "Přidat"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Přidat nový widget"
@@ -776,7 +778,7 @@ msgstr "Přidat nový widget"
msgid "Add child"
msgstr "Přidat podřízené"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Přidat podřízený prvek"
@@ -788,7 +790,7 @@ msgstr "Přidat hostitele"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Přidat více map"
@@ -797,6 +799,7 @@ msgid "Add new data set"
msgstr "Přidej nový set dat"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -805,7 +808,7 @@ msgid "Add new override"
msgstr "Přidej nový přepis"
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Přidat prototyp"
@@ -826,11 +829,11 @@ msgstr "Přidat do skupiny"
msgid "Add to host groups"
msgstr "Přidat do skupin"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Přidat widget"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -854,7 +857,7 @@ msgid "Age"
msgstr "Stáří"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Stáří méně než"
@@ -866,7 +869,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agent"
@@ -925,7 +928,7 @@ msgstr "Přidej prvky mapy"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "VÅ¡e"
@@ -943,7 +946,7 @@ msgstr "VÅ¡echny skupiny"
msgid "All hosts"
msgstr "VÅ¡echny hosty"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Veškeré odkazy by měly mít zadáno \"Jméno\" a \"URL\""
@@ -951,13 +954,13 @@ msgstr "Veškeré odkazy by měly mít zadáno \"Jméno\" a \"URL\""
msgid "All maps"
msgstr "VÅ¡echny mapy"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Všechny problémy"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Všechny problémy, pokud se jejich hodnoty rovnají tagu"
@@ -977,48 +980,48 @@ msgstr "VÅ¡echny znaÄky"
msgid "All templates"
msgstr "VÅ¡echny Å¡ablony"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Povolit manuální zavření"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Povolení hosté"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Eventuálně to můžete nainstalovat manuálně:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "A"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1027,14 +1030,14 @@ msgid "And/Or"
msgstr "A/Nebo"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1050,10 +1053,10 @@ msgstr "Obsahuje libovolný řetězec"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1088,8 +1091,8 @@ msgid "Application error."
msgstr "Chyba aplikace."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Prototypy aplikací"
@@ -1112,15 +1115,15 @@ msgstr "Aplikace s applicationid \"%1$s\" neexistuje."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1128,15 +1131,17 @@ msgstr "Aplikace s applicationid \"%1$s\" neexistuje."
msgid "Applications"
msgstr "Aplikace"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Použít"
@@ -1154,7 +1159,7 @@ msgstr "Blížící se"
msgid "Apr"
msgstr "Dub"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Duben"
@@ -1166,7 +1171,11 @@ msgstr "Chcete opravdu provést tuto akci?"
msgid "Are you sure you want to delete"
msgstr "Opravdu to chcete smazat"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Opravdu chcete tuto stránku opustit?"
@@ -1182,12 +1191,12 @@ msgstr "Typ oblasti"
msgid "Arithmetic"
msgstr "Aritmetický"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Ponechat stejné"
@@ -1299,7 +1308,7 @@ msgstr "Audit log"
msgid "Aug"
msgstr "Srp"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Srpen"
@@ -1316,9 +1325,9 @@ msgstr ""
msgid "Authentication"
msgstr "Autentizace"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "AutentizaÄní algoritmus"
@@ -1328,21 +1337,23 @@ msgid "Authentication failed: %1$s."
msgstr "Ověření selhalo: %1$s."
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "AutentizaÄní metoda"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "AutentizaÄní přístupové heslo"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "AutentizaÄní protokol"
@@ -1381,9 +1392,9 @@ msgstr "Automatické odhlášení"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automaticky"
@@ -1413,7 +1424,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Dostupnost"
@@ -1438,8 +1449,8 @@ msgstr "Střední"
msgid "Axes"
msgstr "Osy"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Zpět"
@@ -1493,16 +1504,16 @@ msgid "Blue"
msgstr "Modrá"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "Tělo"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "Tělo a záhlaví"
@@ -1543,11 +1554,11 @@ msgstr ""
msgid "Bottom"
msgstr "Dole"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "Předložit"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Přenést dopředu"
@@ -1574,8 +1585,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "ZÃVÄšREÄŒNÃ"
@@ -1595,7 +1606,7 @@ msgstr "CPU load. Vrátí desetinné Äíslo"
msgid "CPU utilisation percentage. Returns float"
msgstr "Využití CPU v procentech. Návratová hodnota float"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1628,7 +1639,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "Kalendář"
@@ -1636,7 +1647,7 @@ msgstr "Kalendář"
msgid "Callback"
msgstr "Odvolat"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "Nemůže být odstraněno"
@@ -1662,10 +1673,10 @@ msgstr "Nemůže být odstraněno"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Zrušit"
@@ -1710,12 +1721,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Nemohu předat závislost z hosta na šablonu."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Není možné pÅ™edat závislost ze spouÅ¡tÄ›Äe \"%1$s:%2$s\" na neexistující spouÅ¡tÄ›Ä \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Nelze přidat pravidlo nálezu"
@@ -1739,7 +1750,7 @@ msgstr "Není možné přidat skupinu."
msgid "Cannot add host"
msgstr "Nelze přidat hosta"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Není možné přidat prototyp hosta"
@@ -1749,7 +1760,7 @@ msgstr "Není možné přidat prototyp hosta"
msgid "Cannot add image"
msgstr "Nelze přidat obrázek"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Nelze přidat položku"
@@ -1758,7 +1769,7 @@ msgstr "Nelze přidat položku"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Není možné přidat položku \"%1$s\" z \"%2$s\" k aplikaci \"%3$s\" z \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Není možné přidat prototyp položky"
@@ -1842,11 +1853,11 @@ msgstr "Nelze pÅ™idat dílÄí mapy. Dosáhla maximální intenzity."
msgid "Cannot add template"
msgstr "Nelze přidat šablonu"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Nelze pÅ™idat spouÅ¡tÄ›Ä"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Není možné pÅ™idat prototyp spouÅ¡tÄ›Äe"
@@ -1869,11 +1880,11 @@ msgstr "Nelze přidat mapu hodnot"
msgid "Cannot add web scenario"
msgstr "Není možné přidat webový scénář"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "Nelze přidat prvky v režimu kiosku"
@@ -1890,11 +1901,11 @@ msgstr "Není možné navázat na LDAP server."
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Není možné vyvolat metodu \"%1$s.%2$s\" bez parametrů."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Nelze smazat historii"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1902,7 +1913,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Nelze klonovat předlohy pro grafy."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Není možné klonovat prototypy hostů."
@@ -1925,7 +1936,7 @@ msgstr "Nelze uzavřít problém: %1$s."
msgid "Cannot connect to LDAP server."
msgstr "Nelze se připojit na LDAP server."
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Není možné se připojit k databázi."
@@ -1940,26 +1951,26 @@ msgstr[0] "Nelze kopírovat graf"
msgstr[1] "Nelze kopírovat grafy"
msgstr[2] "Nelze kopírovat grafy"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Není možné kopírovat položku"
msgstr[1] "Není možné kopírovat položky"
msgstr[2] "Není možné kopírovat položky"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Nelze kopírovat spouÅ¡tÄ›Ä"
msgstr[1] "Nelze kopírovat spoušťěÄe"
msgstr[2] "Nelze kopírovat spoušťěÄe"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "SpouÅ¡tÄ›Ä \"%1$s:%2$s\" nelze zkopírovat, protože jeho definice zahrnuje více hostů."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Nelze vytvořit prototyp hosta na odkrytém hostu \"%1$s\"."
@@ -1997,7 +2008,7 @@ msgstr "Nelze vytvořit novou aplikaci, webový scénář je již k aplikaci př
msgid "Cannot create template."
msgstr "Není možné vytvořit šablonu."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Není možné vytvoÅ™it konfiguraÄní soubor."
@@ -2043,11 +2054,11 @@ msgstr "Není možné smazat závislost"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Není možné smazat objevenou aplikaci \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Nelze smazat pravidlo nálezu"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Není možné smazat objevovací pravidla"
@@ -2074,7 +2085,7 @@ msgstr[0] "Nelze smazat skupinu"
msgstr[1] "Nelze smazat skupinu"
msgstr[2] "Nelze smazat skupinu"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Nelze smazat hostitele"
@@ -2094,7 +2105,7 @@ msgstr[0] "Nelze odstranit skupinu hostů, protože údržba \"%1$s\" musí obsa
msgstr[1] "Nelze odstranit vybrané skupiny hostů, protože údržba \"%1$s\" musí obsahovat minimálně jednoho hosta nebo skupinu hostů. "
msgstr[2] "Nelze odstranit vybrané skupiny hostů, protože údržba \"%1$s\" musí obsahovat minimálně jednoho hosta nebo skupinu hostů. "
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Není možné smazat prototypy hostů"
@@ -2110,19 +2121,19 @@ msgstr "Nelze smazat obrázek"
msgid "Cannot delete inventory."
msgstr "Není možné smazat inventář."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Nelze smazat položku"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Není možné smazat prototyp položky"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Není možné smazat prototypy položek"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Nelze smazat položky"
@@ -2211,7 +2222,7 @@ msgstr "Nelze odstranit prototyp Å¡ablony grafu."
msgid "Cannot delete templated graph."
msgstr "Nelze odstranit Å¡ablonu grafu."
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Není možné smazat prototyp šablony hosta."
@@ -2242,19 +2253,19 @@ msgstr "Není možné smazat Å¡ablonu prototypu spouÅ¡tÄ›Äe \"%1$s:%2$s\"."
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Není možné smazat web scénář \"%1$s\" patřící šabloně."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Nelze smazat spouÅ¡tÄ›Ä"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Není možné smazat prototyp spouÅ¡tÄ›Ä"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Není možné smazat prototypy spúštÄ›Äů"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Nelze smazat spouÅ¡tÄ›Äe"
@@ -2297,7 +2308,7 @@ msgstr[0] "Nelze vypnout korelaci"
msgstr[1] "Nelze vypnout korelace"
msgstr[2] "Nelze vypnout korelace"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Není možné vypnout pravidlo nálezu"
@@ -2305,14 +2316,14 @@ msgstr[1] "Není možné vypnout pravidla nálezu"
msgstr[2] "Není možné vypnout pravidla nálezu"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Není možné vypnout hosta"
msgstr[1] "Není možné vypnout hosty"
msgstr[2] "Není možné vypnout hosty"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Není možné vypnout položku"
@@ -2334,7 +2345,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Není možné vypnout spouÅ¡tÄ›Ä"
@@ -2370,7 +2381,7 @@ msgstr[0] "Nelze povolit korelaci"
msgstr[1] "Nelze povolit korelace"
msgstr[2] "Nelze povolit korelace"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Nelze umožnit pravidlo nálezu"
@@ -2378,14 +2389,14 @@ msgstr[1] "Nelze umožnit pravidla nálezu"
msgstr[2] "Nelze umožnit pravidla nálezu"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Není možné povolit hosta"
msgstr[1] "Není možné povolit hosty"
msgstr[2] "Není možné povolit hosty"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Není možné povolit položku"
@@ -2407,7 +2418,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Není možné povolit spouÅ¡tÄ›Ä"
@@ -2429,7 +2440,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Nelze spustit skript"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Nelze rozšířit makra."
@@ -2592,7 +2603,7 @@ msgstr[0] "Není možné importovat šablonu \"%1$s\", připojená šablona \"%2
msgstr[1] "Není možné importovat šablonu \"%1$s\", připojené šablony \"%2$s\" neexistují."
msgstr[2] "Není možné importovat šablonu \"%1$s\", připojené šablony \"%2$s\" neexistují."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Není možné vložit výraz spouÅ¡tÄ›Äe"
@@ -2700,7 +2711,7 @@ msgstr "Nepodařilo se uložit widget \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Není možné poslat příkaz, zkontrolujte spojení se Zabbix serverem \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "Nejde poslat požadavek"
@@ -2737,12 +2748,12 @@ msgstr "Nelze nastavit \"%1$s\" pro položku \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Nelze nastavit \"%1$s\" pro Å¡ablonu obrazovky \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Nelze nastavit \"%1$s\" pro spouÅ¡tÄ›Ä \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Nelze nastavit \"%1$s\" pro prototyp spouÅ¡tÄ›Äe \"%2$s\"."
@@ -2772,7 +2783,7 @@ msgstr "Není možné nastavit ID zdroje pro prvek obrazovky."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2835,22 +2846,22 @@ msgstr "Nelze aktualizovat \"%1$s\" pro prototyp grafu \"%2$s\"."
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Nelze aktualizovat \"%1$s\" pro položku \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Nelze aktualizovat \"%1$s\" pro Å¡ablonu spouÅ¡tÄ›Äe \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Nelze aktualizovat \"%1$s\" pro prototyp Å¡ablony spouÅ¡tÄ›Äe \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Nelze aktualizovat \"%1$s\" pro spouÅ¡tÄ›Ä \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Nelze aktualizovat \"%1$s\" pro prototyp spouÅ¡tÄ›Äe \"%2$s\"."
@@ -2865,7 +2876,7 @@ msgstr "Není možné aktualizovat \"%2$s\" pro objeveného hosta \"%1$s\"."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Není možné aktualizovat \"%2$s\" pro objevenou položku \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2934,7 +2945,7 @@ msgstr "Nelze aktualizovat korelaci"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Není možné aktualizovat objevenou aplikaci \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Nelze aktualizovat pravidlo nálezu"
@@ -2972,7 +2983,7 @@ msgstr "Nelze upravit hostitele"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Nelze aktualizovat nastavení šifrování hostitele. Měly by být upřesněny nastavení připojení pro oba směry."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Nelze aktualizovat host prototyp"
@@ -2998,22 +3009,22 @@ msgstr "Nelze upravit obrázek"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Nelze aktualizovat rozhraní pro zjištěného hosta \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Nelze upravit položku"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Nelze aktualizovat prototyp položky"
msgstr[1] "Nelze aktualizovat prototypy položek"
msgstr[2] "Nelze aktualizovat prototypy položek"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr "Nelze aktualizovat prototypy položek"
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Nelze aktualizovat položky"
@@ -3096,29 +3107,29 @@ msgstr "Nelze aktualizovat Å¡ablony"
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Není možné aktualizovat šablony pro objeveného hosta \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Nelze upravit spouÅ¡tÄ›Ä"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Nelze aktualizovat spouÅ¡tÄ›Ä \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Nelze aktualizovat prototyp spouÅ¡tÄ›Äe"
msgstr[1] "Nelze aktualizovat prototypy spouÅ¡tÄ›Äů"
msgstr[2] "Nelze aktualizovat prototypy spouÅ¡tÄ›Äů"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Nelze aktualizovat prototyp spouÅ¡tÄ›Äe \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Není možné aktualizovat prototypy spouÅ¡tÄ›Äů"
@@ -3176,12 +3187,12 @@ msgstr "Střed"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Certifikát"
@@ -3225,10 +3236,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Znak"
@@ -3255,7 +3266,7 @@ msgstr "Informace o šasi. Vráti řetězec"
msgid "Check already exists."
msgstr "Kontrola již existuje."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Zkontrolujte Äást výrazu zaÄínajícího od \"%1$s\"."
@@ -3273,7 +3284,7 @@ msgid "Check for error using regular expression"
msgstr "Zkontrolovat chybu použitím regulárního výrazu"
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Kontrola předpokladů"
@@ -3378,8 +3389,8 @@ msgid "Clear history"
msgstr "VyÄistit historii"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "VyÄistit historii a trendy"
@@ -3388,11 +3399,11 @@ msgstr "VyÄistit historii a trendy"
msgid "Clear when unlinking"
msgstr "ProÄistit pÅ™i odpojování"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr "Kliknout a roztáhnout do požadované velikosti."
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr "Kliknout pro zobrazení Äi úpravu"
@@ -3411,20 +3422,20 @@ msgstr "Hodiny"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Vytvořit kopii"
@@ -3432,15 +3443,15 @@ msgstr "Vytvořit kopii"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Zavřít"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Zavřít kunstruktéra výrazu"
@@ -3459,8 +3470,8 @@ msgid "Close problem"
msgstr "Zavřít problém"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Zhroucení"
@@ -3477,7 +3488,7 @@ msgstr ""
msgid "Colour"
msgstr "Barva"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Barva \"%1$s\" není ve správném formátu: oÄekávaný je kód barvy v hexadecimální soustavÄ› (6 symbolů)."
@@ -3528,7 +3539,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "Celkový pohled"
@@ -3562,7 +3573,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Souběžné relace"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Podmínka"
@@ -3621,7 +3632,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Podmínky duplikáty pro korelaci \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Nastavení"
@@ -3629,7 +3640,7 @@ msgstr "Nastavení"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Nastavení cache statistik. Cache - buffer (mod: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "KonfiguraÄní soubor \"%1$s\" vytvoÅ™ený."
@@ -3793,7 +3804,7 @@ msgid "Configuration updated"
msgstr "Nastavení bylo aktualizováno"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Nastavení DB připojení"
@@ -3801,7 +3812,7 @@ msgstr "Nastavení DB připojení"
msgid "Confirmation text"
msgstr "Potvrzující text"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Gratulace! Právě jste úspěšně nainstalovali Zabbix frontend."
@@ -3857,7 +3868,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3865,9 +3876,9 @@ msgstr ""
msgid "Connections"
msgstr "Připojení"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Připojení z hostitele"
@@ -3875,9 +3886,9 @@ msgstr "Připojení z hostitele"
msgid "Connections from proxy"
msgstr "Připojení z proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Připojení na hostitele"
@@ -3894,10 +3905,10 @@ msgstr "Konstruktor"
msgid "Contact"
msgstr "Kontakt"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3928,10 +3939,10 @@ msgstr "Obsahuje"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3971,8 +3982,9 @@ msgstr ""
msgid "Content menu"
msgstr "Nabídka obsahu"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Jméno kontextu"
@@ -3984,8 +3996,8 @@ msgstr ""
msgid "Contract number"
msgstr "Číslo smlouvy"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "PÅ™eveÄ na JSON"
@@ -3997,8 +4009,8 @@ msgstr "Poloha"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Kopírovat"
@@ -4056,7 +4068,7 @@ msgstr "Korelace aktualizována"
msgid "Could not save image!"
msgstr "Nepodařilo se uložit obrázek!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "PoÄet"
@@ -4102,11 +4114,11 @@ msgstr "Vytvořit korelaci"
msgid "Create dashboard"
msgstr "Vytvořit dashboard"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr "Vytvořit závislé pravidlo nálezu"
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Vytvořte závislou položku"
@@ -4126,14 +4138,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4212,7 +4224,7 @@ msgstr "Vytvořit mapu"
msgid "Create media type"
msgstr "Vytvořit typ média"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Vytvořit nové"
@@ -4236,7 +4248,7 @@ msgstr "Vytvořit prezentaci"
msgid "Create template"
msgstr "Vytvořit šablonu"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "VytvoÅ™it spouÅ¡tÄ›Ä"
@@ -4289,11 +4301,12 @@ msgstr "Kritický"
msgid "Current host"
msgstr "Aktuální host"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Aktuální hodnota"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "Vlastní"
@@ -4301,7 +4314,7 @@ msgstr "Vlastní"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Vlastní výraz"
@@ -4310,11 +4323,11 @@ msgid "Custom graphs"
msgstr "Vlastní grafy"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Vlastní intervaly"
@@ -4336,7 +4349,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Vlastní multiplikátor"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr "Zvyk při selhání"
@@ -4375,11 +4388,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4489,16 +4503,16 @@ msgstr "Data set"
msgid "Data storage period"
msgstr "Doba ukládání dat"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4506,32 +4520,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Databázový server"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4539,35 +4553,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Monitor databáze"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Jméno databáze"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Heslo databáze"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Port databáze"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Databázové schéma"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Databázový server"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Typ databáze"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Databázový uživatel"
@@ -4596,7 +4610,7 @@ msgstr "Datum koupÄ› HW"
msgid "Day"
msgstr "Den"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "PÅ™edevÄírem"
@@ -4615,7 +4629,7 @@ msgstr "Den v týdnu"
msgid "Days"
msgstr "Dní"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Ladící výstup"
@@ -4629,7 +4643,7 @@ msgstr "Ladící mód"
msgid "Dec"
msgstr "Pro"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Prosinec"
@@ -4639,7 +4653,7 @@ msgstr "Prosinec"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Výchozí"
@@ -4656,7 +4670,7 @@ msgid "Default host inventory mode"
msgstr "Defaultní mód inventář hostitele"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4673,18 +4687,18 @@ msgid "Default operation step duration"
msgstr "Předvolené trvání provozního kroku"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Výchozí téma"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4713,7 +4727,8 @@ msgstr "Zpožděno o"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4734,8 +4749,8 @@ msgstr "Zpožděno o"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Smazat"
@@ -4768,19 +4783,19 @@ msgstr "Smazat aktuální akci?"
msgid "Delete current correlation?"
msgstr "Smazat aktuální korelaci?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Smazat dashboard?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Smazat objevovací pravidlo?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Smazat výraz?"
@@ -4804,15 +4819,15 @@ msgstr "Smazat historii oznaÄených scénářů?"
msgid "Delete icon map?"
msgstr "Smazat mapovou ikonu?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Smazat prototyp položky?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Smazat položku?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Smazat propojení mezi oznaÄenými elementy?"
@@ -4856,7 +4871,7 @@ msgstr "Smazat vybrané aplikace?"
msgid "Delete selected correlations?"
msgstr "Smazat vybrané korelace?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Odstranit vybrané dashboardy?"
@@ -4865,7 +4880,7 @@ msgstr "Odstranit vybrané dashboardy?"
msgid "Delete selected discovery rules?"
msgstr "Smazat vybraná pravidla nálezu?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Smazat vybrané prvky?"
@@ -4890,7 +4905,7 @@ msgstr "Smazat vybrané skupiny?"
msgid "Delete selected host groups?"
msgstr "Smazat oznaÄené skupiny?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Smazat oznaÄený prototyp hosta?"
@@ -4898,7 +4913,7 @@ msgstr "Smazat oznaÄený prototyp hosta?"
msgid "Delete selected host prototypes?"
msgstr "Smazat oznaÄené prototypy hosta?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Smazat vybraného hostitele?"
@@ -4950,7 +4965,7 @@ msgstr "Smazat oznaÄené obrazovky?"
msgid "Delete selected scripts?"
msgstr "Smazat vybrané skripty?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Smazat vybrané tvary?"
@@ -5011,11 +5026,11 @@ msgstr "Smazat prezentaci?"
msgid "Delete template?"
msgstr "Smazat Å¡ablonu?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Smazat prototyp spouÅ¡tÄ›Äe?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Smazat spouÅ¡tÄ›Ä?"
@@ -5028,7 +5043,7 @@ msgstr "Smazat web scénář?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Smazané: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Smazané: Prototyp hosta \"%1$s\" na \"%2$s\"."
@@ -5049,16 +5064,16 @@ msgid "Deny"
msgstr "Zakázat"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Závislosti"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Závisející"
@@ -5066,7 +5081,7 @@ msgstr "Závisející"
msgid "Dependent item"
msgstr "Závislá položka"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5085,29 +5100,29 @@ msgstr "Stav nasazení"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Popis"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5240,7 +5255,8 @@ msgstr "Zakázat vybrané spouÅ¡tÄ›Äe?"
msgid "Disable selected web scenarios?"
msgstr "Zakázat oznaÄené scénáře?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5253,22 +5269,21 @@ msgstr "Zakázat oznaÄené scénáře?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Zakázáno"
@@ -5285,7 +5300,7 @@ msgstr "Zlikvidovat nezměněné"
msgid "Discard unchanged with heartbeat"
msgstr "Zlikvidovat nezmÄ›nÄ›né vÄetnÄ› heartbeat"
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr "Zlikvidovat hodnotu"
@@ -5293,12 +5308,12 @@ msgstr "Zlikvidovat hodnotu"
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5399,29 +5414,29 @@ msgstr "Pravidlo nálezu \"%1$s\" nemůže být kopírováno bez své master pol
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "Pravidlo nálezu \"%1$s\" je použito v akci \"%2$s\"."
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr " Pravidlo nálezu vytvořeno"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr " Pravidlo nálezu smazáno"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] " Pravidlo nálezu vypnuto"
msgstr[1] " Pravidlo nálezu vypnuta"
msgstr[2] " Pravidlo nálezu vypnuta"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] " Pravidlo nálezu zapnuto"
msgstr[1] " Pravidlo nálezu zapnuta"
msgstr[2] " Pravidlo nálezu zapnuta"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Pravidlo nálezu aktualizováno"
@@ -5431,13 +5446,13 @@ msgstr "Pravidlo nálezu aktualizováno"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Pravidla nálezu"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Pravidla nálezu byla smazána"
@@ -5480,7 +5495,7 @@ msgstr "Zobrazit skládaný graf"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Zobrazeno %1$s z %2$s nalezených"
@@ -5499,22 +5514,22 @@ msgid "Do not calculate"
msgstr "NevypoÄítávat"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Přejete si změnit podmínkový výraz?"
@@ -5537,11 +5552,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Nedostupné"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Stáhnout konfiguraÄní soubor"
@@ -5621,12 +5636,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5655,10 +5670,10 @@ msgstr "Duplicitní usrgrpid \"%1$s\" v uživatelských skupinách v mapě \"%2$
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Duplicitní usrgrpid \"%1$s\" v uživatelských skupinách na obrazovce \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Trvání"
@@ -5678,7 +5693,7 @@ msgstr "Dynamická položka"
msgid "Dynamic items"
msgstr "Dynamické položky"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Každá URL by mÄ›la mít jedineÄné jméno. Prosím ujistÄ›te se, že existuje jen jedna URL s takovýmto jménem"
@@ -5693,15 +5708,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Upravit"
@@ -5725,15 +5740,15 @@ msgstr "Aktualizovat obrazovku"
msgid "Edit slide show"
msgstr "Aktualizovat prezentaci"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Upravit prvek stromu"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Editovat spouÅ¡tÄ›Ä"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Upravit widget"
@@ -5829,7 +5844,7 @@ msgstr "Podmíněný typ akce pro prázdný filtr \"%1$s\"."
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5999,15 +6014,16 @@ msgstr "Povolit vybrané spouÅ¡tÄ›Äe?"
msgid "Enable selected web scenarios?"
msgstr "Povolit oznaÄené scénáře?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "Zapnout pasti"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -6023,13 +6039,12 @@ msgstr "Zapnout pasti"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -6038,13 +6053,13 @@ msgstr "Zapnout pasti"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Povoleno"
@@ -6054,9 +6069,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Šifrování"
@@ -6064,7 +6079,7 @@ msgstr "Šifrování"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6076,10 +6091,10 @@ msgstr "Anglicky (en_GB)"
msgid "English (en_US)"
msgstr "Anglicky (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6106,7 +6121,7 @@ msgstr "Chyba"
msgid "Error in search request for table \"%1$s\"."
msgstr "Chyba ve vyhledávacím požadavku nad tabulkou \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "Chybná zpráva"
@@ -6141,7 +6156,7 @@ msgstr "Pravidla korelace události"
msgid "Event details"
msgstr "Detaily události"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Generování události"
@@ -6161,6 +6176,12 @@ msgstr "Seznam událostí [posledních 20]"
msgid "Event log monitoring. Returns log"
msgstr "Monitoring logu událostí. Vráti log"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Pár znaÄky události"
@@ -6192,7 +6213,7 @@ msgstr "Každý týden(ů)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Vyjma"
@@ -6203,7 +6224,7 @@ msgstr "Vyjma"
msgid "Exclude host groups"
msgstr "VylouÄit skupiny hostů"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Vykonat"
@@ -6221,9 +6242,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Spustí WMI dotaz a vrátí první vybraný objekt. Vráti celé, desetinné Äíslo, Å™etÄ›zec nebo text (závisí od dotazu)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6241,19 +6262,19 @@ msgid "Executed"
msgstr "Provedené"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Vykonaný skript"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Potvrzení vykonání"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Rozbalit"
@@ -6293,7 +6314,7 @@ msgstr "Export"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Exportovat do CSV"
@@ -6301,21 +6322,21 @@ msgstr "Exportovat do CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Výraz"
@@ -6328,15 +6349,15 @@ msgstr "Proměnné výrazu"
msgid "Expression cannot be empty"
msgstr "Výraz nemůže být prázdný"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Konstruktér výrazu"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Syntaktická chyba výrazu."
@@ -6355,7 +6376,7 @@ msgstr "Výrazy"
msgid "External check"
msgstr "Vnější kontrola"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "Pá"
@@ -6369,7 +6390,7 @@ msgstr "NEPRAVDA"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Selhalo"
@@ -6419,7 +6440,7 @@ msgstr "Oblíbené obrazovky"
msgid "Feb"
msgstr "Ún"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Únor"
@@ -6432,7 +6453,7 @@ msgstr "Pole"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Pole \"%1$s\" nemůže být nastavené na NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6441,7 +6462,7 @@ msgstr "Pole \"%1$s\" nemůže být nastavené na NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6561,9 +6582,7 @@ msgstr "Oblast"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6590,9 +6609,13 @@ msgstr "Oblast"
msgid "Filter"
msgstr "Filtr"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filtry"
@@ -6611,7 +6634,7 @@ msgstr "Najdi řetězec v souboru. Vráti řádek obsahující vybraný řetěze
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Najdi řetězec ve web stránce. Vráti vybraný řetězec nebo výstup definovaný ve volitelném výstupním parametru"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "DokonÄit"
@@ -6624,8 +6647,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "První"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Fit"
@@ -6639,12 +6662,12 @@ msgid "Fixed"
msgstr "Pevná"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6652,9 +6675,9 @@ msgid "Flexible"
msgstr "Flexibilní"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Následovat přesměrování"
@@ -6676,8 +6699,8 @@ msgstr "Velikost písma"
msgid "Form data"
msgstr "Formulářová data"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Vzorec"
@@ -6704,11 +6727,13 @@ msgstr "Francouzsky (fr_FR)"
msgid "Fri"
msgstr "Pá"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Pátek"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6728,12 +6753,12 @@ msgstr "Frontend přístup"
msgid "Frontend messaging"
msgstr "Povolit frontend zprávy"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr "Plný"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6768,7 +6793,7 @@ msgid "GUI access disabled."
msgstr "GUI přístup vypnut."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6794,21 +6819,21 @@ msgstr "Německy (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Získat obsah web stránky. Vrátí zdrojový kód web stránky jako text"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Zadaný výraz není makro"
@@ -6834,7 +6859,7 @@ msgstr "Globální hodnota"
msgid "Go back to %1$s"
msgstr "Vrátit zpět na %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Jdi na"
@@ -6882,8 +6907,8 @@ msgstr "Přechodová linka"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -7016,7 +7041,7 @@ msgstr "Prototyp grafu s ID \"%1$s\" není k dispozici."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Prototypy grafů"
@@ -7060,9 +7085,9 @@ msgid "Graph with same name but other type exist."
msgstr "Graf s totožným jménem, ale jiného typu již existuje."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7072,7 +7097,7 @@ msgstr "Graf s totožným jménem, ale jiného typu již existuje."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7080,7 +7105,7 @@ msgstr "Graf s totožným jménem, ale jiného typu již existuje."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Grafy"
@@ -7150,12 +7175,12 @@ msgstr "Skupina pro nalezené hostitele"
msgid "Group name"
msgstr "Název skupiny"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Prototyp skupiny nemůže být založený na zjištěné skupině hostů \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Prototypy skupiny"
@@ -7170,8 +7195,8 @@ msgstr "Seskupovat podle"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7203,10 +7228,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "HTTP agent"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP autentizace"
@@ -7214,11 +7239,11 @@ msgstr "HTTP autentizace"
msgid "HTTP login form"
msgstr "HTTP přihlašovací formulář"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP proxy"
@@ -7247,20 +7272,20 @@ msgstr "Hardware (podrobnÄ›)"
msgid "Hardware sensor reading. Returns float"
msgstr "ÄŒtení hardwarového senzoru. Vrátí desetinné Äíslo"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "HTTP záhlaví"
@@ -7293,11 +7318,11 @@ msgstr "Nápověda"
msgid "Hexadecimal to decimal"
msgstr "Z hexadecimální do desítkové"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Skryta"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Skrýt debug"
@@ -7334,23 +7359,23 @@ msgstr "Vysoký tmavý kontrast"
msgid "High-contrast light"
msgstr "Vysoký světlý kontrast"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "OznaÄ celý řádek"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Historie"
@@ -7358,17 +7383,17 @@ msgstr "Historie"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Historie byla proÄiÅ¡tÄ›na"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "ProÄiÅ¡tÄ›ní historie může chvíli trvat. PokraÄovat?"
@@ -7382,13 +7407,17 @@ msgstr "Historie událostí"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Období uložení historie"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7413,26 +7442,26 @@ msgstr "Vodorovné zarovnání"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7444,8 +7473,8 @@ msgstr "Vodorovné zarovnání"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Hostitel"
@@ -7488,8 +7517,7 @@ msgstr "Přístup hostitele"
msgid "Host added"
msgstr "Host byl přidán"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7506,12 +7534,12 @@ msgstr "Host nemůže mít více než jedno předvolené rozhraní daného typu.
msgid "Host count"
msgstr "PoÄet hostů"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Host byl smazán"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Host vypnutý"
@@ -7519,7 +7547,7 @@ msgstr[1] "Hosty vypnuté"
msgstr[2] "Hosty vypnuté"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Host povolen"
@@ -7541,7 +7569,7 @@ msgstr[2] "Hosty povoleny"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Skupina hostitele"
@@ -7587,11 +7615,11 @@ msgstr "Skupina hostů s ID \"%1$s\" není dostupná."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7628,17 +7656,17 @@ msgstr "Skupina hostů"
msgid "Host info"
msgstr "Informace o hostu"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Rozhraní hosta"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7659,7 +7687,7 @@ msgstr "Problémy hosta"
msgid "Host label type"
msgstr "Typ popisu hosta"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Host makra"
@@ -7686,54 +7714,58 @@ msgstr "Sítě hosta"
msgid "Host prototype"
msgstr "Prototyp hosta"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Prototyp hosta \"%1$s\" již existuje na \"%2$s\", zděděný z jiné šablony."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Prototyp hosta \"%1$s\" již existuje na \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Prototyp hosta byl přidán"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Prototyp hosta byl smazán"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Host prototyp aktualizovaný"
msgstr[1] "Host prototypy aktualizované"
msgstr[2] "Host prototypy aktualizované"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Prototyp hosta se jménem \"%1$s\" už existuje v pravidle nálezu \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Prototyp hosta s viditelným názvem \"%1$s\" již existuje ve pravidle nálezu \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Prototypy hostů"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Prototypy hostů byly smazány"
@@ -7782,17 +7814,17 @@ msgstr "Host se stejným jménem \"%1$s\" již existuje."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Host se stejným viditelným jménem \"%1$s\" již existuje."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7868,7 +7900,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7903,10 +7935,10 @@ msgstr "IP rozsah \"%1$s\" přesahuje \"%2$s\" limit adresy"
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7923,9 +7955,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "IPMI skript může být spuštěn pouze ze serveru."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI senzor"
@@ -8042,7 +8074,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Obrázek"
@@ -8150,7 +8182,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "Nepřístupná skupina"
@@ -8166,9 +8198,9 @@ msgstr "Nepřístupná položka"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8181,11 +8213,11 @@ msgstr "Nepřístupná mapa"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "Nedostupná šablona"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "Nedostupný spouÅ¡tÄ›Ä"
@@ -8198,7 +8230,7 @@ msgstr "Nedostupný spouÅ¡tÄ›Ä"
msgid "Inaccessible user"
msgstr "Nepřístupný uživatel"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "VÄetnÄ›"
@@ -8466,8 +8498,8 @@ msgstr "Funkci byly předány neplatné argumenty"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8608,9 +8640,9 @@ msgstr "Neplatné jméno pole \"%1$s\" nebo hodnota údaje pro tabulku \"%2$s\".
msgid "Incorrect fields for sysmap."
msgstr "Neplatné pole pro sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8663,7 +8695,7 @@ msgstr "Nesprávné nastavení filtru pro akci \"%1$s\"."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Použití nesprávné funkce"
@@ -8739,7 +8771,7 @@ msgstr "Neplatné ID položky \"%1$s\" v prvku obrazovky."
msgid "Incorrect item for axis value."
msgstr "Neplatná položka pro hodnotu osy."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Neplatný klÃ­Ä položky \"%1$s\" poskytnutý pro spouÅ¡tÄ›Ä \"%2$s\"."
@@ -8750,11 +8782,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Neplatné položka prototypu ID \"%1$s\" v prvku obrazovky."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Nesprávný typ hodnoty položky"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Neplatná hodnota typu položky \"%1$s\" poskytnutá pro funkci spouÅ¡tÄ›Äe \"%2$s\"."
@@ -8925,35 +8957,35 @@ msgstr "Neplatné ID spouÅ¡tÄ›Äe pro službu \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Neplatný výraz spouÅ¡tÄ›Äe"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Neplatný výraz spouÅ¡tÄ›Äe."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Neplatný výraz spouÅ¡tÄ›Äe. Host \"%1$s\" neexistuje nebo k tomuto hostu nemáte přístup."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Neplatný výraz spouÅ¡tÄ›Äe. Elementy výrazu spouÅ¡tÄ›Äe by nemÄ›ly patÅ™it k Å¡ablonÄ› a hostu zároveň."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Neplatná funkce spouÅ¡tÄ›Äe \"%1$s\" vyjádÅ™ené ve výrazu."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Neplatný výraz prototypu spouÅ¡tÄ›Äe. Host \"%1$s\" neexistuje nebo nemáte k nÄ›mu přístup."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Neplatný výraz prototypu spouÅ¡tÄ›Äe. Elementy výrazu prototypu spouÅ¡tÄ›Äe by nemÄ›ly patÅ™it Å¡ablonÄ› a hostu zároveň."
@@ -9104,16 +9136,15 @@ msgstr "Nesprávná hodnota pro pole \"%1$s\"."
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9124,7 +9155,7 @@ msgstr "Nesprávná hodnota pro pole \"%1$s\"."
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9274,23 +9305,25 @@ msgstr "Nesprávná hodnota pro pole \"%1$s\"."
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9379,10 +9412,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9390,10 +9423,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Info"
@@ -9407,15 +9440,19 @@ msgstr "Informace"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Informace o službÄ›. Vrací celé Äíslo s parametrem jako status, startup; Å™etÄ›zec - s parametrem jako displayname, cesta, uživatel; text - s parametrem jako description; SpeciálnÄ› pro status: 0 - běží, 1 - pauza, 2 - start Äeká, 3 - pauza Äeká, 4 - pokraÄovat Äeká, 5 - stop Äeká, 6 - zastavena, 7 - neznámý, 255 - žádná služba; SpeciálnÄ› pro startup: 0 - automaticky, 1 - automaticky zpoždÄ›ný, 2 - manuální, 3 - zakázána, 4 - neznámý"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr "Zděděné"
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Makra zděděná a makra hosta"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9431,17 +9468,17 @@ msgstr "ZdÄ›dÄ›né a spuÅ¡tÄ›né znaÄky"
msgid "Inherited items"
msgstr "Zděděné položky"
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Vložit"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Vložit výraz"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Instalovat"
@@ -9453,7 +9490,7 @@ msgstr "Instalace"
msgid "Installer name"
msgstr "Jméno technika"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9486,8 +9523,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Rozhraní s IP \"%1$s\" nemůže mít prázdné DNS jméno."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9516,14 +9553,14 @@ msgstr "Perioda ukládání interních dat"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9547,15 +9584,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Interval"
@@ -9582,7 +9619,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Neplatná akce: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "Neplatné datum."
@@ -9596,15 +9633,15 @@ msgstr "Neplatná emailová adresa \"%1$s\"."
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "Neplatná emailová adresa pro typ médií s ID \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Neplatný pátý parametr."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Neplatný první parametr."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Neplatný Ätvrtý parametr."
@@ -9616,11 +9653,11 @@ msgstr "Neplatné hostid pro makro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Neplatný interval \"%1$s\"."
@@ -9661,7 +9698,7 @@ msgstr "Neplatné makro \"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "Neplatné parametry metody."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Neplatný poÄet parametrů."
@@ -9693,6 +9730,15 @@ msgstr "Neplatný poÄet parametrů."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9705,75 +9751,81 @@ msgstr "Neplatný poÄet parametrů."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9790,7 +9842,7 @@ msgstr "Neplatný parametr."
msgid "Invalid response code \"%1$s\"."
msgstr "Neplatný návratový kód \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Neplatný druhý parametr."
@@ -9827,15 +9879,15 @@ msgstr "Neplatný druhý parametr."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9848,7 +9900,7 @@ msgstr "Neplatný druhý parametr."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Neplatná znaÄka \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Neplatný třetí parametr."
@@ -9867,9 +9919,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventář"
@@ -9896,9 +9948,9 @@ msgid "Issue"
msgstr "Problém"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Emitent"
@@ -9915,22 +9967,22 @@ msgid "Italian (it_IT)"
msgstr "Italsky (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Položka"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9967,15 +10019,15 @@ msgstr "Položka \"%1$s\" neexistuje nebo k této položce nemáte přístup"
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Položka \"%1$s\" na \"%2$s\": aplikaci \"%3$s\" neexistuje."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Položka byla přidána"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Položka zkopírována"
@@ -9986,18 +10038,18 @@ msgstr[2] "Položky zkopírovány"
msgid "Item count"
msgstr "PoÄet položek"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Položka byla smazána"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Položka vypnutá"
msgstr[1] "Položky vypnuté"
msgstr[2] "Položky vypnuté"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Položka povolená"
@@ -10008,7 +10060,7 @@ msgstr[2] "Položky povolené"
msgid "Item in \"not supported\" state"
msgstr "Položka je v \"not supported\" stavu"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Položka nevybraná"
@@ -10021,7 +10073,7 @@ msgstr "Při uvádění položky do procesu chybí parametry: %1$s"
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -10042,15 +10094,15 @@ msgstr "Prototyp položky \"%1$s\" již existuje na \"%2$s\", svázaný s jiným
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Prototyp položky \"%1$s\" už existuje na \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Prototyp položky přidaný"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Není možné smazat prototyp položky"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Prototyp položky aktualizován"
@@ -10064,7 +10116,7 @@ msgstr "Prototyp položky s ID\"%1$s\" není dostupný."
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10072,19 +10124,19 @@ msgstr "Prototyp položky s ID\"%1$s\" není dostupný."
msgid "Item prototypes"
msgstr "Prototypy položky"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Prototypy položek smazané"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr "Položka prototypu aktualizována"
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Položka byla aktualizována"
@@ -10156,7 +10208,7 @@ msgstr "Položka s klíÄem \"%1$s\" již existuje na \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10166,11 +10218,11 @@ msgstr "Položka s klíÄem \"%1$s\" již existuje na \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Položky"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Položky byly smazány"
@@ -10182,7 +10234,7 @@ msgstr "Seznam položek"
msgid "Items location"
msgstr "Umístění položek"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Položky byly aktualizovány"
@@ -10190,7 +10242,7 @@ msgstr "Položky byly aktualizovány"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10198,10 +10250,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX agent"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX endpoint"
@@ -10214,10 +10266,10 @@ msgstr "JMX rozhraní"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "JSON data"
@@ -10249,7 +10301,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc verze není specifikována."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr "JSONPath"
@@ -10257,7 +10309,7 @@ msgstr "JSONPath"
msgid "Jan"
msgstr "Led"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Leden"
@@ -10274,7 +10326,7 @@ msgstr "JavaScript"
msgid "Jul"
msgstr "ÄŒvc"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "ÄŒervenec"
@@ -10282,11 +10334,11 @@ msgstr "ÄŒervenec"
msgid "Jun"
msgstr "ÄŒer"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "ÄŒerven"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Perioda držení ztracených zdrojů"
@@ -10320,7 +10372,7 @@ msgstr "KlÃ­Ä \"%1$s\" nevybral <grpmax|grpmin|grpsum|grpavg>[\"Skupinu(y)\", \
msgid "Key passphrase"
msgstr "Fráze klíÄe"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "KlíÄové slovo"
@@ -10357,23 +10409,23 @@ msgstr "LDAP úspěšné přihlášení"
msgid "LDAP settings"
msgstr "Nastavení LDAP"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr "LLD makro"
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr "LLD makra"
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10399,7 +10451,7 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Poslední"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
@@ -10407,7 +10459,7 @@ msgstr[0] "Poslední %1$d den"
msgstr[1] "Posledních %1$d dnů"
msgstr[2] "Posledních %1$d dnů"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
@@ -10415,7 +10467,7 @@ msgstr[0] "Poslední %1$d hodinu"
msgstr[1] "Posledních %1$d hodin"
msgstr[2] "Posledních %1$d hodin"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
@@ -10423,7 +10475,7 @@ msgstr[0] "Poslední %1$d minutu"
msgstr[1] "Posledních %1$d minut"
msgstr[2] "Posledních %1$d minut"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
@@ -10431,7 +10483,7 @@ msgstr[0] "Poslední %1$d měsíc"
msgstr[1] "Posledních %1$d měsíců"
msgstr[2] "Posledních %1$d měsíců"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
@@ -10439,7 +10491,7 @@ msgstr[0] "Poslední %1$d sekundu"
msgstr[1] "Posledních %1$d sekund"
msgstr[2] "Posledních %1$d sekund"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10477,23 +10529,24 @@ msgstr "Poslední změna (vzestupně)"
msgid "Last check"
msgstr "Poslední kontrola"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Graf za poslední hodinu"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Graf za poslední měsíc"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Posledních"
@@ -10506,21 +10559,21 @@ msgstr "Poslední kontakt (stáří)"
msgid "Last value"
msgstr "Poslední hodnota"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Graf za poslední týden"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Poslední hodnoty"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Poslední hodnoty"
@@ -10567,7 +10620,7 @@ msgstr "Levý ořez"
msgid "Legend"
msgstr "Legenda"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10609,8 +10662,8 @@ msgstr "Spojnice"
msgid "Link indicators"
msgstr "Ukazatel stavu spojnice"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10646,10 +10699,10 @@ msgstr "Připojit k šablonám"
msgid "Linked map"
msgstr "Mapa odkazů"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10743,10 +10796,10 @@ msgid "Location longitude"
msgstr "Zeměpisná délka umístění"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10758,10 +10811,10 @@ msgstr "Log monitoring s podporou rotování log souborů. Vráti log"
msgid "Log file monitoring. Returns log"
msgstr "Log monitoring. Vrátí log"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Formát Äasu pro logování"
@@ -10818,7 +10871,7 @@ msgstr "Nízko úrovňové pravidlo nálezu v \"not supported\" stavu"
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "Po"
@@ -10835,8 +10888,9 @@ msgstr "MAC adresa B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10851,7 +10905,7 @@ msgstr "MD5 kontrolní souÄet souboru. Vráti Å™etÄ›zec (MD5 hash souboru)"
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Makro"
@@ -10878,10 +10932,10 @@ msgstr "Makro s hostmacroid \"%1$s\" neexistuje."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10972,16 +11026,16 @@ msgstr "Údržba bez sběru dat"
msgid "Maintenance: %1$s"
msgstr "Údržba: %1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Povinný parametr chýbí."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manuál"
@@ -10996,7 +11050,7 @@ msgstr "Manuál zavřen"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Mapa"
@@ -11090,7 +11144,7 @@ msgstr "Mapy"
msgid "Mar"
msgstr "Bře"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Březen"
@@ -11106,11 +11160,11 @@ msgstr "OznaÄit ostatní"
msgid "Mark selected"
msgstr "OznaÄit vybrané"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Maska"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11129,11 +11183,11 @@ msgid "Mass update shapes"
msgstr "Hromadné aktualizace tvarů"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "Master položka"
@@ -11181,7 +11235,7 @@ msgstr "Maximální poÄet otevÅ™ených souborů podporovaný OS. Vráti celé Ä
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "Maximální poÄet procesů podporovaný OS. Vráti celé Äíslo"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11197,7 +11251,7 @@ msgstr[2] "Maximální Äasová perioda na zobrazení je %1$s dní."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "PÅ™ekroÄena maximální celková délka emailové adresy pro typ médií s ID \"%1$s\"."
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "KvÄ›"
@@ -11355,7 +11409,7 @@ msgid "Message/Command"
msgstr "Zpráva/Příkaz"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Zprávy"
@@ -11419,7 +11473,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Minimální závažnost"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11479,7 +11533,7 @@ msgstr "Chybějící položky pro prototyp grafu \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "ChybÄ›jící klÃ­Ä \"%1$s\" pro host \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11556,7 +11610,7 @@ msgstr ""
msgid "Mon"
msgstr "Po"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Pondělí"
@@ -11564,9 +11618,9 @@ msgstr "Pondělí"
msgid "Monitored by"
msgstr "Monitorováno"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Sledován přes proxy"
@@ -11598,11 +11652,11 @@ msgstr "Měsíc"
msgid "Monthly"
msgstr "MÄ›síÄnÄ›"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Více výběrů bylo nalezeno..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11621,20 +11675,20 @@ msgstr "Víc jak jeden graf se jménem \"%1$s\" pro host."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Násobek"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Multiple PROBLEM události"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Ztlumit"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11667,13 +11721,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11701,17 +11756,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11731,19 +11786,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11752,15 +11807,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11770,12 +11825,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11866,12 +11921,12 @@ msgid "Never"
msgstr "Nikdy"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Nová aplikace"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Nový prototyp aplikace"
@@ -11885,7 +11940,7 @@ msgstr "Nová podmínka"
msgid "New dashboard"
msgstr "Nový dashboard"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Nový prvek"
@@ -11921,13 +11976,13 @@ msgstr ""
msgid "New triggers"
msgstr "Nové spouÅ¡tÄ›Äe"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Další krok"
@@ -11936,20 +11991,20 @@ msgstr "Další krok"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12103,6 +12158,7 @@ msgid "No data."
msgstr "Žádná data."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Žádné standardní rozhraní pro \"%1$s\" typu na \"%2$s\"."
@@ -12119,12 +12175,12 @@ msgstr "Žádné stanovené ID pravidla nálezu"
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Bez šifrování"
@@ -12191,12 +12247,12 @@ msgstr ""
msgid "No image"
msgstr "Žádný obrázek"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Nenalezené žádné rozhraní"
@@ -12211,7 +12267,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12249,7 +12305,7 @@ msgstr "Žádné ID mapy pro obrazovkový element."
msgid "No maps added."
msgstr "Žádné mapy nebyly přidané."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Žádné výběry nenalezené"
@@ -12280,8 +12336,8 @@ msgstr "Žádné oprávnění pro přístup do systému."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12290,8 +12346,8 @@ msgstr "Žádné oprávnění pro přístup do systému."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12347,12 +12403,12 @@ msgstr "Žádné oprávnění pro přístup do systému."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12411,7 +12467,7 @@ msgstr "Žádné oprávnění pro přístup do systému."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12432,7 +12488,7 @@ msgstr "Žádné oprávnění pro přístup do systému."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Žádné oprávnění k odkazovanému objektu nebo objekt neexistuje!"
@@ -12462,7 +12518,7 @@ msgstr "Žádný specifikovaný soubor s veÅ™ejným klíÄem."
msgid "No recipients for action operation message."
msgstr "Žádný příjemce pro operaci odeslání zprávy."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "Žádná obnova"
@@ -12474,11 +12530,11 @@ msgstr "Žádné obrazovky nebyly přidané."
msgid "No script specified for action operation command."
msgstr "Není specifikovaný skript pro akci příkazu."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Není vybrán cíl"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Není vybraný cíl."
@@ -12495,19 +12551,19 @@ msgstr "Žádné definované spouÅ¡tÄ›Äe."
msgid "No value"
msgstr "Žádná hodnota"
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Non-boolean flags jsou zastaralé."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12520,18 +12576,18 @@ msgstr "Non-boolean flags jsou zastaralé."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Žádná"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12629,7 +12685,7 @@ msgstr "Upozorni všechny zapojené"
msgid "Nov"
msgstr "Lis"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Listopad"
@@ -12642,11 +12698,11 @@ msgstr "PoÄet procesorů. Vráti celé Äíslo"
msgid "Number of enabled items on the host."
msgstr "PoÄet povolených položek na hostitele."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "PoÄet položek (povolených/zakázaných/nepodporovaných)"
@@ -12714,11 +12770,11 @@ msgstr "PoÄet zmÄ›n stavu"
msgid "Number of steps"
msgstr "PoÄet kroků"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "PoÄet spouÅ¡tÄ›Äů (povolených/zakázaných [problémových/ok])"
@@ -12734,7 +12790,7 @@ msgstr "PoÄet nepodporovaných položek v Zabbix databázi."
msgid "Number of unsupported items on the host."
msgstr "PoÄet nepodporovaných položek na hostitele."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "PoÄet uživatelů (pÅ™ihlášených)"
@@ -12786,22 +12842,22 @@ msgid "Numeral systems"
msgstr "Číselné systémy"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Číslo (float)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "Číselné (celá Äísla)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Číslo (unsigned)"
@@ -12819,13 +12875,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "OK událost uzavřena"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "OK událost generována"
@@ -12841,7 +12897,7 @@ msgstr "OOB smÄ›rovaÄ"
msgid "OOB subnet mask"
msgstr "OOB síťová maska"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "NEBO"
@@ -12869,13 +12925,13 @@ msgstr "Říj"
msgid "Octal to decimal"
msgstr "Z osmiÄková na desítkovou"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Říjen"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Vypnuté"
@@ -12907,7 +12963,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Na"
@@ -12982,7 +13038,7 @@ msgstr "Pouze administrátoři mohou nastavit vlastníka obrazovky."
msgid "Only administrators can set slide show owner."
msgstr "Pouze administrátoři mohou nastavit vlastníka prezentace."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "PoÄítány jsou pouze položky pÅ™iÅ™azené k povoleným hostitelům"
@@ -13039,7 +13095,7 @@ msgstr "Pouze super administrátoři mohou aktualizovat hodnoty map."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Jen posledních 20%% indikátorů je zobrazených."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "PoÄítány jsou pouze spouÅ¡tÄ›Äe pÅ™iÅ™azené k povoleným hostitelům a závisející na povolených položkách"
@@ -13061,7 +13117,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Operace nemůže být vykonaná vzhledem k neoprávněnému požadavku."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Podrobnosti operace"
@@ -13077,12 +13133,12 @@ msgstr "Operace nemá šablonu na vykonání."
msgid "Operation type"
msgstr "Typ operace"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13130,24 +13186,24 @@ msgstr "Operátor"
msgid "Options"
msgstr "Možnosti"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Nebo"
@@ -13176,55 +13232,57 @@ msgstr "Nebo"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13263,8 +13321,8 @@ msgstr "Další"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Odchozí statistiky provozu na síťovém rozhraní. Návratová hodnota celé Äíslo"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Přepsané"
@@ -13288,8 +13346,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "Přepisování"
@@ -13474,16 +13532,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLÉM"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "PROBLEM režim generování událostí"
@@ -13495,26 +13553,26 @@ msgstr "PROBLEM režim generování událostí"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "PSK identita"
@@ -13533,13 +13591,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parametr"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "Parametr \"%1$s\" je zastaralý."
@@ -13610,28 +13668,28 @@ msgstr "Pasivní"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Heslo"
@@ -13643,15 +13701,15 @@ msgstr "Heslo (ověření)"
msgid "Password is not mandatory for non internal authentication type."
msgstr "Heslo není povinné pro neinterní typ ověření."
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Vložit"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Vlož bez externích odkazů"
@@ -13668,7 +13726,7 @@ msgstr "PÅ™eruÅ¡ené operace pro potlaÄené problémy"
msgid "Peak memory usage: %1$s"
msgstr "Vrchol využití paměti: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Procento"
@@ -13685,17 +13743,22 @@ msgstr "Procentuální Äára (vpravo)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Vykonat DNS dotaz. Vrátí řetězec s požadovaným typem informace"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Období"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13741,7 +13804,7 @@ msgid "Placing algorithm"
msgstr "Algoritmus umísťování"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Prostý text"
@@ -13755,7 +13818,7 @@ msgstr "Přehrát"
msgid "Play sound"
msgstr "Přehrávat zvuk"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Zkontrolujte konfiguraÄní parametry. Je-li vÅ¡e v pořádku, stiskni \"%1$s\" tlaÄítko, nebo \"%2$s\" tlaÄítko pro zmÄ›nu konfiguraÄních parametrů."
@@ -13764,20 +13827,20 @@ msgstr "Zkontrolujte konfiguraÄní parametry. Je-li vÅ¡e v pořádku, stiskni \
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Prosím, vytvoÅ™it databázi ruÄnÄ›, a nastav konfiguraÄní parametry pro pÅ™ipojení k této databázi. Stiskni \"%1$s\" tlaÄítko pokud jsi to udÄ›lal."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Prosím, zadej název hostitele nebo host IP addresu a Äíslo portu Zabbix serveru, stejnÄ› jako jméno instalace (volitelné)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Vyberte, prosím, dva prvky"
@@ -13807,18 +13870,17 @@ msgstr "Body"
msgid "Polish (pl_PL)"
msgstr "Polsky (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Vyplň pole host inventáře"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13849,33 +13911,33 @@ msgid "Post type"
msgstr "Typ zprávy"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Shrnutí před instalací"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "Předzpracování"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "Předzpracování"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "Postup předzpracování"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr "PÅ™ed. Äas"
@@ -13886,23 +13948,23 @@ msgstr "PÅ™ed. Äas"
msgid "Preview"
msgstr "Náhled"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "Předchozí měsíc"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr "Předchozí hodnota"
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "Předchozí týden"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "Předchozí rok"
@@ -13935,12 +13997,14 @@ msgid "Primary POC screen name"
msgstr "Primární POC jméno obrazovky"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Fráze utajení"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Protokol utajení"
@@ -13952,29 +14016,29 @@ msgid "Private"
msgstr "Privátní"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Soubor se soukromým klíÄem"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Úroveň oprávnění"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13999,8 +14063,8 @@ msgstr "Problém vytvořen"
msgid "Problem display"
msgstr "Zobrazit problémy"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Problém výrazu"
@@ -14017,7 +14081,7 @@ msgstr "Problém není potlaÄen"
msgid "Problem is suppressed"
msgstr "Problém je potlaÄen"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problém na"
@@ -14047,13 +14111,13 @@ msgstr "Problém, když všechny podřazené mají problém"
msgid "Problem, if at least one child has a problem"
msgstr "Problém, když alespoň jeden podřazený má problém"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -14062,7 +14126,7 @@ msgstr "Problém, když alespoň jeden podřazený má problém"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problémy"
@@ -14099,7 +14163,7 @@ msgid "Properties"
msgstr "Vlastnosti"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14117,7 +14181,7 @@ msgstr "Proxy"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14189,20 +14253,20 @@ msgid "Public"
msgstr "Veřejný"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "VeÅ™ejný klíÄ"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Soubor s veÅ™ejným klíÄem"
@@ -14232,8 +14296,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "OPRAVENO"
@@ -14243,10 +14307,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Nezpracované údaje"
@@ -14304,7 +14368,7 @@ msgid "Received value"
msgstr "Přijatá hodnota"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14331,24 +14395,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Obnovení"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Obnovený výraz"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "Obnovení po chybě syntaxe výrazu."
@@ -14358,9 +14422,9 @@ msgstr "Obnovení operací"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Doba obnovy"
@@ -14375,11 +14439,11 @@ msgid "Refresh"
msgstr "Obnov"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "Interval obnovy"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "Obnov interval násobení"
@@ -14393,7 +14457,7 @@ msgstr "Normální"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Regulární výraz"
@@ -14434,7 +14498,7 @@ msgstr "Regulární výrazy"
msgid "Regular items"
msgstr "Normální položky"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14458,6 +14522,12 @@ msgstr "Vzdálený příkaz"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14474,43 +14544,37 @@ msgstr "Vzdálený příkaz"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14519,14 +14583,14 @@ msgstr "Vzdálený příkaz"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14549,7 +14613,7 @@ msgstr "Vzdálený příkaz"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14582,8 +14646,8 @@ msgstr "Vzdálený příkaz"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Odstranit"
@@ -14619,7 +14683,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "Odstraň, %1$s"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14629,17 +14693,17 @@ msgstr "Odstraněno, %1$s"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Nahradit"
@@ -14654,23 +14718,23 @@ msgstr "Nahradit závislosti"
msgid "Reports"
msgstr "Protokoly"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr "Obsah dotazu"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr "Typ obsahu dotazu"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "Požadavek byl úspěšně poslán"
@@ -14680,7 +14744,7 @@ msgstr "Požadavek byl úspěšně poslán"
msgid "Request type"
msgstr "Typ dotazu"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Vyžadováno"
@@ -14697,14 +14761,14 @@ msgstr "Požadovaný výkon (hodnoty/sekundu)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Požadovaný výkon Zabbix serveru, oÄekávaná hodnota v nových údajích za sekundu."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Požadovaný výkon serveru - nové hodnoty za sekundu"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Požadovaný stavový kód"
@@ -14712,7 +14776,7 @@ msgstr "Požadovaný stavový kód"
msgid "Required string"
msgstr "Požadovaný řetězec"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Reset"
@@ -14741,7 +14805,7 @@ msgstr "Potvrzení obnovení"
msgid "Reset defaults"
msgstr "Obnovit původní hodnoty"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Vyřešené"
@@ -14753,26 +14817,26 @@ msgstr "Vyřešeno"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "VyÅ™eÅ¡ená korelaÄní pravidla \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "VyÅ™eÅ¡ená korelaÄní pravidla."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Vyřešeno uživatelem \"%1$s\"."
@@ -14809,15 +14873,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Výsledek"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14836,14 +14900,14 @@ msgstr "Výsledek je PRAVDA"
msgid "Result type"
msgstr "Typ výsledku"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "Režim naÄítání"
@@ -15006,12 +15070,12 @@ msgstr "Spustí specifikovaný příkaz na hostovi. Vráti text jako výsledek s
msgid "Russian (ru_RU)"
msgstr "Rusky (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "So"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "Ne"
@@ -15021,7 +15085,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -15066,16 +15131,16 @@ msgstr "SMTP port serveru"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -15083,8 +15148,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP komunita"
@@ -15100,11 +15167,13 @@ msgstr "SNMP trap"
msgid "SNMP trap key is invalid."
msgstr "SNMP trap klÃ­Ä je neplatný."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15112,7 +15181,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15120,7 +15190,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15142,9 +15213,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQL poÄet: %1$s (selecty: %2$s | vykonání: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL dotaz"
@@ -15167,40 +15238,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH agent"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "Soubor SSL certifikátu"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "Soubor SSL klíÄe"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Heslo k SSL klíÄi"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSL verifikace jména hosta"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSL verifikace certifikátu hosta"
@@ -15228,15 +15299,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "So"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Sobota"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Ulož změny"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Uložte jej jako \"%1$s\""
@@ -15258,12 +15337,12 @@ msgid "Scheduled check"
msgstr "Naplánovaná kontrola"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15347,9 +15426,9 @@ msgid "Screen updated"
msgstr "Obrazovka byla aktualizována"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15364,7 +15443,7 @@ msgstr "Obrazovka byla aktualizována"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Obrazovky"
@@ -15430,7 +15509,7 @@ msgstr "Skript byl aktualizován"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Skripty"
@@ -15488,19 +15567,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "BezpeÄnostní úroveň"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "BezpeÄnostní jméno"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15511,8 +15592,8 @@ msgstr "BezpeÄnostní jméno"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15520,15 +15601,15 @@ msgstr "BezpeÄnostní jméno"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Vybrat"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "OznaÄ prototyp"
@@ -15561,19 +15642,19 @@ msgstr "OznaÄené elementy"
msgid "Selected items only"
msgstr "Pouze vybrané položky"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "Vybrané, %1$s v pozici %2$d z %3$d"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "Vybrané, %1$s, pouze ke Ätení, v pozici %2$d of %3$d"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "Pošli zpět"
@@ -15598,7 +15679,7 @@ msgstr "Poslat pouze na"
msgid "Send to"
msgstr "Poslat na"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Odeslat nazpátek"
@@ -15625,13 +15706,13 @@ msgstr "Zář"
msgid "Separated"
msgstr "Odděleně"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Září"
@@ -15756,12 +15837,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Sezení ukonÄené, prosím pÅ™ihlaste se znovu."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "Nastav základní Äasovou periodu"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr "Nastavit chybu na"
@@ -15770,11 +15852,11 @@ msgstr "Nastavit chybu na"
msgid "Set host inventory mode"
msgstr "Nastavení hostitelského inventáře"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr "Nastavit hodnotu na"
@@ -15797,28 +15879,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15837,7 +15919,7 @@ msgid "Severity changed"
msgstr "Závažnost byla změněna"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "Změna závažnosti"
@@ -15867,7 +15949,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Sdílení"
@@ -15885,14 +15967,14 @@ msgstr "Chybějící sdílení \"%1$s\" v hodnotě pro mapu \"%2$s\"."
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "Volba sdílení \"%1$s\" chybí hodnota pro obrazovku \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "Zkrácený"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15903,8 +15985,8 @@ msgstr "Zkrácený"
msgid "Show"
msgstr "Zobrazit"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Zobrazit detaily"
@@ -15912,7 +15994,7 @@ msgstr "Zobrazit detaily"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15939,7 +16021,11 @@ msgstr "Zobrazit legendu"
msgid "Show lines"
msgstr "Zobrazit řádků"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15961,9 +16047,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15974,7 +16060,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr "Ukaž potlaÄené problémy"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Ukaž znaÄky"
@@ -15988,7 +16074,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Zobrazit text jako HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15999,7 +16085,7 @@ msgid "Show triggers"
msgstr "Zobrazit spouÅ¡tÄ›Äe"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Zobrazit jen nepotvrzené"
@@ -16008,10 +16094,10 @@ msgstr "Zobrazit jen nepotvrzené"
msgid "Show unavailable maps"
msgstr "Ukaž nedostupné mapy"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Ukázat hodnotu"
@@ -16023,7 +16109,7 @@ msgstr "Zobrazit varování když je Zabbix server vypnutý"
msgid "Show working time"
msgstr "Zobrazit praconí dobu"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Sobraz"
@@ -16074,8 +16160,8 @@ msgstr "Jednoduchý graf"
msgid "Simple graph prototype"
msgstr "Prototyp jednoduchého grafu"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Jednotlivé"
@@ -16186,7 +16272,7 @@ msgstr "Slajdy"
msgid "Slovak (sk_SK)"
msgstr "Slovensky (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Odložit"
@@ -16324,7 +16410,8 @@ msgstr "Statický"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16332,16 +16419,15 @@ msgstr "Statický"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16361,7 +16447,7 @@ msgstr "Statický"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16449,28 +16535,28 @@ msgid "Stop"
msgstr "Zastavit"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16482,7 +16568,7 @@ msgstr "Přímý"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16507,14 +16593,14 @@ msgid "Subject"
msgstr "Předmět"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Subjekt"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Podmapa"
@@ -16522,7 +16608,7 @@ msgstr "Podmapa"
msgid "Success Audit"
msgstr "Úspěšný audit"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "Zpráva úspěšná"
@@ -16535,7 +16621,7 @@ msgstr "SouÄet příchozích a odchozích statistik provozu na síťové rozhra
msgid "Sun"
msgstr "Ne"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Neděle"
@@ -16579,7 +16665,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "PÅ™epnutí autentizaÄní metody způsobí ukonÄení vÅ¡ech sezení mimo VaÅ¡eho! PokraÄovat?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16630,12 +16716,12 @@ msgstr "Systémový Äas. Návratová hodnota celé Äíslo s typem jako UTC; Å™
msgid "System uptime in seconds. Returns integer"
msgstr "Systém uptime v sekundách. Vráti celé Äíslo"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "ÄŒt"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16677,12 +16763,12 @@ msgstr "Tabulka \"%1$s\" neobsahuje pole se jménem \"%2$s\"."
msgid "Tag"
msgstr "OznaÄení"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "ZnaÄka \"%1$s\" s hodnotou \"%2$s\" již existuje."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "Priorita znaÄek na displeji"
@@ -16691,12 +16777,12 @@ msgstr "Priorita znaÄek na displeji"
msgid "Tag filter"
msgstr "Filtr znaÄek"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "ZnaÄka pro párování"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "Jméno znaÄky"
@@ -16707,25 +16793,25 @@ msgstr "Hodnota znaÄky"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16733,11 +16819,11 @@ msgstr "Hodnota znaÄky"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16746,11 +16832,11 @@ msgid "Tags"
msgstr "ZnaÄky"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Cíl"
@@ -16869,13 +16955,13 @@ msgstr "Šablona se stejným viditelným jménem \"%1$s\" již existuje."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16897,20 +16983,20 @@ msgstr "Šablony aktualizovány"
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Test"
@@ -16935,7 +17021,7 @@ msgstr "Testovací data"
msgid "Test expressions"
msgstr "Testovací výrazy"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16963,10 +17049,10 @@ msgstr "Testovací subjekt"
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -17005,7 +17091,7 @@ msgstr "Aplikace není objevena a již bude odstraněna při příštím objevov
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17100,11 +17186,11 @@ msgstr "Aplikace web scénáře patří k jinému hostu, než je host web scénÃ
msgid "Theme"
msgstr "Téma"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "Tento den v minulém týdnu"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17113,11 +17199,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr "Toto je nová testovací zpráva ze Zabbixu"
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Tento měsíc"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "Prozatím tento měsíc"
@@ -17129,23 +17215,23 @@ msgstr "Tento sloupec obrazovky není prázdny. Přesto smazat?"
msgid "This screen row is not empty. Delete it?"
msgstr "Tento řádek obrazovky není prázdny. Přesto smazat?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Tento týden"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "Prozatím tento týden"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Tento rok"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "Prozatím tento rok"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Prahová hodnota"
@@ -17157,7 +17243,7 @@ msgstr "Škrtící"
msgid "Thu"
msgstr "ÄŒt"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "ÄŒtvrtek"
@@ -17168,19 +17254,19 @@ msgstr "ÄŒtvrtek"
msgid "Till"
msgstr "Do"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17223,12 +17309,12 @@ msgstr ""
msgid "Time period"
msgstr "Časové období"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17240,16 +17326,23 @@ msgstr "Časový posun"
msgid "Time type"
msgstr "Druh Äasu"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Časový limit"
@@ -17263,22 +17356,23 @@ msgstr "Časový limit"
msgid "Timestamp"
msgstr "Časové razítko"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Do"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Na nastavení rozhraní hosta oznaÄte jeden typ položky pro vÅ¡echny položky"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Dnes"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "Dnes prozatím"
@@ -17368,10 +17462,10 @@ msgstr "Zacházet jako s 0"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Perioda uložení trendů"
@@ -17380,34 +17474,34 @@ msgstr "Perioda uložení trendů"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Trendy"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "SpouÅ¡tÄ›Ä"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "SpouÅ¡tÄ›Ä \"%1$s\" již existuje na \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "SpouÅ¡tÄ›Ä \"%1$s\" patří do Å¡ablony s různými vazbami."
@@ -17417,7 +17511,7 @@ msgstr "SpouÅ¡tÄ›Ä \"%1$s\" patří do Å¡ablony s různými vazbami."
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "SpouÅ¡tÄ›Ä \"%1$s\" závisí na jiném spouÅ¡tÄ›Äi \"%2$s\", který neexistuje."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17425,7 +17519,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "SpouÅ¡tÄ›Ä byl pÅ™idán"
@@ -17433,7 +17527,7 @@ msgstr "SpouÅ¡tÄ›Ä byl pÅ™idán"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "SpouÅ¡tÄ›Ä nemůže záviset na spouÅ¡tÄ›Äi, který je z nÄ›ho zdÄ›dÄ›ný."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "SpouÅ¡tÄ›Ä zkopírován"
@@ -17444,7 +17538,7 @@ msgstr[2] "SpouÅ¡tÄ›Äe zkopírovány"
msgid "Trigger data storage period"
msgstr "Perioda ukládání dat spouÅ¡tÄ›Äe"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "SpouÅ¡tÄ›Ä byl smazán"
@@ -17452,7 +17546,7 @@ msgstr "SpouÅ¡tÄ›Ä byl smazán"
msgid "Trigger details"
msgstr "Detaily spouÅ¡tÄ›Äe"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "SpouÅ¡tÄ›Ä vypnutý"
@@ -17464,14 +17558,14 @@ msgstr[2] "SpouÅ¡tÄ›Äe vypnuté"
msgid "Trigger displaying options"
msgstr "Zobrazovací možnosti spouÅ¡tÄ›Äů"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "SpouÅ¡tÄ›Ä povolený"
msgstr[1] "SpouÅ¡tÄ›Äe povolené"
msgstr[2] "SpouÅ¡tÄ›Äe povolené"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Výraz podmínky musí obsahovat nejménÄ› jednu referenci na host:klíÄ."
@@ -17511,24 +17605,24 @@ msgstr "PÅ™ehled spouÅ¡tÄ›Äů"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Prototyp spouÅ¡tÄ›Äe"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Prototype spouÅ¡tÄ›Äe \"%1$s\" již existuje \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "Prototype spouÅ¡tÄ›Äe \"%1$s\" patří do Å¡ablony s různými vazbami."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Prototyp spouÅ¡tÄ›Äe \"%1$s\" obsahuje prototypy položek z různých pravidel objevování."
@@ -17538,12 +17632,12 @@ msgstr "Prototyp spouÅ¡tÄ›Äe \"%1$s\" obsahuje prototypy položek z různých p
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Trigger prototyp \"%1$s\" závisí na spouÅ¡tÄ›Äi \"%2$s\", který neexistuje."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Prototyp spouÅ¡tÄ›Äe \"%1$s\" musí obsahovat nejménÄ› jeden prototyp položky."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Prototyp spouÅ¡tÄ›Ä pÅ™idaný"
@@ -17551,11 +17645,11 @@ msgstr "Prototyp spouÅ¡tÄ›Ä pÅ™idaný"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Trigger prototyp nemůže být závislý na spoušťěÄi, který se z nÄ›j dÄ›dí."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Není možné smazat prototyp spouÅ¡tÄ›Ä"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Prototyp spouÅ¡tÄ›Äe aktualizovaný"
@@ -17564,7 +17658,7 @@ msgstr[2] "Prototypy spouÅ¡tÄ›Äů aktualizované"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17572,15 +17666,15 @@ msgstr[2] "Prototypy spouÅ¡tÄ›Äů aktualizované"
msgid "Trigger prototypes"
msgstr "Prototypy spouÅ¡tÄ›Äů"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Prototypy spouÅ¡tÄ›Äů smazané"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Prototypy spouÅ¡tÄ›Äů aktualizované"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "Výraz obnovy spouÅ¡tÄ›Äe musí obsahovat alespoň jednu host:key referenci."
@@ -17588,11 +17682,11 @@ msgstr "Výraz obnovy spouÅ¡tÄ›Äe musí obsahovat alespoň jednu host:key refer
msgid "Trigger severity"
msgstr "Závažnost spouÅ¡tÄ›Äe"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Status spouÅ¡tÄ›Äe \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Status spouÅ¡tÄ›Äe \"Problém\""
@@ -17600,19 +17694,19 @@ msgstr "Status spouÅ¡tÄ›Äe \"Problém\""
msgid "Trigger tags"
msgstr "SpouÅ¡tÄ›cí znaÄky"
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "SpouÅ¡tÄ›Ä byl aktualizován"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17625,11 +17719,11 @@ msgstr "SpouÅ¡tÄ›Ä byl aktualizován"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "SpouÅ¡tÄ›Äe"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "SpouÅ¡tÄ›Äe byly smazány"
@@ -17645,7 +17739,7 @@ msgstr "Úprava"
msgid "Tue"
msgstr "Út"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Úterý"
@@ -17658,7 +17752,7 @@ msgstr "Turecky (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Dvě položky (\"%1$s\" a \"%2$s\") není možné naplnit stejným inventárním polem \"%3$s\", vedlo by to ke sporu."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "Dva prvky mapy by měly být vybrány"
@@ -17678,7 +17772,7 @@ msgstr "Dva prvky mapy by měly být vybrány"
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17690,21 +17784,21 @@ msgstr "Dva prvky mapy by měly být vybrány"
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17737,18 +17831,18 @@ msgstr "Typ (sestupnÄ›)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Způsob vyhodnocení"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Typ informace"
@@ -17765,8 +17859,8 @@ msgstr "Typy"
msgid "UNKNOWN"
msgstr "NEZNÃMÃ"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17776,11 +17870,11 @@ msgstr "NEZNÃMÃ"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17826,7 +17920,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "URL musí mít \"jméno\" a \"url\" v mapě \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URL"
@@ -17910,10 +18004,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Jednotky"
@@ -17935,7 +18029,7 @@ msgstr "Jednotky"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17954,18 +18048,18 @@ msgstr "Neznámá akce"
msgid "Unknown error"
msgstr "Neznáma chyba"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Neznáma funkce."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Zadaná položka ve vybraném hostiteli neexistuje"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Zadaný hostitel v systému neexistuje"
@@ -17991,15 +18085,15 @@ msgstr "Neznámý typ hodnoty"
msgid "Unlimited"
msgstr "Neomezený"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Odpojit"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Odpojit a proÄistit"
@@ -18042,7 +18136,7 @@ msgstr "Odpojené: Prototyp položky \"%1$s\" na \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Odpojené: Web scénář \"%1$s\" na \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Povolit zvuky"
@@ -18089,6 +18183,11 @@ msgstr "Nepodporovaný parametr \"%2$s\" pro filtr akce \"%1$s\"."
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Nepodporovaný parametr \"%2$s\" pro filtr akcie \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18125,28 +18224,29 @@ msgstr "Dostupný"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18163,16 +18263,16 @@ msgstr "Aktualizovat existující"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Interval aktualizací"
@@ -18227,7 +18327,7 @@ msgstr "Doba provozu Zabbix server procesů v sekundách."
msgid "Uptime/Downtime"
msgstr "Doba dostupnosti/nedostupnosti"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Použít hromadné žádosti"
@@ -18256,7 +18356,7 @@ msgstr "Použité v položkách"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Uživatel"
@@ -18421,14 +18521,14 @@ msgstr "Menu uživatele"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Uživatelské jméno"
@@ -18496,11 +18596,11 @@ msgstr ""
msgid "User/Recipient"
msgstr "Uživatel/Příjemce"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Uživatelské jméno"
@@ -18508,8 +18608,8 @@ msgstr "Uživatelské jméno"
msgid "Username and password"
msgstr "Jméno uživatele a heslo"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18774,24 +18874,24 @@ msgstr "Validace"
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18921,18 +19021,18 @@ msgstr "Proměnné"
msgid "Various information about specific process(es). Returns float"
msgstr "Různé informace o specifickém(ých) procesu(ech). Navracejí se float"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18940,8 +19040,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18953,7 +19053,7 @@ msgstr "Výrobce"
msgid "Verbose"
msgstr "Upovídaný"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -19014,7 +19114,7 @@ msgstr "Zobrazované jméno"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Zobrazované jméno nemůže být prázdné když jméno hostu chybí."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "St"
@@ -19026,22 +19126,22 @@ msgstr "St"
msgid "Warning"
msgstr "Upozornění"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Varování"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Je nám líto, maximální poÄet elementů na zapamatování byl již dosažen."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -19051,7 +19151,7 @@ msgstr "Je nám líto, maximální poÄet elementů na zapamatování byl již d
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -19110,7 +19210,7 @@ msgstr[2] "Scénáře povolené"
msgid "Web scenario updated"
msgstr "Web scénář aktualizovaný"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19128,7 +19228,7 @@ msgstr ""
msgid "Wed"
msgstr "St"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Středa"
@@ -19141,7 +19241,7 @@ msgstr "Týdně"
msgid "Welcome"
msgstr "Vítejte"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Vítejte v"
@@ -19149,7 +19249,7 @@ msgstr "Vítejte v"
msgid "When active"
msgstr "Kdy je aktivní"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19191,7 +19291,7 @@ msgstr "Se závislostmi"
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19265,13 +19365,13 @@ msgstr "Nesprávné pole pro službu \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Nesprávné pole pro Äas služby \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Å patné pole pro prototyp spouÅ¡tÄ›Äe."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Nesprávné pole pro spouÅ¡tÄ›Ä."
@@ -19279,8 +19379,8 @@ msgstr "Nesprávné pole pro spouÅ¡tÄ›Ä."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "Špatná hodnota pro pole url."
@@ -19313,10 +19413,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "XML data"
@@ -19407,7 +19507,7 @@ msgstr "YYYY-MM-DD hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19426,20 +19526,20 @@ msgstr "RoÄnÄ›"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19451,7 +19551,7 @@ msgstr "RoÄnÄ›"
msgid "Yes"
msgstr "Ano"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "VÄera"
@@ -19462,7 +19562,7 @@ msgstr "Jste přihlášeni jako \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Nemůžete si vybrat některé jazyky protože locales pro ně nejsou nainstalované na web serveru."
@@ -19517,7 +19617,7 @@ msgstr "Nemáte oprávnění na vykonání této operace."
msgid "You do not have permissions to create users."
msgstr "Nemáte oprávnění na vytváření uživatelů."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19525,7 +19625,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Nemáte oprávnění pro přístup k této stránce."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "Máte neuložené změny."
@@ -19600,7 +19700,7 @@ msgstr "Přihlašovací formulář Zabbixu"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix server"
@@ -19618,7 +19718,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbix server (proxy)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Podrobnosti Zabbix serveru"
@@ -19626,15 +19726,15 @@ msgstr "Podrobnosti Zabbix serveru"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix server není v provozu: zobrazované informace nemusí být aktuální."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix server běží"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbix server jméno"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Port Zabbix serveru"
@@ -19643,6 +19743,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix zachytávaÄ"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "Oddálit"
@@ -19656,51 +19757,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "boolean je oÄekávám"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "Å™etÄ›zec znaků se oÄekává"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "hexadecimální barevný kód (6 symbolů) je oÄekáván"
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr "je oÄekáván nález makra na nízké úrovni"
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "Äíslo je oÄekáváno"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "Äíslo je moc veliké"
@@ -19713,8 +19819,8 @@ msgstr "Äíslo je moc veliké"
msgid "a numeric value is expected"
msgstr "oÄekává se Äíselná hodnota"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr "je oÄekáván relativní Äas"
@@ -19722,29 +19828,29 @@ msgstr "je oÄekáván relativní Äas"
msgid "a time is expected"
msgstr "oÄekáváný Äas"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "je oÄekávána perioda Äasu"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "oÄekává se Äasový rozsah"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "je oÄekávána Äasová jednotka"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "je oÄekáváno uživatelské macro"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange() - Absolutní rozdíl mezi poslední a předchozí hodnotou"
@@ -19786,6 +19892,10 @@ msgstr "vše"
msgid "all media"
msgstr "všechny média"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19797,23 +19907,23 @@ msgstr "všechny média"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "oÄekává se pole"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "Å™ada Äi znakový Å™etÄ›zec je oÄekáván"
@@ -19823,7 +19933,7 @@ msgid "an empty string is expected"
msgstr "prázdný Å™etÄ›zec je oÄekávan"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "je oÄekáván sudý poÄet hexadecimálních znaků"
@@ -19831,11 +19941,11 @@ msgstr "je oÄekáván sudý poÄet hexadecimálních znaků"
msgid "an explicit time is expected"
msgstr "pÅ™esný Äas je oÄekáván"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19884,11 +19994,11 @@ msgstr ""
msgid "avg"
msgstr "průměr"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg() - Průměrná hodnota periody T"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band() - Bitová A poslední (aktuální) T hodnota a maska"
@@ -19916,10 +20026,9 @@ msgstr "nemůže být změněno"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19927,7 +20036,7 @@ msgstr "nemůže být změněno"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19952,6 +20061,9 @@ msgstr "nemůže být změněno"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19978,11 +20090,11 @@ msgstr "nemůže být změněno"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -20004,14 +20116,14 @@ msgstr "nemůže být změněno"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -20036,7 +20148,7 @@ msgstr "nelze vykonat požadavek Scroll API, data mohou být poškozena"
msgid "cannot update property for templated discovery rule"
msgstr "nelze aktualizovat soubor pro šablonu pravidla nálezu"
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "change() - Rozdíl mezi poslední a předchozí hodnotou"
@@ -20054,11 +20166,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "zacyklená provázanost položek není povolena"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "barva"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "seznam oddÄ›lený Äárkami"
@@ -20077,11 +20189,11 @@ msgstr "obsahuje"
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "count() - PoÄet úspěšnÄ› pÅ™ijatých hodnot V (za které ruÄí operátor O) v periodÄ› T"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -20090,32 +20202,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date() - Aktuální datum"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth() - Den měsíce"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek() - Den týdne"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "dní"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "výchozí"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta() - Rozdíl mez MAX a MINI hodnotou v periodě T"
@@ -20141,11 +20253,11 @@ msgstr "klesající"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff() - Rozdíl mezi poslední a předchozími hodnotami (1 - pravá, 0 - falešná)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "adresář nebo název skriptu nemůže být prázdný"
@@ -20184,7 +20296,7 @@ msgstr "nerovná se"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20223,7 +20335,7 @@ msgstr "první"
msgid "first parameter is expected"
msgstr "první parametr je oÄekávaný"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "forecast() - PÅ™edpovÄ›Ä pro následující t sekund založená na periodÄ› T"
@@ -20231,14 +20343,14 @@ msgstr "forecast() - PÅ™edpovÄ›Ä pro následující t sekund založená na peri
msgid "fourth"
msgstr "Ätvrtý"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr "fuzzytime() - Rozdíl mezi hodnotou položky (Äasovou znaÄkou) a Äasovou znaÄkou Zabbix serveru je menší nebo rovná T vteÅ™inám (1 ano, 0 - ne)"
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "globálně nastavené údržby"
@@ -20247,7 +20359,7 @@ msgstr "globálně nastavené údržby"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20305,11 +20417,11 @@ msgstr "v"
msgid "including subgroups"
msgstr "vÄetnÄ› podskupin"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20346,7 +20458,7 @@ msgstr "Neplatný vzorec Prometheus "
msgid "invalid address range \"%1$s\""
msgstr "neplatný rozsah adresy \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "neplatná bytová sekvence v UTF-8"
@@ -20360,15 +20472,15 @@ msgstr "neplatné zdržení"
msgid "invalid history storage period"
msgstr "neplatná perioda historie ukládání"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "neplatný název skupiny"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "neplatné jméno hosta"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "neplatný regulérní výraz"
@@ -20378,7 +20490,7 @@ msgstr "neplatný regulérní výraz"
msgid "invalid trend storage period"
msgstr "neplatná perioda ukládání trendů"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregexp() - Regulérní výraz V shodný s poslední hodnotou v periodě T (nerozlišuje velikost písmen; 1 - shodný, 0 - neshodný)"
@@ -20390,7 +20502,7 @@ msgstr "je větší než nebo se rovná"
msgid "is less than or equals"
msgstr "je menší než nebo se rovná"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "není to uzavřeno v {} nebo je to poškozeno"
@@ -20420,7 +20532,7 @@ msgstr "klÃ­Ä je prázdný"
msgid "last"
msgstr "poslední"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last() - Poslední (aktuální) T hodnota"
@@ -20432,15 +20544,15 @@ msgstr "levá"
msgid "list of characters"
msgstr "list znaků"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid() - ID události posledního zápisu do logu v souladu s regulérním výrazem T (1 - soulad, 0 - nesoulad)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity() - Závažnost posledního zápisu do logu"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logsource() - Zdroj log z posledního vstupu logu je v souladu s parametrem T (1 - soulad, 0 - nesoulad)"
@@ -20448,12 +20560,12 @@ msgstr "logsource() - Zdroj log z posledního vstupu logu je v souladu s paramet
msgid "low-level discovery rule"
msgstr "základní pravidlo nálezu"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20483,7 +20595,7 @@ msgstr "mapa"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20507,7 +20619,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max() - Maximální hodnota pro periodu T"
@@ -20534,12 +20646,12 @@ msgstr "maximální poÄet úrovní závislostí dosažen"
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "min() - Minimální hodnota pro periodu T"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "minimální délka je %1$s znaků"
@@ -20572,27 +20684,27 @@ msgstr "musí být platný uživatel LDAP"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "musí být mezi \"%1$s\" a \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "musí obsahovat minimálně jedno základní vyhledávací makro"
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "název"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "nový"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "nový"
@@ -20602,7 +20714,7 @@ msgstr "nový"
msgid "no data"
msgstr "žádná data"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20623,7 +20735,7 @@ msgstr "mimo"
msgid "not selected"
msgstr "nevybráno"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now() - PoÄet sekund od Období"
@@ -20631,8 +20743,8 @@ msgstr "now() - PoÄet sekund od Období"
msgid "number"
msgstr "Äíslo"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "z"
@@ -20680,7 +20792,7 @@ msgstr "pryÄ"
msgid "on"
msgstr "na"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr "je povolená pouze hodnota Äasu"
@@ -20696,11 +20808,11 @@ msgstr "jiný"
msgid "output"
msgstr "výstup"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20711,11 +20823,11 @@ msgstr ""
msgid "pattern"
msgstr "vzorec"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "percentile() - Percentil P pro periodu T"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev() - Předchozí hodnota"
@@ -20732,12 +20844,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "obnovované každých %1$s sek."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp() - Regulární výraz V odpovídající poslední hodnotě v periodě T (1 - shoda, 0 - neshoda)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20754,7 +20866,7 @@ msgstr "pravý"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20803,6 +20915,7 @@ msgstr "krátký popis"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20817,15 +20930,15 @@ msgstr "krátký popis"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "by měla být prázdná"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr "mÄ›lo by být nižší než je aktuální Äas"
@@ -20833,10 +20946,10 @@ msgstr "mÄ›lo by být nižší než je aktuální Äas"
msgid "show icon mappings"
msgstr "zobrazit mapování ikon"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "zobrazit mapování hodnot"
@@ -20844,11 +20957,11 @@ msgstr "zobrazit mapování hodnot"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str() - Najdi řetězec V v poslední (aktuální) hodnotě (1 - nalezen, 0 - nenalezen)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen() - Délka poslední (aktuální) hodnoty T ve znacích"
@@ -20856,7 +20969,7 @@ msgstr "strlen() - Délka poslední (aktuální) hodnoty T ve znacích"
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "sum() - Souhrn hodnot za periodu T"
@@ -20865,14 +20978,14 @@ msgid "supplied credentials are not unique"
msgstr "zadaná pověření nejsou jedineÄná"
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20907,9 +21020,13 @@ msgstr "šablona ID \"%1$s\" je použitá %2$s krát"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "parametr \"%1$s\" chybí"
@@ -20924,7 +21041,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20943,18 +21060,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "Äasový posun"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time() - Aktuální Äas"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft() - Odhad Äas pro dosažení limitu je založen na periodÄ› T"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20965,26 +21106,26 @@ msgstr "spouÅ¡tÄ›Ä"
msgid "trigger does not allow manual closing"
msgstr "spouÅ¡tÄ›Ä neumožňuje manuální zavírání"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "prototyp spouÅ¡tÄ›Äe nelze pÅ™esunout do jiné Å¡ablony nebo hosta"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "spouštěc s vazbami nelze přesunout do jiné šablony nebo hosta"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "pište zde pro vyhledávání"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20994,7 +21135,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -21011,9 +21152,10 @@ msgstr "neoÄekávaný konec makra"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "neoÄekávaný parametr \"%1$s\""
@@ -21040,12 +21182,12 @@ msgstr "neoÄekávaný text \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "neoÄekávaná hodnota \"%1$s\""
@@ -21055,7 +21197,7 @@ msgstr "neoÄekávaná hodnota \"%1$s\""
msgid "unknown"
msgstr "neznámý"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr "nepodporovaná Äasová přípona"
@@ -21064,28 +21206,28 @@ msgid "unsupported version number"
msgstr "nepodporované Äíslo verze"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -21095,7 +21237,7 @@ msgstr "nepodporované Äíslo verze"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "hodnota"
@@ -21113,26 +21255,29 @@ msgstr "hodnota \"%1$s\" již existuje"
msgid "value \"%1$s\" not found"
msgstr "hodnota \"%1$s\" nebyla nalezena"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "hodnota %1$s již existuje"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "hodnota je příliš dlouhá"
@@ -21160,9 +21305,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21199,7 +21344,7 @@ msgstr "špatný typ vyhledávacího pravidla"
msgid "wrong item type"
msgstr "špatný typ položky"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "r"
diff --git a/ui/locale/de/LC_MESSAGES/frontend.po b/ui/locale/de/LC_MESSAGES/frontend.po
index d48cf58ae46..c5d7d5e84d2 100644
--- a/ui/locale/de/LC_MESSAGES/frontend.po
+++ b/ui/locale/de/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2020-02-22 19:33+0300\n"
"Last-Translator: Joachim <joachim.schwender@web.de>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr "\"%1$s\" anstelle von \"%2$s\""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" wird erwartet"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "\"host:key\" Paar wird erwartet"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -78,7 +78,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d Tag"
msgstr[1] "%1$d Tage"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -162,8 +162,8 @@ msgstr[1] "%1$s Nachrichten"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -177,7 +177,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "%1$s von %2$s Elementen in problematischem Zustand"
msgstr[1] "%1$s von %2$s Elementen in problematischem Zustand"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, fuzzy, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -209,15 +209,15 @@ msgstr[1] "Noch %1$s Versuche"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s Sekunde"
msgstr[1] "%1$s Sekunden"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr "%1$s Symbole übrig"
@@ -236,20 +236,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s Widget"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, Schweregrad, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, schreibgeschützt"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -287,20 +287,20 @@ msgstr "(0 - Standard-Aktion verwenden)"
msgid "(Only super admins can create groups)"
msgstr "(Nur Super-Admins können Gruppen erstellen)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(kein Proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - nutze Standard Port"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 oder 1"
@@ -376,11 +376,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "UND"
@@ -407,16 +408,16 @@ msgstr[0] "Nutzerkonto ist für %1$s Sekunde gesperrt."
msgstr[1] "Nutzerkonto ist für %1$s Sekunden gesperrt."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Bestätigt"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Bestätigen"
@@ -449,7 +450,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -462,30 +463,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -557,18 +558,18 @@ msgstr "Aktion geändert"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Aktionen"
@@ -604,6 +605,9 @@ msgstr "Aktiv bis"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -631,9 +635,6 @@ msgstr "Aktiv bis"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -643,9 +644,9 @@ msgstr "Aktiv bis"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -657,39 +658,40 @@ msgstr "Aktiv bis"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -700,20 +702,20 @@ msgstr "Aktiv bis"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -740,8 +742,8 @@ msgstr "Aktiv bis"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Hinzufügen"
@@ -749,7 +751,7 @@ msgstr "Hinzufügen"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Neues Widget hinzufügen"
@@ -757,7 +759,7 @@ msgstr "Neues Widget hinzufügen"
msgid "Add child"
msgstr "Unterpunkt hinzufügen"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Untergeordnetes Element hinzufügen"
@@ -769,7 +771,7 @@ msgstr "Host hinzufügen"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Füge mehrere Karten hinzu"
@@ -778,6 +780,7 @@ msgid "Add new data set"
msgstr "Neuen Datensatz hinzufügen"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -786,7 +789,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Prototyp hinzufügen"
@@ -807,11 +810,11 @@ msgstr "Zu Host-Gruppe hinzufügen"
msgid "Add to host groups"
msgstr "Zu Hostgruppen hinzufügen"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Widget hinzufügen"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -835,7 +838,7 @@ msgid "Age"
msgstr "Alter"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Jünger als"
@@ -847,7 +850,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agent"
@@ -906,7 +909,7 @@ msgstr "Kartenelemente ausrichten"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Alle"
@@ -924,7 +927,7 @@ msgstr "Alle Gruppen"
msgid "All hosts"
msgstr "Alle Rechner"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Alle Verknüpfungen sollten Angaben für \"Name\" und \"URL\" haben"
@@ -932,13 +935,13 @@ msgstr "Alle Verknüpfungen sollten Angaben für \"Name\" und \"URL\" haben"
msgid "All maps"
msgstr "Alle Karten"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Alle Probleme"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Alle Probleme falls Marker Wert enthält"
@@ -958,48 +961,48 @@ msgstr "Alle Tags"
msgid "All templates"
msgstr "Alle Vorlagen"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Erlaube manuelles Schließen"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Zugelassene Hosts"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Alternativ können Sie es manuell installieren:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "Und"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1008,14 +1011,14 @@ msgid "And/Or"
msgstr "Und/Oder"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1031,10 +1034,10 @@ msgstr "Beliebige Zeichenfolge enthalten"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1069,8 +1072,8 @@ msgid "Application error."
msgstr "Programmfehler."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Anwendungsprototypen"
@@ -1093,15 +1096,15 @@ msgstr "Anwendung mit Applikations-ID \"%1$s\" existiert nicht."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1109,15 +1112,17 @@ msgstr "Anwendung mit Applikations-ID \"%1$s\" existiert nicht."
msgid "Applications"
msgstr "Kategorien"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Verwenden"
@@ -1135,7 +1140,7 @@ msgstr "Kommend"
msgid "Apr"
msgstr "Apr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "April"
@@ -1147,7 +1152,11 @@ msgstr "Wollen Sie diese Aktion wirklich durchführen?"
msgid "Are you sure you want to delete"
msgstr "Wollen sie wirklich löschen"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Sind Sie sicher, dass Sie diese Seite verlassen wollen?"
@@ -1164,12 +1173,12 @@ msgstr "Bereichstyp"
msgid "Arithmetic"
msgstr "Arithmetik"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "unverändert"
@@ -1279,7 +1288,7 @@ msgstr "Änderungsprotokoll"
msgid "Aug"
msgstr "Aug"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "August"
@@ -1296,9 +1305,9 @@ msgstr ""
msgid "Authentication"
msgstr "Authentifizierung"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Authentifizierungs-Algorithmus"
@@ -1308,21 +1317,23 @@ msgid "Authentication failed: %1$s."
msgstr "Authentifizierung fehlgeschlagen: %1$s."
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Authentifizierungsmethode"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Passwort zur Authentifizierung"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Authenthifizierungsprotokoll"
@@ -1361,9 +1372,9 @@ msgstr "Automatisches Abmelden"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automatisch"
@@ -1393,7 +1404,7 @@ msgstr "Massnahmen zu automatischen Registrierungen"
msgid "Autoregistration data storage period"
msgstr "Speicherzeitraum für automatische Registrierungsdaten"
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Verfügbarkeit"
@@ -1418,8 +1429,8 @@ msgstr "Durchschnitt"
msgid "Axes"
msgstr "Achsen"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Zurück"
@@ -1473,16 +1484,16 @@ msgid "Blue"
msgstr "Blau"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1524,11 +1535,11 @@ msgstr "Beide Passwörter müssen gleich sein."
msgid "Bottom"
msgstr "Unten"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "Ebene nach vorn"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "In den Vordergrund"
@@ -1555,8 +1566,8 @@ msgstr "ZERTIFIKAT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "SCHLIESSEN"
@@ -1576,7 +1587,7 @@ msgstr "Prozessorlast. Gibt Fließkommazahl zurück"
msgid "CPU utilisation percentage. Returns float"
msgstr "Prozessor Auslastung in Prozent. Gibt Fließkommazahl zurück"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr "CRLF"
@@ -1610,7 +1621,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "Kalender"
@@ -1618,7 +1629,7 @@ msgstr "Kalender"
msgid "Callback"
msgstr "Rückruf"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "Kann nicht entfernt werden"
@@ -1644,10 +1655,10 @@ msgstr "Kann nicht entfernt werden"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Abbrechen"
@@ -1692,12 +1703,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Abhängigkeit von einem Host zu einer Vorlage nicht möglich."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Kann keine Abhängigkeit von Auslöser \"%1$s:%2$s\" zu nichtexistentem Auslöser \"%3$s:%4$s\" hinzufügen."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Kann Suchlauf nicht hinzufügen"
@@ -1721,7 +1732,7 @@ msgstr "Kann Gruppe nicht hinzufügen."
msgid "Cannot add host"
msgstr "Kann Host nicht hinzufügen"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Kann Hostprototyp nicht hinzufügen"
@@ -1731,7 +1742,7 @@ msgstr "Kann Hostprototyp nicht hinzufügen"
msgid "Cannot add image"
msgstr "Kann Bild nicht hinzufügen"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Kann Datenpunkt nicht hinzufügen"
@@ -1740,7 +1751,7 @@ msgstr "Kann Datenpunkt nicht hinzufügen"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Kann Datenpunkt \"%1$s\" von \"%2$s\" nicht hinzufügen zur Kategorie \"%3$s\" von \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Kann Datenpunktprototyp nicht hinzufügen"
@@ -1823,11 +1834,11 @@ msgstr "Kann keine Unter-Karte hinzufügen. Maximale Tiefe erreicht."
msgid "Cannot add template"
msgstr "Kann Vorlage nicht hinzufügen"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Kann Auslöser nicht hinzufügen"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Kann Auslöserprototyp nicht hinzufügen"
@@ -1850,11 +1861,11 @@ msgstr "Kann Wertezuordnung nicht hinzufügen"
msgid "Cannot add web scenario"
msgstr "Kann Web-Szenario nicht hinzufügen"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "Kann im Kios-Modus keine Widgets zufügen"
@@ -1872,11 +1883,11 @@ msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Kann Methode \"%1$s.%2$s\" nicht ohne Parameter aufrufen."
# Das heißt sonst nirgends "Verlauf", oder?
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Kann Verlauf nicht leeren"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1884,7 +1895,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Kann Diagramm-Vorlagen nicht klonen."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Kann Hostprototypen nicht klonen."
@@ -1907,7 +1918,7 @@ msgstr "Kann Problem nicht schließen: %1$s."
msgid "Cannot connect to LDAP server."
msgstr "Kann nicht mit dem LDAP Server verbinden."
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Kann nicht mit Datenbank verbinden."
@@ -1921,24 +1932,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] "Kann Schaubild nicht kopieren"
msgstr[1] "Kann Schaubilder nicht kopieren"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Kann Element nicht kopieren"
msgstr[1] "Kann Elemente nicht kopieren"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Kann Auslöser nicht kopieren"
msgstr[1] "Kann Auslöser nicht kopieren"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Kann den Auslöser \"%1$s:%2$s\" nicht kopieren, weil er mehrere Hosts im Ausdruck hat."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Kann Hostprototyp nicht auf via Suchlauf entdecktem Host \"%1$s\" erstellen."
@@ -1976,7 +1987,7 @@ msgstr "Kann keine neue Anwendung anlegen. Web-Szenario ist schon einer Anwendun
msgid "Cannot create template."
msgstr "Kann Vorlage nicht erstellen."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Kann die Konfigurationsdatei nicht erzeugen."
@@ -2020,11 +2031,11 @@ msgstr "Kann Abhängigkeit nicht löschen"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Kann entdeckte Kategorie nicht löschen: \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Kann Suchlauf nicht löschen"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Kann Suchläufe nicht löschen"
@@ -2050,7 +2061,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Kann Gruppe nicht löschen"
msgstr[1] "Kann Gruppen nicht löschen"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Kann Host nicht löschen"
@@ -2068,7 +2079,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] "Kann die Host-Gruppe nicht löschen da die Wartung \"%1$s\" mindestens einen Host oder Host-Gruppe enthalten muss."
msgstr[1] "Kann die ausgewählten Hosts-Gruppen nicht löschen da die Wartung \"%1$s\" mindestens einen Host oder Host-Gruppe enthalten muss."
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Kann Hostprototypen nicht löschen"
@@ -2084,19 +2095,19 @@ msgstr "Kann Bild nicht löschen"
msgid "Cannot delete inventory."
msgstr "Kann Inventar nicht löschen."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Kann Datenpunkt nicht löschen"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Kann Datenpunktprototyp nicht löschen"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Kann Datenpunktprototypen nicht löschen"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Kann Datenpunkte nicht löschen"
@@ -2180,7 +2191,7 @@ msgstr "Kann vorlagengestützte Diagramm-Prototypen nicht löschen."
msgid "Cannot delete templated graph."
msgstr "Kann vorlagengestütztes Diagramm nicht löschen."
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Kann vorlagenbasierten Hostprototyp nicht löschen."
@@ -2211,19 +2222,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Kann vorlagenbasiertes Web-Szenario \"%1$s\" nicht löschen."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Kann Auslöser nicht löschen"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Kann Auslöserprototyp nicht löschen"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Kann Auslöserprototypen nicht löschen"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Kann Auslöser nicht löschen"
@@ -2261,20 +2272,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] "Kann Korrelation nicht löschen"
msgstr[1] "Kann Korrelationen nicht löschen"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Kann Suchlaufregel nicht deaktivieren"
msgstr[1] "Kann Suchlaufregeln nicht deaktivieren"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Kann Host nicht deaktivieren"
msgstr[1] "Kann Hosts nicht deaktivieren"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Kann Datenpunkt nicht deaktivieren"
@@ -2293,7 +2304,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Kann Auslöser nicht deaktivieren"
@@ -2325,20 +2336,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] "Kann Korrelation nicht aktivieren"
msgstr[1] "Kann Korrelationen nicht aktivieren"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Kann Suchlaufregel nicht aktivieren"
msgstr[1] "Kann Suchlaufregeln nicht aktivieren"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Kann Host nicht aktivieren"
msgstr[1] "Kann Hosts nicht aktivieren"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Kann Datenpunkt nicht aktivieren"
@@ -2357,7 +2368,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Kann Auslöser nicht aktivieren"
@@ -2377,7 +2388,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Kann Skript nicht ausführen"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Kann Macros nicht auflösen"
@@ -2539,7 +2550,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "Kann Vorlage nicht importieren \"%1$s\", verknüpfte Vorlage \"%2$s\" existiert nicht."
msgstr[1] "Kann Vorlage nicht importieren \"%1$s\", verknüpfte Vorlagen \"%2$s\" existieren nicht."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Kann Auslöser Ausdruck nicht einfügen"
@@ -2646,7 +2657,7 @@ msgstr "Kann Widget nicht speichern \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Kann Befehl nicht abschicken. Überprüfen Sie die Verbindungen mit dem Zabbix-Server \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "Kann Anfrage nicht senden"
@@ -2683,12 +2694,12 @@ msgstr "Kann \"%1$s\" nicht setzen für Datenpunkt \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Kann \"%1$s\"\" für Tafelvorlage \"%2$s\" nicht setzen."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Kann \"%1$s\" nicht setzen für Auslöser \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Kann \"%1$s\"\" für Auslöserprototyp \"%2$s\" nicht setzen."
@@ -2718,7 +2729,7 @@ msgstr "Ressourcen-ID für Display-Element kann nicht festgelegt werden."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr "Kann für dieses Gerät keine akustische Meldung unterstützen."
@@ -2780,22 +2791,22 @@ msgstr "\"%1$s\" nicht aktualisierbar für Diagramm-Prototyp \"%2$s\"."
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Kann \"%1$s\" für Datenpunkt \"%2$s\" nicht ändern."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "\"%1$s\" nicht aktualisierbar für vorlagebasierten Auslöser \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "\"%1$s\" kann für vorlagebasierten Auslöser-Prototyp \"%2$s\" nicht aktualisiert werden."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Kann \"%1$s\" für Auslöser \"%2$s\" nicht ändern."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Kann \"%1$s\"\" für Auslöserprototyp \"%2$s\" nicht setzen."
@@ -2810,7 +2821,7 @@ msgstr "Kann \"%1$s\"\" für einen entdeckten Host \"%2$s\" nicht aktualisieren.
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Kann \"%1$s\"\" für einen entdeckten Datenpunkt \"%2$s\" nicht aktualisieren."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2879,7 +2890,7 @@ msgstr "Kann Korrelation nicht aktualisieren"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Kann per Suchlauf entdeckte Anwendung \"%1$s\" nicht aktualisieren."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Kann Suchlauf nicht ändern"
@@ -2916,7 +2927,7 @@ msgstr "Kann Host nicht ändern"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Verschlüsselungseinstellung kann nicht aktualisiert werden. Verbindungseinstellungen für beide Richtungen sollte angegeben werden."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Kann Host-Prototyp nicht aktualisieren"
@@ -2941,21 +2952,21 @@ msgstr "Kann Bild nicht ändern"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Schnittstelle für per Suchlauf entdeckten Host \"%1$s\" nicht aktualisierbar."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Kann Datenpunkt nicht ändern"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Kann Datenpunkt-Prototyp nicht aktualisieren"
msgstr[1] "Kann Datenpunkt-Prototypen nicht aktualisieren"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Kann Datenpunkte nicht ändern"
@@ -3038,28 +3049,28 @@ msgstr "Kann Vorlagen nicht aktualisieren"
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Kann Vorlagen für per Suchlauf entdeckten Host \"%1$s\" nicht aktualisieren."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Kann Auslöser nicht ändern"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Kann Auslöser nicht aktualisieren \"%1$s\":%2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Kann Auslöser-Prototyp nicht aktualisieren"
msgstr[1] "Kann Auslöser-Prototypen nicht aktualisieren"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Kann Auslöser Prototyp nicht aktualisieren \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Kann Auslöser Prototypen nicht aktualisieren"
@@ -3116,12 +3127,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Zertifkat"
@@ -3165,10 +3176,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Zeichen"
@@ -3195,7 +3206,7 @@ msgstr "Gehäuse Information. Liefert Zeichefolge"
msgid "Check already exists."
msgstr "Prüfung existiert bereits."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Prüfen Sie den Teil des Ausdrucks der bei \"%1$s\" beginnt."
@@ -3213,7 +3224,7 @@ msgid "Check for error using regular expression"
msgstr "Prüfe auf Fehler mittels regulären Ausdrücken"
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Voraussetzungen werden geprüft"
@@ -3318,8 +3329,8 @@ msgid "Clear history"
msgstr "Verlauf löschen"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Verlauf und Trends leeren"
@@ -3328,11 +3339,11 @@ msgstr "Verlauf und Trends leeren"
msgid "Clear when unlinking"
msgstr "Leeren, wenn getrennt wird"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr "Klicke und ziehe zur gewünschten Grösse"
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr "Klicke zum Betrachten oder Bearbeiten"
@@ -3351,20 +3362,20 @@ msgstr "Uhr"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Klonen"
@@ -3372,15 +3383,15 @@ msgstr "Klonen"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Schließen"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Ausdrucksgenerator schließen"
@@ -3399,8 +3410,8 @@ msgid "Close problem"
msgstr "Schließe Problem"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Einklappen"
@@ -3417,7 +3428,7 @@ msgstr ""
msgid "Colour"
msgstr "Farbe"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Farb-Angabe \"%1$s\" falsch: Erwarte hexadekadischen Farb-Code (6 Stellen)."
@@ -3468,7 +3479,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "Ansicht verdichten"
@@ -3502,7 +3513,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Aktuelle Sitzungen"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Voraussetzung"
@@ -3561,7 +3572,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Bedingungsduplikate für die Korrelation \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Konfiguration"
@@ -3569,7 +3580,7 @@ msgstr "Konfiguration"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Konfiguration-Cache-Statistik. Cache - Puffer (Modi: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "Konfigurationsdatei \"%1$s\" erstellt."
@@ -3733,7 +3744,7 @@ msgid "Configuration updated"
msgstr "Konfiguration geändert"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Konfiguration Datenbankverbindung"
@@ -3741,7 +3752,7 @@ msgstr "Konfiguration Datenbankverbindung"
msgid "Confirmation text"
msgstr "Bestätigungstext"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Herzlichen Glückwunsch! Sie haben das Zabbix Frontend erfolgreich installiert."
@@ -3797,7 +3808,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3805,9 +3816,9 @@ msgstr ""
msgid "Connections"
msgstr "Verbindungen"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Verbindungen vom Host"
@@ -3815,9 +3826,9 @@ msgstr "Verbindungen vom Host"
msgid "Connections from proxy"
msgstr "Verbindungen vom Proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Verbindungen zu Host"
@@ -3834,10 +3845,10 @@ msgstr "Ausdrucksgenerator"
msgid "Contact"
msgstr "Kontakt"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3868,10 +3879,10 @@ msgstr "Enthält"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3911,8 +3922,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Kontext Name"
@@ -3924,8 +3936,8 @@ msgstr ""
msgid "Contract number"
msgstr "Vertragsnummer"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "Wandle nach JSON"
@@ -3937,8 +3949,8 @@ msgstr "Koordinaten"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Kopieren"
@@ -3995,7 +4007,7 @@ msgid "Could not save image!"
msgstr "Konnte Bild nicht speichern!"
# Zähler?
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Gesamt"
@@ -4041,11 +4053,11 @@ msgstr "Erstelle Korrelation"
msgid "Create dashboard"
msgstr "Dashboard erstellen"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr "Erzeuge abhängige Suchlaufregel"
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Abhängiges Element erstellen"
@@ -4065,14 +4077,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4151,7 +4163,7 @@ msgstr "Neue Karte"
msgid "Create media type"
msgstr "Neuer Medientyp"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Erstelle neues"
@@ -4175,7 +4187,7 @@ msgstr "Neue Vorführung"
msgid "Create template"
msgstr "Neue Vorlage"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Neuer Auslöser"
@@ -4229,11 +4241,12 @@ msgstr "Kritisch"
msgid "Current host"
msgstr "Aktueller Host"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Aktueller Wert"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "Benutzerdefiniert"
@@ -4241,7 +4254,7 @@ msgstr "Benutzerdefiniert"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Benutzerdefinierter Ausdruck"
@@ -4250,11 +4263,11 @@ msgid "Custom graphs"
msgstr "Benutzerdefinierte Diagramme"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Benutzerdefinierte Intervalle"
@@ -4277,7 +4290,7 @@ msgstr "benutzerdefinierte Nachricht"
msgid "Custom multiplier"
msgstr "Benutzerdefinierter Multiplikator"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4316,11 +4329,12 @@ msgid "DD.MM.YY"
msgstr "TT.MM.JJ"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES (Verschlüsselungsalgorithmus)"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4430,16 +4444,16 @@ msgstr ""
msgid "Data storage period"
msgstr "Daten Speicherdauer"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4447,32 +4461,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Datenbank-Host"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4480,35 +4494,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Database-Monitor"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Datenbank-Name"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Datenbank-Passwort"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Datenbank-Port"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Datenbank-Schema"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Datenbank-Server"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Datenbank-Typ"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Datenbank-Benutzer"
@@ -4537,7 +4551,7 @@ msgstr "HW-Anschaffungsdatum"
msgid "Day"
msgstr "Tag"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "Vorvorgestern"
@@ -4556,7 +4570,7 @@ msgstr "Wochentag"
msgid "Days"
msgstr "Tage"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Debug"
@@ -4570,7 +4584,7 @@ msgstr "Debug-Modus"
msgid "Dec"
msgstr "Dez"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Dezember"
@@ -4580,7 +4594,7 @@ msgstr "Dezember"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Standard"
@@ -4597,7 +4611,7 @@ msgid "Default host inventory mode"
msgstr "Standard Host-Inventar-Modus"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4614,18 +4628,18 @@ msgid "Default operation step duration"
msgstr "Standarddauer eines Operationsschritts"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Standard-Thema"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4654,7 +4668,8 @@ msgstr "Verspätung"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4675,8 +4690,8 @@ msgstr "Verspätung"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Löschen"
@@ -4709,19 +4724,19 @@ msgstr "Aktuelle Aktion löschen?"
msgid "Delete current correlation?"
msgstr "Aktuelle Korrelation löschen?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Dashboard löschen?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Suchlauf löschen?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Ausdruck löschen?"
@@ -4745,15 +4760,15 @@ msgstr "Protokoll des ausgewählten Web Szenarios löschen?"
msgid "Delete icon map?"
msgstr "Symbolzuordnung löschen?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Datenpunkt Prototyp löschen?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Datenpunkt löschen?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Verknüpfung zwischen ausgewählten Elementen löschen?"
@@ -4797,7 +4812,7 @@ msgstr "Ausgewählte Kategorien löschen?"
msgid "Delete selected correlations?"
msgstr "Ausgewählte Korrelationen löschen?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Ausgewählte Dashboards löschen?"
@@ -4806,7 +4821,7 @@ msgstr "Ausgewählte Dashboards löschen?"
msgid "Delete selected discovery rules?"
msgstr "Ausgewählte Suchläufe löschen?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Ausgewählte Elemente löschen?"
@@ -4831,7 +4846,7 @@ msgstr "Ausgewählte Gruppen löschen?"
msgid "Delete selected host groups?"
msgstr "Ausgewählte Hostgruppe löschen?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Ausgewählten Host-Prototyp löschen?"
@@ -4839,7 +4854,7 @@ msgstr "Ausgewählten Host-Prototyp löschen?"
msgid "Delete selected host prototypes?"
msgstr "Ausgewählten Host Prototyp löschen?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Ausgewählte Hosts löschen?"
@@ -4891,7 +4906,7 @@ msgstr "Ausgewählte Tafeln löschen?"
msgid "Delete selected scripts?"
msgstr "Ausgewählte Skripte löschen?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Ausgewählten Formen löschen?"
@@ -4951,11 +4966,11 @@ msgstr "Vorführung löschen?"
msgid "Delete template?"
msgstr "Vorlage löschen?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Auslöser-Prototyp löschen?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Auslöser löschen?"
@@ -4968,7 +4983,7 @@ msgstr "Web-Szenario löschen?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Gelöscht: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Gelöscht: Host-Prototyp \"%1$s\" auf \"%2$s\"."
@@ -4989,16 +5004,16 @@ msgid "Deny"
msgstr "Verweigern"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Abhängigkeiten"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "ABHÄNGIGKEIT"
@@ -5006,7 +5021,7 @@ msgstr "ABHÄNGIGKEIT"
msgid "Dependent item"
msgstr "Abhängiger Datenpunkt"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5025,29 +5040,29 @@ msgstr "Verteilungsstatus"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Beschreibung"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5180,7 +5195,8 @@ msgstr "Ausgewählte Auslöser deaktivieren?"
msgid "Disable selected web scenarios?"
msgstr "Ausgewählte Web Szenarios löschen?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5193,22 +5209,21 @@ msgstr "Ausgewählte Web Szenarios löschen?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Deaktiviert"
@@ -5225,7 +5240,7 @@ msgstr "unverändert verwerfen"
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr "Wert verwerfen"
@@ -5233,12 +5248,12 @@ msgstr "Wert verwerfen"
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5341,27 +5356,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "Suchlaufregel \"%1$s\" wird in Aktion \"%2$s\" verwendet."
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Suchlaufregel erstellt"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Suchlaufregel gelöscht"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Suchlaufregel deaktiviert"
msgstr[1] "Suchlaufregeln deaktiviert"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Suchlaufregel aktiviert"
msgstr[1] "Suchläuferegeln aktiviert"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Suchlaufregel aktualisiert"
@@ -5371,13 +5386,13 @@ msgstr "Suchlaufregel aktualisiert"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Suchläufe"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Suchlaufregel gelöscht"
@@ -5420,7 +5435,7 @@ msgstr "Gestapeltes Diagramm angezeigt"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Zeige %1$s von %2$s gefundenen"
@@ -5439,22 +5454,22 @@ msgid "Do not calculate"
msgstr "Nicht berechnen"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Wollen Sie den bedingten Ausdruck ersetzen?"
@@ -5477,11 +5492,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Nicht erreichbar"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Konfigurationsdatei herunterladen"
@@ -5561,12 +5576,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5595,10 +5610,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Doppelte usrgrpid \"%1$s\" in Benutzer-Gruppen für den Screen \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Dauer"
@@ -5618,7 +5633,7 @@ msgstr "Dynamisches Element"
msgid "Dynamic items"
msgstr "Dynamische Datenpunkte"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Jede URL sollte einzigartig sein. Bitte überprüfen Sie, dass nur eine URL existiert namens"
@@ -5633,15 +5648,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Bearbeiten"
@@ -5665,15 +5680,15 @@ msgstr "Bearbeitungsansicht"
msgid "Edit slide show"
msgstr "Slide bearbeiten"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Baum-Element bearbeiten"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Bearbeite Auslöser"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Widget anpassen"
@@ -5772,7 +5787,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5942,15 +5957,16 @@ msgstr "Ausgewählte Auslöser aktivieren?"
msgid "Enable selected web scenarios?"
msgstr "Ausgewählte Web-Szenarien aktivieren?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5966,13 +5982,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5981,13 +5996,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Aktiviert"
@@ -5997,9 +6012,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Verschlüsselung"
@@ -6007,7 +6022,7 @@ msgstr "Verschlüsselung"
msgid "Encryption level"
msgstr "Verschlüsselungsniveau"
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr "Zeilenende-Sequenz"
@@ -6019,10 +6034,10 @@ msgstr "Englisch (en_GB)"
msgid "English (en_US)"
msgstr "Englisch (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6049,7 +6064,7 @@ msgstr "Fehler"
msgid "Error in search request for table \"%1$s\"."
msgstr "Fehler bei der Suchanfrage für Tabelle \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "Fehlermeldung"
@@ -6084,7 +6099,7 @@ msgstr "Regeln für Ereigniskorrelation"
msgid "Event details"
msgstr "Ereignisdetails"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Ereigniserzeugung"
@@ -6104,6 +6119,12 @@ msgstr "Ereignisliste [letze 20]"
msgid "Event log monitoring. Returns log"
msgstr "Ereignisprotokoll-Überwachung. Rückgabewert Log"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Ereignis Marker"
@@ -6134,7 +6155,7 @@ msgstr "Jede Woche"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Ausschließen"
@@ -6145,7 +6166,7 @@ msgstr "Ausschließen"
msgid "Exclude host groups"
msgstr "Host-Gruppen ausschließen"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Ausführen"
@@ -6163,9 +6184,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr "Jetzt ausführen"
@@ -6183,19 +6204,19 @@ msgid "Executed"
msgstr "Ausgeführt"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Ausgeführtes Skript"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Ausführbestätigung"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Erweitern"
@@ -6235,7 +6256,7 @@ msgstr "Exportieren"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Exportieren als CSV"
@@ -6243,21 +6264,21 @@ msgstr "Exportieren als CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Ausdruck"
@@ -6270,15 +6291,15 @@ msgstr "Variable Elemente des Ausdrucks"
msgid "Expression cannot be empty"
msgstr "Ausdruck darf nicht leer sein"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Ausdrucksgenerator"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Fehler in Ausdruck-Syntax."
@@ -6297,7 +6318,7 @@ msgstr "Ausdrücke"
msgid "External check"
msgstr "Externe Überprüfung"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "Fr"
@@ -6311,7 +6332,7 @@ msgstr "FALSCH"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Ausfall"
@@ -6362,7 +6383,7 @@ msgstr "Tafel-Favoriten"
msgid "Feb"
msgstr "Feb"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Februar"
@@ -6375,7 +6396,7 @@ msgstr "Feld"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Feld \"%1$s\" darf nicht NULL sein."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6384,7 +6405,7 @@ msgstr "Feld \"%1$s\" darf nicht NULL sein."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6504,9 +6525,7 @@ msgstr "Gefüllt"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6533,9 +6552,13 @@ msgstr "Gefüllt"
msgid "Filter"
msgstr "Filtern"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filter"
@@ -6554,7 +6577,7 @@ msgstr "Suche nach einer Zeichenfolge in einer Datei. Gibt die Zeile zurück, di
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Beenden"
@@ -6567,8 +6590,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Erste"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Angleichen"
@@ -6582,12 +6605,12 @@ msgid "Fixed"
msgstr "Fest"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6595,9 +6618,9 @@ msgid "Flexible"
msgstr "Beliebig"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Weiterleitungen folgen"
@@ -6619,8 +6642,8 @@ msgstr "Schriftgröße"
msgid "Form data"
msgstr "Formulardaten"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Formel"
@@ -6647,11 +6670,13 @@ msgstr "Französisch (fr_FR)"
msgid "Fri"
msgstr "Fr"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Freitag"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6671,13 +6696,13 @@ msgstr "Zugriff auf Oberfläche"
msgid "Frontend messaging"
msgstr "Benachrichtigung in Oberfläche"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
# Das heißt nicht überall gleich.
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6712,7 +6737,7 @@ msgid "GUI access disabled."
msgstr "Zugriff auf Oberfläche deaktiviert."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6738,21 +6763,21 @@ msgstr "Deutsch (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Ãœbergebene Expression ist kein Makro"
@@ -6778,7 +6803,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr "Zurück zu %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Gehe zu"
@@ -6826,8 +6851,8 @@ msgstr "Linie (Gradient)"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6959,7 +6984,7 @@ msgstr "Diagram-Prototyp mit der ID \"%1$s\" ist nicht verfügbar."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Diagramm-Prototypen"
@@ -7003,9 +7028,9 @@ msgid "Graph with same name but other type exist."
msgstr "Namensgleiches Diagramm anderen Typs existiert bereits."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7015,7 +7040,7 @@ msgstr "Namensgleiches Diagramm anderen Typs existiert bereits."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7023,7 +7048,7 @@ msgstr "Namensgleiches Diagramm anderen Typs existiert bereits."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Diagramme"
@@ -7092,12 +7117,12 @@ msgstr "Gruppe für entdeckte Hosts"
msgid "Group name"
msgstr "Gruppenname"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Gruppen-Prototyp kann nicht auf einer per Suchlauf entdeckten Host-Gruppe \"%1$s\" basieren."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Gruppen-Prototypen"
@@ -7112,8 +7137,8 @@ msgstr "Gruppiert nach"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7147,10 +7172,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP-Authentifizierung"
@@ -7158,11 +7183,11 @@ msgstr "HTTP-Authentifizierung"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP-Proxy"
@@ -7191,20 +7216,20 @@ msgstr "Hardware (Alle Details)"
msgid "Hardware sensor reading. Returns float"
msgstr "Hardware-Sensor auslesen. Gibt Fließkommazahl zurück"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Kopfbereiche"
@@ -7237,11 +7262,11 @@ msgstr "Hilfe"
msgid "Hexadecimal to decimal"
msgstr "Hexadezimal in dezimal"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Versteckt"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Debug ausblenden"
@@ -7279,23 +7304,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Verlauf"
@@ -7303,17 +7328,17 @@ msgstr "Verlauf"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Verlauf geleert"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Es dauert eine Weile, den Verlauf zu leeren. Fortfahren?"
@@ -7327,13 +7352,17 @@ msgstr "Ereignisverlauf"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Speicherdauer Verlauf"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7358,26 +7387,26 @@ msgstr "Horizontale Ausrichtung"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7389,8 +7418,8 @@ msgstr "Horizontale Ausrichtung"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Host"
@@ -7433,8 +7462,7 @@ msgstr "Zugriffstyp"
msgid "Host added"
msgstr "Hosts hinzugefügt"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7451,19 +7479,19 @@ msgstr "Host kann nicht mehr als eine Standardschnittstelle gleichen Typs haben.
msgid "Host count"
msgstr "Anzahl der Hosts"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Host gelöscht"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Host deaktiviert"
msgstr[1] "Hosts deaktiviert"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Host aktiviert"
@@ -7484,7 +7512,7 @@ msgstr[1] "Hosts aktiviert"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Hostgruppe"
@@ -7530,11 +7558,11 @@ msgstr "Host-Gruppe mit ID \"%1$s\" ist nicht verfügbar."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7571,17 +7599,17 @@ msgstr "Hostgruppen"
msgid "Host info"
msgstr "Hostübersicht"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Hostschnittstelle"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7602,7 +7630,7 @@ msgstr "Host Probleme"
msgid "Host label type"
msgstr "Beschriftung Host"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Makros"
@@ -7629,53 +7657,57 @@ msgstr "Hostnetzwerke"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Host Prototyp \"%1$s\" existiert bereits auf \"%2$s\", von einer anderen Vorlage geerbt."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Host Prototyp \"%1$s\" ist bereits auf \"%2$s\" vorhanden."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Host-Prototyp hinzugefügt"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Host-Prototyp gelöscht"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Host-Prototyp aktualisiert"
msgstr[1] "Host-Prototypen aktualisiert"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Hostprototyp namens \"%1$s\" existiert bereits in Suchlauf \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Hostprototyp mit Anzeigename \"%1$s\" existiert bereits in Suchlauf \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Host-Prototypen"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Host-Prototypen gelöscht"
@@ -7724,17 +7756,17 @@ msgstr "Mit dem gleichen Namen \"%1$s\" bereits vorhanden ist."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Host mit identischen, sichtbarem Namen \"%1$s\" bereits vorhanden."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7810,7 +7842,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7845,10 +7877,10 @@ msgstr "IP-Bereich \"%1$s\" überschreitet \"%2$s\" Adressbereich"
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7865,9 +7897,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "IPMI-Skripte können nur vom Server ausgeführt werden."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI-Sensor"
@@ -7984,7 +8016,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Bild"
@@ -8092,7 +8124,7 @@ msgid "Inaccessible graph prototype"
msgstr "Unzugänglicher Diagramm-Prototyp"
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "Unerreichbare Gruppe"
@@ -8108,9 +8140,9 @@ msgstr "Unerreichbarer Datenpunkt"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8123,11 +8155,11 @@ msgstr "Unerreichbare Karte"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8140,7 +8172,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr "Unerreichbarer Benutzer"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Einfügen"
@@ -8408,8 +8440,8 @@ msgstr "Der Funktion wurden falsche/fehlerhafte Argumente übergeben"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8550,9 +8582,9 @@ msgstr "Unzulässiges Feld \"%1$s\" Name oder Wert in Where-Klausel für Tabelle
msgid "Incorrect fields for sysmap."
msgstr "Unzulässige Felder für Karte."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8605,7 +8637,7 @@ msgstr "Falsche Filterbedingung Typ für die Aktion \"%1$s\"."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Unzulässige Funktion verwendet"
@@ -8681,7 +8713,7 @@ msgstr "Falsche Datenpunkt-ID \"%1$s\" für Screen-Element übergeben."
msgid "Incorrect item for axis value."
msgstr "Unzulässiger Datenpunkt für Achswert."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Unzulässiger Datenpunkt-Schlüssel \"%1$s\" für Auslöser-Ausdruck auf \"%2$s\" verwendet."
@@ -8692,11 +8724,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Falsche Datenpunkt Prototyp-ID \"%1$s\" für Screen-Element übergeben."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Falscher Datenpunkt Wertetyp"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Falscher Datenpunkt-Wert \"%1$s\" für Auslöser-Funktion \"%2$s\" übergeben"
@@ -8867,35 +8899,35 @@ msgstr "Falsche Auslöser-ID für Dienst \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Falscher Auslöser-Ausdruck"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Ungültiger Auslöser-Ausdruck."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Ungültiger Auslöser-Ausdruck. Host \"%1$s\" existiert nicht oder Sie haben keinen Zugriff auf ihn."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Falscher Auslöser-Ausdruck. Die Elemente eines Ausdrucks sollten nicht gleichzeitig zu einer Vorlage und einem Host gehören."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Ungültige Auslöser-Funktion \"%1$s\" im Ausdruck angegeben."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Falsche Auslöser-Prototyp-Ausdruck. Host \"%1$s\" nicht vorhanden oder Sie haben keinen Zugriff zu diesem Host."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Falsche Auslöser-Prototyp-Ausdruck. Die Elemente eines Ausdrucks sollten nicht gleichzeitig zu einer Vorlage und einem Host gehören."
@@ -9046,16 +9078,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9066,7 +9097,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9216,23 +9247,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9321,10 +9354,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9332,10 +9365,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Info"
@@ -9349,15 +9382,19 @@ msgstr "Information"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Geerbte und Host-Makros"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9373,17 +9410,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Einfügen"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Ausdruck einfügen"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Installieren"
@@ -9395,7 +9432,7 @@ msgstr "Installation"
msgid "Installer name"
msgstr "Installiert von"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9428,8 +9465,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Es wurde kein DNS-Name angegeben für Schnittstelle mit IP-Adresse \"%1$s\"."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9458,14 +9495,14 @@ msgstr "Speicherdauer interner Daten"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9489,15 +9526,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Intervall"
@@ -9524,7 +9561,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Ungültige Aktionsbedingung: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "Ungültiges Datum."
@@ -9538,15 +9575,15 @@ msgstr "Ungültige E-Mail Adresse \"%1$s\"."
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "Ungültige E-Mail Adresse \"%1$s\" für Medientyp mit ID \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Ungültiger fünfter Parameter."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Ungültiger erster Parameter."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Ungültiger vierter Parameter."
@@ -9558,11 +9595,11 @@ msgstr "Ungültige hostid für Makro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Ungültiges Intervall \"%1$s\"."
@@ -9603,7 +9640,7 @@ msgstr "Ungültiges Makro \"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "Ungültige Methoden-Parameter."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Ungültige Anzahl an Parametern."
@@ -9635,6 +9672,15 @@ msgstr "Ungültige Anzahl an Parametern."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9647,75 +9693,81 @@ msgstr "Ungültige Anzahl an Parametern."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9732,7 +9784,7 @@ msgstr "Ungültige Parameter."
msgid "Invalid response code \"%1$s\"."
msgstr "Ungültiger Antwort-Code \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Ungültiger zweiter Parameter."
@@ -9769,15 +9821,15 @@ msgstr "Ungültiger zweiter Parameter."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9790,7 +9842,7 @@ msgstr "Ungültiger zweiter Parameter."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Ungültige Marker \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Ungültiger dritter Parameter."
@@ -9809,9 +9861,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventar"
@@ -9838,9 +9890,9 @@ msgid "Issue"
msgstr "Problem"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Aussteller"
@@ -9857,22 +9909,22 @@ msgid "Italian (it_IT)"
msgstr "Italienisch (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Datenpunkt"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9909,15 +9961,15 @@ msgstr "Datenpunkt \"%1$s\" ist nicht vorhanden oder Sie haben keinen Zugriff au
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Datenpunkt \"%1$s\" auf \"%2$s\": Kategorie \"%3$s\" existiert nicht."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Datenpunkt hinzugefügt"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Datenpunkt kopiert"
@@ -9927,17 +9979,17 @@ msgstr[1] "Datenpunkte kopiert"
msgid "Item count"
msgstr "Anzahl der Datenpunkte"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Elemente gelöscht"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Datenpunkt deaktiviert"
msgstr[1] "Datenpunkte deaktiviert"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Datenpunkt aktiviert"
@@ -9947,7 +9999,7 @@ msgstr[1] "Datenpunkte aktiviert"
msgid "Item in \"not supported\" state"
msgstr "Element im Zustand \"nicht unterstützt\""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Datenpunkt nicht ausgewählt"
@@ -9960,7 +10012,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9981,15 +10033,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Datenpunkt-Prototyp hinzugefügt"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Datenpunkt-Prototyp gelöscht"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Datenpunkt-Prototyp aktualisiert"
@@ -10002,7 +10054,7 @@ msgstr "Datenpunkt-Prototyp mit ID \"%1$s\" ist nicht verfügbar."
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10010,19 +10062,19 @@ msgstr "Datenpunkt-Prototyp mit ID \"%1$s\" ist nicht verfügbar."
msgid "Item prototypes"
msgstr "Elementen-Prototypen"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Datenpunkt-Prototypen gelöscht"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr "Datenpunkt-Prototypen aktualisiert"
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Element geändert"
@@ -10094,7 +10146,7 @@ msgstr "Datenpunkt mit Schlüssel \"%1$s\" existiert bereits auf \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10104,11 +10156,11 @@ msgstr "Datenpunkt mit Schlüssel \"%1$s\" existiert bereits auf \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Datenpunkte"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Datenpunkte gelöscht"
@@ -10120,7 +10172,7 @@ msgstr "Datenpunktliste"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Datenpunkte geändert"
@@ -10128,7 +10180,7 @@ msgstr "Datenpunkte geändert"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10136,10 +10188,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX-Agent"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX Endpunkt"
@@ -10152,10 +10204,10 @@ msgstr "JMX-Schnittstellen"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10187,7 +10239,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc-Version nicht angegeben."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10195,7 +10247,7 @@ msgstr ""
msgid "Jan"
msgstr "Jan"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Januar"
@@ -10212,7 +10264,7 @@ msgstr ""
msgid "Jul"
msgstr "Jul"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Juli"
@@ -10220,11 +10272,11 @@ msgstr "Juli"
msgid "Jun"
msgstr "Jun"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Juni"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10258,7 +10310,7 @@ msgstr "Schlüssel \"%1$s\" entspricht nicht <grpmax|grpmin|grpsum|grpavg>[\"Hos
msgid "Key passphrase"
msgstr "Schlüssel-Passwort"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Schlüsselwort"
@@ -10295,16 +10347,16 @@ msgstr "LDAP-Anmeldung erfolgreich"
msgid "LDAP settings"
msgstr "LDAP Einstellungen"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
@@ -10312,7 +10364,7 @@ msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10338,42 +10390,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Letzte"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] "Letzter %1$d Tag"
msgstr[1] "Letzte %1$d Tage"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] "Letzter %1$d Monat"
msgstr[1] "Letzte %1$d Monate"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] "Letzte %1$d Sekunde"
msgstr[1] "Letzte %1$d Sekunden"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10410,23 +10462,24 @@ msgstr "Letzte Änderung (absteigend)"
msgid "Last check"
msgstr "Letzte Überprüfung"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Diagramm der letzten Stunde"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Diagramm des letzten Monats"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Letzten"
@@ -10439,21 +10492,21 @@ msgstr "Zuletzt gesehen vor"
msgid "Last value"
msgstr "Aktueller Wert"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Diagramm der letzten Woche"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Aktuelle Daten"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Aktuellste Werte"
@@ -10500,7 +10553,7 @@ msgstr "Beschnitt links"
msgid "Legend"
msgstr "Legende"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10542,8 +10595,8 @@ msgstr "Verbindung"
msgid "Link indicators"
msgstr "Indikatoren"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr "Neue Vorlagen verbinden"
@@ -10579,10 +10632,10 @@ msgstr "Verbinden mit Vorlagen"
msgid "Linked map"
msgstr "Verknüpfte Karte"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10676,10 +10729,10 @@ msgid "Location longitude"
msgstr "Längengrad"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10691,10 +10744,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Log-Zeitformat"
@@ -10751,7 +10804,7 @@ msgstr "Suchlauf-Regel im Zustand \"nicht unterstützt\""
msgid "M"
msgstr "Mo"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "Mo"
@@ -10768,8 +10821,9 @@ msgstr "MAC-Adresse B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10784,7 +10838,7 @@ msgstr "MD5-Prüfsumme der Datei. Rückgabewert Zeichenkette (MD5-Hash der Datei
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Makro"
@@ -10811,10 +10865,10 @@ msgstr "Es existiert kein Makro mit hostmacroid \"%1$s\"."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10905,16 +10959,16 @@ msgstr "Wartung ohne Datensammlung"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Pflichtparameter fehlt."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manuell"
@@ -10929,7 +10983,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Karte"
@@ -11023,7 +11077,7 @@ msgstr "Karten"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "März"
@@ -11040,11 +11094,11 @@ msgstr "Andere markieren"
msgid "Mark selected"
msgstr "Markieren"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Maske"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11063,11 +11117,11 @@ msgid "Mass update shapes"
msgstr "Massenaktualisierung der Formen"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11115,7 +11169,7 @@ msgstr "Maximal vom OS unterstützte Anzahl offener Dateien. Gibt Ganzzahl zurü
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11130,7 +11184,7 @@ msgstr[1] "Maximal darstellbare Zeitspanne ist %1$s Tage."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Mai"
@@ -11285,7 +11339,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Nachrichten"
@@ -11349,7 +11403,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Niedrigste Priorität"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11408,7 +11462,7 @@ msgstr "Fehlende Datenpunkte für Diagramm-Prototyp \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Schlüssel \"%1$s\" fehlt bei Host \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11481,7 +11535,7 @@ msgstr ""
msgid "Mon"
msgstr "Mo"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Montag"
@@ -11489,9 +11543,9 @@ msgstr "Montag"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Ãœberwacht von Proxy"
@@ -11523,11 +11577,11 @@ msgstr "Monat"
msgid "Monthly"
msgstr "Monatlich"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Mehrere Ãœbereinstimmungen gefunden..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11546,20 +11600,20 @@ msgstr "Es existiert mehr als ein Diagramm namens \"%1$s\" auf dem Host."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Mehrfach"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Mehrere PROBLEM-Ereignisse"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Stumm"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11592,13 +11646,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11626,17 +11681,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11656,19 +11711,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11677,15 +11732,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11695,12 +11750,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11791,12 +11846,12 @@ msgid "Never"
msgstr "Niemals"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Neue Kategorie"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11810,7 +11865,7 @@ msgstr "Neue Bedingung"
msgid "New dashboard"
msgstr "Neues dashboard"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Neues Element"
@@ -11846,13 +11901,13 @@ msgstr ""
msgid "New triggers"
msgstr "Neue Auslöser"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Nächster Schritt"
@@ -11861,20 +11916,20 @@ msgstr "Nächster Schritt"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12029,6 +12084,7 @@ msgid "No data."
msgstr "Keine Daten."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Keine Standardschnittstelle für Typ \"%1$s\" bei \"%2$s\"."
@@ -12045,12 +12101,12 @@ msgstr "Keine Suchlauf-IDs festgelegt."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Keine Verschlüsselung"
@@ -12117,12 +12173,12 @@ msgstr ""
msgid "No image"
msgstr "Kein Bild"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Keine Schnittstelle gefunden"
@@ -12137,7 +12193,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12175,7 +12231,7 @@ msgstr "Keine map ID für das Element der Übersichtsseite eingegeben."
msgid "No maps added."
msgstr "Keine Karten hinzugefügt."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Keine Treffer gefunden"
@@ -12206,8 +12262,8 @@ msgstr "Keine Berechtigung zum Zugriff auf die Oberfläche."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12216,8 +12272,8 @@ msgstr "Keine Berechtigung zum Zugriff auf die Oberfläche."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12273,12 +12329,12 @@ msgstr "Keine Berechtigung zum Zugriff auf die Oberfläche."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12337,7 +12393,7 @@ msgstr "Keine Berechtigung zum Zugriff auf die Oberfläche."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12358,7 +12414,7 @@ msgstr "Keine Berechtigung zum Zugriff auf die Oberfläche."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Keine Berechtigungen für dieses bestimmte Objekt oder es existiert nicht!"
@@ -12388,7 +12444,7 @@ msgstr "Keine Datei mit öffentlichem Schlüssel angegeben."
msgid "No recipients for action operation message."
msgstr "Keine Empfänger für die Nachricht der Aktionsoperation."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "Keine Aktualisierung"
@@ -12400,11 +12456,11 @@ msgstr "Keine Screens hinzugefügt."
msgid "No script specified for action operation command."
msgstr "Kein Skript festgelegt für das Kommando der Aktionsoperation."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Kein Ziel ausgewählt"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Kein Ziel ausgewählt."
@@ -12421,19 +12477,19 @@ msgstr "Keine Auslöser definiert."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Nicht boolesche Markierungen sind veraltet."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12446,18 +12502,18 @@ msgstr "Nicht boolesche Markierungen sind veraltet."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Kein"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12557,7 +12613,7 @@ msgstr ""
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "November"
@@ -12570,11 +12626,11 @@ msgstr "Anzahl der CPUs. Rückgabewert Ganzzahl"
msgid "Number of enabled items on the host."
msgstr "Anzahl der aktivierten Datenpunkte auf dem Host."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Anzahl an Datenpunkten (aktiviert/deaktiviert/nicht unterstützt)"
@@ -12642,11 +12698,11 @@ msgstr "Anzahl der Statusänderungen"
msgid "Number of steps"
msgstr "Anzahl der Schritte"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12662,7 +12718,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Anzahl der Benutzer (online)"
@@ -12714,22 +12770,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numerisch (float)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "Numerisch (Ganzzahl)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numerisch (kein Vorzeichen)"
@@ -12747,13 +12803,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12769,7 +12825,7 @@ msgstr "OOB-Router"
msgid "OOB subnet mask"
msgstr "OOB-Subnetz-Maske"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "ODER"
@@ -12797,13 +12853,13 @@ msgstr "Okt"
msgid "Octal to decimal"
msgstr "Oktal zu Dezimal"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Oktober"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Aus"
@@ -12835,7 +12891,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "An"
@@ -12910,7 +12966,7 @@ msgstr "Nur Administratoren können Screen Besitzer festgelegt."
msgid "Only administrators can set slide show owner."
msgstr "Nur Administratoren können Slide-Show Besitzer festgelegt."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Nur Datenpunkte, die mit aktiven Hosts verbunden sind, werden gezählt"
@@ -12966,7 +13022,7 @@ msgstr "Nur Super-Admins können Legenden aktualisieren."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Nur die letzten 20%% des Indikators werden angezeigt."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Nur Auslöser, die mit aktiven Hosts und aktiven Datenpunkten verbunden sind, werden gezählt"
@@ -12989,7 +13045,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Operation kann wegen unautorisierter Anfrage nicht ausgeführt werden."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Operations-Details"
@@ -13005,12 +13061,12 @@ msgstr "Operation hat keine zugeordneten Vorlagen zur Ausführung."
msgid "Operation type"
msgstr "Operationstyp"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13058,24 +13114,24 @@ msgstr "Operator"
msgid "Options"
msgstr "Einstellungen"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Oder"
@@ -13104,55 +13160,57 @@ msgstr "Oder"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13193,8 +13251,8 @@ msgstr "Andere"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Ausgehenden Traffic-Statistiken auf Netzwerk-Schnittstelle. Rückgabewert Ganzzahl"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Ãœberschrieben von"
@@ -13218,8 +13276,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13404,16 +13462,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLEM"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13425,26 +13483,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "PSK-Identität"
@@ -13463,13 +13521,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parameter"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "Parameter \"%1$s\" ist veraltet."
@@ -13541,28 +13599,28 @@ msgstr "Passiv"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Kennwort"
@@ -13574,15 +13632,15 @@ msgstr "Kennwort (nochmal)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Einfügen"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Ohne externe Links einfügen"
@@ -13599,7 +13657,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr "Höchstwert Speichernutzung: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Prozentsatz"
@@ -13616,17 +13674,22 @@ msgstr "Perzentilenstrich (rechts)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Zeitraum"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13672,7 +13735,7 @@ msgid "Placing algorithm"
msgstr "Platzierungs-Algorithmus"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Klartext"
@@ -13686,7 +13749,7 @@ msgstr "Abspielen"
msgid "Play sound"
msgstr "Geräusch abspielen"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13695,20 +13758,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Bitte erstellen Sie Datenbank manuell und legen Sie die Konfigurationsparameter für die Verbindung zu dieser Datenbank fest. Drücken Sie anschließend \"%1$s\"."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Bitte zwei Elemente auswählen"
@@ -13738,18 +13801,17 @@ msgstr "Punkte"
msgid "Polish (pl_PL)"
msgstr "Polnisch (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Befüllt das Inventarfeld des Hosts"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13780,33 +13842,33 @@ msgid "Post type"
msgstr "Beitragstyp"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Zusammenfassung vor Installation"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "Präprozessor"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "Präprozessor"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13817,23 +13879,23 @@ msgstr ""
msgid "Preview"
msgstr "Vorschau"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "Vorangehende Woche"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "Vorangehedes Jahr"
@@ -13866,12 +13928,14 @@ msgid "Primary POC screen name"
msgstr "Anzeigename für Primärkontakt"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13883,30 +13947,30 @@ msgid "Private"
msgstr "Privat"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Datei mit privatem Schlüsel"
# Bezieht sich auf IPMI-Einstellungen
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Berechtigungsebene"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13931,8 +13995,8 @@ msgstr "Problem erzeugt"
msgid "Problem display"
msgstr "Problemdarstellung"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Problemausdruck"
@@ -13949,7 +14013,7 @@ msgstr "Problem ist nicht unterdrückt"
msgid "Problem is suppressed"
msgstr "Problem ist unterdrückt"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problem auf"
@@ -13980,13 +14044,13 @@ msgstr "Problem, wenn alle untergeordneten Dienste Probleme haben"
msgid "Problem, if at least one child has a problem"
msgstr "Problem, wenn mindestens ein untergeordneter Dienst Probleme hat"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13995,7 +14059,7 @@ msgstr "Problem, wenn mindestens ein untergeordneter Dienst Probleme hat"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Probleme"
@@ -14032,7 +14096,7 @@ msgid "Properties"
msgstr "Boats"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14050,7 +14114,7 @@ msgstr "Proxys"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14121,20 +14185,20 @@ msgid "Public"
msgstr "Öffentlich"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Öffentlicher Schlüssel"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Datei mit öffentlichem Schlüssel"
@@ -14164,8 +14228,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "ERLEDIGT"
@@ -14175,10 +14239,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Primärdaten"
@@ -14236,7 +14300,7 @@ msgid "Received value"
msgstr "Empfangener Wert"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14263,24 +14327,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Wiederherstellung"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14290,9 +14354,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Wiederherstellungszeit"
@@ -14307,11 +14371,11 @@ msgid "Refresh"
msgstr "Aktualisieren"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14325,7 +14389,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Regulärer Ausdruck"
@@ -14365,7 +14429,7 @@ msgstr "Reguläre Ausdrücke"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14389,6 +14453,12 @@ msgstr "Befehl ausführen"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14405,43 +14475,37 @@ msgstr "Befehl ausführen"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14450,14 +14514,14 @@ msgstr "Befehl ausführen"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14480,7 +14544,7 @@ msgstr "Befehl ausführen"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14513,8 +14577,8 @@ msgstr "Befehl ausführen"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Entfernen"
@@ -14550,7 +14614,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14560,17 +14624,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Ersetzen"
@@ -14585,23 +14649,23 @@ msgstr "Abhängigkeiten ersetzen"
msgid "Reports"
msgstr "Berichte"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14611,7 +14675,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Benötigt"
@@ -14628,14 +14692,14 @@ msgstr "Nötige Leistung (Werte/s)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Erwartetes Datenaufkommen / Eingehende Werte pro Sekunde"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Geforderter HTTP-Statuscode"
@@ -14643,7 +14707,7 @@ msgstr "Geforderter HTTP-Statuscode"
msgid "Required string"
msgstr "Geforderte Zeichenkette"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Zurücksetzen"
@@ -14672,7 +14736,7 @@ msgstr "Bestätigung zurücksetzen"
msgid "Reset defaults"
msgstr "Auf Standardwerte zurücksetzen"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Wiederhergestellt"
@@ -14684,26 +14748,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14741,15 +14805,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Ergebnis"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14768,14 +14832,14 @@ msgstr "Ergebnis ist WAHR"
msgid "Result type"
msgstr "Ergebnistyp"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14940,13 +15004,13 @@ msgid "Russian (ru_RU)"
msgstr "Russisch (ru_RU)"
# Samstag
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "Sa"
# Sonntag
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "So"
@@ -14956,7 +15020,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -15001,16 +15066,16 @@ msgstr "SMTP Server Port"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP-OID"
@@ -15018,8 +15083,10 @@ msgstr "SNMP-OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP-Community"
@@ -15035,11 +15102,13 @@ msgstr "SNMP-Trap"
msgid "SNMP trap key is invalid."
msgstr "Schlüssel für SNMP-Trap ist unzulässig."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15047,7 +15116,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1-Agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15055,7 +15125,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2-Agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15077,9 +15148,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL Abfrage"
@@ -15102,40 +15173,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH-Agent"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "SSL Zertifikatsdatei"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "SSL Schlüssel-Datei"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "SSL-Schlüssel Kennwort"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSL Host verifizieren"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSL Peer verifizieren"
@@ -15163,15 +15234,23 @@ msgstr "Serifenlos"
msgid "Sat"
msgstr "Sa"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Samstag"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Änderungen speichern"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Es speichern als \"%1$s\""
@@ -15193,12 +15272,12 @@ msgid "Scheduled check"
msgstr "Turnusmäßige Kontrolle"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15282,9 +15361,9 @@ msgid "Screen updated"
msgstr "Tafel geändert"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15299,7 +15378,7 @@ msgstr "Tafel geändert"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Tafeln"
@@ -15364,7 +15443,7 @@ msgstr "Skript geändert"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Skripte"
@@ -15422,19 +15501,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Sicherheitsstufe"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15445,8 +15526,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15454,15 +15535,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Auswählen"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Wähle Prototyp"
@@ -15495,19 +15576,19 @@ msgstr "Ausgewählte Elemente"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "Nach hinten senden"
@@ -15532,7 +15613,7 @@ msgstr "Schicke nur an"
msgid "Send to"
msgstr "Empfänger"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Zurücksenden"
@@ -15559,13 +15640,13 @@ msgstr "Sep"
msgid "Separated"
msgstr "Getrennt"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "September"
@@ -15690,12 +15771,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Sitzung beendet, bitte neu anmelden."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15704,11 +15786,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15731,28 +15813,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15771,7 +15853,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15801,7 +15883,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Teilen"
@@ -15819,14 +15901,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15837,8 +15919,8 @@ msgstr ""
msgid "Show"
msgstr "anzeigen"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Details einblenden"
@@ -15846,7 +15928,7 @@ msgstr "Details einblenden"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15873,7 +15955,11 @@ msgstr "Zeige Legende"
msgid "Show lines"
msgstr "Zeilen anzeigen"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15896,9 +15982,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15909,7 +15995,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr "Zeige unterdrückte Probleme"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Zeige Marker"
@@ -15923,7 +16009,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Zeige Text als HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15934,7 +16020,7 @@ msgid "Show triggers"
msgstr "Zeige Auslöser"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Nur Unbestätigte anzeigen"
@@ -15943,10 +16029,10 @@ msgstr "Nur Unbestätigte anzeigen"
msgid "Show unavailable maps"
msgstr "Zeige nichtverfügbare Karten"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Wert anzeigen"
@@ -15958,7 +16044,7 @@ msgstr "Warnung zeigen, wenn der Zabbix-Server nicht läuft"
msgid "Show working time"
msgstr "Zeige Arbeitszeit"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Angezeigt"
@@ -16009,8 +16095,8 @@ msgstr "Einfaches Diagramm"
msgid "Simple graph prototype"
msgstr "Einfacher Diagramm-Prototyp"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Einfach"
@@ -16123,7 +16209,7 @@ msgstr "Seiten"
msgid "Slovak (sk_SK)"
msgstr "Slovakisch (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Dösen"
@@ -16262,7 +16348,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16270,16 +16357,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16299,7 +16385,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16387,28 +16473,28 @@ msgid "Stop"
msgstr "Halt"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16421,7 +16507,7 @@ msgstr "Straight"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16446,14 +16532,14 @@ msgid "Subject"
msgstr "Betreff"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Subjekt"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Unter-Karte"
@@ -16462,7 +16548,7 @@ msgstr "Unter-Karte"
msgid "Success Audit"
msgstr "Erfolgreiche Anmeldung"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16475,7 +16561,7 @@ msgstr ""
msgid "Sun"
msgstr "So"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Sonntag"
@@ -16519,7 +16605,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Alle Sitzungen werden zurückgesetzt beim Wechseln der Authentifizierungsmethode! Weiter?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16571,13 +16657,13 @@ msgid "System uptime in seconds. Returns integer"
msgstr ""
# Donnerstag
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "Do"
# Dienstag
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "Di"
@@ -16619,12 +16705,12 @@ msgstr "Tabelle \"%1$s\" hat keine Spalte namens \"%2$s\"."
msgid "Tag"
msgstr "Kennzeichnung"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "Marker \"%1$s\" mit Wert \"%2$s\" bereits vorhanden."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16633,12 +16719,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Marker für den Abgleich"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16649,25 +16735,25 @@ msgstr "Maker-Wert"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16675,11 +16761,11 @@ msgstr "Maker-Wert"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16688,11 +16774,11 @@ msgid "Tags"
msgstr "Marker"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Ziel"
@@ -16811,13 +16897,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16839,20 +16925,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Test"
@@ -16877,7 +16963,7 @@ msgstr "Testdaten"
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16905,10 +16991,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16947,7 +17033,7 @@ msgstr "Die Anwendung wird nicht mehr gefunden und wird mit dem nächsten Suchla
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17040,11 +17126,11 @@ msgstr "Die Web-Szenario Anwendung, gehört zu einem anderen Host, als den Web-S
msgid "Theme"
msgstr "Thema"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17053,11 +17139,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Diesen Monat"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17069,23 +17155,23 @@ msgstr "Diese Tafelspalte ist nicht leer. Löschen?"
msgid "This screen row is not empty. Delete it?"
msgstr "Diese Tafelzeile ist nicht leer. Löschen?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Diese Woche"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Dieses Jahr"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Schwellenwert"
@@ -17097,7 +17183,7 @@ msgstr ""
msgid "Thu"
msgstr "Do"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Donnerstag"
@@ -17108,19 +17194,19 @@ msgstr "Donnerstag"
msgid "Till"
msgstr "Bis"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17163,12 +17249,12 @@ msgstr ""
msgid "Time period"
msgstr "Zeitspanne"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17180,16 +17266,23 @@ msgstr "Zeitverschiebung"
msgid "Time type"
msgstr "Zeittyp"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Timeout"
@@ -17203,22 +17296,23 @@ msgstr "Timeout"
msgid "Timestamp"
msgstr "Zeitstempel"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Bis"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Zur Festlegung der Hostschnittstelle wählen Sie nur Datenpunkt eines Typs"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Heute"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17308,10 +17402,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Speicherdauer Tendenz"
@@ -17320,34 +17414,34 @@ msgstr "Speicherdauer Tendenz"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Trends"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Auslöser"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Auslöser \"%1$s\" existiert bereits für \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17357,7 +17451,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Auslöser \"%1$s\" hängt ab von Auslöser \"%2$s\", welcher nicht existiert."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17365,7 +17459,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Auslöser hinzugefügt"
@@ -17373,7 +17467,7 @@ msgstr "Auslöser hinzugefügt"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Auslöser kopiert"
@@ -17383,7 +17477,7 @@ msgstr[1] "Auslöser kopiert"
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Auslöser wurde gelöscht"
@@ -17391,7 +17485,7 @@ msgstr "Auslöser wurde gelöscht"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Auslöser deaktiviert"
@@ -17402,13 +17496,13 @@ msgstr[1] "Auslöser deaktiviert"
msgid "Trigger displaying options"
msgstr "Auslöser-Anzeige"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Auslöser aktiviert"
msgstr[1] "Auslöser aktiviert"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Auslöser-Ausdrücke muss mindestens eine Kombination Host:Schlüssel beinhalten."
@@ -17448,24 +17542,24 @@ msgstr "Auslöser"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Auslöser-Prototyp"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17475,12 +17569,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17488,11 +17582,11 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Auslöser-Prototyp aktualisiert"
@@ -17500,7 +17594,7 @@ msgstr[1] "Auslöser-Prototypen aktualisiert"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17508,15 +17602,15 @@ msgstr[1] "Auslöser-Prototypen aktualisiert"
msgid "Trigger prototypes"
msgstr "Auslöser-Prototypen"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17524,11 +17618,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "Auslöserpriorität"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Auslöser Status \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17536,19 +17630,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Auslöser geändert"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17561,11 +17655,11 @@ msgstr "Auslöser geändert"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Auslöser"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Auslöser wurden gelöscht"
@@ -17581,7 +17675,7 @@ msgstr "Menüleiste"
msgid "Tue"
msgstr "Di"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Dienstag"
@@ -17594,7 +17688,7 @@ msgstr "Türkisch (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Zwei Datenpunkte (\"%1$s\" und \"%2$s\") können nicht das gleiche Inventarfeld \"%3$s\" befüllen."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17614,7 +17708,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17626,21 +17720,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17673,18 +17767,18 @@ msgstr "Typ (absteigend)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Ermittlungsart"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Informationstyp"
@@ -17701,8 +17795,8 @@ msgstr "Typen"
msgid "UNKNOWN"
msgstr "UNBEKANNT"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17712,11 +17806,11 @@ msgstr "UNBEKANNT"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17762,7 +17856,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17846,10 +17940,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Einheit"
@@ -17871,7 +17965,7 @@ msgstr "Einheit"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17890,18 +17984,18 @@ msgstr "Unbekannte Aktion"
msgid "Unknown error"
msgstr "Unbekannter Fehler"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Unbekannte Funktion."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Ausgewählter Host enthält keinen solchen Datenpunkt"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Kein solcher Host im System gefunden"
@@ -17927,15 +18021,15 @@ msgstr "Unbekannter Werttyp"
msgid "Unlimited"
msgstr "Unbegrenzt"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Trennen"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Trennen und reinigen"
@@ -17979,7 +18073,7 @@ msgstr "Getrennt: Datenpunktprototyp \"%1$s\" auf \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Ton an"
@@ -18025,6 +18119,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Nicht unterstützter Parameter \"%2$s\" für den Filter der Suchlaufregel \"%1$s\". "
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18061,28 +18160,29 @@ msgstr "Erreichbar"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18099,16 +18199,16 @@ msgstr "Ändere existierende"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Aktualisierungsintervall"
@@ -18163,7 +18263,7 @@ msgstr "Laufzeit Zabbix Serverprozess in Sekunden."
msgid "Uptime/Downtime"
msgstr "Uptime/Downtime"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18192,7 +18292,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Benutzer"
@@ -18354,14 +18454,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Benutzername"
@@ -18428,11 +18528,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Benutzername"
@@ -18440,8 +18540,8 @@ msgstr "Benutzername"
msgid "Username and password"
msgstr "Benutzername und Passwort"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18706,24 +18806,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18852,18 +18952,18 @@ msgstr "Variablen"
msgid "Various information about specific process(es). Returns float"
msgstr "Verschiedene Informationen über spezifische Prozesse. Gibt Fließkommazahl zurück"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18871,8 +18971,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18884,7 +18984,7 @@ msgstr "Anbieter"
msgid "Verbose"
msgstr "Ausführlich"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18945,7 +19045,7 @@ msgstr "Sichtbarer Name"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Sichtbarer Name darf nicht leer sein wenn der Hostname fehlt."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "M"
@@ -18957,23 +19057,23 @@ msgstr "M"
msgid "Warning"
msgstr "Warnung"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Warnung"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
# "remember"?
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Leider wurde die maximale mögliche Anzahl von Elementen zur Erinnerung erreicht."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18983,7 +19083,7 @@ msgstr "Leider wurde die maximale mögliche Anzahl von Elementen zur Erinnerung
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -19040,7 +19140,7 @@ msgstr[1] "Web-Szenarios aktiviert"
msgid "Web scenario updated"
msgstr "Web-Szenario aktualisiert"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19058,7 +19158,7 @@ msgstr ""
msgid "Wed"
msgstr "Mi"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Mittwoch"
@@ -19071,7 +19171,7 @@ msgstr "wöchentlich"
msgid "Welcome"
msgstr "Willkommen"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Willkommen bei"
@@ -19079,7 +19179,7 @@ msgstr "Willkommen bei"
msgid "When active"
msgstr "Aktiv um"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19121,7 +19221,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19195,13 +19295,13 @@ msgstr "Falsche Felder für Dienst \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Falsche Felder für Zeit des Dienstes \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Falsche Felder für Auslöser."
@@ -19209,8 +19309,8 @@ msgstr "Falsche Felder für Auslöser."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19243,10 +19343,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19337,7 +19437,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "JJJJ-MM-TThh:mm:ssZ"
@@ -19356,20 +19456,20 @@ msgstr "jährlich"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19381,7 +19481,7 @@ msgstr "jährlich"
msgid "Yes"
msgstr "Ja"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "Gestern"
@@ -19392,7 +19492,7 @@ msgstr "Sie sind angemeldet als \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Sie können einige der Sprachen nicht auswählen, weil die nötige Locale nicht auf dem Web-Server installiert ist."
@@ -19447,7 +19547,7 @@ msgstr "Sie haben keine Berechtigung, diese Operation durchzuführen."
msgid "You do not have permissions to create users."
msgstr "Sie haben keine Berechtigung zur Erstellung von Benutzer."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19455,7 +19555,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Sie haben keine Berechtigungen zum Zugriff auf diese Seite."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "Einige Änderungen wurden noch nicht gespeichert."
@@ -19530,7 +19630,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix-Server"
@@ -19548,7 +19648,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbix Server (Proxy)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Zabbix Server-Details"
@@ -19556,15 +19656,15 @@ msgstr "Zabbix Server-Details"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix-Server läuft nicht: Angezeigte Informationen sind womöglich nicht aktuell."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix-Server läuft"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Name des Zabbix-Servers"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Zabbix-Server-Port"
@@ -19573,6 +19673,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix-Trapper"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19586,51 +19687,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "boolescher Wert erwartet"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "Zeichenfolge erwartet"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr "ein low-level Suchlauf-Makro wird erwartet"
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "Nummer erwartet"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "eine Zahl ist zu groß"
@@ -19643,8 +19749,8 @@ msgstr "eine Zahl ist zu groß"
msgid "a numeric value is expected"
msgstr "ein numerischer Wert erwartet"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19652,29 +19758,29 @@ msgstr ""
msgid "a time is expected"
msgstr "Zeitangabe erwartet"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "Zeitspanne erwartet"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "Zeiteinheit erwartet"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "ein Benutzermakro wird erwartet"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19716,6 +19822,10 @@ msgstr "alle"
msgid "all media"
msgstr "Alle Medien"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19727,23 +19837,23 @@ msgstr "Alle Medien"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "ein Array wird erwartet"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "ein Array oder eine Zeichenfolge wird erwartet"
@@ -19753,7 +19863,7 @@ msgid "an empty string is expected"
msgstr "eine leere Zeichenfolge wird erwartet"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "eine gerade Anzahl von hexadezimalen Zeichen wird erwartet"
@@ -19761,11 +19871,11 @@ msgstr "eine gerade Anzahl von hexadezimalen Zeichen wird erwartet"
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19814,11 +19924,11 @@ msgstr ""
msgid "avg"
msgstr "durchschn."
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19846,10 +19956,9 @@ msgstr "nicht änderbar"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19857,7 +19966,7 @@ msgstr "nicht änderbar"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19882,6 +19991,9 @@ msgstr "nicht änderbar"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19908,11 +20020,11 @@ msgstr "nicht änderbar"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19934,14 +20046,14 @@ msgstr "nicht änderbar"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19966,7 +20078,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr "Kann Eigenschaften für eine vorlagengestützte Suchlaufregel nicht aktualisieren"
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19984,11 +20096,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "zirkuläre Datenpunkt Abhängigkeit ist nicht zulässig"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -20007,11 +20119,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "T"
@@ -20020,32 +20132,32 @@ msgstr "T"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "Tage"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "Standard"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20071,11 +20183,11 @@ msgstr "absteigend"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "Verzeichnis oder Script Name darf nicht leer sein"
@@ -20114,7 +20226,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20153,7 +20265,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr "erster Parameter erwartet"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20161,14 +20273,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "globale Einstellungen Bereinigungsprozess"
@@ -20177,7 +20289,7 @@ msgstr "globale Einstellungen Bereinigungsprozess"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20235,11 +20347,11 @@ msgstr "in"
msgid "including subgroups"
msgstr "einschließlich Untergruppen"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20276,7 +20388,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr "Ungültige Adressbereich \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "ungültigen Byte-Sequenz in UTF-8"
@@ -20290,15 +20402,15 @@ msgstr "ungültige Verzögerung"
msgid "invalid history storage period"
msgstr "Ungültige Speicherdauer für historische Daten"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "Ungültiger regulärer Ausdruck"
@@ -20308,7 +20420,7 @@ msgstr "Ungültiger regulärer Ausdruck"
msgid "invalid trend storage period"
msgstr "Ungültige Speicherdauer für Tendenzen"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20320,7 +20432,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "ist nicht in {} eingeschlossen oder falsch formatiert"
@@ -20350,7 +20462,7 @@ msgstr "Schlüssel ist leer"
msgid "last"
msgstr "letzte"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20362,15 +20474,15 @@ msgstr "links"
msgid "list of characters"
msgstr "Liste der Zeichen"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20378,12 +20490,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr "Suchlaufregel"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20413,7 +20525,7 @@ msgstr "Karte"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20437,7 +20549,7 @@ msgstr "max."
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20464,12 +20576,12 @@ msgstr "maximale Anzahl von Abhängigkeitsebenen erreicht"
msgid "min"
msgstr "min."
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "die Mindestlänge beträgt %1$s Zeichen"
@@ -20502,27 +20614,27 @@ msgstr "muss ein gültiger LDAP-Benutzer sein"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "muss zwischen \"%1$s\" und \"%2$s\" liegen"
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "Name"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "neu"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "neu"
@@ -20532,7 +20644,7 @@ msgstr "neu"
msgid "no data"
msgstr "Keine Daten"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20553,7 +20665,7 @@ msgstr "nicht in"
msgid "not selected"
msgstr "nicht ausgewählt"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20561,8 +20673,8 @@ msgstr ""
msgid "number"
msgstr "Anzahl"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "von"
@@ -20611,7 +20723,7 @@ msgstr "aus"
msgid "on"
msgstr "an"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20627,11 +20739,11 @@ msgstr "andere"
msgid "output"
msgstr "Leistung"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20642,11 +20754,11 @@ msgstr ""
msgid "pattern"
msgstr "Muster"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20663,12 +20775,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "aktualisiert alle %1$s sec."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20685,7 +20797,7 @@ msgstr "rechts"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20734,6 +20846,7 @@ msgstr "Kurzbeschreibung"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20748,15 +20861,15 @@ msgstr "Kurzbeschreibung"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "Sollte leer sein"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20764,10 +20877,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "Zeige Symbolzuordnung"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "Wert-Zuordnung zeigen"
@@ -20775,11 +20888,11 @@ msgstr "Wert-Zuordnung zeigen"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20787,7 +20900,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20796,14 +20909,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20838,9 +20951,13 @@ msgstr "Vorlagen ID \"%1$s\" kommt %2$s mal vor"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "der Parameter \"%1$s\" fehlt"
@@ -20855,7 +20972,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20874,18 +20991,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20896,26 +21037,26 @@ msgstr "Auslöser"
msgid "trigger does not allow manual closing"
msgstr "Auslöser erlaubt manuelle Schließung nicht"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "Auslöser-Prototyp nicht zu einer anderen Vorlage oder anderem Host verschiebbar"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "Hier klicken um zu suchen"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20925,7 +21066,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20942,9 +21083,10 @@ msgstr "unerwartetes Ende des Makros"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "unerwarteter Parameter \"%1$s\""
@@ -20971,12 +21113,12 @@ msgstr "unerwarteter Text \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "unerwarteter Wert \"%1$s\""
@@ -20986,7 +21128,7 @@ msgstr "unerwarteter Wert \"%1$s\""
msgid "unknown"
msgstr "unbekannt"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20995,28 +21137,28 @@ msgid "unsupported version number"
msgstr "nicht unterstützte Version"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -21026,7 +21168,7 @@ msgstr "nicht unterstützte Version"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "Wert"
@@ -21044,26 +21186,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr "Wert \"%1$s\" nicht gefunden"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "Wert %1$s ist bereits vorhanden"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "Wert ist zu lang"
@@ -21091,9 +21236,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21130,7 +21275,7 @@ msgstr "Falscher Suchlaufregel-Typ"
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "J"
diff --git a/ui/locale/el/LC_MESSAGES/frontend.po b/ui/locale/el/LC_MESSAGES/frontend.po
index af80ad3e64d..537c7d8678f 100644
--- a/ui/locale/el/LC_MESSAGES/frontend.po
+++ b/ui/locale/el/LC_MESSAGES/frontend.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2014-10-03 08:43+0300\n"
"Last-Translator: ΓΙΑÎÎΗΣ <yannis@computerstudio.gr>\n"
"Language-Team: none\n"
@@ -36,7 +36,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -64,7 +64,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -82,7 +82,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d ημέÏα"
msgstr[1] "%1$d ημέÏες"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -166,8 +166,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -181,7 +181,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -213,15 +213,15 @@ msgstr[1] "%1$s Ï€Ïοσπάθειες απέμειναν"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s δευτεÏόλεπτο"
msgstr[1] "%1$s δευτεÏόλεπτα"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -240,20 +240,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -291,20 +291,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr "(Μόνο υπεÏδιαχειÏιστές δημιουÏγοÏν ομάδες)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(χωÏίς διαμεσολαβητή)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 ή 1"
@@ -380,11 +380,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "ΚΑΙ"
@@ -411,16 +412,16 @@ msgstr[0] ""
msgstr[1] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "ΑναγνώÏιση"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "ΑναγνώÏιση"
@@ -453,7 +454,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -466,30 +467,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -560,18 +561,18 @@ msgstr "Η ΕνέÏγεια ενημεÏώθηκε"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "ΕνέÏγειες"
@@ -607,6 +608,9 @@ msgstr "ΕνεÏγό έως"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -634,9 +638,6 @@ msgstr "ΕνεÏγό έως"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -646,9 +647,9 @@ msgstr "ΕνεÏγό έως"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -660,39 +661,40 @@ msgstr "ΕνεÏγό έως"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -703,20 +705,20 @@ msgstr "ΕνεÏγό έως"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -743,8 +745,8 @@ msgstr "ΕνεÏγό έως"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "ΠÏοσθήκη"
@@ -752,7 +754,7 @@ msgstr "ΠÏοσθήκη"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -760,7 +762,7 @@ msgstr ""
msgid "Add child"
msgstr "ΠÏοσθήκη θυγατÏικοÏ"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -772,7 +774,7 @@ msgstr "ΠÏοσθήκη ξενιστή"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -781,6 +783,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -789,7 +792,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "ΠÏοσθήκη Ï€Ïοτότυπου"
@@ -810,11 +813,11 @@ msgstr "ΠÏοσθήκη στην ομάδα ξενιστών"
msgid "Add to host groups"
msgstr "ΠÏοσθήκη στις ομάδες ξενιστών"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -838,7 +841,7 @@ msgid "Age"
msgstr "Ηλικία"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Ηλικία μικÏότεÏη απο"
@@ -850,7 +853,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "ΑντιπÏόσωπος"
@@ -909,7 +912,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Όλα"
@@ -927,7 +930,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Όλοι οι σÏνδεσμοι Ï€Ïέπει να έχουν \"Όνομα\" και \"URL\" καθοÏισμένο"
@@ -935,13 +938,13 @@ msgstr "Όλοι οι σÏνδεσμοι Ï€Ïέπει να έχουν \"Όνομ
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -961,48 +964,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "ΕπιτÏεπόμενοι ξενιστές"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "Καί"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1011,14 +1014,14 @@ msgid "And/Or"
msgstr "Καί/Ή"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1034,10 +1037,10 @@ msgstr "Οποιαδήποτε στοιχειοσειÏά χαÏακτήÏων Ï
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1071,8 +1074,8 @@ msgid "Application error."
msgstr "Σφάλμα εφαÏμογής."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1095,15 +1098,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1111,15 +1114,17 @@ msgstr ""
msgid "Applications"
msgstr "ΚατηγοÏίες"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "ΕφαÏμογή"
@@ -1137,7 +1142,7 @@ msgstr "ΠÏοσεγγίζοντας"
msgid "Apr"
msgstr "ΑπÏ"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "ΑπÏίλιος"
@@ -1149,7 +1154,11 @@ msgstr "ΣίγουÏα θέλετε να εκτελέσετε αυτή την ε
msgid "Are you sure you want to delete"
msgstr "ΣίγουÏα θέλετε να διαγÏάψετε"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1165,12 +1174,12 @@ msgstr "ΤÏπος πεÏιοχής"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Ως έχει"
@@ -1278,7 +1287,7 @@ msgstr "Έλεγχος καταγÏαφής"
msgid "Aug"
msgstr "Αυγ"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "ΑÏγουστος"
@@ -1295,9 +1304,9 @@ msgstr ""
msgid "Authentication"
msgstr "Ταυτοποίηση"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "ΑλγόÏιθμος ταυτοποίησης"
@@ -1307,21 +1316,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Μέθοδος ταυτοποίησης"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "ΣÏνθημα ταυτοποίησης"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "ΠÏωτόκολλο ταυτοποίησης"
@@ -1360,9 +1371,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Αυτόματο"
@@ -1392,7 +1403,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Διαθεσιμότητα"
@@ -1417,8 +1428,8 @@ msgstr "Μέση"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1472,16 +1483,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1522,11 +1533,11 @@ msgstr ""
msgid "Bottom"
msgstr "Κάτω"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1553,8 +1564,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1574,7 +1585,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1607,7 +1618,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1615,7 +1626,7 @@ msgstr ""
msgid "Callback"
msgstr "Επανάκληση"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1641,10 +1652,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Ματαίωση"
@@ -1689,12 +1700,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "ΑδÏνατη η Ï€Ïοσθήκη εξάÏτησης απο ξενιστή σε σχεδιότυπο."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "ΑδÏνατη η Ï€Ïοσθήκη εξάÏτησης από έναυσμα \"%1$s:%2$s\" σε ανÏπαÏκτο έναυσμα \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "ΑδÏνατη η Ï€Ïοσθήκη κανόνα εντοπισμοÏ"
@@ -1718,7 +1729,7 @@ msgstr "ΑδÏνατη η Ï€Ïοσθήκης ομάδος."
msgid "Cannot add host"
msgstr "ΑδÏνατη η Ï€Ïοσθήκη ξενιστή"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "δÏνατη η Ï€Ïοσθήκη Ï€Ïωτότυπου ξενιστή"
@@ -1728,7 +1739,7 @@ msgstr "δÏνατη η Ï€Ïοσθήκη Ï€Ïωτότυπου ξενιστή"
msgid "Cannot add image"
msgstr "ΑδÏνατη η Ï€Ïοσθήκη εικόνας"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "ΑδÏνατη η Ï€Ïοσθήκη συλλέκτη"
@@ -1737,7 +1748,7 @@ msgstr "ΑδÏνατη η Ï€Ïοσθήκη συλλέκτη"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "ΑδÏνατη η Ï€Ïοσθήκη συλλέκτη \"%1$s\" από \"%2$s\" στην κατηγοÏία \"%3$s\" από \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "ΑδÏνατη η Ï€Ïοσθήκη Ï€Ïωτότυπου συλλέκτη"
@@ -1820,11 +1831,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "ΑδÏνατη η Ï€Ïοσθήκη σχεδιότυπου"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "ΑδÏνατη η Ï€Ïοσθήκη εναÏσματος"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "ΑδÏνατη η Ï€Ïοσθήκη Ï€Ïωτότυπου εναÏσματος"
@@ -1847,11 +1858,11 @@ msgstr "ΑδÏνατη η Ï€Ïοσθήκη αντιστοιχίας τιμής"
msgid "Cannot add web scenario"
msgstr "ΑδÏνατη η Ï€Ïοσθήκη σενάÏιου ιστοÏ"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1868,11 +1879,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "ΑδÏνατη η εκκαθάÏιση ιστοÏικοÏ"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1880,7 +1891,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "ΑδÏνατη η κλωνοποίηση Ï€Ïοτότυπων γÏαφημάτων."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "ΑδÏνατη η κλωνοποίηση Ï€Ïωτότυπων ξενιστών."
@@ -1903,7 +1914,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1917,24 +1928,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] ""
msgstr[1] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
msgstr[1] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "ΑδÏνατη η αντιγÏαφή εναÏσματος \"%1$s:%2$s\", επειδή έχει πολλοÏÏ‚ ξενιστές στην έκφÏαση."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "ΑδÏνατη η δημιουÏγία Ï€Ïωτότυπου ξενιστή σε εντοπισμένο ξενιστή \"%1$s\"."
@@ -1972,7 +1983,7 @@ msgstr "ΑδÏνατη η δημιουÏγία νέας κατηγοÏίας, σ
msgid "Cannot create template."
msgstr "ΑδÏνατη η δημιουÏγία σχεδιότυπου"
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -2016,11 +2027,11 @@ msgstr "ΑδÏνατη η διαγÏαφή εξάÏτησης"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "ΑδÏνατη η διαγÏαφή κανόνα εντοπισμοÏ"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "ΑδÏνατη η διαγÏαφή κανόνων εντοπισμοÏ"
@@ -2046,7 +2057,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "ΑδÏνατη η διαγÏαφή ομάδος"
msgstr[1] "ΑδÏνατη η διαγÏαφή ομάδων"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "ΑδÏνατη η διαγÏαφή ξενιστή"
@@ -2064,7 +2075,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "ΑδÏνατη η διαγÏαφή Ï€Ïωτότυπων ξενιστών"
@@ -2080,19 +2091,19 @@ msgstr "ΑδÏνατη η διαγÏαφή εικόνας"
msgid "Cannot delete inventory."
msgstr "ΑδÏνατη η διαγÏαφή απογÏαφής."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "ΑδÏνατη η διαγÏαφή συλλέκτη"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "ΑδÏνατη η διαγÏαφή Ï€Ïωτότυπου συλλέκτη"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "ΑδÏνατη η διαγÏαφή Ï€Ïωτότυπων συλλεκτών"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "ΑδÏνατη η διαγÏαφή συλλεκτών"
@@ -2179,7 +2190,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "ΑδÏνατη η διαγÏαφή σχεδιότυπου Ï€Ïωτότυπου ξενιστή."
@@ -2210,19 +2221,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "ΑδÏνατη η διαγÏαφή σχεδιότυπου σενάÏιου Î¹ÏƒÏ„Î¿Ï \"%1$s\"."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "ΑδÏνατη η διαγÏαφή εναÏσματος"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "ΑδÏνατη η διαγÏαφή Ï€Ïωτότυπου εναÏσματος"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "ΑδÏνατη η διαγÏαφή Ï€Ïωτότυπων εναυσμάτων"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "ΑδÏνατη η διαγÏαφή εναυσμάτων"
@@ -2261,20 +2272,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "ΑδÏνατη η απενεÏγοποίηση κανόνα εντοπισμοÏ"
msgstr[1] "ΑδÏνατη η απενεÏγοποίηση κανόνων εντοπισμοÏ"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "ΑδÏνατη η απενεÏγοποίηση ξενιστή"
msgstr[1] "ΑδÏνατη η απενεÏγοποίηση ξενιστών"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "ΑδÏνατη η απενεÏγοποίηση συλλέκτη"
@@ -2293,7 +2304,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "ΑδÏνατη η απενεÏγοποίηση εναÏσματος"
@@ -2325,20 +2336,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "ΑδÏνατη η ενεÏγοποίηση κανόνα εντοπισμοÏ"
msgstr[1] "ΑδÏνατη η ενεÏγοποίηση κανόνων εντοπισμοÏ"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "ΑδÏνατη η ενεÏγοποίηση ξενιστή"
msgstr[1] "ΑδÏνατη η ενεÏγοποίηση ξενιστών"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "ΑδÏνατη η ενεÏγοποίηση συλλέκτη"
@@ -2357,7 +2368,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "ΑδÏνατη η ενεÏγοποίηση εναÏσματος"
@@ -2377,7 +2388,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2539,7 +2550,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "Δεν μποÏÏŽ να εισάγω σχεδιότυπο \"%1$s\", συνδεδεμένο σχεδιότυπο \"%2$s\" ανÏπαÏκτο."
msgstr[1] "Δεν μποÏÏŽ να εισάγω σχεδιότυπο \"%1$s\", συνδεδεμένα σχεδιότυπα \"%2$s\" ανÏπαÏκτα."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "ΑδÏνατη η εισαγωγή έκφÏασης εναÏσματος"
@@ -2646,7 +2657,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "ΑδÏνατη η αποστολή εντολής, ελέγξτε σÏνδεση με Zabbix εξυπηÏετητή \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2683,12 +2694,12 @@ msgstr "ΑδÏνατη η τοποθέτηση \"%1$s\" για συλλέκτη
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "ΑδÏνατη η τοποθέτηση \"%1$s\" για έναυσμα \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2718,7 +2729,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2780,22 +2791,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "ΑδÏνατη η ενημέÏωση \"%1$s\" συλλέκτη \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "ΑδÏνατη η ενημέÏωση \"%1$s\" εναÏσματος \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2810,7 +2821,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2879,7 +2890,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "ΑδÏνατη η ενημέÏωση κανόνα εντοπισμοÏ"
@@ -2916,7 +2927,7 @@ msgstr "ΑδÏνατη η ενημέÏωση ξενιστή"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
#, fuzzy
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
@@ -2942,22 +2953,22 @@ msgstr "ΑδÏνατη η ενημέÏωση εικόνας"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "ΑδÏνατη η ενημέÏωση διεπαφής εντοπισμένου ξενιστή \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "ΑδÏνατη η ενημέÏωση συλλέκτη"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
#, fuzzy
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "ΑδÏνατη η ενημέÏωση Ï€Ïωτότυπου συλλέκτη"
msgstr[1] "ΑδÏνατη η ενημέÏωση Ï€Ïωτότυπου συλλέκτη"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "ΑδÏνατη η ενημέÏωση συλλεκτών"
@@ -3040,29 +3051,29 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "ΑδÏνατη η ενημέÏωση σχεδιότυπων εντοπισμένου ξενιστή \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "ΑδÏνατη η ενημέÏωση εναÏσματος"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
#, fuzzy
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "ΑδÏνατη η ενημέÏωση Ï€Ïωτότυπου εναÏσματος"
msgstr[1] "ΑδÏνατη η ενημέÏωση Ï€Ïωτότυπου εναÏσματος"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "ΑδÏνατη η ενημέÏωση Ï€Ïωτότυπων εναυσμάτων"
@@ -3119,12 +3130,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3168,10 +3179,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "ΧαÏακτήÏας"
@@ -3198,7 +3209,7 @@ msgstr ""
msgid "Check already exists."
msgstr "Ο Έλεγχος υπάÏχει ήδη."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Ελέγξτε το τμήμα έκφÏασης που ξεκινά απο \"%1$s\"."
@@ -3216,7 +3227,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3321,8 +3332,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "ΕκκαθάÏιση ιστοÏÎ¹ÎºÎ¿Ï ÎºÎ±Î¹ τάσεων"
@@ -3331,11 +3342,11 @@ msgstr "ΕκκαθάÏιση ιστοÏÎ¹ÎºÎ¿Ï ÎºÎ±Î¹ τάσεων"
msgid "Clear when unlinking"
msgstr "ΕκκαθάÏιση όταν αποσυνδέεται"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3354,20 +3365,20 @@ msgstr "Ρολόι"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Κλώνος"
@@ -3375,15 +3386,15 @@ msgstr "Κλώνος"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Κλείσιμο"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Κλείσιμο κατασκευής έκφÏασης"
@@ -3402,8 +3413,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3420,7 +3431,7 @@ msgstr ""
msgid "Colour"
msgstr "ΧÏώμα"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "ΧÏώμα \"%1$s\" λάθος: πεÏιμένω δεκαεξαδικό κωδικό χÏώματος (6 σÏμβολα)."
@@ -3471,7 +3482,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3505,7 +3516,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Συνθήκη"
@@ -3564,7 +3575,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "ΔιαμόÏφωση"
@@ -3572,7 +3583,7 @@ msgstr "ΔιαμόÏφωση"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "ΔιαμόÏφωση στατιστικών cache. Cache - buffer (λειτουÏγίες: pfree, συνολική, χÏήση, ελεÏθεÏη)"
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3736,7 +3747,7 @@ msgid "Configuration updated"
msgstr "ΔιαμόÏφωση ενημεÏώθηκε"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3744,7 +3755,7 @@ msgstr ""
msgid "Confirmation text"
msgstr "Κείμενο επιβεβαίωσης"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3800,7 +3811,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3808,9 +3819,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3818,9 +3829,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3837,10 +3848,10 @@ msgstr ""
msgid "Contact"
msgstr "Επαφή"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3871,10 +3882,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3914,8 +3925,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Όνομα πλαισίου"
@@ -3927,8 +3939,8 @@ msgstr ""
msgid "Contract number"
msgstr "ΑÏιθμός σÏμβασης"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3940,8 +3952,8 @@ msgstr "Συντεταγμένες"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "ΑντιγÏαφή"
@@ -3997,7 +4009,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "ΑδÏνατη η αποθήκευση εικόνας!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "ΑπαÏίθμηση"
@@ -4043,11 +4055,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4067,14 +4079,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4153,7 +4165,7 @@ msgstr "ΔημιουÏγία χάÏτη"
msgid "Create media type"
msgstr "ΔημιουÏγία Ï„Ïπου μέσων"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "ΔημιουÏγία νέου"
@@ -4177,7 +4189,7 @@ msgstr "ΔημιουÏγία Ï€Ïοβολής διαφάνειας"
msgid "Create template"
msgstr "ΔημιουÏγία σχεδιότυπου"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "ΔημιουÏγία εναÏσματος"
@@ -4230,11 +4242,12 @@ msgstr "ΚÏίσιμο"
msgid "Current host"
msgstr "ΤÏέχων ξενιστής"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "ΤÏέχουσα τιμή"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4242,7 +4255,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "ΠÏοσαÏμοσμένη έκφÏαση"
@@ -4251,11 +4264,11 @@ msgid "Custom graphs"
msgstr "ΠÏοσαÏμοσμένα γÏαφήματα"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4277,7 +4290,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "ΠÏοσαÏμοσμένος πολλαπλασιαστής"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4316,11 +4329,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4429,16 +4443,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4446,32 +4460,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Υπολογιστής βάσης δεδομένων"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4479,35 +4493,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Εποπτεία βάσης δεδομένων"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Όνομα βάσης δεδομένων"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Συνθηματικό βάσης δεδομένων"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "ΘÏÏα βάσης δεδομένων"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Σχήμα βάσης δεδομένων"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "ΕξυπηÏετητής βάσης δεδομένων"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "ΤÏπος βάσης δεδομένων"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "ΧÏήστης βάσης δεδομένων"
@@ -4536,7 +4550,7 @@ msgstr "ΗμεÏομηνία αγοÏάς HW"
msgid "Day"
msgstr "ΗμέÏα"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4555,7 +4569,7 @@ msgstr "ΗμέÏα της εβδομάδος"
msgid "Days"
msgstr "ΗμέÏες"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Εκσφαλμάτωση"
@@ -4569,7 +4583,7 @@ msgstr "ΛειτουÏγία εκσφαλμάτωσης"
msgid "Dec"
msgstr "Δεκ"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "ΔεκέμβÏιος"
@@ -4579,7 +4593,7 @@ msgstr "ΔεκέμβÏιος"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "ΠÏοκαθοÏισμένο"
@@ -4596,7 +4610,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4613,18 +4627,18 @@ msgid "Default operation step duration"
msgstr "ΔιάÏκεια βήματος Ï€Ïοεπιλεγμένης λειτουÏγίας"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "ΠÏοκαθοÏισμένο θέμα"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4653,7 +4667,8 @@ msgstr "ΚαθυστεÏημένο από"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4674,8 +4689,8 @@ msgstr "ΚαθυστεÏημένο από"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "ΔιαγÏαφή"
@@ -4708,19 +4723,19 @@ msgstr "ΔιαγÏαφή Ï„Ïέχουσας ενέÏγειας;"
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "ΔιαγÏαφή κανόνα εντοπισμοÏ;"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "ΔιαγÏαφή έκφÏασης;"
@@ -4744,15 +4759,15 @@ msgstr "ΔιαγÏαφή ιστοÏÎ¹ÎºÎ¿Ï ÎµÏ€Î¹Î»ÎµÎ³Î¼Î­Î½Ï‰Î½ σεναÏίÏ
msgid "Delete icon map?"
msgstr "ΔιαγÏαφή αντιστοίχισης εικονιδίων;"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "ΔιαγÏαφή Ï€Ïωτότυπου συλλέκτη;"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "ΔιαγÏαφή συλλέκτη;"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "ΔιαγÏαφή συνδέσμων Î¼ÎµÏ„Î±Î¾Ï ÎµÏ€Î¹Î»ÎµÎ³Î¼Î­Î½Ï‰Î½ στοιχείων;"
@@ -4796,7 +4811,7 @@ msgstr "ΔιαγÏαφή επιλεγμένων κατηγοÏιών;"
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4805,7 +4820,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr "ΔιαγÏαφή επιλεγμένων κανόνων εντοπισμοÏ;"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "ΔιαγÏαφή επιλεγμένων στοιχείων;"
@@ -4830,7 +4845,7 @@ msgstr "ΔιαγÏαφή επιλεγμένων ομάδων;"
msgid "Delete selected host groups?"
msgstr "ΔιαγÏαφή επιλεγμένων ομάδων ξενιστών;"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "ΔιαγÏαφή επιλεγμένου Ï€Ïωτότυπου ξενιστή;"
@@ -4838,7 +4853,7 @@ msgstr "ΔιαγÏαφή επιλεγμένου Ï€Ïωτότυπου ξενισÏ
msgid "Delete selected host prototypes?"
msgstr "ΔιαγÏαφή επιλεγμένων Ï€Ïωτότυπων ξενιστών;"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "ΔιαγÏαφή επιλεγμένου ξενιστή;"
@@ -4890,7 +4905,7 @@ msgstr "ΔιαγÏαφή επιλεγμένων οθονών;"
msgid "Delete selected scripts?"
msgstr "ΔιαγÏαφή επιλεγμένων δεσμών ενεÏγειών;"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4950,11 +4965,11 @@ msgstr "ΔιαγÏαφή Ï€Ïοβολής διαφάνειας;"
msgid "Delete template?"
msgstr "ΔιαγÏαφή σχεδιότυπου;"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "ΔιαγÏαφή Ï€Ïωτότυπου εναÏσματος;"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "ΔιαγÏαφή εναÏσματος;"
@@ -4967,7 +4982,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr "ΔιεγÏάφη: Ξενιστής \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "ΔιεγÏάφη: ΠÏωτότυπος ξενιστής \"%1$s\" σε \"%2$s\"."
@@ -4988,16 +5003,16 @@ msgid "Deny"
msgstr "ΆÏνηση"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "ΕξαÏτήσεις"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "ΕξαÏτημένο"
@@ -5005,7 +5020,7 @@ msgstr "ΕξαÏτημένο"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5024,29 +5039,29 @@ msgstr "Κατάσταση υλοποίησης"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "ΠεÏιγÏαφή"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5179,7 +5194,8 @@ msgstr "ΑπενεÏγοποίηση επιλεγμένων εναυσμάτων
msgid "Disable selected web scenarios?"
msgstr "ΑπενεÏγοποίηση επιλεγμένων σεναÏίων ιστοÏ;"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5192,22 +5208,21 @@ msgstr "ΑπενεÏγοποίηση επιλεγμένων σεναÏίων ιÏ
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "ΑπενεÏγοποιημένο"
@@ -5224,7 +5239,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5232,12 +5247,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5338,27 +5353,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Κανόνας ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Î´Î·Î¼Î¹Î¿Ï…Ïγήθηκε"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Κανόνας ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Î´Î¹ÎµÎ³Ïάφη"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Κανόνας ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Î±Ï€ÎµÎ½ÎµÏγοποιημένος"
msgstr[1] "Κανόνες ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Î±Ï€ÎµÎ½ÎµÏγοποιημένοι"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Κανόνας ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï ÎµÎ½ÎµÏγοποιημένος"
msgstr[1] "Κανόνες ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï ÎµÎ½ÎµÏγοποιημένοι"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Κανόνας ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï ÎµÎ½Î·Î¼ÎµÏώθηκε"
@@ -5368,13 +5383,13 @@ msgstr "Κανόνας ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï ÎµÎ½Î·Î¼ÎµÏώθηκε"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Κανόνες εντοπισμοÏ"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Κανόνες ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Î´Î¹ÎµÎ³Ïάφησαν"
@@ -5417,7 +5432,7 @@ msgstr "Εμφάνιση στοιβαγμένου γÏαφήματος"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Εμφάνιση %1$s από %2$s βÏέθηκαν"
@@ -5436,22 +5451,22 @@ msgid "Do not calculate"
msgstr "Μην υπολογίζεις"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Θέλετε να αντικαταστήσετε την υπο συνθήκη έκφÏαση;"
@@ -5474,11 +5489,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "ΑνενεÏγό"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5558,12 +5573,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5592,10 +5607,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "ΔιάÏκεια"
@@ -5615,7 +5630,7 @@ msgstr "Δυναμικός συλλέκτης"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Κάθε URL Ï€Ïέπει να έχει μοναδικό όνομα. Βεβαιωθείτε να υπάÏχει μόνο ένα ονομαζόμενο URL"
@@ -5630,15 +5645,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "ΕπεξεÏγασία"
@@ -5662,15 +5677,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "ΕπεξεÏγασία εναÏσματος"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5766,7 +5781,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5936,15 +5951,16 @@ msgstr "ΕνεÏγοποίηση επιλεγμένων εναυσμάτων;"
msgid "Enable selected web scenarios?"
msgstr "ΕνεÏγοποίηση επιλεγμένων σεναÏίων ιστοÏ;"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5960,13 +5976,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5975,13 +5990,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "ΕνεÏγοποιημένο"
@@ -5991,9 +6006,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -6001,7 +6016,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6013,10 +6028,10 @@ msgstr "Αγγλικά (en_GB)"
msgid "English (en_US)"
msgstr "Αγγλικά (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6043,7 +6058,7 @@ msgstr "Σφάλμα"
msgid "Error in search request for table \"%1$s\"."
msgstr "Σφάλμα στό αίτημα αναζήτησης για πίνακα \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6079,7 +6094,7 @@ msgstr ""
msgid "Event details"
msgstr "ΛεπτομέÏειες συμβάντος"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "ΠαÏαγωγή συμβάντος"
@@ -6099,6 +6114,12 @@ msgstr "Κατάλογος συμβάντων [Ï€ÏοηγοÏμενα 20]"
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6129,7 +6150,7 @@ msgstr "Κάθε εβδομάδα (ες)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "ΕξαίÏεση"
@@ -6140,7 +6161,7 @@ msgstr "ΕξαίÏεση"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Εκτέλεση"
@@ -6158,9 +6179,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6178,19 +6199,19 @@ msgid "Executed"
msgstr "Εκτελεσμένο"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Εκτελέσιμη δέσμη ενεÏγειών"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Επιβεβαίωση εκτέλεσης"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6230,7 +6251,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Εξαγωγή σε CSV"
@@ -6238,21 +6259,21 @@ msgstr "Εξαγωγή σε CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "ΈκφÏαση"
@@ -6265,15 +6286,15 @@ msgstr "Στοιχεία μεταβλητής έκφÏασης"
msgid "Expression cannot be empty"
msgstr "Η ΈκφÏαση δεν μποÏεί να είναι κενή"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Κατασκευή έκφÏασης"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6292,7 +6313,7 @@ msgstr "ΕκφÏάσεις"
msgid "External check"
msgstr "ΕξωτεÏικός έλεγχος"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "Π"
@@ -6306,7 +6327,7 @@ msgstr "ΨΕΥΔΕΣ"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Αποτυχία"
@@ -6356,7 +6377,7 @@ msgstr "Αγαπημένες οθόνες"
msgid "Feb"
msgstr "Φεβ"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "ΦεβÏουάÏιος"
@@ -6369,7 +6390,7 @@ msgstr "Πεδίο"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Πεδίο \"%1$s\" δεν οÏίζεται NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6378,7 +6399,7 @@ msgstr "Πεδίο \"%1$s\" δεν οÏίζεται NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6498,9 +6519,7 @@ msgstr "Γεμισμένη πεÏιοχή"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6527,9 +6546,13 @@ msgstr "Γεμισμένη πεÏιοχή"
msgid "Filter"
msgstr "ΦίλτÏο"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "ΦίλτÏα"
@@ -6548,7 +6571,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Τέλος"
@@ -6561,8 +6584,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "ΠÏώτο"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6576,12 +6599,12 @@ msgid "Fixed"
msgstr "ΣταθεÏÏŒ"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6589,9 +6612,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Ακολουθήστε ανακατευθÏνσεις"
@@ -6613,8 +6636,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "ΤÏπος"
@@ -6641,11 +6664,13 @@ msgstr "Γαλλικά (fr_FR)"
msgid "Fri"
msgstr "ΠαÏ"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "ΠαÏασκευή"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6665,12 +6690,12 @@ msgstr "ΠÏόσβαση στο πεÏιβάλλον ΙΣΤΟΥ"
msgid "Frontend messaging"
msgstr "ΜηνÏματα στο πεÏιβάλλον ΙΣΤΟΥ"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6705,7 +6730,7 @@ msgid "GUI access disabled."
msgstr "ΑπενεÏγοποιημένη Ï€Ïόσβαση GUI."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6731,21 +6756,21 @@ msgstr "ΓεÏμανικά (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Η δοσμένη έκφÏαση δεν είναι μακÏοεντολή"
@@ -6771,7 +6796,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Μετάβαση σε"
@@ -6819,8 +6844,8 @@ msgstr "ΧÏωμοβαθμισμένη γÏαμμή"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6952,7 +6977,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "ΠÏωτότυπα γÏαφήματα"
@@ -6996,9 +7021,9 @@ msgid "Graph with same name but other type exist."
msgstr "ΥπάÏχει γÏάφημα με ίδιο όνομα αλλά άλλο Ï„Ïπο."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7008,7 +7033,7 @@ msgstr "ΥπάÏχει γÏάφημα με ίδιο όνομα αλλά άλλο
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7016,7 +7041,7 @@ msgstr "ΥπάÏχει γÏάφημα με ίδιο όνομα αλλά άλλο
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "ΓÏαφήματα"
@@ -7085,12 +7110,12 @@ msgstr "Ομάδα για εντοπισμένους ξενιστές"
msgid "Group name"
msgstr "Όνομα ομάδος"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "ΠÏωτότυπη ομάδα δεν μποÏεί να βασίζεται σε εντοπισμένη ομάδα ξενιστή \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "ΠÏωτότυπες ομάδες"
@@ -7105,8 +7130,8 @@ msgstr "Ομαδοποίηση με"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7138,10 +7163,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP ταυτοποίηση"
@@ -7149,11 +7174,11 @@ msgstr "HTTP ταυτοποίηση"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "Διαμεσολαβητής HTTP"
@@ -7182,20 +7207,20 @@ msgstr "Υλικό (Αναλυτικά στοιχεία)"
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Επικεφαλίδες"
@@ -7228,11 +7253,11 @@ msgstr "Βοήθεια"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "ΚÏυφό"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7269,23 +7294,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "ΙστοÏικό"
@@ -7293,17 +7318,17 @@ msgstr "ΙστοÏικό"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "ΙστοÏικό καθαÏίστηκε"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Η εκκαθάÏιση ιστοÏÎ¹ÎºÎ¿Ï Î¼Ï€Î¿Ïεί να πάÏει Ï€Î¿Î»Ï Ï‡Ïόνο. Συνέχεια;"
@@ -7317,13 +7342,17 @@ msgstr "ΙστοÏικό συμβάντων"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "ΙστοÏικό πεÏιόδου αποθήκευσης"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7348,26 +7377,26 @@ msgstr "ΟÏιζόντια ευθυγÏάμμιση"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7379,8 +7408,8 @@ msgstr "ΟÏιζόντια ευθυγÏάμμιση"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Ξενιστής"
@@ -7422,8 +7451,7 @@ msgstr "ΠÏόσβαση ξενιστή"
msgid "Host added"
msgstr "Ξενιστής Ï€Ïοστέθηκε"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7440,19 +7468,19 @@ msgstr "Ο ξενιστής δεν μποÏεί να έχει πλέον της
msgid "Host count"
msgstr "Πλήθος ξενιστών"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Ξενιστής διεγÏάφη"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Ξενιστής απενεÏγοποιημένος"
msgstr[1] "Ξενιστές απενεÏγοποιημένοι"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Ξενιστής ενεÏγοποιημένος"
@@ -7473,7 +7501,7 @@ msgstr[1] "Ξενιστές ενεÏγοποιημένοι"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Ομάδα ξενιστών"
@@ -7519,11 +7547,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7560,17 +7588,17 @@ msgstr "Ομάδες ξενιστών"
msgid "Host info"
msgstr "ΠληÏοφοÏίες ξενιστών"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Διεπαφή ξενιστή"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7591,7 +7619,7 @@ msgstr "Θέματα ξενιστή"
msgid "Host label type"
msgstr "ΤÏπος ετικέτας ξενιστή"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7618,54 +7646,58 @@ msgstr "Δίκτυα ξενιστών"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "ΠÏωτότυπος ξενιστής \"%1$s\" υπάÏχει ήδη σε \"%2$s\", κληÏονομημένος από άλλο σχεδιότυπο."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "ΠÏωτότυπος ξενιστής \"%1$s\" υπάÏχει ήδη σε \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "ΠÏωτότυπος ξενιστής Ï€Ïοστέθηκε"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "ΠÏωτότυπος ξενιστής διεγÏάφη"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
#, fuzzy
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "ΠÏωτότυπος ξενιστής ενημεÏώθηκε"
msgstr[1] "ΠÏωτότυπος ξενιστής ενημεÏώθηκε"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "ΠÏωτότυπος ξενιστής με όνομα \"%1$s\" υπάÏχει ήδη σε κανόνα ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "ΠÏωτότυπος ξενιστής με οÏατό όνομα \"%1$s\" υπάÏχει ήδη σε κανόνα ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "ΠÏωτότυποι ξενιστές"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "ΠÏωτότυποι ξενιστές διεγÏάφησαν"
@@ -7714,17 +7746,17 @@ msgstr "Ξενιστής με ίδιο όνομα \"%1$s\" υπάÏχει ήδη
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Ξενιστής με ίδιο οÏατό όνομα \"%1$s\" υπάÏχει ήδη."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7800,7 +7832,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7835,10 +7867,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7855,9 +7887,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "ΑισθητήÏας IPMI"
@@ -7974,7 +8006,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Εικόνα"
@@ -8082,7 +8114,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8098,9 +8130,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8113,11 +8145,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8130,7 +8162,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "ΣυμπεÏιλαμβάνω"
@@ -8398,8 +8430,8 @@ msgstr "Λανθασμένα οÏίσματα πέÏασαν στην συνάÏ
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8540,9 +8572,9 @@ msgstr "Λανθασμένο πεδίο \"%1$s\" όνομα ή τιμή στη Î
msgid "Incorrect fields for sysmap."
msgstr "Λανθασμένα πεδία για sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8595,7 +8627,7 @@ msgstr "Λανθασμένος Ï„Ïπος φίλτÏου συνθήκης γιά
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Λανθασμένη συνάÏτηση σε χÏήση"
@@ -8671,7 +8703,7 @@ msgstr "Λανθασμένο ID συλλέκτη \"%1$s\" παÏεχόμενο Î
msgid "Incorrect item for axis value."
msgstr "Λανθασμένος συλλέκτης για τιμή άξονα."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Λανθασμένο κλειδί συλλέκτη \"%1$s\" παÏέχεται για έκφÏαση εναÏσματος σε \"%2$s\"."
@@ -8682,11 +8714,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Λανθασμένο ID Ï€Ïωτότυπου συλλέκτη \"%1$s\" παÏεχόμενο γιά στοιχείο οθόνης."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Λανθασμένος Ï„Ïπος τιμής συλλέκτη \"%1$s\" παÏεχόμενος γιά λειτουÏγία εναÏσματος \"%2$s\"."
@@ -8857,35 +8889,35 @@ msgstr "Λανθασμένο αναγνωÏιστικό εναÏσματος γÎ
msgid "Incorrect trigger expression"
msgstr "Λανθασμένη έκφÏαση εναÏσματος"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Λανθασμένη έκφÏαση εναÏσματος."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Λανθασμένη έκφÏαση εναÏσματος. Ο ξενιστής \"%1$s\" δεν υπάÏχει ή δεν έχετε Ï€Ïόσβαση σε αυτόν."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Λανθασμένη έκφÏαση εναÏσματος. Στοιχεία έκφÏασης εναÏσματος δεν Ï€Ïέπει να ανήκουν ταυτόχÏονα σε ξενιστή και σχεδιότυπο."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Λανθασμένη λειτουÏγία εναÏσματος \"%1$s\" παÏέχεται στην έκφÏαση."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Λανθασμένη έκφÏαση Ï€Ïωτότυπου εναÏσματος. Ξενιστής \"%1$s\" δεν υπάÏχει ή χωÏίς Ï€Ïόσβαση σε αυτόν."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Λανθασμένη έκφÏαση Ï€Ïωτότυπου εναÏσματος. Στοιχεία έκφÏασης Ï€Ïωτότυπου εναÏσματος να μήν ανήκουν ταυτόχÏονα σε ξενιστή και σχεδιότυπο."
@@ -9036,16 +9068,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9056,7 +9087,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9206,23 +9237,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9311,10 +9344,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9322,10 +9355,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "ΠληÏοφοÏία"
@@ -9339,15 +9372,19 @@ msgstr "ΠληÏοφόÏηση"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9363,17 +9400,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Εισαγωγή"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Εισαγωγή έκφÏασης"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9385,7 +9422,7 @@ msgstr "Εγκατάσταση"
msgid "Installer name"
msgstr "Όνομα εγκαταστάτη"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9418,8 +9455,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Η διεπαφή με IP \"%1$s\" δεν μποÏεί να έχει κενό όνομα DNS."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9448,14 +9485,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9479,15 +9516,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "ΧÏονικό διάστημα"
@@ -9514,7 +9551,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9528,15 +9565,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "ΆκυÏη Ï€Ïώτη παÏάμετÏος."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "ΆκυÏη τέταÏτη παÏάμετÏος."
@@ -9548,11 +9585,11 @@ msgstr "ΆκυÏο hostid για μακÏοεντολή \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9593,7 +9630,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr "ΆκυÏες παÏάμετÏοι μεθόδου."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "ΆκυÏος αÏιθμός παÏαμέτÏων."
@@ -9625,6 +9662,15 @@ msgstr "ΆκυÏος αÏιθμός παÏαμέτÏων."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9637,75 +9683,81 @@ msgstr "ΆκυÏος αÏιθμός παÏαμέτÏων."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9722,7 +9774,7 @@ msgstr "ΆκυÏες παÏάμετÏοι."
msgid "Invalid response code \"%1$s\"."
msgstr "ΆκυÏος κωδικός απόκÏισης \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "ΆκυÏη δεÏτεÏη παÏάμετÏος."
@@ -9759,15 +9811,15 @@ msgstr "ΆκυÏη δεÏτεÏη παÏάμετÏος."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9780,7 +9832,7 @@ msgstr "ΆκυÏη δεÏτεÏη παÏάμετÏος."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "ΆκυÏη Ï„Ïίτη παÏάμετÏος."
@@ -9799,9 +9851,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "ΑπογÏαφή"
@@ -9828,9 +9880,9 @@ msgid "Issue"
msgstr "Θέμα"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9847,22 +9899,22 @@ msgid "Italian (it_IT)"
msgstr "Ιταλικά (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Συλλέκτης"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9899,15 +9951,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Συλλέκτης \"%1$s\" σε \"%2$s\": κατηγοÏία \"%3$s\" ανÏπαÏκτη."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Συλλέκτης Ï€Ïοστέθηκε"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9917,17 +9969,17 @@ msgstr[1] ""
msgid "Item count"
msgstr "Πλήθος συλλεκτών"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Συλλέκτης διεγÏάφη"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Συλλέκτης απενεÏγοποιημένος"
msgstr[1] "Συλλέκτες απενεÏγοποιημένοι"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Συλλέκτης ενεÏγοποιημένος"
@@ -9937,7 +9989,7 @@ msgstr[1] "Συλλέκτες ενεÏγοποιημένοι"
msgid "Item in \"not supported\" state"
msgstr "Συλλέκτης σε \"ανυποστήÏικτη\" κατάσταση"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Συλλέκτης μή επιλεγμένος"
@@ -9950,7 +10002,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9971,15 +10023,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "ΠÏωτότυπος συλλέκτης \"%1$s\" υπάÏχει ήδη σε \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "ΠÏωτότυπος συλλέκτης Ï€Ïοστέθηκε"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "ΠÏωτότυπος συλλέκτης διεγÏάφη"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
#, fuzzy
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
@@ -9993,7 +10045,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10001,19 +10053,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "ΠÏωτότυποι συλλέκτες"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "ΠÏωτότυποι συλλέκτες διεγÏάφησαν"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Συλλέκτης ενημεÏώθηκε"
@@ -10085,7 +10137,7 @@ msgstr "Ο συλλέκτης με κλειδί \"%1$s\" υπάÏχει ήδη Ï
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10095,11 +10147,11 @@ msgstr "Ο συλλέκτης με κλειδί \"%1$s\" υπάÏχει ήδη Ï
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Συλλέκτες"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Συλλέκτες διεγÏάφησαν"
@@ -10111,7 +10163,7 @@ msgstr "Κατάλογος συλλεκτών"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Συλλέκτες ενημεÏώθηκαν"
@@ -10119,7 +10171,7 @@ msgstr "Συλλέκτες ενημεÏώθηκαν"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10127,10 +10179,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "ΑντιπÏόσωπος JMX"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10143,10 +10195,10 @@ msgstr "JMX διεπαφές"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10178,7 +10230,7 @@ msgid "JSON-rpc version is not specified."
msgstr "Η έκδοση JSON-rpc δεν Ï€ÏοσδιοÏίζεται."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10186,7 +10238,7 @@ msgstr ""
msgid "Jan"
msgstr "Ιαν"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "ΙανουάÏιος"
@@ -10203,7 +10255,7 @@ msgstr ""
msgid "Jul"
msgstr "ΙοÏλ"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "ΙοÏλιος"
@@ -10211,11 +10263,11 @@ msgstr "ΙοÏλιος"
msgid "Jun"
msgstr "ΙοÏν"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "ΙοÏνιος"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10249,7 +10301,7 @@ msgstr "Το κλειδί \"%1$s\" δεν ταιÏιάζει <grpmax|grpmin|grps
msgid "Key passphrase"
msgstr "Κλειδί συνθηματικής φÏάσης"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Λέξη-κλειδί"
@@ -10286,23 +10338,23 @@ msgstr "Επιτυχής σÏνδεση LDAP"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10328,42 +10380,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Τελευταίο"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10400,23 +10452,24 @@ msgstr "Τελευταία μεταβολή (φθίνουσα)"
msgid "Last check"
msgstr "Τελευταίος έλεγχος"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "ΓÏάφημα τελευταίας ÏŽÏας"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "ΓÏάφημα τελευταίου μήνα"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Τελευταίο απο"
@@ -10429,21 +10482,21 @@ msgstr "Τελευταία εμφάνιση (ηλικία)"
msgid "Last value"
msgstr "Τελευταία τιμή"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "ΓÏάφημα τελευταίας εβδομάδος"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Τελευταία δεδομένα"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Τελευταίες τιμές"
@@ -10490,7 +10543,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10532,8 +10585,8 @@ msgstr "ΣÏνδεσμος"
msgid "Link indicators"
msgstr "ΣÏνδεση δεικτών"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10569,10 +10622,10 @@ msgstr "ΣÏνδεση με σχεδιότυπα"
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10666,10 +10719,10 @@ msgid "Location longitude"
msgstr "ΓεωγÏαφικό μήκος τοποθεσίας"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "ΚαταγÏαφή"
@@ -10681,10 +10734,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "ΜοÏφότυπος καταγÏαφής ÏŽÏας"
@@ -10741,7 +10794,7 @@ msgstr "Κανόνας ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Ï‡Î±Î¼Î·Î»Î¿Ï ÎµÏ€Î¹Ï€Î­Î´Î¿Ï… σε
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "Δ"
@@ -10758,8 +10811,9 @@ msgstr "MAC διεÏθυνση B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10774,7 +10828,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "ΜακÏοεντολή"
@@ -10801,10 +10855,10 @@ msgstr "Η μακÏοεντολή με hostmacroid \"%1$s\" δεν υπάÏχεÎ
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10895,16 +10949,16 @@ msgstr "ΣυντήÏηση χωÏίς συλλογή δεδομένων"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Λείπει υποχÏεωτική παÏάμετÏος."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "ΧειÏοκίνητα"
@@ -10919,7 +10973,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "ΧάÏτης"
@@ -11013,7 +11067,7 @@ msgstr "ΧάÏτες"
msgid "Mar"
msgstr "ΜαÏ"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "ΜάÏτιος"
@@ -11029,11 +11083,11 @@ msgstr "Σημειώστε άλλα"
msgid "Mark selected"
msgstr "Σημάδι επιλέχθηκε"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Μάσκα"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11052,11 +11106,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11104,7 +11158,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11119,7 +11173,7 @@ msgstr[1] "Μέγιστη χÏονική πεÏίοδος εμφάνισης %1$
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Μάιος"
@@ -11275,7 +11329,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "ΜηνÏματα"
@@ -11339,7 +11393,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Ελάχιστη βαÏÏτητα"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11398,7 +11452,7 @@ msgstr "Απόντες συλλέκτες Ï€Ïωτότυπου γÏαφήματÎ
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Απουσία ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï \"%1$s\" ξενιστή \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11471,7 +11525,7 @@ msgstr ""
msgid "Mon"
msgstr "Δευ"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "ΔευτέÏα"
@@ -11479,9 +11533,9 @@ msgstr "ΔευτέÏα"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Εποπτευόμενο μέσω διαμεσολαβητή"
@@ -11513,11 +11567,11 @@ msgstr "Μήνας"
msgid "Monthly"
msgstr "Μηνιαίως"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Î’Ïέθηκαν πεÏισσότεÏα ταιÏιάσματα..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11536,20 +11590,20 @@ msgstr "Πλέον του ενός γÏαφήματα ονόματος \"%1$s\"
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Πολλαπλά ΠΡΟΒΛΗΜΑΤΙΚΑ συμβάντα"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Σίγαση"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11582,13 +11636,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11616,17 +11671,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11646,19 +11701,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11667,15 +11722,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11685,12 +11740,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11781,12 +11836,12 @@ msgid "Never"
msgstr "Ποτέ"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Îέα κατηγοÏία"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11800,7 +11855,7 @@ msgstr "Îέα συνθήκη"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Îέο στοιχείο"
@@ -11836,13 +11891,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11851,20 +11906,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12018,6 +12073,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Όχι Ï€Ïοεπιλεγμένη διεπαφή για \"%1$s\" Ï„Ïπου σε \"%2$s\"."
@@ -12034,12 +12090,12 @@ msgstr "Δεν δόθηκαν IDs κανόνα εντοπισμοÏ."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12106,12 +12162,12 @@ msgstr ""
msgid "No image"
msgstr "ΧωÏίς εικόνα"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Δεν βÏέθηκε διεπαφή"
@@ -12126,7 +12182,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12164,7 +12220,7 @@ msgstr "Δεν παÏέχεται ID χάÏτη για στοιχείο οθόν
msgid "No maps added."
msgstr "Δεν Ï€Ïοστέθηκαν χάÏτες."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Δεν βÏέθηκαν ταιÏιάσματα"
@@ -12195,8 +12251,8 @@ msgstr "ΧωÏίς δικαιώματα για Ï€Ïόσβαση συστήματ
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12205,8 +12261,8 @@ msgstr "ΧωÏίς δικαιώματα για Ï€Ïόσβαση συστήματ
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12262,12 +12318,12 @@ msgstr "ΧωÏίς δικαιώματα για Ï€Ïόσβαση συστήματ
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12326,7 +12382,7 @@ msgstr "ΧωÏίς δικαιώματα για Ï€Ïόσβαση συστήματ
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12347,7 +12403,7 @@ msgstr "ΧωÏίς δικαιώματα για Ï€Ïόσβαση συστήματ
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "ΧωÏίς δικαιώματα σε αντικείμενο που αναφέÏεται ή δεν υπάÏχει!"
@@ -12377,7 +12433,7 @@ msgstr "Δεν καθοÏίστηκε αÏχείο δημοσίου κλειδι
msgid "No recipients for action operation message."
msgstr "ΧωÏίς παÏαλήπτες για μήνυμα εÏγασίας ενέÏγειας."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12389,11 +12445,11 @@ msgstr "Δεν Ï€Ïοστέθηκαν οθόνες."
msgid "No script specified for action operation command."
msgstr "Δεν καθοÏίσθηκε δέσμη ενεÏγειών για εντολή εÏγασίας ενέÏγειας."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Δεν επιλέχθηκε στόχος"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Δεν επιλέχθηκε στόχος."
@@ -12410,19 +12466,19 @@ msgstr "Δεν οÏίσθηκαν εναÏσματα."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12435,18 +12491,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Ουδέν"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12544,7 +12600,7 @@ msgstr ""
msgid "Nov"
msgstr "Îοε"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "ÎοέμβÏιος"
@@ -12557,11 +12613,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "ΑÏιθμός συλλεκτών (ενεÏγοί/ανενεÏγοί/ανυποστήÏικτοι)"
@@ -12629,11 +12685,11 @@ msgstr "ΑÏιθμός αλλαγών κατάστασης"
msgid "Number of steps"
msgstr "ΑÏιθμός βημάτων"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "ΑÏιθμός εναυσμάτων (ενεÏγά/ανενεÏγά) [Ï€Ïοβληματικά/ok]"
@@ -12649,7 +12705,7 @@ msgstr "ΑÏιθμός ανυποστήÏικτων συλλεκτών βάσεÏ
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "ΑÏιθμός χÏηστών (σε σÏνδεση)"
@@ -12701,22 +12757,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "ΑÏιθμητικό (κινητή υποδιαστολή)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "ΑÏιθμητικό (απÏόσημο)"
@@ -12734,13 +12790,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12756,7 +12812,7 @@ msgstr "OOB δÏομολογητής"
msgid "OOB subnet mask"
msgstr "OOB μάσκα υποδικτÏου"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "Ή"
@@ -12784,13 +12840,13 @@ msgstr "Οκτ"
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "ΟκτώβÏιος"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Εκτός"
@@ -12822,7 +12878,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Επί"
@@ -12897,7 +12953,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "ΑπαÏιθμώνται μόνο συλλέκτες εκχωÏημένοι σε ενεÏγοÏÏ‚ ξενιστές"
@@ -12953,7 +13009,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Εμφανίζεται μόνο το τελευταίο 20%% του δείκτη."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "ΑπαÏιθμώνται μόνο εναÏσματα εκχωÏημένα σε ενεÏγοÏÏ‚ ξενιστές και εξαÏτώμενα απο ενεÏγοÏÏ‚ συλλέκτες"
@@ -12975,7 +13031,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Η λειτουÏγία δεν εκτελείται λόγω μη εξουσιοδοτημένης αίτησης."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "ΛεπτομέÏειες λειτουÏγίας"
@@ -12991,12 +13047,12 @@ msgstr "Η λειτουÏγία δεν έχει σχεδιότυπο να λει
msgid "Operation type"
msgstr "ΤÏπος λειτουÏγίας"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13044,24 +13100,24 @@ msgstr "ΧειÏιστής"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Ή"
@@ -13090,55 +13146,57 @@ msgstr "Ή"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13177,8 +13235,8 @@ msgstr "Άλλα"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Επικαλυπτόμενο με"
@@ -13202,8 +13260,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13388,16 +13446,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "ΠΡΟΒΛΗΜΑ"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13409,26 +13467,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13447,13 +13505,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "ΠαÏάμετÏος"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13524,28 +13582,28 @@ msgstr "Παθητικός"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Συνθηματικό"
@@ -13557,15 +13615,15 @@ msgstr "Συνθηματικό (ξανά)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13582,7 +13640,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13599,17 +13657,22 @@ msgstr "Εκατοστιαία γÏαμμή (δεξιά)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "ΠεÏίοδος"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13655,7 +13718,7 @@ msgid "Placing algorithm"
msgstr "ΑλγόÏιθμος τοποθέτησης"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Απλό κείμενο"
@@ -13669,7 +13732,7 @@ msgstr "Παίξε"
msgid "Play sound"
msgstr "Παίξε ήχο"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13678,20 +13741,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Επιλέξτε δÏο στοιχεία"
@@ -13721,18 +13784,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "Πολωνικά (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "ΣυμπληÏώνει πεδίο απογÏαφής ξενιστή"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13763,33 +13825,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13800,23 +13862,23 @@ msgstr ""
msgid "Preview"
msgstr "ΠÏοεπισκόπηση"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13850,12 +13912,14 @@ msgid "Primary POC screen name"
msgstr "Καλλιτεχνικό όνομα ΠÏώτης Επαφής"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Ιδιωτικό συνθηματικό"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Ιδιωτικό Ï€Ïωτόκολλο"
@@ -13867,29 +13931,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "ΑÏχείο Î¹Î´Î¹Ï‰Ï„Î¹ÎºÎ¿Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Επίπεδο δικαιωμάτων"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13914,8 +13978,8 @@ msgstr ""
msgid "Problem display"
msgstr "ΠÏόβλημα εμφάνισης"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13932,7 +13996,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "ΠÏόβλημα σε"
@@ -13962,13 +14026,13 @@ msgstr "ΠÏόβλημα, άν όλα τα θυγατÏικά έχουν Ï€ÏοÎ
msgid "Problem, if at least one child has a problem"
msgstr "ΠÏόβλημα, άν τουλάχιστον ένα θυγατÏικό έχει Ï€Ïόβλημα"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13977,7 +14041,7 @@ msgstr "ΠÏόβλημα, άν τουλάχιστον ένα θυγατÏικό
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "ΠÏοβλήματα"
@@ -14014,7 +14078,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14032,7 +14096,7 @@ msgstr "Διαμεσολαβητές"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14104,20 +14168,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Δημόσιο κλειδί"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "ΑÏχείο δημόσιου κλειδιοÏ"
@@ -14147,8 +14211,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14158,10 +14222,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14219,7 +14283,7 @@ msgid "Received value"
msgstr "Ληφθείσα τιμή"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14246,24 +14310,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Ανάκτηση"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14273,9 +14337,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14290,11 +14354,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14308,7 +14372,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Κανονική έκφÏαση"
@@ -14348,7 +14412,7 @@ msgstr "Κανονικές εκφÏάσεις"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14372,6 +14436,12 @@ msgstr "ΑπομακÏυσμένη εντολή"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14388,43 +14458,37 @@ msgstr "ΑπομακÏυσμένη εντολή"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14433,14 +14497,14 @@ msgstr "ΑπομακÏυσμένη εντολή"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14463,7 +14527,7 @@ msgstr "ΑπομακÏυσμένη εντολή"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14496,8 +14560,8 @@ msgstr "ΑπομακÏυσμένη εντολή"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "ΑφαίÏεση"
@@ -14533,7 +14597,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14543,17 +14607,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Αντικατάσταση"
@@ -14568,23 +14632,23 @@ msgstr "Αντικατάσταση εξαÏτήσεων"
msgid "Reports"
msgstr "ΑναφοÏές"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14594,7 +14658,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "ΑπαιτοÏμενο"
@@ -14611,14 +14675,14 @@ msgstr "ΑπαιτοÏμενη απόδοση (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "ΑπαιτοÏμενη απόδοση εξυπηÏετητή Zabbix, αναμένεται σε νέες τιμές ανά δευτεÏόλεπτο."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "ΑπαιτοÏμενη απόδοση εξυπηÏετητή, νέες τιμές ανά δευτεÏόλεπτο"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "ΑπαιτοÏμενοι κωδικοί κατάστασης"
@@ -14626,7 +14690,7 @@ msgstr "ΑπαιτοÏμενοι κωδικοί κατάστασης"
msgid "Required string"
msgstr "ΑπαιτοÏμενη στοιχειοσειÏά"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "ΕπαναφοÏά"
@@ -14655,7 +14719,7 @@ msgstr "Επιβεβαίωση επαναφοÏάς"
msgid "Reset defaults"
msgstr "ΕπαναφοÏά Ï€ÏοκαθοÏισμένων"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Επιλυμένο"
@@ -14667,26 +14731,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14723,15 +14787,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Αποτέλεσμα"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14750,14 +14814,14 @@ msgstr "Αποτέλεσμα ΑΛΗΘΕΣ"
msgid "Result type"
msgstr "ΤÏπος αποτελέσματος"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14920,12 +14984,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr "Ρωσικά (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "Σ"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "Κ"
@@ -14935,7 +14999,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14980,16 +15045,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14997,8 +15062,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP κοινότητα"
@@ -15014,11 +15081,13 @@ msgstr "SNMP παγίδα"
msgid "SNMP trap key is invalid."
msgstr "SNMP άκυÏο κλειδί παγίδας."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15026,7 +15095,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "ΑντιπÏόσωπος SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15034,7 +15104,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "ΑντιπÏόσωπος SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15056,9 +15127,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "ΕÏώτημα SQL"
@@ -15081,40 +15152,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "ΑντιπÏόσωπος SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "SSL αÏχείο πιστοποιητικοÏ"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "SSL αÏχείο κλειδιοÏ"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "SSL συνθηματικό κλειδιοÏ"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSL επαλήθευση ξενιστή"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSL επαλήθευση ομότιμου"
@@ -15142,15 +15213,23 @@ msgstr ""
msgid "Sat"
msgstr "Σάβ"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Σάββατο"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15172,12 +15251,12 @@ msgid "Scheduled check"
msgstr "ΠÏογÏαμματισμένος έλεγχος"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15261,9 +15340,9 @@ msgid "Screen updated"
msgstr "Οθόνη ενημεÏώθηκε"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15278,7 +15357,7 @@ msgstr "Οθόνη ενημεÏώθηκε"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Οθόνες"
@@ -15344,7 +15423,7 @@ msgstr "Δέσμη ενεÏγειών ενημεÏώθηκε"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Δέσμες ενεÏγειών"
@@ -15402,19 +15481,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Επίπεδο ασφάλειας"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Όνομα ασφάλειας"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15425,8 +15506,8 @@ msgstr "Όνομα ασφάλειας"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15434,15 +15515,15 @@ msgstr "Όνομα ασφάλειας"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Επιλέξτε"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Επιλέξτε Ï€Ïωτότυπο"
@@ -15475,19 +15556,19 @@ msgstr "Επιλεγμένα στοιχεία"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15512,7 +15593,7 @@ msgstr "Αποστολή μόνο σε"
msgid "Send to"
msgstr "Αποστολή σε"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15539,13 +15620,13 @@ msgstr "Σεπ"
msgid "Separated"
msgstr "ΧωÏιστό"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "ΣεπτέμβÏιος"
@@ -15670,12 +15751,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "ΤεÏματισμός συνεδÏίας. Επανασυνδεθείτε."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15684,11 +15766,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15711,28 +15793,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15751,7 +15833,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15781,7 +15863,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15799,14 +15881,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15817,8 +15899,8 @@ msgstr ""
msgid "Show"
msgstr "Εμφάνιση"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Εμφάνιση λεπτομεÏειών"
@@ -15826,7 +15908,7 @@ msgstr "Εμφάνιση λεπτομεÏειών"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15853,7 +15935,11 @@ msgstr "Εμφάνιση υπομνήματος"
msgid "Show lines"
msgstr "Εμφάνιση γÏαμμών"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15875,9 +15961,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15888,7 +15974,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15902,7 +15988,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Εμφάνιση κειμένου ως HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15913,7 +15999,7 @@ msgid "Show triggers"
msgstr "Εμφάνιση εναυσμάτων"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15922,10 +16008,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Εμφάνιση τιμής"
@@ -15937,7 +16023,7 @@ msgstr "Εμφάνιση Ï€Ïοειδοποίησης εάν εξυπηÏετηÏ
msgid "Show working time"
msgstr "Εμφάνιση χÏόνου εÏγασίας"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "ΟÏατό"
@@ -15988,8 +16074,8 @@ msgstr "Απλό γÏάφημα"
msgid "Simple graph prototype"
msgstr "Απλό Ï€Ïωτότυπο γÏάφημα"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16100,7 +16186,7 @@ msgstr "Διαφάνειες"
msgid "Slovak (sk_SK)"
msgstr "Σλοβακικά (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Αναβολή"
@@ -16238,7 +16324,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16246,16 +16333,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16275,7 +16361,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16363,28 +16449,28 @@ msgid "Stop"
msgstr "Σταματώ"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16396,7 +16482,7 @@ msgstr "Ευθεία"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16421,14 +16507,14 @@ msgid "Subject"
msgstr "Θέμα"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "ΥποχάÏτης"
@@ -16436,7 +16522,7 @@ msgstr "ΥποχάÏτης"
msgid "Success Audit"
msgstr "Επιτυχής επιθεώÏηση"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16449,7 +16535,7 @@ msgstr ""
msgid "Sun"
msgstr "ΚυÏ"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "ΚυÏιακή"
@@ -16493,7 +16579,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Εναλλαγή μεθόδου ταυτοποίησης, θα επαναφέÏει όλες εκτός αυτής της συνεδÏίας! Συνέχεια;"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16544,12 +16630,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "Π"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "Τ"
@@ -16591,12 +16677,12 @@ msgstr "Ο πίνακας \"%1$s\" δεν έχει πεδίο με όνομα \"
msgid "Tag"
msgstr "Ετικέτα"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16605,12 +16691,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16621,25 +16707,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16647,11 +16733,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16660,11 +16746,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Στόχος"
@@ -16783,13 +16869,13 @@ msgstr "Σχεδιότυπο με ίδιο οÏατό όνομα \"%1$s\" υπά
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16811,20 +16897,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Δοκιμή"
@@ -16849,7 +16935,7 @@ msgstr "Δοκιμή δεδομένων"
msgid "Test expressions"
msgstr "Δοκιμή εκφÏάσεων"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16877,10 +16963,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16919,7 +17005,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17012,11 +17098,11 @@ msgstr "Η κατηγοÏία σενάÏιο Î¹ÏƒÏ„Î¿Ï Î±Î½Î®ÎºÎµÎ¹ σε δια
msgid "Theme"
msgstr "Θέμα"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17025,11 +17111,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Αυτό το μήνα"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17041,23 +17127,23 @@ msgstr "Αυτή η στήλη οθόνης δεν είναι κενή. Îα δÎ
msgid "This screen row is not empty. Delete it?"
msgstr "Αυτή η γÏαμμή οθόνης δεν είναι κενή. Îα διαγÏαφεί;"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Αυτή την εβδομάδα"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Αυτό το έτος"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17069,7 +17155,7 @@ msgstr ""
msgid "Thu"
msgstr "Πέμ"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Πέμπτη"
@@ -17080,19 +17166,19 @@ msgstr "Πέμπτη"
msgid "Till"
msgstr "Έως"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17135,12 +17221,12 @@ msgstr ""
msgid "Time period"
msgstr "ΧÏονική πεÏίοδος"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17152,16 +17238,23 @@ msgstr "ΧÏονική μετατόπιση"
msgid "Time type"
msgstr "ΤÏπος χÏόνου"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Λήξη χÏόνου"
@@ -17175,22 +17268,23 @@ msgstr "Λήξη χÏόνου"
msgid "Timestamp"
msgstr "Σήμανση χÏόνου"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Σε"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Για να οÏίσετε διεπαφή ξενιστή επιλέξτε απλό Ï„Ïπο στοιχείου για όλα τα στοιχεία"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "ΣήμεÏα"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17280,10 +17374,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "ΠεÏίοδος αποθήκευσης τάσεων"
@@ -17292,34 +17386,34 @@ msgstr "ΠεÏίοδος αποθήκευσης τάσεων"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Τάσεις"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Έναυσμα"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Το έναυσμα \"%1$s\" υπάÏχει ήδη σε \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17329,7 +17423,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Έναυσμα \"%1$s\" εξαÏτάται με ανÏπαÏκτο έναυσμα \"%2$s\"."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17337,7 +17431,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Έναυσμα Ï€Ïοστέθηκε"
@@ -17345,7 +17439,7 @@ msgstr "Έναυσμα Ï€Ïοστέθηκε"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Έναυσμα δεν μποÏεί να εξαÏτάται με κληÏονόμο έναυσμα."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17355,7 +17449,7 @@ msgstr[1] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Έναυσμα διεγÏάφη"
@@ -17363,7 +17457,7 @@ msgstr "Έναυσμα διεγÏάφη"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Έναυσμα απενεÏγοποιημένο"
@@ -17374,13 +17468,13 @@ msgstr[1] "ΕναÏσματα απενεÏγοποιημένα"
msgid "Trigger displaying options"
msgstr "Εμφάνιση επιλογών εναÏσματος"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Έναυσμα ενεÏγοποιημένο"
msgstr[1] "ΕναÏσματα ενεÏγοποιημένα"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Η έκφÏαση εναÏσματος Ï€Ïέπει να πεÏιέχει τουλάχιστον μία αναφοÏά ξενιστή:κλειδί."
@@ -17420,24 +17514,24 @@ msgstr "Επισκόπηση εναυσμάτων"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "ΠÏωτότυπο έναυσμα"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "ΠÏωτότυπο έναυσμα \"%1$s\" πεÏιέχει Ï€Ïωτότυπους συλλέκτες από πολλαπλοÏÏ‚ κανόνες εντοπισμοÏ."
@@ -17447,12 +17541,12 @@ msgstr "ΠÏωτότυπο έναυσμα \"%1$s\" πεÏιέχει Ï€Ïωτότ
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "ΠÏωτότυπο έναυσμα \"%1$s\" να πεÏιέχει τουλάχιστον ένα Ï€Ïωτότυπο συλλέκτη."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "ΠÏωτότυπο έναυσμα Ï€Ïοστέθηκε"
@@ -17460,11 +17554,11 @@ msgstr "ΠÏωτότυπο έναυσμα Ï€Ïοστέθηκε"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "ΠÏωτότυπο έναυσμα διεγÏάφη"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
#, fuzzy
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
@@ -17473,7 +17567,7 @@ msgstr[1] "ΠÏωτότυπο έναυσμα ενημεÏώθηκε"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17481,15 +17575,15 @@ msgstr[1] "ΠÏωτότυπο έναυσμα ενημεÏώθηκε"
msgid "Trigger prototypes"
msgstr "ΠÏωτότυπα εναÏσματα"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "ΠÏωτότυπα εναÏσματα διεγÏάφησαν"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "ΠÏωτότυπα εναÏσματα ενημεÏώθηκαν"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17497,11 +17591,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "ΣοβαÏότητα εναÏσματος"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Κατάσταση εναÏσματος \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Κατάσταση εναÏσματος \"Problem\""
@@ -17509,19 +17603,19 @@ msgstr "Κατάσταση εναÏσματος \"Problem\""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Έναυσμα ενημεÏώθηκε"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17534,11 +17628,11 @@ msgstr "Έναυσμα ενημεÏώθηκε"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "ΕναÏσματα"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "ΕναÏσματα διεγÏάφησαν"
@@ -17554,7 +17648,7 @@ msgstr ""
msgid "Tue"
msgstr "ΤÏι"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "ΤÏίτη"
@@ -17567,7 +17661,7 @@ msgstr "ΤουÏκικά (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "ΔÏο συλλέκτες (\"%1$s\" και \"%2$s\") δεν μποÏοÏν να συμπληÏώσουν ίδιο πεδίο απογÏαφής ξενιστή \"%3$s\", αυτό θα οδηγοÏσε σε σÏγκÏουση."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17587,7 +17681,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17599,21 +17693,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17646,18 +17740,18 @@ msgstr "ΤÏπος (φθίνουσα)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "ΤÏπος υπολογισμοÏ"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "ΤÏπος πληÏοφοÏιών"
@@ -17674,8 +17768,8 @@ msgstr "ΤÏποι"
msgid "UNKNOWN"
msgstr "ΑΓÎΩΣΤΟ"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17685,11 +17779,11 @@ msgstr "ΑΓÎΩΣΤΟ"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17735,7 +17829,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17819,10 +17913,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Μονάδες"
@@ -17844,7 +17938,7 @@ msgstr "Μονάδες"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17863,18 +17957,18 @@ msgstr "Άγνωστη ενέÏγεια"
msgid "Unknown error"
msgstr "Άγνωστο σφάλμα"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Άγνωστη λειτουÏγία."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Άγνωστος συλλέκτης ξενιστή, κανένας τέτοιος συλλέκτης σε επιλεγμένο ξενιστή"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Άγνωστος ξενιστής, δεν υπάÏχει τέτοιος ξενιστής στο σÏστημα"
@@ -17900,15 +17994,15 @@ msgstr "Άγνωστος Ï„Ïπος τιμής"
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "ΑποσÏνδεση"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "ΑποσÏνδεση και εκκαθάÏιση"
@@ -17951,7 +18045,7 @@ msgstr "ΑσÏνδετο: ΠÏωτότυπος συλλέκτης \"%1$s\" σε
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "ΑσÏνδετο: ΣενάÏιο Î¹ÏƒÏ„Î¿Ï \"%1$s\" σε \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "ΑναίÏεση σίγασης"
@@ -17997,6 +18091,11 @@ msgstr "ΑνυποστήÏικτη παÏάμετÏος \"%2$s\" γιά φίλτ
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "ΑνυποστήÏικτη παÏάμετÏος \"%2$s\" γιά φίλτÏο κανόνα ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18033,28 +18132,29 @@ msgstr "Ανοικτά"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18071,16 +18171,16 @@ msgstr "ΕνημέÏωση υφιστάμενων"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Διάστημα ενημέÏωσης"
@@ -18135,7 +18235,7 @@ msgstr "ΧÏόνος διαθεσιμότητας υπηÏεσίας εξυπηÏ
msgid "Uptime/Downtime"
msgstr "ΧÏόνος διαθεσιμότητας/Μη Διαθεσιμότητας"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "ΧÏήση ομαδικών αιτήσεων"
@@ -18164,7 +18264,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "ΧÏήστης"
@@ -18326,14 +18426,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Όνομα χÏήστη"
@@ -18400,11 +18500,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Όνομα χÏήστη"
@@ -18412,8 +18512,8 @@ msgstr "Όνομα χÏήστη"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18678,24 +18778,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18825,18 +18925,18 @@ msgstr "Μεταβλητές"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18844,8 +18944,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18857,7 +18957,7 @@ msgstr "Κατασκευαστής"
msgid "Verbose"
msgstr "Αναλυτικό"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18918,7 +19018,7 @@ msgstr "ΟÏατό όνομα"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Το οÏατό όνομα δεν μποÏεί να είναι κενό αν το όνομα ξενιστή απουσιάζει."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "Τ"
@@ -18930,22 +19030,22 @@ msgstr "Τ"
msgid "Warning"
msgstr "ΠÏοειδοποίηση"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "ΠÏοσοχή"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "ΛυποÏμαστε, ο μέγιστος πιθανόν αÏιθμός στοιχείων για υπενθÏμιση έχει καλυφθεί."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18955,7 +19055,7 @@ msgstr "ΛυποÏμαστε, ο μέγιστος πιθανόν αÏιθμός
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Ιστός"
@@ -19012,7 +19112,7 @@ msgstr[1] "ΣενάÏια Î¹ÏƒÏ„Î¿Ï ÎµÎ½ÎµÏγοποιημένα"
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19030,7 +19130,7 @@ msgstr ""
msgid "Wed"
msgstr "Τετ"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "ΤετάÏτη"
@@ -19043,7 +19143,7 @@ msgstr "Εβδομαδιαίως"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19051,7 +19151,7 @@ msgstr ""
msgid "When active"
msgstr "Όταν είναι ενεÏγά"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19093,7 +19193,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19167,13 +19267,13 @@ msgstr "Λάθος πεδία για υπηÏεσία \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Λάθος πεδία για χÏόνο υπηÏεσίας \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Λάθος πεδία για έναυσμα."
@@ -19181,8 +19281,8 @@ msgstr "Λάθος πεδία για έναυσμα."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19215,10 +19315,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19309,7 +19409,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19328,20 +19428,20 @@ msgstr "Ετησίως"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19353,7 +19453,7 @@ msgstr "Ετησίως"
msgid "Yes"
msgstr "Îαί"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19364,7 +19464,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Δεν μποÏείται να επιλέξετε κάποια από τις γλώσσες, επειδή οι τοπικές Ïυθμίσεις για αυτές δεν είναι εγκατεστημένες στον εξυπηÏετητή ιστοÏ."
@@ -19419,7 +19519,7 @@ msgstr "Δεν έχετε άδεια για να εκτελέσετε αυτή Ï
msgid "You do not have permissions to create users."
msgstr "Δεν έχετε δικαιώματα για δημιουÏγία χÏηστών."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19427,7 +19527,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "ΧωÏίς δικαίωμα Ï€Ïόσβασης σε αυτή τη σελίδα."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19502,7 +19602,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "ΕξυπηÏετητής Zabbix"
@@ -19520,7 +19620,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19528,15 +19628,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "ΕξυπηÏετητής zabbix ανενεÏγός: εμφανιζόμενη πληÏοφοÏία ασÏγχÏονη."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Ο ΕξυπηÏετητής Zabbix λειτουÏγεί"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Όνομα εξυπηÏετητή Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "ΘÏÏα εξυπηÏετητή Zabbix"
@@ -19545,6 +19645,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix παγιδευτής"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19558,51 +19659,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19615,8 +19721,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19624,29 +19730,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19688,6 +19794,10 @@ msgstr "όλα"
msgid "all media"
msgstr "όλα τα μέσα"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19699,23 +19809,23 @@ msgstr "όλα τα μέσα"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19725,7 +19835,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19733,11 +19843,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19786,11 +19896,11 @@ msgstr ""
msgid "avg"
msgstr "μ.ο."
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19818,10 +19928,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19829,7 +19938,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19854,6 +19963,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19880,11 +19992,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19906,14 +20018,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19938,7 +20050,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19956,11 +20068,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19979,11 +20091,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "η"
@@ -19992,32 +20104,32 @@ msgstr "η"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "ημέÏες"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "Ï€ÏοκαθοÏισμένο"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20043,11 +20155,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20086,7 +20198,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20125,7 +20237,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20133,14 +20245,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "καθολικές Ïυθμίσεις τακτοποίησης"
@@ -20149,7 +20261,7 @@ msgstr "καθολικές Ïυθμίσεις τακτοποίησης"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "ω"
@@ -20208,11 +20320,11 @@ msgstr "εν"
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20249,7 +20361,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20263,15 +20375,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20281,7 +20393,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20293,7 +20405,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20323,7 +20435,7 @@ msgstr "κενό κλειδί"
msgid "last"
msgstr "τελευταίο"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20335,15 +20447,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20351,12 +20463,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr "κανόνας ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Ï‡Î±Î¼Î·Î»Î¿Ï ÎµÏ€Î¹Ï€Î­Î´Î¿Ï…"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "λ"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "μ"
@@ -20386,7 +20498,7 @@ msgstr "χάÏτης"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20410,7 +20522,7 @@ msgstr "μεγ."
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20437,12 +20549,12 @@ msgstr ""
msgid "min"
msgstr "ελάχ."
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20475,27 +20587,27 @@ msgstr "Ï€Ïέπει να είναι έγκυÏος χÏήστης LDAP"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "νέο"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "νέο"
@@ -20505,7 +20617,7 @@ msgstr "νέο"
msgid "no data"
msgstr "όχι δεδομένα"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20526,7 +20638,7 @@ msgstr "όχι σε"
msgid "not selected"
msgstr "δεν επιλέχθηκε"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20534,8 +20646,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "απο"
@@ -20583,7 +20695,7 @@ msgstr "εκτός"
msgid "on"
msgstr "επί"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20599,11 +20711,11 @@ msgstr "άλλο"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20614,11 +20726,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20635,12 +20747,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "ανανεώνεται κάθε %1$s δευτ."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20657,7 +20769,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20706,6 +20818,7 @@ msgstr "σÏντομη πεÏιγÏαφή"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20720,15 +20833,15 @@ msgstr "σÏντομη πεÏιγÏαφή"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20736,10 +20849,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "εμφάνιση αντιστοιχίσεων εικονίδιου"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "εμφάνιση αντιστοιχίσεων τιμών"
@@ -20747,11 +20860,11 @@ msgstr "εμφάνιση αντιστοιχίσεων τιμών"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20759,7 +20872,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20768,14 +20881,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20810,9 +20923,13 @@ msgstr "το ID σχεδιότυπου \"%1$s\" πέÏασε %2$s φοÏές"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20827,7 +20944,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20846,18 +20963,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20868,26 +21009,26 @@ msgstr "έναυσμα"
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "ΠληκτÏολογήστε για αναζήτηση"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20897,7 +21038,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20914,9 +21055,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20943,12 +21085,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20958,7 +21100,7 @@ msgstr ""
msgid "unknown"
msgstr "άγνωστο"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20967,28 +21109,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20998,7 +21140,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "τιμή"
@@ -21016,26 +21158,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21063,9 +21208,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21102,7 +21247,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "ε"
diff --git a/ui/locale/en_US/LC_MESSAGES/frontend.po b/ui/locale/en_US/LC_MESSAGES/frontend.po
index 7d46f5bf66c..35137fc3c34 100644
--- a/ui/locale/en_US/LC_MESSAGES/frontend.po
+++ b/ui/locale/en_US/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2019-10-10 13:24+0300\n"
"Last-Translator: Oleksiy <zalex_ua@i.ua>\n"
"Language-Team: \n"
@@ -31,7 +31,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" is expected"
@@ -59,7 +59,7 @@ msgid "\"host:key\" pair is expected"
msgstr "\"host:key\" pair is expected"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -77,7 +77,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d day"
msgstr[1] "%1$d days"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -161,8 +161,8 @@ msgstr[1] "%1$s messages"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -176,7 +176,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "%1$s of %2$s element in problem state"
msgstr[1] "%1$s of %2$s elements in problem state"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -208,15 +208,15 @@ msgstr[1] "%1$s retries left"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s second"
msgstr[1] "%1$s seconds"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr "%1$s symbols remaining"
@@ -235,20 +235,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s widget"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, Severity, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, read only"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -286,20 +286,20 @@ msgstr "(0 - use action default)"
msgid "(Only super admins can create groups)"
msgstr "(Only super admins can create groups)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(no proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - use default port"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 or 1"
@@ -375,11 +375,12 @@ msgid "ADD OVERRIDE"
msgstr "ADD OVERRIDE"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "AND"
@@ -406,16 +407,16 @@ msgstr[0] "Account is blocked for %1$s second."
msgstr[1] "Account is blocked for %1$s seconds."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Ack"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Acknowledge"
@@ -448,7 +449,7 @@ msgstr "Acknowledged RESOLVED events"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -461,30 +462,30 @@ msgstr "Acknowledged RESOLVED events"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -555,18 +556,18 @@ msgstr "Action updated"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Actions"
@@ -602,6 +603,9 @@ msgstr "Active till"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -629,9 +633,6 @@ msgstr "Active till"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -641,9 +642,9 @@ msgstr "Active till"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -655,39 +656,40 @@ msgstr "Active till"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -698,20 +700,20 @@ msgstr "Active till"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -738,8 +740,8 @@ msgstr "Active till"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Add"
@@ -747,7 +749,7 @@ msgstr "Add"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Add a new widget"
@@ -755,7 +757,7 @@ msgstr "Add a new widget"
msgid "Add child"
msgstr "Add child"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Add child element"
@@ -767,7 +769,7 @@ msgstr "Add host"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Add multiple maps"
@@ -776,6 +778,7 @@ msgid "Add new data set"
msgstr "Add new data set"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -784,7 +787,7 @@ msgid "Add new override"
msgstr "Add new override"
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Add prototype"
@@ -805,11 +808,11 @@ msgstr "Add to host group"
msgid "Add to host groups"
msgstr "Add to host groups"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Add widget"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -833,7 +836,7 @@ msgid "Age"
msgstr "Age"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Age less than"
@@ -845,7 +848,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agent"
@@ -904,7 +907,7 @@ msgstr "Align map elements"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "All"
@@ -922,7 +925,7 @@ msgstr "All groups"
msgid "All hosts"
msgstr "All hosts"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "All links should have \"Name\" and \"URL\" specified"
@@ -930,13 +933,13 @@ msgstr "All links should have \"Name\" and \"URL\" specified"
msgid "All maps"
msgstr "All maps"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "All problems"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "All problems if tag values match"
@@ -956,48 +959,48 @@ msgstr "All tags"
msgid "All templates"
msgstr "All templates"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Allow manual close"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Allowed hosts"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Alternatively, you can install it manually:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "And"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1006,14 +1009,14 @@ msgid "And/Or"
msgstr "And/Or"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1029,10 +1032,10 @@ msgstr "Any character string included"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1066,8 +1069,8 @@ msgid "Application error."
msgstr "Application error."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Application prototypes"
@@ -1090,15 +1093,15 @@ msgstr "Application with applicationid \"%1$s\" does not exist."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1106,15 +1109,17 @@ msgstr "Application with applicationid \"%1$s\" does not exist."
msgid "Applications"
msgstr "Applications"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Apply"
@@ -1132,7 +1137,7 @@ msgstr "Approaching"
msgid "Apr"
msgstr "Apr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "April"
@@ -1144,7 +1149,11 @@ msgstr "Are you sure you want perform this action?"
msgid "Are you sure you want to delete"
msgstr "Are you sure you want to delete"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Are you sure, you want to leave this page?"
@@ -1160,12 +1169,12 @@ msgstr "Area type"
msgid "Arithmetic"
msgstr "Arithmetic"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "As is"
@@ -1275,7 +1284,7 @@ msgstr "Audit log"
msgid "Aug"
msgstr "Aug"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "August"
@@ -1292,9 +1301,9 @@ msgstr ""
msgid "Authentication"
msgstr "Authentication"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Authentication algorithm"
@@ -1304,21 +1313,23 @@ msgid "Authentication failed: %1$s."
msgstr "Authentication failed: %1$s."
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Authentication method"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Authentication passphrase"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Authentication protocol"
@@ -1357,9 +1368,9 @@ msgstr "Auto-logout"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automatic"
@@ -1389,7 +1400,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Availability"
@@ -1414,8 +1425,8 @@ msgstr "Average"
msgid "Axes"
msgstr "Axes"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Back"
@@ -1469,16 +1480,16 @@ msgid "Blue"
msgstr "Blue"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "Body"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "Body and headers"
@@ -1519,11 +1530,11 @@ msgstr ""
msgid "Bottom"
msgstr "Bottom"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "Bring forward"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Bring to front"
@@ -1550,8 +1561,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "CLOSING"
@@ -1571,7 +1582,7 @@ msgstr "CPU load. Returns float"
msgid "CPU utilisation percentage. Returns float"
msgstr "CPU utilisation percentage. Returns float"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1604,7 +1615,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "Calendar"
@@ -1612,7 +1623,7 @@ msgstr "Calendar"
msgid "Callback"
msgstr "Callback"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "Can not be removed"
@@ -1638,10 +1649,10 @@ msgstr "Can not be removed"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Cancel"
@@ -1686,12 +1697,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Cannot add dependency from a host to a template."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Cannot add discovery rule"
@@ -1715,7 +1726,7 @@ msgstr "Cannot add group."
msgid "Cannot add host"
msgstr "Cannot add host"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Cannot add host prototype"
@@ -1725,7 +1736,7 @@ msgstr "Cannot add host prototype"
msgid "Cannot add image"
msgstr "Cannot add image"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Cannot add item"
@@ -1734,7 +1745,7 @@ msgstr "Cannot add item"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Cannot add item prototype"
@@ -1817,11 +1828,11 @@ msgstr "Cannot add submaps. Max depth reached."
msgid "Cannot add template"
msgstr "Cannot add template"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Cannot add trigger"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Cannot add trigger prototype"
@@ -1844,11 +1855,11 @@ msgstr "Cannot add value map"
msgid "Cannot add web scenario"
msgstr "Cannot add web scenario"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "Cannot add widgets in kiosk mode"
@@ -1865,11 +1876,11 @@ msgstr "Cannot bind to LDAP server."
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Cannot call method \"%1$s.%2$s\" without parameters."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Cannot clear history"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1877,7 +1888,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Cannot clone graph prototypes."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Cannot clone host prototypes."
@@ -1900,7 +1911,7 @@ msgstr "Cannot close problem: %1$s."
msgid "Cannot connect to LDAP server."
msgstr "Cannot connect to LDAP server."
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Cannot connect to the database."
@@ -1914,24 +1925,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] "Cannot copy graph"
msgstr[1] "Cannot copy graphs"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Cannot copy item"
msgstr[1] "Cannot copy items"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Cannot copy trigger"
msgstr[1] "Cannot copy triggers"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Cannot create a host prototype on a discovered host \"%1$s\"."
@@ -1969,7 +1980,7 @@ msgstr "Cannot create new application, web scenario is already assigned to appli
msgid "Cannot create template."
msgstr "Cannot create template."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Cannot create the configuration file."
@@ -2013,11 +2024,11 @@ msgstr "Cannot delete dependency"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Cannot delete discovered application \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Cannot delete discovery rule"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Cannot delete discovery rules"
@@ -2043,7 +2054,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Cannot delete group"
msgstr[1] "Cannot delete groups"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Cannot delete host"
@@ -2061,7 +2072,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] "Cannot delete host group because maintenance \"%1$s\" must contain at least one host or host group."
msgstr[1] "Cannot delete selected host groups because maintenance \"%1$s\" must contain at least one host or host group."
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Cannot delete host prototypes"
@@ -2077,19 +2088,19 @@ msgstr "Cannot delete image"
msgid "Cannot delete inventory."
msgstr "Cannot delete inventory."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Cannot delete item"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Cannot delete item prototype"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Cannot delete item prototypes"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Cannot delete items"
@@ -2173,7 +2184,7 @@ msgstr "Cannot delete templated graph prototype."
msgid "Cannot delete templated graph."
msgstr "Cannot delete templated graph."
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Cannot delete templated host prototype."
@@ -2204,19 +2215,19 @@ msgstr "Cannot delete templated trigger prototype \"%1$s:%2$s\"."
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Cannot delete templated web scenario \"%1$s\"."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Cannot delete trigger"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Cannot delete trigger prototype"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Cannot delete trigger prototypes"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Cannot delete triggers"
@@ -2254,20 +2265,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] "Cannot disable correlation"
msgstr[1] "Cannot disable correlations"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Cannot disable discovery rule"
msgstr[1] "Cannot disable discovery rules"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Cannot disable host"
msgstr[1] "Cannot disable hosts"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Cannot disable item"
@@ -2286,7 +2297,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Cannot disable trigger"
@@ -2318,20 +2329,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] "Cannot enable correlation"
msgstr[1] "Cannot enable correlations"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Cannot enable discovery rule"
msgstr[1] "Cannot enable discovery rules"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Cannot enable host"
msgstr[1] "Cannot enable hosts"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Cannot enable item"
@@ -2350,7 +2361,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Cannot enable trigger"
@@ -2370,7 +2381,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Cannot execute script"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Cannot expand macros."
@@ -2532,7 +2543,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "Cannot import template \"%1$s\", linked template \"%2$s\" does not exist."
msgstr[1] "Cannot import template \"%1$s\", linked templates \"%2$s\" do not exist."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Cannot insert trigger expression"
@@ -2639,7 +2650,7 @@ msgstr "Cannot save widget \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Cannot send command, check connection with Zabbix server \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "Cannot send request"
@@ -2676,12 +2687,12 @@ msgstr "Cannot set \"%1$s\" for item \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Cannot set \"%1$s\" for template screen \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Cannot set \"%1$s\" for trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
@@ -2711,7 +2722,7 @@ msgstr "Cannot set resource ID for screen element."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2773,22 +2784,22 @@ msgstr "Cannot update \"%1$s\" for graph prototype \"%2$s\"."
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Cannot update \"%1$s\" for item \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Cannot update \"%1$s\" for trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
@@ -2803,7 +2814,7 @@ msgstr "Cannot update \"%2$s\" for a discovered host \"%1$s\"."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2872,7 +2883,7 @@ msgstr "Cannot update correlation"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Cannot update discovered application \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Cannot update discovery rule"
@@ -2909,7 +2920,7 @@ msgstr "Cannot update host"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Cannot update host encryption settings. Connection settings for both directions should be specified."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Cannot update host prototype"
@@ -2934,21 +2945,21 @@ msgstr "Cannot update image"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Cannot update interface for discovered host \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Cannot update item"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Cannot update item prototype"
msgstr[1] "Cannot update item prototypes"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr "Cannot update item prototypes"
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Cannot update items"
@@ -3031,28 +3042,28 @@ msgstr "Cannot update templates"
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Cannot update templates on discovered host \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Cannot update trigger"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Cannot update trigger \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Cannot update trigger prototype"
msgstr[1] "Cannot update trigger prototypes"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Cannot update trigger prototype \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Cannot update trigger prototypes"
@@ -3109,12 +3120,12 @@ msgstr "Center"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Certificate"
@@ -3158,10 +3169,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Character"
@@ -3188,7 +3199,7 @@ msgstr "Chassis information. Returns string"
msgid "Check already exists."
msgstr "Check already exists."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Check expression part starting from \"%1$s\"."
@@ -3206,7 +3217,7 @@ msgid "Check for error using regular expression"
msgstr "Check for error using regular expression"
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Check of pre-requisites"
@@ -3311,8 +3322,8 @@ msgid "Clear history"
msgstr "Clear history"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Clear history and trends"
@@ -3321,11 +3332,11 @@ msgstr "Clear history and trends"
msgid "Clear when unlinking"
msgstr "Clear when unlinking"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr "Click and drag to desired size."
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr "Click to view or edit"
@@ -3344,20 +3355,20 @@ msgstr "Clock"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Clone"
@@ -3365,15 +3376,15 @@ msgstr "Clone"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Close"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Close expression constructor"
@@ -3392,8 +3403,8 @@ msgid "Close problem"
msgstr "Close problem"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Collapse"
@@ -3410,7 +3421,7 @@ msgstr ""
msgid "Colour"
msgstr "Color"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Color \"%1$s\" is not correct: expecting hexadecimal color code (6 symbols)."
@@ -3461,7 +3472,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "Compact view"
@@ -3495,7 +3506,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Concurrent sessions"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Condition"
@@ -3554,7 +3565,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Conditions duplicates for correlation \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Configuration"
@@ -3562,7 +3573,7 @@ msgstr "Configuration"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "Configuration file \"%1$s\" created."
@@ -3726,7 +3737,7 @@ msgid "Configuration updated"
msgstr "Configuration updated"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Configure DB connection"
@@ -3734,7 +3745,7 @@ msgstr "Configure DB connection"
msgid "Confirmation text"
msgstr "Confirmation text"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Congratulations! You have successfully installed Zabbix frontend."
@@ -3790,7 +3801,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3798,9 +3809,9 @@ msgstr ""
msgid "Connections"
msgstr "Connections"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Connections from host"
@@ -3808,9 +3819,9 @@ msgstr "Connections from host"
msgid "Connections from proxy"
msgstr "Connections from proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Connections to host"
@@ -3827,10 +3838,10 @@ msgstr "Constructor"
msgid "Contact"
msgstr "Contact"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3861,10 +3872,10 @@ msgstr "Contains"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3904,8 +3915,9 @@ msgstr ""
msgid "Content menu"
msgstr "Content menu"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Context name"
@@ -3917,8 +3929,8 @@ msgstr ""
msgid "Contract number"
msgstr "Contract number"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "Convert to JSON"
@@ -3930,8 +3942,8 @@ msgstr "Coordinates"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Copy"
@@ -3987,7 +3999,7 @@ msgstr "Correlation updated"
msgid "Could not save image!"
msgstr "Could not save image!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Count"
@@ -4033,11 +4045,11 @@ msgstr "Create correlation"
msgid "Create dashboard"
msgstr "Create dashboard"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr "Create dependent discovery rule"
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Create dependent item"
@@ -4057,14 +4069,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4143,7 +4155,7 @@ msgstr "Create map"
msgid "Create media type"
msgstr "Create media type"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Create new"
@@ -4167,7 +4179,7 @@ msgstr "Create slide show"
msgid "Create template"
msgstr "Create template"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Create trigger"
@@ -4220,11 +4232,12 @@ msgstr "Critical"
msgid "Current host"
msgstr "Current host"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Current value"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "Custom"
@@ -4232,7 +4245,7 @@ msgstr "Custom"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Custom expression"
@@ -4241,11 +4254,11 @@ msgid "Custom graphs"
msgstr "Custom graphs"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Custom intervals"
@@ -4267,7 +4280,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Custom multiplier"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr "Custom on fail"
@@ -4306,11 +4319,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4419,16 +4433,16 @@ msgstr "Data set"
msgid "Data storage period"
msgstr "Data storage period"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4436,32 +4450,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Database host"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4469,35 +4483,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Database monitor"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Database name"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Database password"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Database port"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Database schema"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Database server"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Database type"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Database user"
@@ -4526,7 +4540,7 @@ msgstr "Date HW purchased"
msgid "Day"
msgstr "Day"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "Day before yesterday"
@@ -4545,7 +4559,7 @@ msgstr "Day of week"
msgid "Days"
msgstr "Days"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Debug"
@@ -4559,7 +4573,7 @@ msgstr "Debug mode"
msgid "Dec"
msgstr "Dec"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "December"
@@ -4569,7 +4583,7 @@ msgstr "December"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Default"
@@ -4586,7 +4600,7 @@ msgid "Default host inventory mode"
msgstr "Default host inventory mode"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4603,18 +4617,18 @@ msgid "Default operation step duration"
msgstr "Default operation step duration"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Default theme"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4643,7 +4657,8 @@ msgstr "Delayed by"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4664,8 +4679,8 @@ msgstr "Delayed by"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Delete"
@@ -4698,19 +4713,19 @@ msgstr "Delete current action?"
msgid "Delete current correlation?"
msgstr "Delete current correlation?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Delete dashboard?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Delete discovery rule?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Delete expression?"
@@ -4734,15 +4749,15 @@ msgstr "Delete history of selected web scenarios?"
msgid "Delete icon map?"
msgstr "Delete icon map?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Delete item prototype?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Delete item?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Delete links between selected elements?"
@@ -4786,7 +4801,7 @@ msgstr "Delete selected applications?"
msgid "Delete selected correlations?"
msgstr "Delete selected correlations?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Delete selected dashboards?"
@@ -4795,7 +4810,7 @@ msgstr "Delete selected dashboards?"
msgid "Delete selected discovery rules?"
msgstr "Delete selected discovery rules?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Delete selected elements?"
@@ -4820,7 +4835,7 @@ msgstr "Delete selected groups?"
msgid "Delete selected host groups?"
msgstr "Delete selected host groups?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Delete selected host prototype?"
@@ -4828,7 +4843,7 @@ msgstr "Delete selected host prototype?"
msgid "Delete selected host prototypes?"
msgstr "Delete selected host prototypes?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Delete selected host?"
@@ -4880,7 +4895,7 @@ msgstr "Delete selected screens?"
msgid "Delete selected scripts?"
msgstr "Delete selected scripts?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Delete selected shapes?"
@@ -4940,11 +4955,11 @@ msgstr "Delete slide show?"
msgid "Delete template?"
msgstr "Delete template?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Delete trigger prototype?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Delete trigger?"
@@ -4957,7 +4972,7 @@ msgstr "Delete web scenario?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Deleted: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
@@ -4978,16 +4993,16 @@ msgid "Deny"
msgstr "Deny"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Dependencies"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Dependent"
@@ -4995,7 +5010,7 @@ msgstr "Dependent"
msgid "Dependent item"
msgstr "Dependent item"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5014,29 +5029,29 @@ msgstr "Deployment status"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Description"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5169,7 +5184,8 @@ msgstr "Disable selected triggers?"
msgid "Disable selected web scenarios?"
msgstr "Disable selected web scenarios?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5182,22 +5198,21 @@ msgstr "Disable selected web scenarios?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Disabled"
@@ -5214,7 +5229,7 @@ msgstr "Discard unchanged"
msgid "Discard unchanged with heartbeat"
msgstr "Discard unchanged with heartbeat"
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr "Discard value"
@@ -5222,12 +5237,12 @@ msgstr "Discard value"
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5328,27 +5343,27 @@ msgstr "Discovery rule \"%1$s\" cannot be copied without its master item."
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "Discovery rule \"%1$s\" is used in \"%2$s\" action."
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Discovery rule created"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Discovery rule deleted"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Discovery rule disabled"
msgstr[1] "Discovery rules disabled"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Discovery rule enabled"
msgstr[1] "Discovery rules enabled"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Discovery rule updated"
@@ -5358,13 +5373,13 @@ msgstr "Discovery rule updated"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Discovery rules"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Discovery rules deleted"
@@ -5407,7 +5422,7 @@ msgstr "Display stacked graph"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Displaying %1$s of %2$s found"
@@ -5426,22 +5441,22 @@ msgid "Do not calculate"
msgstr "Do not calculate"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Do you wish to replace the conditional expression?"
@@ -5464,11 +5479,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Down"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Download the configuration file"
@@ -5548,12 +5563,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5582,10 +5597,10 @@ msgstr "Duplicate usrgrpid \"%1$s\" in user groups for map \"%2$s\"."
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Duration"
@@ -5605,7 +5620,7 @@ msgstr "Dynamic item"
msgid "Dynamic items"
msgstr "Dynamic items"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Each URL should have a unique name. Please make sure there is only one URL named"
@@ -5620,15 +5635,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Edit"
@@ -5652,15 +5667,15 @@ msgstr "Edit screen"
msgid "Edit slide show"
msgstr "Edit slide show"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Edit tree element"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Edit trigger"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Edit widget"
@@ -5756,7 +5771,7 @@ msgstr "Empty filter condition type for action \"%1$s\"."
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5926,15 +5941,16 @@ msgstr "Enable selected triggers?"
msgid "Enable selected web scenarios?"
msgstr "Enable selected web scenarios?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "Enable trapping"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5950,13 +5966,12 @@ msgstr "Enable trapping"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5965,13 +5980,13 @@ msgstr "Enable trapping"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Enabled"
@@ -5981,9 +5996,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Encryption"
@@ -5991,7 +6006,7 @@ msgstr "Encryption"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6003,10 +6018,10 @@ msgstr "English (en_GB)"
msgid "English (en_US)"
msgstr "English (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6033,7 +6048,7 @@ msgstr "Error"
msgid "Error in search request for table \"%1$s\"."
msgstr "Error in search request for table \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "Error message"
@@ -6068,7 +6083,7 @@ msgstr "Event correlation rules"
msgid "Event details"
msgstr "Event details"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Event generation"
@@ -6088,6 +6103,12 @@ msgstr "Event list [previous 20]"
msgid "Event log monitoring. Returns log"
msgstr "Event log monitoring. Returns log"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Event tag pair"
@@ -6118,7 +6139,7 @@ msgstr "Every week(s)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Exclude"
@@ -6129,7 +6150,7 @@ msgstr "Exclude"
msgid "Exclude host groups"
msgstr "Exclude host groups"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Execute"
@@ -6147,9 +6168,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6167,19 +6188,19 @@ msgid "Executed"
msgstr "Executed"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Executed script"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Execution confirmation"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Expand"
@@ -6219,7 +6240,7 @@ msgstr "Export"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Export to CSV"
@@ -6227,21 +6248,21 @@ msgstr "Export to CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Expression"
@@ -6254,15 +6275,15 @@ msgstr "Expression Variable Elements"
msgid "Expression cannot be empty"
msgstr "Expression cannot be empty"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Expression constructor"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Expression syntax error."
@@ -6281,7 +6302,7 @@ msgstr "Expressions"
msgid "External check"
msgstr "External check"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "F"
@@ -6295,7 +6316,7 @@ msgstr "FALSE"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Fail"
@@ -6345,7 +6366,7 @@ msgstr "Favorite screens"
msgid "Feb"
msgstr "Feb"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "February"
@@ -6358,7 +6379,7 @@ msgstr "Field"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Field \"%1$s\" cannot be set to NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6367,7 +6388,7 @@ msgstr "Field \"%1$s\" cannot be set to NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6487,9 +6508,7 @@ msgstr "Filled region"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6516,9 +6535,13 @@ msgstr "Filled region"
msgid "Filter"
msgstr "Filter"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filters"
@@ -6537,7 +6560,7 @@ msgstr "Find string in a file. Returns the line containing the matched string, o
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Finish"
@@ -6550,8 +6573,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "First"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Fit"
@@ -6565,12 +6588,12 @@ msgid "Fixed"
msgstr "Fixed"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6578,9 +6601,9 @@ msgid "Flexible"
msgstr "Flexible"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Follow redirects"
@@ -6602,8 +6625,8 @@ msgstr "Font size"
msgid "Form data"
msgstr "Form data"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Formula"
@@ -6630,11 +6653,13 @@ msgstr "French (fr_FR)"
msgid "Fri"
msgstr "Fri"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Friday"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6654,12 +6679,12 @@ msgstr "Frontend access"
msgid "Frontend messaging"
msgstr "Frontend messaging"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr "Full"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6694,7 +6719,7 @@ msgid "GUI access disabled."
msgstr "GUI access disabled."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6720,21 +6745,21 @@ msgstr "German (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Get content of web page. Returns web page source as text"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Given expression is not a macro"
@@ -6760,7 +6785,7 @@ msgstr "Global value"
msgid "Go back to %1$s"
msgstr "Go back to %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Go to"
@@ -6808,8 +6833,8 @@ msgstr "Gradient line"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6941,7 +6966,7 @@ msgstr "Graph prototype with ID \"%1$s\" is not available."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Graph prototypes"
@@ -6985,9 +7010,9 @@ msgid "Graph with same name but other type exist."
msgstr "Graph with same name but other type exist."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6997,7 +7022,7 @@ msgstr "Graph with same name but other type exist."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7005,7 +7030,7 @@ msgstr "Graph with same name but other type exist."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Graphs"
@@ -7074,12 +7099,12 @@ msgstr "Group for discovered hosts"
msgid "Group name"
msgstr "Group name"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Group prototype cannot be based on a discovered host group \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Group prototypes"
@@ -7094,8 +7119,8 @@ msgstr "Grouping by"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7127,10 +7152,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "HTTP agent"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP authentication"
@@ -7138,11 +7163,11 @@ msgstr "HTTP authentication"
msgid "HTTP login form"
msgstr "HTTP login form"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP proxy"
@@ -7171,20 +7196,20 @@ msgstr "Hardware (Full details)"
msgid "Hardware sensor reading. Returns float"
msgstr "Hardware sensor reading. Returns float"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Headers"
@@ -7217,11 +7242,11 @@ msgstr "Help"
msgid "Hexadecimal to decimal"
msgstr "Hexadecimal to decimal"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Hidden"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Hide debug"
@@ -7258,23 +7283,23 @@ msgstr "High-contrast dark"
msgid "High-contrast light"
msgstr "High-contrast light"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "Highlight whole row"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "History"
@@ -7282,17 +7307,17 @@ msgstr "History"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "History cleared"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "History clearing can take a long time. Continue?"
@@ -7306,13 +7331,17 @@ msgstr "History of events"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "History storage period"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7337,26 +7366,26 @@ msgstr "Horizontal align"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7368,8 +7397,8 @@ msgstr "Horizontal align"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Host"
@@ -7411,8 +7440,7 @@ msgstr "Host access"
msgid "Host added"
msgstr "Host added"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7429,19 +7457,19 @@ msgstr "Host cannot have more than one default interface of the same type."
msgid "Host count"
msgstr "Host count"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Host deleted"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Host disabled"
msgstr[1] "Hosts disabled"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Host enabled"
@@ -7462,7 +7490,7 @@ msgstr[1] "Hosts enabled"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Host group"
@@ -7508,11 +7536,11 @@ msgstr "Host group with ID \"%1$s\" is not available."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7549,17 +7577,17 @@ msgstr "Host groups"
msgid "Host info"
msgstr "Host info"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Host interface"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7580,7 +7608,7 @@ msgstr "Host issues"
msgid "Host label type"
msgstr "Host label type"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Host macros"
@@ -7607,53 +7635,57 @@ msgstr "Host networks"
msgid "Host prototype"
msgstr "Host prototype"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Host prototype \"%1$s\" already exists on \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Host prototype added"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Host prototype deleted"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Host prototype updated"
msgstr[1] "Host prototypes updated"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Host prototypes"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Host prototypes deleted"
@@ -7702,17 +7734,17 @@ msgstr "Host with the same name \"%1$s\" already exists."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Host with the same visible name \"%1$s\" already exists."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7788,7 +7820,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7823,10 +7855,10 @@ msgstr "IP range \"%1$s\" exceeds \"%2$s\" address limit"
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7843,9 +7875,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "IPMI scripts can be executed only by server."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI sensor"
@@ -7962,7 +7994,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Image"
@@ -8070,7 +8102,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "Inaccessible group"
@@ -8086,9 +8118,9 @@ msgstr "Inaccessible item"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8101,11 +8133,11 @@ msgstr "Inaccessible map"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "Inaccessible template"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "Inaccessible trigger"
@@ -8118,7 +8150,7 @@ msgstr "Inaccessible trigger"
msgid "Inaccessible user"
msgstr "Inaccessible user"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Include"
@@ -8386,8 +8418,8 @@ msgstr "Incorrect arguments passed to function"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8528,9 +8560,9 @@ msgstr "Incorrect field \"%1$s\" name or value in where statement for table \"%2
msgid "Incorrect fields for sysmap."
msgstr "Incorrect fields for sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8583,7 +8615,7 @@ msgstr "Incorrect filter condition type for action \"%1$s\"."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Incorrect function is used"
@@ -8659,7 +8691,7 @@ msgstr "Incorrect item ID \"%1$s\" provided for screen element."
msgid "Incorrect item for axis value."
msgstr "Incorrect item for axis value."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
@@ -8670,11 +8702,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Incorrect item prototype ID \"%1$s\" provided for screen element."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Incorrect item value type"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
@@ -8845,35 +8877,35 @@ msgstr "Incorrect trigger ID for service \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Incorrect trigger expression"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Incorrect trigger expression."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Incorrect trigger function \"%1$s\" provided in expression."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
@@ -9024,16 +9056,15 @@ msgstr "Incorrect value for \"%1$s\" field."
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9044,7 +9075,7 @@ msgstr "Incorrect value for \"%1$s\" field."
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9194,23 +9225,25 @@ msgstr "Incorrect value for \"%1$s\" field."
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9299,10 +9332,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9310,10 +9343,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Info"
@@ -9327,15 +9360,19 @@ msgstr "Information"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr "Inherited"
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Inherited and host macros"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9351,17 +9388,17 @@ msgstr "Inherited and trigger tags"
msgid "Inherited items"
msgstr "Inherited items"
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Insert"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Insert expression"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Install"
@@ -9373,7 +9410,7 @@ msgstr "Installation"
msgid "Installer name"
msgstr "Installer name"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9406,8 +9443,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Interface with IP \"%1$s\" cannot have empty DNS name."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9436,14 +9473,14 @@ msgstr "Internal data storage period"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9467,15 +9504,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Interval"
@@ -9502,7 +9539,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Invalid action condition: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "Invalid date."
@@ -9516,15 +9553,15 @@ msgstr "Invalid email address \"%1$s\"."
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "Invalid email address for media type with ID \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Invalid fifth parameter."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Invalid first parameter."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Invalid fourth parameter."
@@ -9536,11 +9573,11 @@ msgstr "Invalid hostid for macro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Invalid interval \"%1$s\"."
@@ -9581,7 +9618,7 @@ msgstr "Invalid macro \"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "Invalid method parameters."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Invalid number of parameters."
@@ -9613,6 +9650,15 @@ msgstr "Invalid number of parameters."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9625,75 +9671,81 @@ msgstr "Invalid number of parameters."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9710,7 +9762,7 @@ msgstr "Invalid params."
msgid "Invalid response code \"%1$s\"."
msgstr "Invalid response code \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Invalid second parameter."
@@ -9747,15 +9799,15 @@ msgstr "Invalid second parameter."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9768,7 +9820,7 @@ msgstr "Invalid second parameter."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Invalid tag \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Invalid third parameter."
@@ -9787,9 +9839,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventory"
@@ -9816,9 +9868,9 @@ msgid "Issue"
msgstr "Issue"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Issuer"
@@ -9835,22 +9887,22 @@ msgid "Italian (it_IT)"
msgstr "Italian (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Item"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9887,15 +9939,15 @@ msgstr "Item \"%1$s\" does not exist or you have no access to this item"
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Item added"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Item copied"
@@ -9905,17 +9957,17 @@ msgstr[1] "Items copied"
msgid "Item count"
msgstr "Item count"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Item deleted"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Item disabled"
msgstr[1] "Items disabled"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Item enabled"
@@ -9925,7 +9977,7 @@ msgstr[1] "Items enabled"
msgid "Item in \"not supported\" state"
msgstr "Item in \"not supported\" state"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Item not selected"
@@ -9938,7 +9990,7 @@ msgstr "Item pre-processing is missing parameters: %1$s"
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9959,15 +10011,15 @@ msgstr "Item prototype \"%1$s\" already exists on \"%2$s\", linked to another ru
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Item prototype \"%1$s\" already exists on \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Item prototype added"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Item prototype deleted"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Item prototype updated"
@@ -9980,7 +10032,7 @@ msgstr "Item prototype with ID \"%1$s\" is not available."
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9988,19 +10040,19 @@ msgstr "Item prototype with ID \"%1$s\" is not available."
msgid "Item prototypes"
msgstr "Item prototypes"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Item prototypes deleted"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr "Item prototypes updated"
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Item updated"
@@ -10072,7 +10124,7 @@ msgstr "Item with key \"%1$s\" already exists on \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10082,11 +10134,11 @@ msgstr "Item with key \"%1$s\" already exists on \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Items"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Items deleted"
@@ -10098,7 +10150,7 @@ msgstr "Items list"
msgid "Items location"
msgstr "Items location"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Items updated"
@@ -10106,7 +10158,7 @@ msgstr "Items updated"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10114,10 +10166,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX agent"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX endpoint"
@@ -10130,10 +10182,10 @@ msgstr "JMX interfaces"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "JSON data"
@@ -10165,7 +10217,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc version is not specified."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr "JSONPath"
@@ -10173,7 +10225,7 @@ msgstr "JSONPath"
msgid "Jan"
msgstr "Jan"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "January"
@@ -10190,7 +10242,7 @@ msgstr "JavaScript"
msgid "Jul"
msgstr "Jul"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "July"
@@ -10198,11 +10250,11 @@ msgstr "July"
msgid "Jun"
msgstr "Jun"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "June"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Keep lost resources period"
@@ -10236,7 +10288,7 @@ msgstr "Key \"%1$s\" does not match <grpmax|grpmin|grpsum|grpavg>[\"Host group(s
msgid "Key passphrase"
msgstr "Key passphrase"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Keyword"
@@ -10273,23 +10325,23 @@ msgstr "LDAP login successful"
msgid "LDAP settings"
msgstr "LDAP settings"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr "LLD macro"
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr "LLD macros"
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10315,42 +10367,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Last"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] "Last %1$d day"
msgstr[1] "Last %1$d days"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] "Last %1$d hour"
msgstr[1] "Last %1$d hours"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] "Last %1$d minute"
msgstr[1] "Last %1$d minutes"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] "Last %1$d month"
msgstr[1] "Last %1$d months"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] "Last %1$d second"
msgstr[1] "Last %1$d seconds"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10387,23 +10439,24 @@ msgstr "Last change (descending)"
msgid "Last check"
msgstr "Last check"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Last hour graph"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Last month graph"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Last of"
@@ -10416,21 +10469,21 @@ msgstr "Last seen (age)"
msgid "Last value"
msgstr "Last value"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Last week graph"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Latest data"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Latest values"
@@ -10477,7 +10530,7 @@ msgstr "Left trim"
msgid "Legend"
msgstr "Legend"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10519,8 +10572,8 @@ msgstr "Link"
msgid "Link indicators"
msgstr "Link indicators"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10556,10 +10609,10 @@ msgstr "Link to templates"
msgid "Linked map"
msgstr "Linked map"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10653,10 +10706,10 @@ msgid "Location longitude"
msgstr "Location longitude"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10668,10 +10721,10 @@ msgstr "Log file monitoring with log rotation support. Returns log"
msgid "Log file monitoring. Returns log"
msgstr "Log file monitoring. Returns log"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Log time format"
@@ -10728,7 +10781,7 @@ msgstr "Low-level discovery rule in \"not supported\" state"
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10745,8 +10798,9 @@ msgstr "MAC address B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10761,7 +10815,7 @@ msgstr "MD5 checksum of file. Returns character string (MD5 hash of the file)"
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Macro"
@@ -10788,10 +10842,10 @@ msgstr "Macro with hostmacroid \"%1$s\" does not exist."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10882,16 +10936,16 @@ msgstr "Maintenance without data collection"
msgid "Maintenance: %1$s"
msgstr "Maintenance: %1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Mandatory parameter is missing."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manual"
@@ -10906,7 +10960,7 @@ msgstr "Manually closed"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Map"
@@ -11000,7 +11054,7 @@ msgstr "Maps"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "March"
@@ -11016,11 +11070,11 @@ msgstr "Mark others"
msgid "Mark selected"
msgstr "Mark selected"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Mask"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11039,11 +11093,11 @@ msgid "Mass update shapes"
msgstr "Mass update shapes"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "Master item"
@@ -11091,7 +11145,7 @@ msgstr "Maximum number of opened files supported by OS. Returns integer"
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "Maximum number of processes supported by OS. Returns integer"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11106,7 +11160,7 @@ msgstr[1] "Maximum time period to display is %1$s days."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "May"
@@ -11261,7 +11315,7 @@ msgid "Message/Command"
msgstr "Message/Command"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Messages"
@@ -11325,7 +11379,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Minimum severity"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11384,7 +11438,7 @@ msgstr "Missing items for graph prototype \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Missing key \"%1$s\" for host \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11457,7 +11511,7 @@ msgstr ""
msgid "Mon"
msgstr "Mon"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Monday"
@@ -11465,9 +11519,9 @@ msgstr "Monday"
msgid "Monitored by"
msgstr "Monitored by"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Monitored by proxy"
@@ -11499,11 +11553,11 @@ msgstr "Month"
msgid "Monthly"
msgstr "Monthly"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "More matches found..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11522,20 +11576,20 @@ msgstr "More than one graph with name \"%1$s\" within host."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Multiple"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Multiple PROBLEM events"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Mute"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11568,13 +11622,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11602,17 +11657,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11632,19 +11687,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11653,15 +11708,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11671,12 +11726,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11767,12 +11822,12 @@ msgid "Never"
msgstr "Never"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "New application"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "New application prototype"
@@ -11786,7 +11841,7 @@ msgstr "New condition"
msgid "New dashboard"
msgstr "New dashboard"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "New element"
@@ -11822,13 +11877,13 @@ msgstr ""
msgid "New triggers"
msgstr "New triggers"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Next step"
@@ -11837,20 +11892,20 @@ msgstr "Next step"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12004,6 +12059,7 @@ msgid "No data."
msgstr "No data."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "No default interface for \"%1$s\" type on \"%2$s\"."
@@ -12020,12 +12076,12 @@ msgstr "No discovery rule IDs given."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "No encryption"
@@ -12092,12 +12148,12 @@ msgstr ""
msgid "No image"
msgstr "No image"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "No interface found"
@@ -12112,7 +12168,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12150,7 +12206,7 @@ msgstr "No map ID provided for screen element."
msgid "No maps added."
msgstr "No maps added."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "No matches found"
@@ -12181,8 +12237,8 @@ msgstr "No permissions for system access."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12191,8 +12247,8 @@ msgstr "No permissions for system access."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12248,12 +12304,12 @@ msgstr "No permissions for system access."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12312,7 +12368,7 @@ msgstr "No permissions for system access."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12333,7 +12389,7 @@ msgstr "No permissions for system access."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "No permissions to referred object or it does not exist!"
@@ -12363,7 +12419,7 @@ msgstr "No public key file specified."
msgid "No recipients for action operation message."
msgstr "No recipients for action operation message."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "No refresh"
@@ -12375,11 +12431,11 @@ msgstr "No screens added."
msgid "No script specified for action operation command."
msgstr "No script specified for action operation command."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "No target selected"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "No target selected."
@@ -12396,19 +12452,19 @@ msgstr "No triggers defined."
msgid "No value"
msgstr "No value"
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Non-boolean flags are deprecated."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12421,18 +12477,18 @@ msgstr "Non-boolean flags are deprecated."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "None"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12530,7 +12586,7 @@ msgstr "Notify all involved"
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "November"
@@ -12543,11 +12599,11 @@ msgstr "Number of CPUs. Returns integer"
msgid "Number of enabled items on the host."
msgstr "Number of enabled items on the host."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Number of items (enabled/disabled/not supported)"
@@ -12615,11 +12671,11 @@ msgstr "Number of status changes"
msgid "Number of steps"
msgstr "Number of steps"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Number of triggers (enabled/disabled [problem/ok])"
@@ -12635,7 +12691,7 @@ msgstr "Number of unsupported items in Zabbix database."
msgid "Number of unsupported items on the host."
msgstr "Number of unsupported items on the host."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Number of users (online)"
@@ -12687,22 +12743,22 @@ msgid "Numeral systems"
msgstr "Numeral systems"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numeric (float)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "Numeric (integer)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numeric (unsigned)"
@@ -12720,13 +12776,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "OK event closes"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "OK event generation"
@@ -12742,7 +12798,7 @@ msgstr "OOB router"
msgid "OOB subnet mask"
msgstr "OOB subnet mask"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "OR"
@@ -12770,13 +12826,13 @@ msgstr "Oct"
msgid "Octal to decimal"
msgstr "Octal to decimal"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "October"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Off"
@@ -12808,7 +12864,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "On"
@@ -12883,7 +12939,7 @@ msgstr "Only administrators can set screen owner."
msgid "Only administrators can set slide show owner."
msgstr "Only administrators can set slide show owner."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Only items assigned to enabled hosts are counted"
@@ -12939,7 +12995,7 @@ msgstr "Only super admins can update value maps."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Only the last 20%% of the indicator is displayed."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Only triggers assigned to enabled hosts and depending on enabled items are counted"
@@ -12961,7 +13017,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Operation cannot be performed due to unauthorized request."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Operation details"
@@ -12977,12 +13033,12 @@ msgstr "Operation has no template to operate."
msgid "Operation type"
msgstr "Operation type"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13030,24 +13086,24 @@ msgstr "Operator"
msgid "Options"
msgstr "Options"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Or"
@@ -13076,55 +13132,57 @@ msgstr "Or"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13163,8 +13221,8 @@ msgstr "Others"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Outgoing traffic statistics on network interface. Returns integer"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Overridden by"
@@ -13188,8 +13246,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "Overrides"
@@ -13374,16 +13432,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLEM"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "PROBLEM event generation mode"
@@ -13395,26 +13453,26 @@ msgstr "PROBLEM event generation mode"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "PSK identity"
@@ -13433,13 +13491,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parameter"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "Parameter \"%1$s\" is deprecated."
@@ -13510,28 +13568,28 @@ msgstr "Passive"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Password"
@@ -13543,15 +13601,15 @@ msgstr "Password (once again)"
msgid "Password is not mandatory for non internal authentication type."
msgstr "Password is not mandatory for non internal authentication type."
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Paste"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Paste without external links"
@@ -13568,7 +13626,7 @@ msgstr "Pause operations for suppressed problems"
msgid "Peak memory usage: %1$s"
msgstr "Peak memory usage: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Percentage"
@@ -13585,17 +13643,22 @@ msgstr "Percentile line (right)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Performs a DNS query. Returns character string with the required type of information"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Period"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13641,7 +13704,7 @@ msgid "Placing algorithm"
msgstr "Placing algorithm"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Plain text"
@@ -13655,7 +13718,7 @@ msgstr "Play"
msgid "Play sound"
msgstr "Play sound"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
@@ -13664,20 +13727,20 @@ msgstr "Please check configuration parameters. If all is correct, press \"%1$s\"
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Please select two elements"
@@ -13707,18 +13770,17 @@ msgstr "Points"
msgid "Polish (pl_PL)"
msgstr "Polish (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Populates host inventory field"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13749,33 +13811,33 @@ msgid "Post type"
msgstr "Post type"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Pre-installation summary"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "Preprocessing"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "Preprocessing"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "Preprocessing steps"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr "Prev. time"
@@ -13786,23 +13848,23 @@ msgstr "Prev. time"
msgid "Preview"
msgstr "Preview"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "Previous month"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr "Previous value"
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "Previous week"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "Previous year"
@@ -13835,12 +13897,14 @@ msgid "Primary POC screen name"
msgstr "Primary POC screen name"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Privacy passphrase"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Privacy protocol"
@@ -13852,29 +13916,29 @@ msgid "Private"
msgstr "Private"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Private key file"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Privilege level"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13899,8 +13963,8 @@ msgstr "Problem created"
msgid "Problem display"
msgstr "Problem display"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Problem expression"
@@ -13917,7 +13981,7 @@ msgstr "Problem is not suppressed"
msgid "Problem is suppressed"
msgstr "Problem is suppressed"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problem on"
@@ -13947,13 +14011,13 @@ msgstr "Problem, if all children have problems"
msgid "Problem, if at least one child has a problem"
msgstr "Problem, if at least one child has a problem"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13962,7 +14026,7 @@ msgstr "Problem, if at least one child has a problem"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problems"
@@ -13999,7 +14063,7 @@ msgid "Properties"
msgstr "Properties"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14017,7 +14081,7 @@ msgstr "Proxies"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14088,20 +14152,20 @@ msgid "Public"
msgstr "Public"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Public key"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Public key file"
@@ -14131,8 +14195,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "RESOLVED"
@@ -14142,10 +14206,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Raw data"
@@ -14203,7 +14267,7 @@ msgid "Received value"
msgstr "Received value"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14230,24 +14294,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Recovery"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Recovery expression"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "Recovery expression syntax error."
@@ -14257,9 +14321,9 @@ msgstr "Recovery operations"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Recovery time"
@@ -14274,11 +14338,11 @@ msgid "Refresh"
msgstr "Refresh"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "Refresh interval"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "Refresh interval multiplier"
@@ -14292,7 +14356,7 @@ msgstr "Regular"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Regular expression"
@@ -14332,7 +14396,7 @@ msgstr "Regular expressions"
msgid "Regular items"
msgstr "Regular items"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14356,6 +14420,12 @@ msgstr "Remote command"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14372,43 +14442,37 @@ msgstr "Remote command"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14417,14 +14481,14 @@ msgstr "Remote command"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14447,7 +14511,7 @@ msgstr "Remote command"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14480,8 +14544,8 @@ msgstr "Remote command"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Remove"
@@ -14517,7 +14581,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "Remove, %1$s"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14527,17 +14591,17 @@ msgstr "Removed, %1$s"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Replace"
@@ -14552,23 +14616,23 @@ msgstr "Replace dependencies"
msgid "Reports"
msgstr "Reports"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr "Request body"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr "Request body type"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "Request sent successfully"
@@ -14578,7 +14642,7 @@ msgstr "Request sent successfully"
msgid "Request type"
msgstr "Request type"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Required"
@@ -14595,14 +14659,14 @@ msgstr "Required performance (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Required performance of the Zabbix server, in new values per second expected."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Required server performance, new values per second"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Required status codes"
@@ -14610,7 +14674,7 @@ msgstr "Required status codes"
msgid "Required string"
msgstr "Required string"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Reset"
@@ -14639,7 +14703,7 @@ msgstr "Reset confirmation"
msgid "Reset defaults"
msgstr "Reset defaults"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Resolved"
@@ -14651,26 +14715,26 @@ msgstr "Resolved by"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Resolved by correlation rule \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Resolved by correlation rule."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Resolved by user \"%1$s\"."
@@ -14707,15 +14771,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Result"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14734,14 +14798,14 @@ msgstr "Result is TRUE"
msgid "Result type"
msgstr "Result type"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "Retrieve mode"
@@ -14904,12 +14968,12 @@ msgstr "Run specified command on the host. Returns text result of the command; 1
msgid "Russian (ru_RU)"
msgstr "Russian (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "S"
@@ -14919,7 +14983,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14964,16 +15029,16 @@ msgstr "SMTP server port"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14981,8 +15046,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP community"
@@ -14998,11 +15065,13 @@ msgstr "SNMP trap"
msgid "SNMP trap key is invalid."
msgstr "SNMP trap key is invalid."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15010,7 +15079,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15018,7 +15088,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15040,9 +15111,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQL count: %1$s (selects: %2$s | executes: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL query"
@@ -15065,40 +15136,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH agent"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "SSL certificate file"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "SSL key file"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "SSL key password"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSL verify host"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSL verify peer"
@@ -15126,15 +15197,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "Sat"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Saturday"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Save changes"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Save it as \"%1$s\""
@@ -15156,12 +15235,12 @@ msgid "Scheduled check"
msgstr "Scheduled check"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15245,9 +15324,9 @@ msgid "Screen updated"
msgstr "Screen updated"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15262,7 +15341,7 @@ msgstr "Screen updated"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Screens"
@@ -15327,7 +15406,7 @@ msgstr "Script updated"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Scripts"
@@ -15385,19 +15464,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Security level"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Security name"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15408,8 +15489,8 @@ msgstr "Security name"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15417,15 +15498,15 @@ msgstr "Security name"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Select"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Select prototype"
@@ -15458,19 +15539,19 @@ msgstr "Selected elements"
msgid "Selected items only"
msgstr "Selected items only"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "Selected, %1$s in position %2$d of %3$d"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "Selected, %1$s, read only, in position %2$d of %3$d"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "Send backward"
@@ -15495,7 +15576,7 @@ msgstr "Send only to"
msgid "Send to"
msgstr "Send to"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Send to back"
@@ -15522,13 +15603,13 @@ msgstr "Sep"
msgid "Separated"
msgstr "Separated"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "September"
@@ -15653,12 +15734,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Session terminated, re-login, please."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "Set custom time period"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr "Set error to"
@@ -15667,11 +15749,11 @@ msgstr "Set error to"
msgid "Set host inventory mode"
msgstr "Set host inventory mode"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr "Set value to"
@@ -15694,28 +15776,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15734,7 +15816,7 @@ msgid "Severity changed"
msgstr "Severity changed"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "Severity changes"
@@ -15764,7 +15846,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Sharing"
@@ -15782,14 +15864,14 @@ msgstr "Sharing option \"%1$s\" is missing a value for map \"%2$s\"."
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "Shortened"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15800,8 +15882,8 @@ msgstr "Shortened"
msgid "Show"
msgstr "Show"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Show details"
@@ -15809,7 +15891,7 @@ msgstr "Show details"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15836,7 +15918,11 @@ msgstr "Show legend"
msgid "Show lines"
msgstr "Show lines"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15858,9 +15944,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15871,7 +15957,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr "Show suppressed problems"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Show tags"
@@ -15885,7 +15971,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Show text as HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15896,7 +15982,7 @@ msgid "Show triggers"
msgstr "Show triggers"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Show unacknowledged only"
@@ -15905,10 +15991,10 @@ msgstr "Show unacknowledged only"
msgid "Show unavailable maps"
msgstr "Show unavailable maps"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Show value"
@@ -15920,7 +16006,7 @@ msgstr "Show warning if Zabbix server is down"
msgid "Show working time"
msgstr "Show working time"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Shown"
@@ -15971,8 +16057,8 @@ msgstr "Simple graph"
msgid "Simple graph prototype"
msgstr "Simple graph prototype"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Single"
@@ -16083,7 +16169,7 @@ msgstr "Slides"
msgid "Slovak (sk_SK)"
msgstr "Slovak (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Snooze"
@@ -16221,7 +16307,8 @@ msgstr "Static"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16229,16 +16316,15 @@ msgstr "Static"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16258,7 +16344,7 @@ msgstr "Static"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16346,28 +16432,28 @@ msgid "Stop"
msgstr "Stop"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16379,7 +16465,7 @@ msgstr "Straight"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16404,14 +16490,14 @@ msgid "Subject"
msgstr "Subject"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Subject"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Submap"
@@ -16419,7 +16505,7 @@ msgstr "Submap"
msgid "Success Audit"
msgstr "Success Audit"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "Success message"
@@ -16432,7 +16518,7 @@ msgstr "Sum of incoming and outgoing traffic statistics on network interface. Re
msgid "Sun"
msgstr "Sun"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Sunday"
@@ -16476,7 +16562,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Switching authentication method will reset all except this session! Continue?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16527,12 +16613,12 @@ msgstr "System time. Returns integer with type as utc; string - with type as loc
msgid "System uptime in seconds. Returns integer"
msgstr "System uptime in seconds. Returns integer"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "T"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16574,12 +16660,12 @@ msgstr "Table \"%1$s\" doesn't have a field named \"%2$s\"."
msgid "Tag"
msgstr "Tag"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "Tag \"%1$s\" with value \"%2$s\" already exists."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "Tag display priority"
@@ -16588,12 +16674,12 @@ msgstr "Tag display priority"
msgid "Tag filter"
msgstr "Tag filter"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Tag for matching"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "Tag name"
@@ -16604,25 +16690,25 @@ msgstr "Tag value"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16630,11 +16716,11 @@ msgstr "Tag value"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16643,11 +16729,11 @@ msgid "Tags"
msgstr "Tags"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Target"
@@ -16766,13 +16852,13 @@ msgstr "Template with the same visible name \"%1$s\" already exists."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16794,20 +16880,20 @@ msgstr "Templates updated"
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Test"
@@ -16832,7 +16918,7 @@ msgstr "Test data"
msgid "Test expressions"
msgstr "Test expressions"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16860,10 +16946,10 @@ msgstr "Test subject"
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16902,7 +16988,7 @@ msgstr "The application is not discovered anymore and will be deleted the next t
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16995,11 +17081,11 @@ msgstr "The web scenario application belongs to a different host than the web sc
msgid "Theme"
msgstr "Theme"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "This day last week"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17008,11 +17094,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr "This is the test message from Zabbix"
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "This month"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "This month so far"
@@ -17024,23 +17110,23 @@ msgstr "This screen column is not empty. Delete it?"
msgid "This screen row is not empty. Delete it?"
msgstr "This screen row is not empty. Delete it?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "This week"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "This week so far"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "This year"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "This year so far"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Threshold"
@@ -17052,7 +17138,7 @@ msgstr "Throttling"
msgid "Thu"
msgstr "Thu"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Thursday"
@@ -17063,19 +17149,19 @@ msgstr "Thursday"
msgid "Till"
msgstr "Till"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17118,12 +17204,12 @@ msgstr ""
msgid "Time period"
msgstr "Time period"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17135,16 +17221,23 @@ msgstr "Time shift"
msgid "Time type"
msgstr "Time type"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Timeout"
@@ -17158,22 +17251,23 @@ msgstr "Timeout"
msgid "Timestamp"
msgstr "Timestamp"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "To"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "To set a host interface select a single item type for all items"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Today"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "Today so far"
@@ -17263,10 +17357,10 @@ msgstr "Treat as 0"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Trend storage period"
@@ -17275,34 +17369,34 @@ msgstr "Trend storage period"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Trends"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Trigger"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Trigger \"%1$s\" already exists on \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "Trigger \"%1$s\" belongs to templates with different linkages."
@@ -17312,7 +17406,7 @@ msgstr "Trigger \"%1$s\" belongs to templates with different linkages."
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17320,7 +17414,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Trigger added"
@@ -17328,7 +17422,7 @@ msgstr "Trigger added"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Trigger cannot be dependent on a trigger that is inherited from it."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Trigger copied"
@@ -17338,7 +17432,7 @@ msgstr[1] "Triggers copied"
msgid "Trigger data storage period"
msgstr "Trigger data storage period"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Trigger deleted"
@@ -17346,7 +17440,7 @@ msgstr "Trigger deleted"
msgid "Trigger details"
msgstr "Trigger details"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Trigger disabled"
@@ -17357,13 +17451,13 @@ msgstr[1] "Triggers disabled"
msgid "Trigger displaying options"
msgstr "Trigger displaying options"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Trigger enabled"
msgstr[1] "Triggers enabled"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Trigger expression must contain at least one host:key reference."
@@ -17403,24 +17497,24 @@ msgstr "Trigger overview"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Trigger prototype"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "Trigger prototype \"%1$s\" belongs to templates with different linkages."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
@@ -17430,12 +17524,12 @@ msgstr "Trigger prototype \"%1$s\" contains item prototypes from multiple discov
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Trigger prototype \"%1$s\" must contain at least one item prototype."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Trigger prototype added"
@@ -17443,11 +17537,11 @@ msgstr "Trigger prototype added"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Trigger prototype cannot be dependent on a trigger that is inherited from it."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Trigger prototype deleted"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Trigger prototype updated"
@@ -17455,7 +17549,7 @@ msgstr[1] "Trigger prototypes updated"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17463,15 +17557,15 @@ msgstr[1] "Trigger prototypes updated"
msgid "Trigger prototypes"
msgstr "Trigger prototypes"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Trigger prototypes deleted"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Trigger prototypes updated"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "Trigger recovery expression must contain at least one host:key reference."
@@ -17479,11 +17573,11 @@ msgstr "Trigger recovery expression must contain at least one host:key reference
msgid "Trigger severity"
msgstr "Trigger severity"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Trigger status \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Trigger status \"Problem\""
@@ -17491,19 +17585,19 @@ msgstr "Trigger status \"Problem\""
msgid "Trigger tags"
msgstr "Trigger tags"
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Trigger updated"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17516,11 +17610,11 @@ msgstr "Trigger updated"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Triggers"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Triggers deleted"
@@ -17536,7 +17630,7 @@ msgstr "Trim"
msgid "Tue"
msgstr "Tue"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Tuesday"
@@ -17549,7 +17643,7 @@ msgstr "Turkish (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "Two map elements should be selected"
@@ -17569,7 +17663,7 @@ msgstr "Two map elements should be selected"
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17581,21 +17675,21 @@ msgstr "Two map elements should be selected"
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17628,18 +17722,18 @@ msgstr "Type (descending)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Type of calculation"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Type of information"
@@ -17656,8 +17750,8 @@ msgstr "Types"
msgid "UNKNOWN"
msgstr "UNKNOWN"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17667,11 +17761,11 @@ msgstr "UNKNOWN"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17717,7 +17811,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17801,10 +17895,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Units"
@@ -17826,7 +17920,7 @@ msgstr "Units"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17845,18 +17939,18 @@ msgstr "Unknown action"
msgid "Unknown error"
msgstr "Unknown error"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Unknown function."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Unknown host item, no such item in selected host"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Unknown host, no such host present in system"
@@ -17882,15 +17976,15 @@ msgstr "Unknown value type"
msgid "Unlimited"
msgstr "Unlimited"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Unlink"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Unlink and clear"
@@ -17933,7 +18027,7 @@ msgstr "Unlinked: Item prototype \"%1$s\" on \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Unmute"
@@ -17979,6 +18073,11 @@ msgstr "Unsupported parameter \"%2$s\" for the filter of action \"%1$s\"."
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18015,28 +18114,29 @@ msgstr "Up"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18053,16 +18153,16 @@ msgstr "Update existing"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Update interval"
@@ -18117,7 +18217,7 @@ msgstr "Uptime of Zabbix server process in seconds."
msgid "Uptime/Downtime"
msgstr "Uptime/Downtime"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Use bulk requests"
@@ -18146,7 +18246,7 @@ msgstr "Used in items"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "User"
@@ -18308,14 +18408,14 @@ msgstr "User menu"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "User name"
@@ -18382,11 +18482,11 @@ msgstr ""
msgid "User/Recipient"
msgstr "User/Recipient"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Username"
@@ -18394,8 +18494,8 @@ msgstr "Username"
msgid "Username and password"
msgstr "Username and password"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18660,24 +18760,24 @@ msgstr "Validation"
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18806,18 +18906,18 @@ msgstr "Variables"
msgid "Various information about specific process(es). Returns float"
msgstr "Various information about specific process(es). Returns float"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18825,8 +18925,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18838,7 +18938,7 @@ msgstr "Vendor"
msgid "Verbose"
msgstr "Verbose"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18899,7 +18999,7 @@ msgstr "Visible name"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Visible name cannot be empty if host name is missing."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "W"
@@ -18911,22 +19011,22 @@ msgstr "W"
msgid "Warning"
msgstr "Warning"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Warning"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "We are sorry, the maximum possible number of elements to remember has been reached."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18936,7 +19036,7 @@ msgstr "We are sorry, the maximum possible number of elements to remember has be
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18993,7 +19093,7 @@ msgstr[1] "Web scenarios enabled"
msgid "Web scenario updated"
msgstr "Web scenario updated"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19011,7 +19111,7 @@ msgstr ""
msgid "Wed"
msgstr "Wed"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Wednesday"
@@ -19024,7 +19124,7 @@ msgstr "Weekly"
msgid "Welcome"
msgstr "Welcome"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Welcome to"
@@ -19032,7 +19132,7 @@ msgstr "Welcome to"
msgid "When active"
msgstr "When active"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19074,7 +19174,7 @@ msgstr "With dependencies"
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19148,13 +19248,13 @@ msgstr "Wrong fields for service \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Wrong fields for time for service \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Wrong fields for trigger prototype."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Wrong fields for trigger."
@@ -19162,8 +19262,8 @@ msgstr "Wrong fields for trigger."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "Wrong value for url field."
@@ -19196,10 +19296,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "XML data"
@@ -19290,7 +19390,7 @@ msgstr "YYYY-MM-DD hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19309,20 +19409,20 @@ msgstr "Yearly"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19334,7 +19434,7 @@ msgstr "Yearly"
msgid "Yes"
msgstr "Yes"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "Yesterday"
@@ -19345,7 +19445,7 @@ msgstr "You are logged in as \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "You are not able to choose some of the languages, because locales for them are not installed on the web server."
@@ -19400,7 +19500,7 @@ msgstr "You do not have permission to perform this operation."
msgid "You do not have permissions to create users."
msgstr "You do not have permissions to create users."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19408,7 +19508,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "You have no permissions to access this page."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "You have unsaved changes."
@@ -19483,7 +19583,7 @@ msgstr "Zabbix login form"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix server"
@@ -19501,7 +19601,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbix server (proxy)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Zabbix server details"
@@ -19509,15 +19609,15 @@ msgstr "Zabbix server details"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix server is not running: the information displayed may not be current."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix server is running"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbix server name"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Zabbix server port"
@@ -19526,6 +19626,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix trapper"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "Zoom out"
@@ -19539,51 +19640,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "a boolean is expected"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "a character string is expected"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "a hexadecimal color code (6 symbols) is expected"
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr "a low-level discovery macro is expected"
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "a number is expected"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "a number is too large"
@@ -19596,8 +19702,8 @@ msgstr "a number is too large"
msgid "a numeric value is expected"
msgstr "a numeric value is expected"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr "a relative time is expected"
@@ -19605,29 +19711,29 @@ msgstr "a relative time is expected"
msgid "a time is expected"
msgstr "a time is expected"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "a time period is expected"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "a time range is expected"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "a time unit is expected"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "a user macro is expected"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange() - Absolute difference between last and previous value"
@@ -19669,6 +19775,10 @@ msgstr "all"
msgid "all media"
msgstr "all media"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19680,23 +19790,23 @@ msgstr "all media"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "an array is expected"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "an array or a character string is expected"
@@ -19706,7 +19816,7 @@ msgid "an empty string is expected"
msgstr "an empty string is expected"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "an even number of hexadecimal characters is expected"
@@ -19714,11 +19824,11 @@ msgstr "an even number of hexadecimal characters is expected"
msgid "an explicit time is expected"
msgstr "an explicit time is expected"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19767,11 +19877,11 @@ msgstr ""
msgid "avg"
msgstr "avg"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg() - Average value of a period T"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band() - Bitwise AND of last (most recent) T value and mask"
@@ -19799,10 +19909,9 @@ msgstr "cannot be changed"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19810,7 +19919,7 @@ msgstr "cannot be changed"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19835,6 +19944,9 @@ msgstr "cannot be changed"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19861,11 +19973,11 @@ msgstr "cannot be changed"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19887,14 +19999,14 @@ msgstr "cannot be changed"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19919,7 +20031,7 @@ msgstr "cannot perform Scroll API request, data could be truncated"
msgid "cannot update property for templated discovery rule"
msgstr "cannot update property for templated discovery rule"
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "change() - Difference between last and previous value"
@@ -19937,11 +20049,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "circular item dependency is not allowed"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "color"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "comma-separated list"
@@ -19960,11 +20072,11 @@ msgstr "contains"
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19973,32 +20085,32 @@ msgstr "d"
msgid "d.M"
msgstr "m/d"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date() - Current date"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth() - Day of month"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek() - Day of week"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "days"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "default"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta() - Difference between MAX and MIN value of a period T"
@@ -20024,11 +20136,11 @@ msgstr "descending"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff() - Difference between last and preceding values (1 - true, 0 - false)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "directory or script name cannot be empty"
@@ -20067,7 +20179,7 @@ msgstr "does not equal"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20106,7 +20218,7 @@ msgstr "first"
msgid "first parameter is expected"
msgstr "first parameter is expected"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "forecast() - Forecast for next t seconds based on period T"
@@ -20114,14 +20226,14 @@ msgstr "forecast() - Forecast for next t seconds based on period T"
msgid "fourth"
msgstr "fourth"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "global housekeeping settings"
@@ -20130,7 +20242,7 @@ msgstr "global housekeeping settings"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20188,11 +20300,11 @@ msgstr "in"
msgid "including subgroups"
msgstr "including subgroups"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20229,7 +20341,7 @@ msgstr "invalid Prometheus pattern"
msgid "invalid address range \"%1$s\""
msgstr "invalid address range \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "invalid byte sequence in UTF-8"
@@ -20243,15 +20355,15 @@ msgstr "invalid delay"
msgid "invalid history storage period"
msgstr "invalid history storage period"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "invalid host group name"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "invalid host name"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "invalid regular expression"
@@ -20261,7 +20373,7 @@ msgstr "invalid regular expression"
msgid "invalid trend storage period"
msgstr "invalid trend storage period"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
@@ -20273,7 +20385,7 @@ msgstr "is greater than or equals"
msgid "is less than or equals"
msgstr "is less than or equals"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "is not enclosed in {} or is malformed"
@@ -20303,7 +20415,7 @@ msgstr "key is empty"
msgid "last"
msgstr "last"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last() - Last (most recent) T value"
@@ -20315,15 +20427,15 @@ msgstr "left"
msgid "list of characters"
msgstr "list of characters"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity() - Log severity of the last log entry"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
@@ -20331,12 +20443,12 @@ msgstr "logsource() - Log source of the last log entry matching parameter T (1 -
msgid "low-level discovery rule"
msgstr "low-level discovery rule"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20366,7 +20478,7 @@ msgstr "map"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20390,7 +20502,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max() - Maximum value for period T"
@@ -20417,12 +20529,12 @@ msgstr "maximum number of dependency levels reached"
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "min() - Minimum value for period T"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "minimum length is %1$s characters"
@@ -20455,27 +20567,27 @@ msgstr "must be a valid LDAP user"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "must be between \"%1$s\" and \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "must contain at least one low-level discovery macro"
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "name"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "new"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "new"
@@ -20485,7 +20597,7 @@ msgstr "new"
msgid "no data"
msgstr "no data"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20506,7 +20618,7 @@ msgstr "not in"
msgid "not selected"
msgstr "not selected"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now() - Number of seconds since the Epoch"
@@ -20514,8 +20626,8 @@ msgstr "now() - Number of seconds since the Epoch"
msgid "number"
msgstr "number"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "of"
@@ -20563,7 +20675,7 @@ msgstr "off"
msgid "on"
msgstr "on"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr "only one time unit is allowed"
@@ -20579,11 +20691,11 @@ msgstr "other"
msgid "output"
msgstr "output"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20594,11 +20706,11 @@ msgstr ""
msgid "pattern"
msgstr "pattern"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "percentile() - Percentile P of a period T"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev() - Previous value"
@@ -20615,12 +20727,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "refreshed every %1$s sec."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20637,7 +20749,7 @@ msgstr "right"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20686,6 +20798,7 @@ msgstr "short description"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20700,15 +20813,15 @@ msgstr "short description"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "should be empty"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr "should be less than current time"
@@ -20716,10 +20829,10 @@ msgstr "should be less than current time"
msgid "show icon mappings"
msgstr "show icon mappings"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "show value mappings"
@@ -20727,11 +20840,11 @@ msgstr "show value mappings"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen() - Length of last (most recent) T value in characters"
@@ -20739,7 +20852,7 @@ msgstr "strlen() - Length of last (most recent) T value in characters"
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "sum() - Sum of values of a period T"
@@ -20748,14 +20861,14 @@ msgid "supplied credentials are not unique"
msgstr "supplied credentials are not unique"
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20790,9 +20903,13 @@ msgstr "template ID \"%1$s\" is passed %2$s times"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "the parameter \"%1$s\" is missing"
@@ -20807,7 +20924,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20826,18 +20943,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "time shift"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time() - Current time"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft() - Time to reach threshold estimated based on period T"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20848,26 +20989,26 @@ msgstr "trigger"
msgid "trigger does not allow manual closing"
msgstr "trigger does not allow manual closing"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "trigger prototype cannot be moved to another template or host"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "trigger with linkages cannot be moved to another template or host"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "type here to search"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20877,7 +21018,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20894,9 +21035,10 @@ msgstr "unexpected end of macro"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "unexpected parameter \"%1$s\""
@@ -20923,12 +21065,12 @@ msgstr "unexpected text \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "unexpected value \"%1$s\""
@@ -20938,7 +21080,7 @@ msgstr "unexpected value \"%1$s\""
msgid "unknown"
msgstr "unknown"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr "unsupported time suffix"
@@ -20947,28 +21089,28 @@ msgid "unsupported version number"
msgstr "unsupported version number"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20978,7 +21120,7 @@ msgstr "unsupported version number"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "value"
@@ -20996,26 +21138,29 @@ msgstr "value \"%1$s\" already exists"
msgid "value \"%1$s\" not found"
msgstr "value \"%1$s\" not found"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "value %1$s already exists"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "value is too long"
@@ -21043,9 +21188,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21082,7 +21227,7 @@ msgstr "wrong discovery rule type"
msgid "wrong item type"
msgstr "wrong item type"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/locale/es/LC_MESSAGES/frontend.po b/ui/locale/es/LC_MESSAGES/frontend.po
index e7e22a0421b..6b11308eefb 100644
--- a/ui/locale/es/LC_MESSAGES/frontend.po
+++ b/ui/locale/es/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2018-05-04 09:32+0300\n"
"Last-Translator: Oscar <oscar.zabbix@linaresdigital.com>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "se esperaba \"%1$s\""
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "Se espera un par \"equipo:clave\""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -78,7 +78,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d día"
msgstr[1] "%1$d días"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -162,8 +162,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -177,7 +177,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "%1$s elemento de %2$s en estado de problema"
msgstr[1] "%1$s elementos de %2$s en estado de problema"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -209,15 +209,15 @@ msgstr[1] "Quedan %1$s intentos"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s segundo"
msgstr[1] "%1$s segundos"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -236,20 +236,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -287,20 +287,20 @@ msgstr "(0 - usar acción por defecto)"
msgid "(Only super admins can create groups)"
msgstr "(Sólo los súper administradores pueden crear grupos)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(sin proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - usar el puerto por defecto"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 o 1"
@@ -376,11 +376,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "Y"
@@ -407,16 +408,16 @@ msgstr[0] "Cuenta bloqueada durante %1$s segundo."
msgstr[1] "Cuenta bloqueada durante %1$s segundos."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Reconocer"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Aceptada"
@@ -449,7 +450,7 @@ msgstr "Aceptar eventos RESUELTOS"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -462,30 +463,30 @@ msgstr "Aceptar eventos RESUELTOS"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -556,18 +557,18 @@ msgstr "Acción actualizada"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Acciones"
@@ -603,6 +604,9 @@ msgstr "Activo hasta"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -630,9 +634,6 @@ msgstr "Activo hasta"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -642,9 +643,9 @@ msgstr "Activo hasta"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -656,39 +657,40 @@ msgstr "Activo hasta"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -699,20 +701,20 @@ msgstr "Activo hasta"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -739,8 +741,8 @@ msgstr "Activo hasta"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Agregar"
@@ -748,7 +750,7 @@ msgstr "Agregar"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Agregar un nuevo widget"
@@ -756,7 +758,7 @@ msgstr "Agregar un nuevo widget"
msgid "Add child"
msgstr "Agregar hijo"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Agregar un elemento hijo"
@@ -768,7 +770,7 @@ msgstr "Agregar equipo"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Agregar varios mapas"
@@ -777,6 +779,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -785,7 +788,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Agregar prototipo"
@@ -806,11 +809,11 @@ msgstr "Agregar a grupo de equipos"
msgid "Add to host groups"
msgstr "Agregar a grupos de equipos"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Agregar widget"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -834,7 +837,7 @@ msgid "Age"
msgstr "Edad"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Edad menor que"
@@ -846,7 +849,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agente"
@@ -905,7 +908,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Todo"
@@ -923,7 +926,7 @@ msgstr "Todos los grupos"
msgid "All hosts"
msgstr "Todos los hosts"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Todos los enlaces deben tener especificados \"Nombre\" y \"URL\""
@@ -931,13 +934,13 @@ msgstr "Todos los enlaces deben tener especificados \"Nombre\" y \"URL\""
msgid "All maps"
msgstr "Todos los mapas"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Todos los problemas"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Todos los problemas si los valores coinciden"
@@ -957,48 +960,48 @@ msgstr ""
msgid "All templates"
msgstr "Todas las plantillas"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Permitir cierre manual"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Equipos permitidos"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Alternativamente, puede instalarlo manualmente:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "Y"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1007,14 +1010,14 @@ msgid "And/Or"
msgstr "Y/O"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1030,10 +1033,10 @@ msgstr "Cualquier cadena incluida"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1067,8 +1070,8 @@ msgid "Application error."
msgstr "Error de aplicación."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Prototipos de aplicación"
@@ -1091,15 +1094,15 @@ msgstr "No existe una aplicación con applicationid \"%1$s\"."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1107,15 +1110,17 @@ msgstr "No existe una aplicación con applicationid \"%1$s\"."
msgid "Applications"
msgstr "Aplicaciones"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Aplicar"
@@ -1133,7 +1138,7 @@ msgstr "Acercamiento"
msgid "Apr"
msgstr "Abr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Abril"
@@ -1145,7 +1150,11 @@ msgstr "¿Está seguro de que desea realizar esta acción?"
msgid "Are you sure you want to delete"
msgstr "¿Está seguro de que desea eliminar"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "¿Está seguro?, ¿Quiere dejar esta página?"
@@ -1161,12 +1170,12 @@ msgstr "Tipo de área"
msgid "Arithmetic"
msgstr "Aritmético"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Como es"
@@ -1274,7 +1283,7 @@ msgstr "Registro de auditoría"
msgid "Aug"
msgstr "Ago"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Agosto"
@@ -1291,9 +1300,9 @@ msgstr ""
msgid "Authentication"
msgstr "Autenticación"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Algoritmo de autenticación"
@@ -1303,21 +1312,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Método de autenticación"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Clave de autenticación"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Protocolo de autenticación"
@@ -1356,9 +1367,9 @@ msgstr "Cierre de sesión automático"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automático"
@@ -1388,7 +1399,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Disponibilidad"
@@ -1413,8 +1424,8 @@ msgstr "Promedio"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Volver"
@@ -1468,16 +1479,16 @@ msgid "Blue"
msgstr "Azul"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1518,11 +1529,11 @@ msgstr ""
msgid "Bottom"
msgstr "Debajo"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "Traer al frente"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Traer al frente"
@@ -1549,8 +1560,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "CERRANDO"
@@ -1570,7 +1581,7 @@ msgstr "Carga de CPU. Devuelve un decimal"
msgid "CPU utilisation percentage. Returns float"
msgstr "Porcentaje de utilización de CPU. Devuelve un decimal"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1603,7 +1614,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1611,7 +1622,7 @@ msgstr ""
msgid "Callback"
msgstr "Devolución de llamada"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1637,10 +1648,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Cancelar"
@@ -1685,12 +1696,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "No se puede agregar una dependencia desde un equipo a una plantilla."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "No se pudo agregar la dependencia del disparador \"%1$s:%2$s\" al disparador \"%3$s:%4$s\" porque éste último no existe."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "No se pudo agregar la regla de descubrimiento"
@@ -1714,7 +1725,7 @@ msgstr "No se pudo agregar el grupo."
msgid "Cannot add host"
msgstr "No se pudo agregar el equipo"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "No se pudo agregar el prototipo de equipo"
@@ -1724,7 +1735,7 @@ msgstr "No se pudo agregar el prototipo de equipo"
msgid "Cannot add image"
msgstr "No se pudo agregar la imagen"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "No se pudo agregar el ítem"
@@ -1733,7 +1744,7 @@ msgstr "No se pudo agregar el ítem"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "No se pudo agregar el ítem \"%1$s\" desde \"%2$s\" a la aplicación \"%3$s\" desde \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "No se pudo agregar el prototipo de ítem"
@@ -1816,11 +1827,11 @@ msgstr "No pude agregar submapas. Se alcanzó la profundidad máxima."
msgid "Cannot add template"
msgstr "No se pudo agregar la plantilla"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "No se pudo agregar el disparador"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "No se pudo agregar el prototipo de disparador"
@@ -1843,11 +1854,11 @@ msgstr "No es posible añadir la asignación"
msgid "Cannot add web scenario"
msgstr "No se pudo agregar el escenario web"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "No se puede agregar widgets en modo quiosco"
@@ -1864,11 +1875,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "No puede llamar al método \"%1$s.%2$s\" sin parámetros."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "No se pudo eliminar el histórico"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1876,7 +1887,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "No se pudo clonar los prototipos de gráfico."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "No se pudo clonar los prototipos de equipo."
@@ -1899,7 +1910,7 @@ msgstr "No se pudo cerrar el problema: %1$s."
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "No se pudo conectar a la base de datos."
@@ -1913,24 +1924,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] "No se pudieron copiar la gráfica"
msgstr[1] "No se pudieron copiar las gráficas"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "No se pudo copiar el monitor"
msgstr[1] "No se pudo copiar los monitores"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "No se pudo copiar el iniciador"
msgstr[1] "No se pudieron copiar los iniciadores"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "No se puede copiar el disparador \"%1$s:%2$s\" porque tiene varios equipos en la expresión."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "No se puede crear un prototipo de equipo sobre el equipo descubierto \"%1$s\"."
@@ -1968,7 +1979,7 @@ msgstr "No se pudo crear la aplicación porque el escenario web ya está asignad
msgid "Cannot create template."
msgstr "No se pudo crear la plantilla."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "No se pudo crear el archivo de configuración."
@@ -2012,11 +2023,11 @@ msgstr "No es posible eliminar la dependecia"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "No pude borrar la aplicación descubierta \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "No es posible eliminar la regla"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "No se pudo eliminar las reglas de descubrimiento"
@@ -2042,7 +2053,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "No es posible eliminar el grupo"
msgstr[1] "No es posible eliminar el grupo"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "No se pudo eliminar el equipo"
@@ -2060,7 +2071,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "No se pudo eliminar los prototipos de equipo"
@@ -2076,19 +2087,19 @@ msgstr "No es posible eliminar la imágen"
msgid "Cannot delete inventory."
msgstr "No se pudo eliminar el inventario."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "No es posible eliminar el monitor"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "No se pudo eliminar el prototipo de ítem"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "No se pudo eliminar los prototipos de ítems"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "No es posible eliminar los monitores"
@@ -2172,7 +2183,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "No se pudo eliminar el prototipo de plantilla de equipo."
@@ -2203,19 +2214,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "No se pudo eliminar el escenario web \"%1$s\" de la plantilla."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "No es posible eliminar los iniciadores"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "No se pudo eliminar el prototipo de disparador"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "No se pudo eliminar los prototipos de disparador"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "No es posible eliminar los iniciadores"
@@ -2253,20 +2264,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] "No se pudo desactivar la correlación"
msgstr[1] "No se pudo desactivar las correlaciones"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "No se pudo desactivar la regla de descubrimiento"
msgstr[1] "No se pudo desactivar las reglas de descubrimiento"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "No se pudo deshabilitar el equipo"
msgstr[1] "No se pudo deshabilitar los equipos"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "No se pudo desactivar el ítem"
@@ -2285,7 +2296,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "No se pudo desactivar el disparador"
@@ -2317,20 +2328,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] "No se pudo habilitar la correlación"
msgstr[1] "No se pudieron habilitar las correlaciones"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "No se pudo habilitar la regla de descubrimiento"
msgstr[1] "No se pudo habilitar las reglas de descubrimiento"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "No se pudo habilitar el equipo"
msgstr[1] "No se pudo habilitar los equipos"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "No se pudo habilitar el ítem"
@@ -2349,7 +2360,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "No se pudo habilitar el disparador"
@@ -2369,7 +2380,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "No pude ejecutar el script"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "No pude expandir las macros."
@@ -2531,7 +2542,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "No se pudo importar la plantilla \"%1$s\" porque la plantilla enlazada \"%2$s\" no existe."
msgstr[1] "No se pudo importar la plantilla \"%1$s\" porque las plantillas enlazadas \"%2$s\" no existen."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "No se pudo insertar la expresión del disparador"
@@ -2638,7 +2649,7 @@ msgstr "No pude guardar el widget: \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "No se pudo enviar la instrucción. Verifique la conexión con el servidor Zabbix \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2675,12 +2686,12 @@ msgstr "No se pudo establecer \"%1$s\" para el ítem \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "No pude definir \"%1$s\" para la plantilla de pantalla \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "No se pudo establecer \"%1$s\" para el disparador \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "No pude definir \"%1$s\" para el prototipo de iniciador \"%2$s\"."
@@ -2710,7 +2721,7 @@ msgstr "No se puede establecer un ID de recursos en un elemento de pantalla."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2772,22 +2783,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "No se puede actualizar el \"%1$s\" de un ítem \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "No se puede actualizar el \"%1$s\" de un disparador \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2802,7 +2813,7 @@ msgstr "No se pudo actualizar \"%2$s\" en el equipo descubierto \"%1$s\"."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "No se pudo actualizar \"%2$s\" en el ítem descubierto \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2871,7 +2882,7 @@ msgstr "No se pudo actualizar la correlación"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "No pude actualizar la aplicación descubierta \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "No es posible actualizar la regla"
@@ -2908,7 +2919,7 @@ msgstr "No es posible actualizar el equipo"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "No pude actualizar la configuración del cifrado del host. Debería ser especificada la configuración de la conexión en ambos sentidos."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
#, fuzzy
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
@@ -2934,22 +2945,22 @@ msgstr "No se pudo actualizar la imagen"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "No se pudo actualizar la interfaz del equipo descubierto \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "No es posible actualizar el monitor"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
#, fuzzy
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "No se pudo actualizar el prototipo de ítem"
msgstr[1] "No se pudo actualizar el prototipo de ítem"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "No se pudo actualizar los ítems"
@@ -3032,29 +3043,29 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "No se pudo actualizar las plantillas del equipo descubierto \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "No es posible actualizar el iniciador"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "No se pudo actualizar el iniciador \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
#, fuzzy
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "No se pudo actualizar el prototipo de disparador"
msgstr[1] "No se pudo actualizar el prototipo de disparador"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "No se pudo actualizar el prototipo de iniciador \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "No se pudo actualizar los prototipos de disparadores"
@@ -3111,12 +3122,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Certificado"
@@ -3160,10 +3171,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Carácter"
@@ -3190,7 +3201,7 @@ msgstr "Información del chasis. Devuelve una cadena"
msgid "Check already exists."
msgstr "Verifique si ya existe."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Verifique la parte de la expresión que inicia en \"%1$s\"."
@@ -3208,7 +3219,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Comprobación de requisitos previos"
@@ -3313,8 +3324,8 @@ msgid "Clear history"
msgstr "Limpiar histórico"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Limpiar historial y tendencias"
@@ -3323,11 +3334,11 @@ msgstr "Limpiar historial y tendencias"
msgid "Clear when unlinking"
msgstr "Limpiar cuando se deslinke"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3346,20 +3357,20 @@ msgstr "Reloj"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Clonar"
@@ -3367,15 +3378,15 @@ msgstr "Clonar"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Cerrar"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Cerrar el constructor de expresiones"
@@ -3394,8 +3405,8 @@ msgid "Close problem"
msgstr "Cerrar problema"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Plegar"
@@ -3412,7 +3423,7 @@ msgstr ""
msgid "Colour"
msgstr "Color"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "El color \"%1$s\" no es correcto. Use un código de color hexadecimal (6 caracteres)."
@@ -3463,7 +3474,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3497,7 +3508,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Sesiones simultáneas"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Condición"
@@ -3556,7 +3567,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Condiciones duplicadas para la correlación \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Configuración"
@@ -3564,7 +3575,7 @@ msgstr "Configuración"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Configuración de estadísticas de memoria caché. Caché - memoria temporal (modos: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "Archivo de configuración \"%1$s\" creado."
@@ -3728,7 +3739,7 @@ msgid "Configuration updated"
msgstr "Configuración actualizada"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Configurar la conexión de BD"
@@ -3736,7 +3747,7 @@ msgstr "Configurar la conexión de BD"
msgid "Confirmation text"
msgstr "Texto de confirmación"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "¡Felicidades! Has instalado la interfaz web de Zabbix satisfactoriamente."
@@ -3792,7 +3803,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3800,9 +3811,9 @@ msgstr ""
msgid "Connections"
msgstr "Conexiones"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Conexiones desde el host"
@@ -3810,9 +3821,9 @@ msgstr "Conexiones desde el host"
msgid "Connections from proxy"
msgstr "Conexiones desde el proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Conexiones al host"
@@ -3829,10 +3840,10 @@ msgstr "Constructor"
msgid "Contact"
msgstr "Contacto"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3863,10 +3874,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3906,8 +3917,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Nombre de contexto"
@@ -3919,8 +3931,8 @@ msgstr ""
msgid "Contract number"
msgstr "Número de contrato"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3932,8 +3944,8 @@ msgstr "Coordenadas"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Copiar"
@@ -3989,7 +4001,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "¡No se puede guardar imagen!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Contador"
@@ -4035,11 +4047,11 @@ msgstr "Crear correlación"
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Crear elemento dependiente"
@@ -4059,14 +4071,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4145,7 +4157,7 @@ msgstr "Crear mapa"
msgid "Create media type"
msgstr "Crear tipo de medio"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Crear nuevo"
@@ -4169,7 +4181,7 @@ msgstr "Crear diapositivas"
msgid "Create template"
msgstr "Crear plantilla"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Crear iniciador"
@@ -4222,11 +4234,12 @@ msgstr "Crítico"
msgid "Current host"
msgstr "Equipo actual"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Valor actual"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "A medida"
@@ -4234,7 +4247,7 @@ msgstr "A medida"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Expresión personalizada"
@@ -4243,11 +4256,11 @@ msgid "Custom graphs"
msgstr "Personalizar gráficos"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Intervalos personalizados"
@@ -4269,7 +4282,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Personalizar multiplicador"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4308,11 +4321,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.AA"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4421,16 +4435,16 @@ msgstr ""
msgid "Data storage period"
msgstr "Periodo de almacenamiento de datos"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4438,32 +4452,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Servidor de base de datos"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4471,35 +4485,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Monitor de base de datos"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Nombre de la base de datos"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Contraseña de la base de datos"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Puerto de la base de datos"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Esquema de la base de datos"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Servidor de base de datos"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Tipo de base de datos"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Usuario de base de datos"
@@ -4528,7 +4542,7 @@ msgstr "Fecha de adquisición del hardware"
msgid "Day"
msgstr "Día"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4547,7 +4561,7 @@ msgstr "Día de semana"
msgid "Days"
msgstr "Días"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Depurar"
@@ -4561,7 +4575,7 @@ msgstr "Modo depuración"
msgid "Dec"
msgstr "Dic"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Diciembre"
@@ -4571,7 +4585,7 @@ msgstr "Diciembre"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Por defecto"
@@ -4588,7 +4602,7 @@ msgid "Default host inventory mode"
msgstr "Modo de inventario de host por defecto"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4605,18 +4619,18 @@ msgid "Default operation step duration"
msgstr "Duración predeterminada del paso de operación"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Tema por defecto"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4645,7 +4659,8 @@ msgstr "Demorado por"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4666,8 +4681,8 @@ msgstr "Demorado por"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Eliminar"
@@ -4700,19 +4715,19 @@ msgstr "¿Desea eliminar la acción actual?"
msgid "Delete current correlation?"
msgstr "¿Borrar la correlación actual?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "¿Desea eliminar la regla de descubrimiento?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "¿Desea eliminar la expresión?"
@@ -4736,15 +4751,15 @@ msgstr "¿Borrar el histórico de los escenarios web seleccionados?"
msgid "Delete icon map?"
msgstr "¿Desea eliminar la asignación de icono?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "¿Desea eliminar el prototipo de ítem?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "¿Desea eliminar el ítem?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "¿Desea eliminar los enlaces entre los elementos seleccionados?"
@@ -4788,7 +4803,7 @@ msgstr "¿Desea eliminar las aplicaciones seleccionadas?"
msgid "Delete selected correlations?"
msgstr "¿Borrar las correlaciones seleccionadas?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "¿Borrar los tableros seleccionados?"
@@ -4797,7 +4812,7 @@ msgstr "¿Borrar los tableros seleccionados?"
msgid "Delete selected discovery rules?"
msgstr "¿Desea eliminar las reglas de descubrimiento seleccionadas?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "¿Desea eliminar los elementos seleccionados?"
@@ -4822,7 +4837,7 @@ msgstr "¿Desea eliminar los grupos seleccionados?"
msgid "Delete selected host groups?"
msgstr "¿Desea eliminar los grupos de equipos seleccionados?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "¿Desea eliminar el prototipo de equipo seleccionado?"
@@ -4830,7 +4845,7 @@ msgstr "¿Desea eliminar el prototipo de equipo seleccionado?"
msgid "Delete selected host prototypes?"
msgstr "¿Desea eliminar los prototipos de equipos seleccionados?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "¿Desea eliminar el equipo seleccionado?"
@@ -4882,7 +4897,7 @@ msgstr "¿Desea eliminar las pantallas seleccionadas?"
msgid "Delete selected scripts?"
msgstr "¿Desea eliminar los scripts seleccionados?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "¿Borrar las formas seleccionadas?"
@@ -4942,11 +4957,11 @@ msgstr "¿Desea eliminar la diapositiva?"
msgid "Delete template?"
msgstr "¿Desea eliminar la plantilla?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "¿Desea eliminar el prototipo de disparador?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "¿Desea eliminar el disparador?"
@@ -4959,7 +4974,7 @@ msgstr "¿Desea eliminar el escenario web?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Se ha eliminado el equipo \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Se ha eliminado el prototipo de equipo \"%1$s\" en \"%2$s\"."
@@ -4980,16 +4995,16 @@ msgid "Deny"
msgstr "Denegar"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Dependencias"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Dependiente"
@@ -4997,7 +5012,7 @@ msgstr "Dependiente"
msgid "Dependent item"
msgstr "Elemento dependiente"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5016,29 +5031,29 @@ msgstr "Estado de implementación"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Descripción"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5171,7 +5186,8 @@ msgstr "¿Desea desactivar los disparadores seleccionados?"
msgid "Disable selected web scenarios?"
msgstr "¿Desea desactivar los escenarios web seleccionados?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5184,22 +5200,21 @@ msgstr "¿Desea desactivar los escenarios web seleccionados?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Desactivado"
@@ -5216,7 +5231,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5224,12 +5239,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5330,27 +5345,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Regla de descubrimiento creada"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Regla de descubrimiento eliminada"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Regla de descubrimiento desactivada"
msgstr[1] "Reglas de descubrimiento desactivadas"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Regla de descubrimiento activada"
msgstr[1] "Reglas de descubrimiento activadas"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Regla de descubrimiento actualizada"
@@ -5360,13 +5375,13 @@ msgstr "Regla de descubrimiento actualizada"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Reglas de descubrimiento"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Reglas de descubrimiento eliminadas"
@@ -5410,7 +5425,7 @@ msgstr "Mostrar gráfico apilado"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Mostrando %1$s de %2$s encontrados"
@@ -5429,22 +5444,22 @@ msgid "Do not calculate"
msgstr "No calcular"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "¿Desea sustituir la expresión condicional?"
@@ -5467,11 +5482,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Caído"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Descargar el archivo de configuración"
@@ -5551,12 +5566,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5585,10 +5600,10 @@ msgstr "Usrgrpid duplicado \"%1$s\" en grupo de usuarios para el mapa \"%2$s\"."
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Usrgrpid duplicado \"%1$s\" en grupo de usuarios para la pantalla \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Duración"
@@ -5608,7 +5623,7 @@ msgstr "Elemento dinámico"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Cada URL debería tener un único nombre. Por favor, asegúrese que sólo hay nombrada una URL"
@@ -5623,15 +5638,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Editar"
@@ -5655,15 +5670,15 @@ msgstr "Editar pantalla"
msgid "Edit slide show"
msgstr "Editar presentación"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Editar disparador"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Editar widget"
@@ -5759,7 +5774,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5929,15 +5944,16 @@ msgstr "¿Desea activar los disparadores seleccionados?"
msgid "Enable selected web scenarios?"
msgstr "¿Desea activar los escenarios web seleccionados?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5953,13 +5969,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5968,13 +5983,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Activado"
@@ -5984,9 +5999,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Cifrado"
@@ -5994,7 +6009,7 @@ msgstr "Cifrado"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6006,10 +6021,10 @@ msgstr "Inglés (en_GB)"
msgid "English (en_US)"
msgstr "Inglés (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6036,7 +6051,7 @@ msgstr "Error"
msgid "Error in search request for table \"%1$s\"."
msgstr "Error en la solicitud de búsqueda de la tabla \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6071,7 +6086,7 @@ msgstr "Reglas de correlación de evento"
msgid "Event details"
msgstr "Detalles del evento"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Generación del evento"
@@ -6091,6 +6106,12 @@ msgstr "Listado de eventos [20 anteriores]"
msgid "Event log monitoring. Returns log"
msgstr "Monitorización del registro de eventos. Devuelve un log"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Par de etiquetas de evento"
@@ -6121,7 +6142,7 @@ msgstr "Cada semana(s)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Excluir"
@@ -6132,7 +6153,7 @@ msgstr "Excluir"
msgid "Exclude host groups"
msgstr "Excluir grupos de equipos"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Ejecutar"
@@ -6150,9 +6171,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Ejecutar la consulta WMI y devolver el primer objeto seleccionado. Devuelve entero, decimal, cadena o texto (dependiendo de la petición)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6170,19 +6191,19 @@ msgid "Executed"
msgstr "Ejecutado"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Script ejecutado"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Confirmación de ejecución"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Expandir"
@@ -6223,7 +6244,7 @@ msgstr "Exportar"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Exportar a CSV"
@@ -6231,21 +6252,21 @@ msgstr "Exportar a CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Expresión"
@@ -6258,15 +6279,15 @@ msgstr "Elementos de la Expresión Variable"
msgid "Expression cannot be empty"
msgstr "La expresión no puede estar vacía"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Constructor de expresiones"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Error de sintaxis en la expresión."
@@ -6285,7 +6306,7 @@ msgstr "Expresiones"
msgid "External check"
msgstr "Comprobación externa"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "V"
@@ -6299,7 +6320,7 @@ msgstr "INACTIVO"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Ha fallado"
@@ -6349,7 +6370,7 @@ msgstr "Pantallas favoritas"
msgid "Feb"
msgstr "Feb"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Febrero"
@@ -6362,7 +6383,7 @@ msgstr "Campo"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "El campo \"%1$s\" no puede estar vacío."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6371,7 +6392,7 @@ msgstr "El campo \"%1$s\" no puede estar vacío."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6491,9 +6512,7 @@ msgstr "Región rellenada"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6520,9 +6539,13 @@ msgstr "Región rellenada"
msgid "Filter"
msgstr "Filtro"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filtros"
@@ -6541,7 +6564,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Finalizar"
@@ -6554,8 +6577,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Primero"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Ajustar"
@@ -6569,12 +6592,12 @@ msgid "Fixed"
msgstr "Fijo"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6582,9 +6605,9 @@ msgid "Flexible"
msgstr "Flexible"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Seguir redirecciones"
@@ -6606,8 +6629,8 @@ msgstr "Tamaño de la fuente"
msgid "Form data"
msgstr "Datos de formulario"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Fórmula"
@@ -6634,11 +6657,13 @@ msgstr "Francés (fr_FR)"
msgid "Fri"
msgstr "Vie"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Viernes"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6658,12 +6683,12 @@ msgstr "Acceso a la interfaz web"
msgid "Frontend messaging"
msgstr "Mensajes de la interfaz web"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6698,7 +6723,7 @@ msgid "GUI access disabled."
msgstr "Acceso a la interfaz desactivada."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6724,21 +6749,21 @@ msgstr "Alemán(de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "La expresión dada no es una macro"
@@ -6764,7 +6789,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr "Volver a %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr ""
@@ -6812,8 +6837,8 @@ msgstr "Línea de gradiente"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6945,7 +6970,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Prototipos de gráficos"
@@ -6989,9 +7014,9 @@ msgid "Graph with same name but other type exist."
msgstr "La gráfica tiene el mismo nombre, pero existe otro tipo."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7001,7 +7026,7 @@ msgstr "La gráfica tiene el mismo nombre, pero existe otro tipo."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7009,7 +7034,7 @@ msgstr "La gráfica tiene el mismo nombre, pero existe otro tipo."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Gráficos"
@@ -7078,12 +7103,12 @@ msgstr "Grupo para equipos descubiertos"
msgid "Group name"
msgstr "Nombre del grupo"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7098,8 +7123,8 @@ msgstr "Agrupar por"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7131,10 +7156,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "Autenticación HTTP"
@@ -7142,11 +7167,11 @@ msgstr "Autenticación HTTP"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "Proxy HTTP"
@@ -7175,20 +7200,20 @@ msgstr "Hardware (detallado)"
msgid "Hardware sensor reading. Returns float"
msgstr "Lectura del sensor hardware. Devuelve decimal"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Cabeceras"
@@ -7221,11 +7246,11 @@ msgstr "Ayuda"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr ""
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7262,23 +7287,23 @@ msgstr "Oscuro de alto contraste"
msgid "High-contrast light"
msgstr "Claro de alto contraste"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Histórico"
@@ -7286,17 +7311,17 @@ msgstr "Histórico"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Histórico eliminado"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Eliminar el histórico puede llevarse tiempo. ¿Continuar?"
@@ -7310,13 +7335,17 @@ msgstr "Histórico de eventos"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Historial del periodo de almacenamiento"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7341,26 +7370,26 @@ msgstr "Alineación horizontal"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7372,8 +7401,8 @@ msgstr "Alineación horizontal"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Equipo"
@@ -7416,8 +7445,7 @@ msgstr "Acceso al equipo"
msgid "Host added"
msgstr "Equipo añadido"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7434,19 +7462,19 @@ msgstr "El equipo no puede tener más de una interfaz predeterminada del mismo t
msgid "Host count"
msgstr "Número de equipos"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Equipo eliminado"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Equipo deshabilitado"
msgstr[1] "Equipos deshabilitados"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Equipo habilitado"
@@ -7467,7 +7495,7 @@ msgstr[1] "Equipos habilitados"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Grupo del equipo"
@@ -7513,11 +7541,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7554,17 +7582,17 @@ msgstr "Grupos de equipos"
msgid "Host info"
msgstr "Información de los equipos"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Interfaz de equipo"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7585,7 +7613,7 @@ msgstr "Problemas con equipos"
msgid "Host label type"
msgstr "Tipo de etiqueta de equipo"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7612,54 +7640,58 @@ msgstr ""
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Prototipo de equipo eliminado"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
#, fuzzy
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Prototipo de equipo actualizado"
msgstr[1] "Prototipo de equipo actualizado"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Prototipos de equipo"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7708,17 +7740,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7794,7 +7826,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7829,10 +7861,10 @@ msgstr "El rango IP \"%1$s\" sobrepasa el límite de direccionamiento \"%2$s\""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7849,9 +7881,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr ""
@@ -7968,7 +8000,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Imagen"
@@ -8076,7 +8108,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "Grupo inaccesible"
@@ -8092,9 +8124,9 @@ msgstr "Elemento inaccesible"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8107,11 +8139,11 @@ msgstr "Mapa inaccesible"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8124,7 +8156,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr ""
@@ -8393,8 +8425,8 @@ msgstr ""
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8535,9 +8567,9 @@ msgstr "Valor o nombre de campo incorrecto \"%1$s\" en la cláusula where para l
msgid "Incorrect fields for sysmap."
msgstr "Campos incorrectos para el mapa de sistemas."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8590,7 +8622,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Función incorrecta usada"
@@ -8667,7 +8699,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr "Elemento incorrecto para valor de eje."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Proporcionada clave de elemento incorrecta \"%1$s\" para la expresión del iniciador en \"%2$s\"."
@@ -8678,11 +8710,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Proporcionado identificador de prototipo de elemento incorrecto \"$1%s\" para el elemento de la pantalla."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Proporcionado tipo de valor de elemento \"%1$s\" para la función del iniciador \"%2$s\"."
@@ -8853,35 +8885,35 @@ msgstr ""
msgid "Incorrect trigger expression"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -9032,16 +9064,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9052,7 +9083,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9202,23 +9233,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9307,10 +9340,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9318,10 +9351,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Información"
@@ -9335,15 +9368,19 @@ msgstr "Informativa"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9359,17 +9396,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Insertar"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9381,7 +9418,7 @@ msgstr "Instalación"
msgid "Installer name"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9414,8 +9451,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr ""
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9444,14 +9481,14 @@ msgstr "Periodo de almacenamiento de datos internos"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9475,15 +9512,15 @@ msgstr ""
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr ""
@@ -9510,7 +9547,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9524,15 +9561,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9544,11 +9581,11 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9589,7 +9626,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9621,6 +9658,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9633,75 +9679,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9718,7 +9770,7 @@ msgstr ""
msgid "Invalid response code \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9755,15 +9807,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9776,7 +9828,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9795,9 +9847,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventario"
@@ -9825,9 +9877,9 @@ msgid "Issue"
msgstr "Problema"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Emisor"
@@ -9844,22 +9896,22 @@ msgid "Italian (it_IT)"
msgstr "Italiano (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Monitor"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9896,15 +9948,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Monitor añadido"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9914,17 +9966,17 @@ msgstr[1] ""
msgid "Item count"
msgstr "Número de elementos"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Monitor eliminado"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -9934,7 +9986,7 @@ msgstr[1] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -9947,7 +9999,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9968,15 +10020,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -9989,7 +10041,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9997,19 +10049,19 @@ msgstr ""
msgid "Item prototypes"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Monitor actualizado"
@@ -10081,7 +10133,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10091,11 +10143,11 @@ msgstr ""
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Monitores"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Monitores eliminados"
@@ -10107,7 +10159,7 @@ msgstr ""
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Monitores actualizados"
@@ -10115,7 +10167,7 @@ msgstr "Monitores actualizados"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr ""
@@ -10123,10 +10175,10 @@ msgstr ""
msgid "JMX agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10139,10 +10191,10 @@ msgstr ""
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10174,7 +10226,7 @@ msgid "JSON-rpc version is not specified."
msgstr ""
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10182,7 +10234,7 @@ msgstr ""
msgid "Jan"
msgstr "Ene"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Enero"
@@ -10199,7 +10251,7 @@ msgstr ""
msgid "Jul"
msgstr "Jul"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Julio"
@@ -10207,11 +10259,11 @@ msgstr "Julio"
msgid "Jun"
msgstr "Jun"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Junio"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10245,7 +10297,7 @@ msgstr ""
msgid "Key passphrase"
msgstr ""
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Parámetro"
@@ -10282,23 +10334,23 @@ msgstr ""
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10324,42 +10376,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr ""
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10396,23 +10448,24 @@ msgstr ""
msgid "Last check"
msgstr "Última comprobación"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Gráfico de la última hora"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Gráfico del último mes"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "El último de"
@@ -10425,21 +10478,21 @@ msgstr "Visto última vez (hace)"
msgid "Last value"
msgstr "Último valor"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Gráfico de la última semana"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Última fecha"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10486,7 +10539,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10528,8 +10581,8 @@ msgstr "Vínculo"
msgid "Link indicators"
msgstr ""
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10565,10 +10618,10 @@ msgstr ""
msgid "Linked map"
msgstr "Mapa enlazado"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10662,10 +10715,10 @@ msgid "Location longitude"
msgstr ""
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Registro"
@@ -10677,10 +10730,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Formato de fecha para el registro"
@@ -10737,7 +10790,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr ""
@@ -10754,8 +10807,9 @@ msgstr ""
msgid "MD2"
msgstr ""
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr ""
@@ -10770,7 +10824,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Macro"
@@ -10797,10 +10851,10 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10891,16 +10945,16 @@ msgstr "Mantenimiento sin recogida de datos"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr ""
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manual"
@@ -10915,7 +10969,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Mapa"
@@ -11009,7 +11063,7 @@ msgstr "Mapas"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Marzo"
@@ -11025,11 +11079,11 @@ msgstr "Marcar otros"
msgid "Mark selected"
msgstr "Marcar seleccionados"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11048,11 +11102,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11100,7 +11154,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11115,7 +11169,7 @@ msgstr[1] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Mayo"
@@ -11270,7 +11324,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr ""
@@ -11334,7 +11388,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Gravedad mínima"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11393,7 +11447,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11466,7 +11520,7 @@ msgstr ""
msgid "Mon"
msgstr ""
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Lunes"
@@ -11474,9 +11528,9 @@ msgstr "Lunes"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr ""
@@ -11508,11 +11562,11 @@ msgstr "Mes"
msgid "Monthly"
msgstr "Mensual"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11531,20 +11585,20 @@ msgstr ""
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Múltiples eventos PROBLEMA"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Silenciar"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11577,13 +11631,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11611,17 +11666,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11641,19 +11696,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11662,15 +11717,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11680,12 +11735,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11776,12 +11831,12 @@ msgid "Never"
msgstr "Nunca"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Nueva aplicación"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11795,7 +11850,7 @@ msgstr "Nueva condición"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Nuevo elemento"
@@ -11831,13 +11886,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11846,20 +11901,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12013,6 +12068,7 @@ msgid "No data."
msgstr "Sin datos."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr ""
@@ -12029,12 +12085,12 @@ msgstr ""
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Sin cifrado"
@@ -12101,12 +12157,12 @@ msgstr ""
msgid "No image"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr ""
@@ -12121,7 +12177,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12159,7 +12215,7 @@ msgstr ""
msgid "No maps added."
msgstr "No se agregaron mapas."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12190,8 +12246,8 @@ msgstr ""
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12200,8 +12256,8 @@ msgstr ""
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12257,12 +12313,12 @@ msgstr ""
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12321,7 +12377,7 @@ msgstr ""
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12342,7 +12398,7 @@ msgstr ""
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "¡Sin permisos en el objeto o éste no existe!"
@@ -12372,7 +12428,7 @@ msgstr ""
msgid "No recipients for action operation message."
msgstr ""
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "No actualizar"
@@ -12384,11 +12440,11 @@ msgstr "No se agregaron pantallas."
msgid "No script specified for action operation command."
msgstr ""
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr ""
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr ""
@@ -12405,19 +12461,19 @@ msgstr ""
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12430,18 +12486,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Ninguno"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12539,7 +12595,7 @@ msgstr ""
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Noviembre"
@@ -12552,11 +12608,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Número de monitores (habilitados/deshabilitados/no soportados)"
@@ -12624,11 +12680,11 @@ msgstr "Número de cambios de estado"
msgid "Number of steps"
msgstr "Número de pasos"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Número de iniciadores (habilitados/deshabilitados [problema/ok])"
@@ -12644,7 +12700,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Número de usuarios (en línea)"
@@ -12696,22 +12752,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numérico (coma flotante)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numérico (entero de 64 bits)"
@@ -12729,13 +12785,13 @@ msgstr ""
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12751,7 +12807,7 @@ msgstr ""
msgid "OOB subnet mask"
msgstr ""
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "O"
@@ -12779,13 +12835,13 @@ msgstr "Oct"
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Octubre"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "INACTIVO"
@@ -12817,7 +12873,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "ACTIVO"
@@ -12892,7 +12948,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Sólo cuentan los monitores asignados a equipos habilitados"
@@ -12948,7 +13004,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr ""
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Sólo cuentan los iniciadores asignados a equipos habilitados y que dependan de monitores habilitados"
@@ -12970,7 +13026,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr ""
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr ""
@@ -12986,12 +13042,12 @@ msgstr ""
msgid "Operation type"
msgstr "Operación a realizar"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13039,24 +13095,24 @@ msgstr "Operador"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -13085,55 +13141,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13172,8 +13230,8 @@ msgstr "Otros"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13197,8 +13255,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13383,16 +13441,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLEMA"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "Modo de generador de eventos de PROBLEMA"
@@ -13404,26 +13462,26 @@ msgstr "Modo de generador de eventos de PROBLEMA"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "Identidad PSK"
@@ -13442,13 +13500,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parámetro"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13519,28 +13577,28 @@ msgstr "Pasivo"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Contraseña"
@@ -13552,15 +13610,15 @@ msgstr "Contraseña (de nuevo)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13577,7 +13635,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13594,17 +13652,22 @@ msgstr ""
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Período"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13650,7 +13713,7 @@ msgid "Placing algorithm"
msgstr ""
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Texto plano"
@@ -13664,7 +13727,7 @@ msgstr "Reproducir"
msgid "Play sound"
msgstr "Reproducir sonido"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13673,20 +13736,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Por favor, selecciona dos elementos"
@@ -13716,18 +13779,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "Polaco (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13758,33 +13820,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13795,23 +13857,23 @@ msgstr ""
msgid "Preview"
msgstr "Vista previa"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13844,12 +13906,14 @@ msgid "Primary POC screen name"
msgstr ""
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Clave de privacidad"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Protocolo de privacidad"
@@ -13861,29 +13925,29 @@ msgid "Private"
msgstr "Privada"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Archivo de clave privada"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Nivel de privilegio"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13908,8 +13972,8 @@ msgstr ""
msgid "Problem display"
msgstr "Mostrar problema"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Expresión de problema"
@@ -13926,7 +13990,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problema en"
@@ -13956,13 +14020,13 @@ msgstr "Problema, si todos los hijos tienen problemas"
msgid "Problem, if at least one child has a problem"
msgstr "Problema, si al menos un hijo tiene un problema"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13971,7 +14035,7 @@ msgstr "Problema, si al menos un hijo tiene un problema"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problemas"
@@ -14008,7 +14072,7 @@ msgid "Properties"
msgstr "Propiedades"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14026,7 +14090,7 @@ msgstr "Proxies"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14097,20 +14161,20 @@ msgid "Public"
msgstr "Público"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Clave pública"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Archivo de clave pública"
@@ -14140,8 +14204,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "RESUELTO"
@@ -14151,10 +14215,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14212,7 +14276,7 @@ msgid "Received value"
msgstr "Valor recibido"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14239,24 +14303,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Recuperar"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14266,9 +14330,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Hora de recuperación"
@@ -14283,11 +14347,11 @@ msgid "Refresh"
msgstr "Actualizar"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "Intervalo de refresco"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14301,7 +14365,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Expresión regular"
@@ -14341,7 +14405,7 @@ msgstr "Expresiones regulares"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14365,6 +14429,12 @@ msgstr "Comando remoto"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14381,43 +14451,37 @@ msgstr "Comando remoto"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14426,14 +14490,14 @@ msgstr "Comando remoto"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14456,7 +14520,7 @@ msgstr "Comando remoto"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14489,8 +14553,8 @@ msgstr "Comando remoto"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Eliminar"
@@ -14526,7 +14590,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14536,17 +14600,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Reemplazar"
@@ -14561,23 +14625,23 @@ msgstr "Reemplazar dependencias"
msgid "Reports"
msgstr "Informes"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14587,7 +14651,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Requerido"
@@ -14604,14 +14668,14 @@ msgstr "Rendimiento requerido (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Rendimiento del servidor Zabbix requerido, en nuevos valores por segundo esperados."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Rendimiento de servidor requerido, nuevos valores por segundo"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Códigos de estado requeridos"
@@ -14619,7 +14683,7 @@ msgstr "Códigos de estado requeridos"
msgid "Required string"
msgstr "Cadena requerida"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Restablecer"
@@ -14648,7 +14712,7 @@ msgstr "Confirmar restablecer"
msgid "Reset defaults"
msgstr "Restablecer predeterminados"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Resuelto"
@@ -14660,26 +14724,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Resuelto por la regla de correlación \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Resuelto por regla de correlación."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Resuelto por el usuario \"%1$s\"."
@@ -14716,15 +14780,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Resultado"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14743,14 +14807,14 @@ msgstr "RESULTADO is VERDADERO"
msgid "Result type"
msgstr "Tipo de resultado"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14913,12 +14977,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr "Ruso (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr ""
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr ""
@@ -14928,7 +14992,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14973,16 +15038,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14990,8 +15055,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "Comunidad SNMP"
@@ -15007,11 +15074,13 @@ msgstr "Trap SNMP"
msgid "SNMP trap key is invalid."
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15019,7 +15088,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "Agente SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15027,7 +15097,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "Agente SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15049,9 +15120,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "Resultado SQL: %1$s (selecciona: %2$s | ejecuta: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "Consulta SQL"
@@ -15074,40 +15145,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "Agente SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "Archivo de certificado SSL"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "Archivo de clave SSL"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Contraseña de la clave SSL"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "Verificar el equipo SSL"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "Verificación del extremo SSL"
@@ -15135,15 +15206,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "Sáb"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Sábado"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Guardar cambios"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Guardarlo como \"%1$s\""
@@ -15165,12 +15244,12 @@ msgid "Scheduled check"
msgstr "Comprobación de planificación"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15254,9 +15333,9 @@ msgid "Screen updated"
msgstr "Pantalla actualizada"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15271,7 +15350,7 @@ msgstr "Pantalla actualizada"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Pantallas"
@@ -15336,7 +15415,7 @@ msgstr ""
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr ""
@@ -15394,19 +15473,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15417,8 +15498,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15426,15 +15507,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Seleccione"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr ""
@@ -15467,19 +15548,19 @@ msgstr ""
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15504,7 +15585,7 @@ msgstr ""
msgid "Send to"
msgstr "Enviar a"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15531,13 +15612,13 @@ msgstr "Sep"
msgid "Separated"
msgstr "Separado"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Septiembre"
@@ -15662,12 +15743,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr ""
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15676,11 +15758,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15703,28 +15785,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15743,7 +15825,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15773,7 +15855,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15791,14 +15873,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15809,8 +15891,8 @@ msgstr ""
msgid "Show"
msgstr "Mostrar"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Mostrar detalles"
@@ -15818,7 +15900,7 @@ msgstr "Mostrar detalles"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15845,7 +15927,11 @@ msgstr ""
msgid "Show lines"
msgstr "Mostrar líneas"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15867,9 +15953,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15880,7 +15966,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Mostrar etiquetas"
@@ -15894,7 +15980,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Mostrar texto como HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15905,7 +15991,7 @@ msgid "Show triggers"
msgstr "Mostrar iniciadores"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Mostrar sólo los que no estén reconocidos"
@@ -15914,10 +16000,10 @@ msgstr "Mostrar sólo los que no estén reconocidos"
msgid "Show unavailable maps"
msgstr "Mostrar mapas no disponibles"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Mostrar valor"
@@ -15929,7 +16015,7 @@ msgstr "Mostrar una advertencia si el servidor Zabbix está caído"
msgid "Show working time"
msgstr "Mostrar tiempo de trabajo"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Se muestra"
@@ -15980,8 +16066,8 @@ msgstr "Gráfico sencillo"
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16092,7 +16178,7 @@ msgstr "Diapositivas"
msgid "Slovak (sk_SK)"
msgstr ""
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr ""
@@ -16230,7 +16316,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16238,16 +16325,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16267,7 +16353,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16355,28 +16441,28 @@ msgid "Stop"
msgstr "Parar"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16388,7 +16474,7 @@ msgstr ""
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16413,14 +16499,14 @@ msgid "Subject"
msgstr "Título"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Asunto"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Submapa"
@@ -16428,7 +16514,7 @@ msgstr "Submapa"
msgid "Success Audit"
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16441,7 +16527,7 @@ msgstr ""
msgid "Sun"
msgstr "Domingo"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Domingo"
@@ -16485,7 +16571,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "¡Cambiar el método de autenticación reinicializará todas las sesiones menos ésta! ¿Continuar?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16536,12 +16622,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr ""
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr ""
@@ -16583,12 +16669,12 @@ msgstr ""
msgid "Tag"
msgstr "Etiqueta"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16597,12 +16683,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16613,25 +16699,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16639,11 +16725,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16652,11 +16738,11 @@ msgid "Tags"
msgstr "Etiquetas"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Destino"
@@ -16775,13 +16861,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16803,20 +16889,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Probar"
@@ -16841,7 +16927,7 @@ msgstr ""
msgid "Test expressions"
msgstr "Expresiones de prueba"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16869,10 +16955,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16911,7 +16997,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17004,11 +17090,11 @@ msgstr ""
msgid "Theme"
msgstr "Tema"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17017,11 +17103,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Este mes"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17033,23 +17119,23 @@ msgstr ""
msgid "This screen row is not empty. Delete it?"
msgstr ""
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Esta semana"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Este año"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17061,7 +17147,7 @@ msgstr ""
msgid "Thu"
msgstr "Jueves"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Jueves"
@@ -17072,19 +17158,19 @@ msgstr "Jueves"
msgid "Till"
msgstr "Hasta"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17127,12 +17213,12 @@ msgstr ""
msgid "Time period"
msgstr "Período de tiempo"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17144,16 +17230,23 @@ msgstr ""
msgid "Time type"
msgstr "Tipo de hora"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Timeout"
@@ -17167,22 +17260,23 @@ msgstr "Timeout"
msgid "Timestamp"
msgstr "Marca de hora"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "A"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Hoy"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17272,10 +17366,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17284,34 +17378,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Tendencias"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Iniciadores"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17321,7 +17415,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17329,7 +17423,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Iniciador añadido"
@@ -17337,7 +17431,7 @@ msgstr "Iniciador añadido"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17347,7 +17441,7 @@ msgstr[1] ""
msgid "Trigger data storage period"
msgstr "Periodo de almacenamiento de datos de iniciadores"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Iniciador eliminado"
@@ -17355,7 +17449,7 @@ msgstr "Iniciador eliminado"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17366,13 +17460,13 @@ msgstr[1] ""
msgid "Trigger displaying options"
msgstr "Opciones de visualización de iniciadores"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr ""
@@ -17412,24 +17506,24 @@ msgstr "Vistazo general de los iniciadores"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17439,12 +17533,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17452,11 +17546,11 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
@@ -17464,7 +17558,7 @@ msgstr[1] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17472,15 +17566,15 @@ msgstr[1] ""
msgid "Trigger prototypes"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17488,11 +17582,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "Gravedad del iniciador"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17500,19 +17594,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Iniciador actualizado"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17525,11 +17619,11 @@ msgstr "Iniciador actualizado"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Iniciadores"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Iniciadores eliminados"
@@ -17545,7 +17639,7 @@ msgstr ""
msgid "Tue"
msgstr ""
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Martes"
@@ -17558,7 +17652,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr ""
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17578,7 +17672,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17590,21 +17684,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17637,18 +17731,18 @@ msgstr ""
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Tipo de cálculo"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Tipo de información"
@@ -17665,8 +17759,8 @@ msgstr ""
msgid "UNKNOWN"
msgstr "DESCONOCIDO"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17676,11 +17770,11 @@ msgstr "DESCONOCIDO"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17726,7 +17820,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17810,10 +17904,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Unidad"
@@ -17835,7 +17929,7 @@ msgstr "Unidad"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17854,18 +17948,18 @@ msgstr "Acción desconocida"
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr ""
@@ -17891,15 +17985,15 @@ msgstr ""
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Desvincular"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Desvincular y eliminar"
@@ -17942,7 +18036,7 @@ msgstr ""
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr ""
@@ -17988,6 +18082,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18024,28 +18123,29 @@ msgstr ""
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18062,16 +18162,16 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Intervalo de actualización"
@@ -18126,7 +18226,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr "Tiempo operativo/Tiempo inoperativo"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18155,7 +18255,7 @@ msgstr "Usado en elementos"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Usuario"
@@ -18317,14 +18417,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr ""
@@ -18391,11 +18491,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr ""
@@ -18403,8 +18503,8 @@ msgstr ""
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18669,24 +18769,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18815,18 +18915,18 @@ msgstr "Variables"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18834,8 +18934,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18847,7 +18947,7 @@ msgstr "Vendedor"
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18908,7 +19008,7 @@ msgstr "Nombre visible"
msgid "Visible name cannot be empty if host name is missing."
msgstr ""
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr ""
@@ -18920,22 +19020,22 @@ msgstr ""
msgid "Warning"
msgstr "Advertencia"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr ""
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18945,7 +19045,7 @@ msgstr ""
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -19002,7 +19102,7 @@ msgstr[1] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19020,7 +19120,7 @@ msgstr ""
msgid "Wed"
msgstr ""
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Miércoles"
@@ -19033,7 +19133,7 @@ msgstr "Semanal"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19041,7 +19141,7 @@ msgstr ""
msgid "When active"
msgstr "Cuándo está activo"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19083,7 +19183,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19157,13 +19257,13 @@ msgstr ""
msgid "Wrong fields for time for service \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr ""
@@ -19171,8 +19271,8 @@ msgstr ""
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19205,10 +19305,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19299,7 +19399,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19318,20 +19418,20 @@ msgstr "Anual"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19343,7 +19443,7 @@ msgstr "Anual"
msgid "Yes"
msgstr "Sí"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19354,7 +19454,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "No puede elegir algunos idiomas porque las «locales» para ellos no están instalados en el servidor web."
@@ -19409,7 +19509,7 @@ msgstr ""
msgid "You do not have permissions to create users."
msgstr "Tú no tienes permiso para crear usuarios."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19417,7 +19517,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19492,7 +19592,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Servidor Zabbix"
@@ -19510,7 +19610,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19518,15 +19618,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr ""
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "El servidor Zabbix se está ejecutando"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Nombre del servidor Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Puerto del servidor Zabbix"
@@ -19535,6 +19635,7 @@ msgid "Zabbix trapper"
msgstr "Trapper ZABBIX"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19548,51 +19649,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19605,8 +19711,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19614,29 +19720,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19678,6 +19784,10 @@ msgstr "todo"
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19689,23 +19799,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19715,7 +19825,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19723,11 +19833,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19776,11 +19886,11 @@ msgstr ""
msgid "avg"
msgstr "media"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19808,10 +19918,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19819,7 +19928,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19844,6 +19953,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19870,11 +19982,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19896,14 +20008,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19928,7 +20040,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19946,11 +20058,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19969,11 +20081,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr ""
@@ -19982,32 +20094,32 @@ msgstr ""
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "días"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "por defecto"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20033,11 +20145,11 @@ msgstr "descendiente"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20076,7 +20188,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20115,7 +20227,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20123,14 +20235,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20139,7 +20251,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr ""
@@ -20197,11 +20309,11 @@ msgstr "contenido en"
msgid "including subgroups"
msgstr "incluir subgrupos"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20238,7 +20350,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20252,15 +20364,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20270,7 +20382,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20282,7 +20394,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20312,7 +20424,7 @@ msgstr ""
msgid "last"
msgstr "último"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20324,15 +20436,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20340,12 +20452,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr ""
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr ""
@@ -20375,7 +20487,7 @@ msgstr "mapa"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20399,7 +20511,7 @@ msgstr "máximo"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20426,12 +20538,12 @@ msgstr ""
msgid "min"
msgstr "mínimo"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20464,27 +20576,27 @@ msgstr "debe ser un usuario LDAP válido"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20494,7 +20606,7 @@ msgstr ""
msgid "no data"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20515,7 +20627,7 @@ msgstr "no contenido en"
msgid "not selected"
msgstr "no seleccionada"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20523,8 +20635,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "de"
@@ -20572,7 +20684,7 @@ msgstr "desconectado"
msgid "on"
msgstr "conectado"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20588,11 +20700,11 @@ msgstr "otro"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20603,11 +20715,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20624,12 +20736,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20646,7 +20758,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20695,6 +20807,7 @@ msgstr "descripción corta"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20709,15 +20822,15 @@ msgstr "descripción corta"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20725,10 +20838,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "mostrar asignaciones de icono"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "mostrar asignaciones de valor"
@@ -20736,11 +20849,11 @@ msgstr "mostrar asignaciones de valor"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20748,7 +20861,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20757,14 +20870,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20799,9 +20912,13 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "falta el parámetro \"%1$s\""
@@ -20816,7 +20933,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20835,18 +20952,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20857,26 +20998,26 @@ msgstr "iniciador"
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "pulse aquí para buscar"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20886,7 +21027,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20903,9 +21044,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20932,12 +21074,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20947,7 +21089,7 @@ msgstr ""
msgid "unknown"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20956,28 +21098,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20987,7 +21129,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "valor"
@@ -21005,26 +21147,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21052,9 +21197,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21091,7 +21236,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr ""
diff --git a/ui/locale/fa/LC_MESSAGES/frontend.po b/ui/locale/fa/LC_MESSAGES/frontend.po
index 940a4ca7391..67730c2b3fe 100644
--- a/ui/locale/fa/LC_MESSAGES/frontend.po
+++ b/ui/locale/fa/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2014-04-13 14:05+0300\n"
"Last-Translator: Mohammad <mohammadsharifi666@gmail.com>\n"
"Language-Team: none\n"
@@ -31,7 +31,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -59,7 +59,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -76,7 +76,7 @@ msgid "%1$d day"
msgid_plural "%1$d days"
msgstr[0] "%1$d روز%1$d روز"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -153,8 +153,8 @@ msgstr[0] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -166,7 +166,7 @@ msgid "%1$s of %2$s element in problem state"
msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -195,14 +195,14 @@ msgstr[0] ""
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] ""
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -220,20 +220,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -269,20 +269,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(بدون پروکسی)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 یا 1"
@@ -358,11 +358,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "Ùˆ"
@@ -388,16 +389,16 @@ msgid_plural "Account is blocked for %1$s seconds."
msgstr[0] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "تأیید"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "تأیید کردن"
@@ -430,7 +431,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -443,30 +444,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -535,18 +536,18 @@ msgstr "Ùعالیت بروز شد"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Ùعالیت ها"
@@ -582,6 +583,9 @@ msgstr "Ùعال تا"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -609,9 +613,6 @@ msgstr "Ùعال تا"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -621,9 +622,9 @@ msgstr "Ùعال تا"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -635,39 +636,40 @@ msgstr "Ùعال تا"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -678,20 +680,20 @@ msgstr "Ùعال تا"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -718,8 +720,8 @@ msgstr "Ùعال تا"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "اÙزودن"
@@ -727,7 +729,7 @@ msgstr "اÙزودن"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -735,7 +737,7 @@ msgstr ""
msgid "Add child"
msgstr ""
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -747,7 +749,7 @@ msgstr "اÙزودن هاست"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -756,6 +758,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -764,7 +767,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "اÙزودن نمونه اولیه\t"
@@ -785,11 +788,11 @@ msgstr "اÙزودن به گروه هاست"
msgid "Add to host groups"
msgstr "اÙزودن به گروه هاست ها"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -813,7 +816,7 @@ msgid "Age"
msgstr "سن"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "سن کمتر از"
@@ -825,7 +828,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "عامل"
@@ -884,7 +887,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "همه"
@@ -902,7 +905,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "همه لینک ها باید \"نام\" و \"آدرس\" مشخص داشته باشند"
@@ -910,13 +913,13 @@ msgstr "همه لینک ها باید \"نام\" و \"آدرس\" مشخص داش
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -936,48 +939,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "هاست ها مجاز"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr ""
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -986,14 +989,14 @@ msgid "And/Or"
msgstr ""
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1009,10 +1012,10 @@ msgstr "Ùاقد رشته کاراکتری"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1046,8 +1049,8 @@ msgid "Application error."
msgstr "خطای برنامه."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1070,15 +1073,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1086,15 +1089,17 @@ msgstr ""
msgid "Applications"
msgstr "برنامه‌ها"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "اعمال"
@@ -1112,7 +1117,7 @@ msgstr ""
msgid "Apr"
msgstr "آوریل"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "آوریل"
@@ -1124,7 +1129,11 @@ msgstr "آیا مطمئنید Ú©Ù‡ می‌خواهید این Ùعالیت را
msgid "Are you sure you want to delete"
msgstr "آیا مطمئنید می‌خواهید حذ٠کنید"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1140,12 +1149,12 @@ msgstr "نوع ناحیه"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "به عنوان"
@@ -1253,7 +1262,7 @@ msgstr ""
msgid "Aug"
msgstr "اوت"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "اوت"
@@ -1270,9 +1279,9 @@ msgstr ""
msgid "Authentication"
msgstr "تصدیق هویت"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "الگوریتم تصدیق هویت"
@@ -1282,21 +1291,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "متد تصدیق هویت"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr ""
@@ -1335,9 +1346,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "خودکار"
@@ -1367,7 +1378,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "دسترسی"
@@ -1392,8 +1403,8 @@ msgstr "متوسط"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1447,16 +1458,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1497,11 +1508,11 @@ msgstr ""
msgid "Bottom"
msgstr "پایین"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1528,8 +1539,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1549,7 +1560,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1582,7 +1593,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1590,7 +1601,7 @@ msgstr ""
msgid "Callback"
msgstr ""
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1616,10 +1627,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "لغو"
@@ -1664,12 +1675,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "وابستگی از یک هاست به یک قالب نمی‌تواند اضاÙÙ‡ شود"
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr ""
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "قانون کش٠نمی تواند اضاÙÙ‡ شود"
@@ -1693,7 +1704,7 @@ msgstr ""
msgid "Cannot add host"
msgstr "هاست نمی تواند اضاÙÙ‡ شود"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr ""
@@ -1703,7 +1714,7 @@ msgstr ""
msgid "Cannot add image"
msgstr "تصویر نمی تواند اضاÙÙ‡ شود"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "آیتم نمی تواند اضاÙÙ‡ شود"
@@ -1712,7 +1723,7 @@ msgstr "آیتم نمی تواند اضاÙÙ‡ شود"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr ""
@@ -1794,11 +1805,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "قالب نمی تواند اضاÙÙ‡ شود"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "هشدار نمی تواند اضاÙÙ‡ شود"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr ""
@@ -1821,11 +1832,11 @@ msgstr "نگاشت مقدار نمی تواند اضاÙÙ‡ شود"
msgid "Cannot add web scenario"
msgstr ""
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1842,11 +1853,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "تاریخچه نمی‌تواند پاک شود"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1854,7 +1865,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "نمونه اولیه نمودارها نمی‌توانند کپی شوند"
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr ""
@@ -1877,7 +1888,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1890,22 +1901,22 @@ msgid "Cannot copy graph"
msgid_plural "Cannot copy graphs"
msgstr[0] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "هشدار \"%1$s:%2$s\" نمی‌تواند کپی شود ، زیرا چندین هاست در عبارت خود دارد.هشدار \"%1$s:%2$s\" نمی‌تواند کپی شود ، زیرا چندین هاست در عبارت خود دارد.هشدار \"%1$s:%2$s\" نمی‌تواند کپی شود ، زیرا چندین هاست در عبارت خود دارد.هشدار \"%1$s:%2$s\" نمی‌تواند کپی شود ، زیرا چندین هاست در عبارت خود دارد.هشدار \"%1$s:%2$s\" نمی‌تواند کپی شود ، زیرا چندین هاست در عبارت خود دارد."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr ""
@@ -1943,7 +1954,7 @@ msgstr ""
msgid "Cannot create template."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -1986,11 +1997,11 @@ msgstr ""
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "قانون کش٠نمی‌تواند حذ٠شود"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr ""
@@ -2016,7 +2027,7 @@ msgid "Cannot delete group"
msgid_plural "Cannot delete groups"
msgstr[0] "گروه نمی‌تواند حذ٠شود"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "هاست نمی‌تواند حذ٠شود"
@@ -2032,7 +2043,7 @@ msgid "Cannot delete host group because maintenance \"%1$s\" must contain at lea
msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" must contain at least one host or host group."
msgstr[0] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr ""
@@ -2048,19 +2059,19 @@ msgstr "تصویر نمی‌تواند حذ٠شود"
msgid "Cannot delete inventory."
msgstr "Ùهرست نمی‌تواند حذ٠شود."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "آیتم نمی‌تواند حذ٠شود"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "آیتم ها نمی‌توانند حذ٠شوند"
@@ -2139,7 +2150,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr ""
@@ -2170,19 +2181,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "هشدار نمی‌تواند حذ٠شود"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "هشدارها نمی‌توانند حذ٠شوند"
@@ -2215,18 +2226,18 @@ msgid "Cannot disable correlation"
msgid_plural "Cannot disable correlations"
msgstr[0] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] ""
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] ""
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] ""
@@ -2243,7 +2254,7 @@ msgid "Cannot disable module: %1$s."
msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] ""
@@ -2271,18 +2282,18 @@ msgid "Cannot enable correlation"
msgid_plural "Cannot enable correlations"
msgstr[0] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] ""
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] ""
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] ""
@@ -2299,7 +2310,7 @@ msgid "Cannot enable module: %1$s."
msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] ""
@@ -2317,7 +2328,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2478,7 +2489,7 @@ msgid "Cannot import template \"%1$s\", linked template \"%2$s\" does not exist.
msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not exist."
msgstr[0] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr ""
@@ -2584,7 +2595,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2621,12 +2632,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2656,7 +2667,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2717,22 +2728,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2747,7 +2758,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2816,7 +2827,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "قانون کش٠نمیتواند بروز شود"
@@ -2852,7 +2863,7 @@ msgstr "هاست نمی‌تواند بروز شود"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2876,20 +2887,20 @@ msgstr "تصویر نمیتواند بروز شود"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "آیتم نمی‌تواند بروز شود"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "آیتم ها نمی‌توانند بروز شوند"
@@ -2972,27 +2983,27 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "هشدار نمی‌تواند بروز شود"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3048,12 +3059,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3097,10 +3108,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "کاراکتر"
@@ -3127,7 +3138,7 @@ msgstr ""
msgid "Check already exists."
msgstr "بررسی از قبل وجود دارد"
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "بخش عبارت بررسی از \"%1$s\" شروع می‌شود."
@@ -3145,7 +3156,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3250,8 +3261,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "پاک کردن تاریخچه و روند ها"
@@ -3260,11 +3271,11 @@ msgstr "پاک کردن تاریخچه و روند ها"
msgid "Clear when unlinking"
msgstr "پاک کردن وقتی جدا شد"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3283,20 +3294,20 @@ msgstr "ساعت"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "کپی برداری"
@@ -3304,15 +3315,15 @@ msgstr "کپی برداری"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "بستن"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "بستن عبارت سازنده"
@@ -3331,8 +3342,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3349,7 +3360,7 @@ msgstr ""
msgid "Colour"
msgstr "رنگ"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr ""
@@ -3400,7 +3411,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3434,7 +3445,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "شرط"
@@ -3493,7 +3504,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "پیکربندی"
@@ -3501,7 +3512,7 @@ msgstr "پیکربندی"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3665,7 +3676,7 @@ msgid "Configuration updated"
msgstr "پیکربندی بروز شد"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3673,7 +3684,7 @@ msgstr ""
msgid "Confirmation text"
msgstr "متن تایید"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3729,7 +3740,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3737,9 +3748,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3747,9 +3758,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3766,10 +3777,10 @@ msgstr ""
msgid "Contact"
msgstr "تماس"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3800,10 +3811,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3843,8 +3854,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3856,8 +3868,8 @@ msgstr ""
msgid "Contract number"
msgstr "شماره تماس"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3869,8 +3881,8 @@ msgstr ""
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "رونوشت"
@@ -3924,7 +3936,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "نتوانست تصویر را ذخیره کند."
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "تعداد"
@@ -3970,11 +3982,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -3994,14 +4006,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4080,7 +4092,7 @@ msgstr "ایجاد نقشه"
msgid "Create media type"
msgstr "ایجاد نوع رسانه"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4104,7 +4116,7 @@ msgstr "ایجاد نمایش اسلاید"
msgid "Create template"
msgstr ""
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "ایجاد هشدار"
@@ -4157,11 +4169,12 @@ msgstr ""
msgid "Current host"
msgstr "هاست Ùعلی"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "مقدار Ùعلی"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4169,7 +4182,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4178,11 +4191,11 @@ msgid "Custom graphs"
msgstr "نقشه های سÙارشی"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4204,7 +4217,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "تکثیر کننده سÙارشی"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4243,11 +4256,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr ""
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr ""
@@ -4355,16 +4369,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4372,32 +4386,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "هاست پایگاه داده"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4405,35 +4419,35 @@ msgstr ""
msgid "Database monitor"
msgstr "مانیتور پایگاه داده"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "نام پایگاه داده"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "کلمه عبور پایگاه داده"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "پرت پایگاه داده"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "شمای پایگاه داده"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "سرور پایگاه داده"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "نوع پایگاه داده"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "کاربر پایگاه داده"
@@ -4462,7 +4476,7 @@ msgstr "تاریخ خرید سخت اÙزار"
msgid "Day"
msgstr "روز"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4481,7 +4495,7 @@ msgstr "روز از Ù‡Ùته"
msgid "Days"
msgstr "روز"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "رÙع خطا"
@@ -4495,7 +4509,7 @@ msgstr "حالت رÙع خطا"
msgid "Dec"
msgstr ""
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "دسامبر"
@@ -4505,7 +4519,7 @@ msgstr "دسامبر"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "پیش Ùرض"
@@ -4522,7 +4536,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4539,18 +4553,18 @@ msgid "Default operation step duration"
msgstr ""
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "پوسته پیش Ùرض"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4579,7 +4593,8 @@ msgstr "تأخیر توسط"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4600,8 +4615,8 @@ msgstr "تأخیر توسط"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "حذÙ"
@@ -4634,19 +4649,19 @@ msgstr ""
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr ""
@@ -4670,15 +4685,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr ""
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr ""
@@ -4722,7 +4737,7 @@ msgstr ""
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4731,7 +4746,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr ""
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr ""
@@ -4756,7 +4771,7 @@ msgstr ""
msgid "Delete selected host groups?"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4764,7 +4779,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr ""
@@ -4816,7 +4831,7 @@ msgstr ""
msgid "Delete selected scripts?"
msgstr ""
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4875,11 +4890,11 @@ msgstr ""
msgid "Delete template?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr ""
@@ -4892,7 +4907,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -4913,16 +4928,16 @@ msgid "Deny"
msgstr "رد کردن"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "وابستگی‌ها"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "وابسته"
@@ -4930,7 +4945,7 @@ msgstr "وابسته"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -4949,29 +4964,29 @@ msgstr "وضعیت گسترش"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "توصیÙ"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5104,7 +5119,8 @@ msgstr ""
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5117,22 +5133,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "غیرÙعال‌شده"
@@ -5149,7 +5164,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5157,12 +5172,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5263,25 +5278,25 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr ""
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr ""
@@ -5291,13 +5306,13 @@ msgstr ""
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "قوانین Ú©Ø´Ù"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr ""
@@ -5340,7 +5355,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "نمایش %1$s از %2$s پیدا شده"
@@ -5359,22 +5374,22 @@ msgid "Do not calculate"
msgstr "محاسبه نشود"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr ""
@@ -5397,11 +5412,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr ""
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5481,12 +5496,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5515,10 +5530,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "مدت"
@@ -5538,7 +5553,7 @@ msgstr "آیتم پویا"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "هر آدرس اینترنتی باید یک نام واحد داشته باشد.لطÙاً مطمئن شوید Ú©Ù‡ این آدرس Ùقط یکبار استÙاده شده است.هر آدرس اینترنتی باید یک نام واحد داشته باشد.لطÙاً مطمئن شوید Ú©Ù‡ این آدرس Ùقط یکبار استÙاده شده است.هر آدرس اینترنتی باید یک نام واحد داشته باشد.لطÙاً مطمئن شوید Ú©Ù‡ این آدرس Ùقط یکبار استÙاده شده است.هر آدرس اینترنتی باید یک نام واحد داشته باشد.لطÙاً مطمئن شوید Ú©Ù‡ این آدرس Ùقط یکبار استÙاده شده است.هر آدرس اینترنتی باید یک نام واحد داشته باشد.لطÙاً مطمئن شوید Ú©Ù‡ این آدرس Ùقط یکبار استÙاده شده است."
@@ -5553,15 +5568,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "ویرایش"
@@ -5585,15 +5600,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "ویرایش هشدار"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5689,7 +5704,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5859,15 +5874,16 @@ msgstr ""
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5883,13 +5899,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5898,13 +5913,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Ùعال‌شده"
@@ -5914,9 +5929,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -5924,7 +5939,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -5936,10 +5951,10 @@ msgstr "انگلیسی"
msgid "English (en_US)"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -5966,7 +5981,7 @@ msgstr "خطا"
msgid "Error in search request for table \"%1$s\"."
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6002,7 +6017,7 @@ msgstr ""
msgid "Event details"
msgstr "جزئیات رویداد"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "تولید رویداد"
@@ -6022,6 +6037,12 @@ msgstr "لیست رویداد[20 رویداد قبلی]"
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6051,7 +6072,7 @@ msgstr "هر Ù‡Ùته"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "مانع شدن"
@@ -6062,7 +6083,7 @@ msgstr "مانع شدن"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "اجرا"
@@ -6080,9 +6101,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6100,19 +6121,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "اجرای اسکریپت"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "تأیید اجرا"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6152,7 +6173,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "صدور به CSV"
@@ -6160,21 +6181,21 @@ msgstr "صدور به CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "عبارت"
@@ -6187,15 +6208,15 @@ msgstr "عبارت عناصر متغییر"
msgid "Expression cannot be empty"
msgstr "عبارت نمیتواند خالی باشد"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "ساختار عبارت"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6214,7 +6235,7 @@ msgstr "عبارات"
msgid "External check"
msgstr "تطبیق خارجی"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr ""
@@ -6228,7 +6249,7 @@ msgstr "نادرست"
msgid "FTP"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "شکست"
@@ -6278,7 +6299,7 @@ msgstr "صÙحات نمایش مورد علاقه"
msgid "Feb"
msgstr ""
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Ùوریه"
@@ -6291,7 +6312,7 @@ msgstr "Ùیلد"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6300,7 +6321,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6420,9 +6441,7 @@ msgstr "منطقه پرشده"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6449,9 +6468,13 @@ msgstr "منطقه پرشده"
msgid "Filter"
msgstr "Ùیلتر"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6470,7 +6493,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "پایان"
@@ -6483,8 +6506,8 @@ msgctxt "page navigation"
msgid "First"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6498,12 +6521,12 @@ msgid "Fixed"
msgstr "ثابت"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6511,9 +6534,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6535,8 +6558,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr ""
@@ -6563,11 +6586,13 @@ msgstr ""
msgid "Fri"
msgstr ""
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "جمعه"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6587,12 +6612,12 @@ msgstr "دسترسی به واسط کاربری"
msgid "Frontend messaging"
msgstr ""
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6627,7 +6652,7 @@ msgid "GUI access disabled."
msgstr "دسترسی واسط گراÙیکی غیرÙعال شده است."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6653,21 +6678,21 @@ msgstr ""
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr ""
@@ -6693,7 +6718,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "برو به"
@@ -6741,8 +6766,8 @@ msgstr "خط گراديان"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6873,7 +6898,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "نمونه اولیه گراÙ"
@@ -6917,9 +6942,9 @@ msgid "Graph with same name but other type exist."
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6929,7 +6954,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -6937,7 +6962,7 @@ msgstr ""
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "نمودارها"
@@ -7005,12 +7030,12 @@ msgstr "گروه برای هاست های کش٠شده"
msgid "Group name"
msgstr "نام گروه"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7025,8 +7050,8 @@ msgstr "گروه کردن بر اساس"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7058,10 +7083,10 @@ msgstr ""
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "احراز هویت HTTP"
@@ -7069,11 +7094,11 @@ msgstr "احراز هویت HTTP"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr ""
@@ -7102,20 +7127,20 @@ msgstr "سخت اÙزار (جزییات کامل)"
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7148,11 +7173,11 @@ msgstr "راهنما"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "پنهان"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7189,23 +7214,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "تاریخچه"
@@ -7213,17 +7238,17 @@ msgstr "تاریخچه"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr ""
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr ""
@@ -7237,13 +7262,17 @@ msgstr "تاریخچه رویدادها"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7268,26 +7297,26 @@ msgstr "ردی٠کردن اÙÙ‚ÛŒ"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7299,8 +7328,8 @@ msgstr "ردی٠کردن اÙÙ‚ÛŒ"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
#, fuzzy
msgid "Host"
msgid_plural "Hosts"
@@ -7342,8 +7371,7 @@ msgstr "دسترسی هاست"
msgid "Host added"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7360,18 +7388,18 @@ msgstr "هاست نمی‌تواند بیشتر از یک واسط پیش Ùرض
msgid "Host count"
msgstr "تعداد هاست"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr ""
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7391,7 +7419,7 @@ msgstr[0] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "گروه هاست"
@@ -7437,11 +7465,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7478,17 +7506,17 @@ msgstr "گروه هاست ها"
msgid "Host info"
msgstr "اطلاعات هاست"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "واسط هاست"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7509,7 +7537,7 @@ msgstr ""
msgid "Host label type"
msgstr "نوع برچسب هاست"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7536,52 +7564,56 @@ msgstr "شبکه‌های هاست"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7630,17 +7662,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7716,7 +7748,7 @@ msgstr "شناسه"
msgid "IMAP"
msgstr ""
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7751,10 +7783,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr ""
@@ -7771,9 +7803,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "سنسور IPMI "
@@ -7890,7 +7922,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "تصویر"
@@ -7998,7 +8030,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8014,9 +8046,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8029,11 +8061,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8046,7 +8078,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "شامل"
@@ -8314,8 +8346,8 @@ msgstr ""
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8456,9 +8488,9 @@ msgstr ""
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8511,7 +8543,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr ""
@@ -8587,7 +8619,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr ""
@@ -8598,11 +8630,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr ""
@@ -8773,35 +8805,35 @@ msgstr ""
msgid "Incorrect trigger expression"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -8952,16 +8984,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -8972,7 +9003,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9122,23 +9153,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9227,10 +9260,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9238,10 +9271,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "اطلاعات"
@@ -9255,15 +9288,19 @@ msgstr "اطلاعات"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9279,17 +9316,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "درج"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9301,7 +9338,7 @@ msgstr "نصب"
msgid "Installer name"
msgstr "نام نصاب"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9334,8 +9371,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr ""
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9364,14 +9401,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9395,15 +9432,15 @@ msgstr ""
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "بازه"
@@ -9430,7 +9467,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9444,15 +9481,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9464,11 +9501,11 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9509,7 +9546,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9541,6 +9578,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9553,75 +9599,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9638,7 +9690,7 @@ msgstr ""
msgid "Invalid response code \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9675,15 +9727,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9696,7 +9748,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9715,9 +9767,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Ùهرست"
@@ -9744,9 +9796,9 @@ msgid "Issue"
msgstr "مطلب"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9763,22 +9815,22 @@ msgid "Italian (it_IT)"
msgstr ""
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "آیتم"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9815,15 +9867,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9832,16 +9884,16 @@ msgstr[0] ""
msgid "Item count"
msgstr "تعداد آیتم"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr ""
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -9850,7 +9902,7 @@ msgstr[0] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -9863,7 +9915,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9884,15 +9936,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -9904,7 +9956,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9912,19 +9964,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "نمونه اولیه آیتم ها"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr ""
@@ -9996,7 +10048,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10006,11 +10058,11 @@ msgstr ""
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "آیتم ها"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr ""
@@ -10022,7 +10074,7 @@ msgstr "لیست آیتم"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr ""
@@ -10030,7 +10082,7 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr ""
@@ -10038,10 +10090,10 @@ msgstr ""
msgid "JMX agent"
msgstr "عامل JMX"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10054,10 +10106,10 @@ msgstr "واسط های JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10089,7 +10141,7 @@ msgid "JSON-rpc version is not specified."
msgstr ""
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10097,7 +10149,7 @@ msgstr ""
msgid "Jan"
msgstr ""
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr ""
@@ -10114,7 +10166,7 @@ msgstr ""
msgid "Jul"
msgstr ""
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr ""
@@ -10122,11 +10174,11 @@ msgstr ""
msgid "Jun"
msgstr ""
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10160,7 +10212,7 @@ msgstr ""
msgid "Key passphrase"
msgstr ""
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "کلیدواژه"
@@ -10197,23 +10249,23 @@ msgstr ""
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10239,37 +10291,37 @@ msgctxt "page navigation"
msgid "Last"
msgstr ""
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10305,23 +10357,24 @@ msgstr "آخرین تغییرات (نزولی)"
msgid "Last check"
msgstr "آخرین بررسی"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "نمودار ساعت گذشته"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "نمودار ماه گذشته"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "آخرین از"
@@ -10334,21 +10387,21 @@ msgstr "آخرین مشاهده(سن)"
msgid "Last value"
msgstr "آخرین مقدار"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "نمودار Ù‡Ùته گذشته"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "آخرین اطلاعات"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10395,7 +10448,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10437,8 +10490,8 @@ msgstr "پیوند"
msgid "Link indicators"
msgstr "شاخص پیوند"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10474,10 +10527,10 @@ msgstr "پیوند به قالب ها"
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10571,10 +10624,10 @@ msgid "Location longitude"
msgstr "طول جغراÙیایی"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "ثبت وقایع"
@@ -10586,10 +10639,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "قالب ثبت زمان"
@@ -10646,7 +10699,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr ""
@@ -10663,8 +10716,9 @@ msgstr ""
msgid "MD2"
msgstr ""
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr ""
@@ -10679,7 +10733,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "ماکرو"
@@ -10706,10 +10760,10 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10800,16 +10854,16 @@ msgstr ""
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr ""
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "دستی"
@@ -10824,7 +10878,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "نقشه"
@@ -10918,7 +10972,7 @@ msgstr "نقشه‌ها"
msgid "Mar"
msgstr ""
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr ""
@@ -10934,11 +10988,11 @@ msgstr "انتخاب دیگران"
msgid "Mark selected"
msgstr "انتخاب موارد"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -10957,11 +11011,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11009,7 +11063,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11023,7 +11077,7 @@ msgstr[0] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr ""
@@ -11175,7 +11229,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "پیام"
@@ -11239,7 +11293,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11297,7 +11351,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11366,7 +11420,7 @@ msgstr ""
msgid "Mon"
msgstr "دوشنبه"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "دوشنبه"
@@ -11374,9 +11428,9 @@ msgstr "دوشنبه"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "مانیتور شده با پروکسی"
@@ -11408,11 +11462,11 @@ msgstr "ماه"
msgid "Monthly"
msgstr "ماهانه"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11431,20 +11485,20 @@ msgstr ""
msgid "Mozilla Firefox"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "رویدادهای مشکلات چندگانه"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "بی‌صدا"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11477,13 +11531,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11511,17 +11566,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11541,19 +11596,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11562,15 +11617,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11580,12 +11635,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11676,12 +11731,12 @@ msgid "Never"
msgstr "هرگز"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "برنامه جدید"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11695,7 +11750,7 @@ msgstr "شرط جدید"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "عنصر جدید"
@@ -11731,13 +11786,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11746,20 +11801,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -11913,6 +11968,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr ""
@@ -11929,12 +11985,12 @@ msgstr ""
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12001,12 +12057,12 @@ msgstr ""
msgid "No image"
msgstr "بدون تصویر"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr ""
@@ -12021,7 +12077,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12059,7 +12115,7 @@ msgstr ""
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12090,8 +12146,8 @@ msgstr ""
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12100,8 +12156,8 @@ msgstr ""
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12157,12 +12213,12 @@ msgstr ""
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12221,7 +12277,7 @@ msgstr ""
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12242,7 +12298,7 @@ msgstr ""
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr ""
@@ -12272,7 +12328,7 @@ msgstr ""
msgid "No recipients for action operation message."
msgstr ""
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12284,11 +12340,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr ""
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "هد٠انتخاب نشده"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "هد٠انتخاب نشده"
@@ -12305,19 +12361,19 @@ msgstr ""
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12330,18 +12386,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "هیچکدام"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12439,7 +12495,7 @@ msgstr ""
msgid "Nov"
msgstr ""
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "نوامبر"
@@ -12452,11 +12508,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12524,11 +12580,11 @@ msgstr "تعداد حالت‌های تغییر یاÙته"
msgid "Number of steps"
msgstr "تعداد مراحل"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12544,7 +12600,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "تعداد کاربران (در دسترس)"
@@ -12596,22 +12652,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "عددی(شناور)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "عددی (بیعلامت)"
@@ -12629,13 +12685,13 @@ msgstr ""
msgid "OK"
msgstr "صحیح"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12651,7 +12707,7 @@ msgstr ""
msgid "OOB subnet mask"
msgstr ""
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "یا"
@@ -12679,13 +12735,13 @@ msgstr ""
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "اکتبر"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "خاموش"
@@ -12717,7 +12773,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "روشن"
@@ -12792,7 +12848,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr ""
@@ -12847,7 +12903,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr ""
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr ""
@@ -12869,7 +12925,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr ""
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "جزئیات عملکرد"
@@ -12885,12 +12941,12 @@ msgstr ""
msgid "Operation type"
msgstr "نوع عملکرد"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -12938,24 +12994,24 @@ msgstr "عملگر"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -12984,55 +13040,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13071,8 +13129,8 @@ msgstr "دیگران"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13096,8 +13154,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13282,16 +13340,16 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "مشکل"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13303,26 +13361,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13341,13 +13399,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "پارامتر"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13418,28 +13476,28 @@ msgstr "منÙعل"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "گذز واژه"
@@ -13451,15 +13509,15 @@ msgstr "گذرواژه (دوباره)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13476,7 +13534,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13493,17 +13551,22 @@ msgstr ""
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "دوره"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13549,7 +13612,7 @@ msgid "Placing algorithm"
msgstr "محل الگوریتم"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "متن ساده"
@@ -13563,7 +13626,7 @@ msgstr "پخش"
msgid "Play sound"
msgstr "پخش صدا"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13572,20 +13635,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "لطÙاً دو عنصر انتخاب کنید"
@@ -13615,18 +13678,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr ""
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "قرار گرÙتن در Ùیلد هاست"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13657,33 +13719,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13694,23 +13756,23 @@ msgstr ""
msgid "Preview"
msgstr "پیش‌نمایش"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13743,12 +13805,14 @@ msgid "Primary POC screen name"
msgstr ""
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13760,29 +13824,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Ùابل کلید اختصاصی"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "سطح ویژه"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13807,8 +13871,8 @@ msgstr ""
msgid "Problem display"
msgstr "نمایش مشکل"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13825,7 +13889,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "نمایش مشکل"
@@ -13855,13 +13919,13 @@ msgstr "مشکل، اگر همه Ùرزندان مشکل دارند"
msgid "Problem, if at least one child has a problem"
msgstr "مشکل، اگر دست Ú©Ù… یکی از Ùرزندان مشکل دارند"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13870,7 +13934,7 @@ msgstr "مشکل، اگر دست Ú©Ù… یکی از Ùرزندان مشکل دار
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "مشکل"
@@ -13907,7 +13971,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -13925,7 +13989,7 @@ msgstr "پروکسی ها"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -13995,20 +14059,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "كليد عمومى"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Ùایل کلید عمومی"
@@ -14038,8 +14102,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14049,10 +14113,10 @@ msgid "RMCP+"
msgstr ""
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14110,7 +14174,7 @@ msgid "Received value"
msgstr "وقادیر دریاÙت شده"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14137,24 +14201,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "بازیابی"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14164,9 +14228,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14181,11 +14245,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14199,7 +14263,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "عبارت منظم"
@@ -14238,7 +14302,7 @@ msgstr "عبارات منظم"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14262,6 +14326,12 @@ msgstr "Ùرمان راه دور"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14278,43 +14348,37 @@ msgstr "Ùرمان راه دور"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14323,14 +14387,14 @@ msgstr "Ùرمان راه دور"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14353,7 +14417,7 @@ msgstr "Ùرمان راه دور"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14386,8 +14450,8 @@ msgstr "Ùرمان راه دور"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "حذÙ"
@@ -14423,7 +14487,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14433,17 +14497,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "جایگزینی"
@@ -14458,23 +14522,23 @@ msgstr ""
msgid "Reports"
msgstr "گزارشات"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14484,7 +14548,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "مورد نیاز"
@@ -14501,14 +14565,14 @@ msgstr "کارایی مورد نیاز(vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "کارایی مورد نیاز سرور ، مقادیر جدید بر ثانیه"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "کدهای وضعیت مورد نیاز"
@@ -14516,7 +14580,7 @@ msgstr "کدهای وضعیت مورد نیاز"
msgid "Required string"
msgstr "رشته مورد نیاز"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "بازنشانی"
@@ -14545,7 +14609,7 @@ msgstr "بازنشاندن تصدیق"
msgid "Reset defaults"
msgstr "بازنشانی پیش‌Ùرضها"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "رÙع شد"
@@ -14557,26 +14621,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14613,15 +14677,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "نتیجه"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14640,14 +14704,14 @@ msgstr "نتیجه درست است"
msgid "Result type"
msgstr "نوع نتیجه"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14810,12 +14874,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr ""
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr ""
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr ""
@@ -14825,7 +14889,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14870,16 +14935,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr ""
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr ""
@@ -14887,8 +14952,10 @@ msgstr ""
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr ""
@@ -14904,11 +14971,13 @@ msgstr ""
msgid "SNMP trap key is invalid."
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -14916,7 +14985,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "عامل SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -14924,7 +14994,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "عامل SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -14946,9 +15017,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -14971,40 +15042,40 @@ msgstr ""
msgid "SSH agent"
msgstr "عامل SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15032,15 +15103,23 @@ msgstr ""
msgid "Sat"
msgstr "شنبه"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "شنبه"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15062,12 +15141,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15151,9 +15230,9 @@ msgid "Screen updated"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15168,7 +15247,7 @@ msgstr ""
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "صÙحات ‌نمایش"
@@ -15232,7 +15311,7 @@ msgstr ""
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "اسکریپت ها"
@@ -15290,19 +15369,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15313,8 +15394,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15322,15 +15403,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "انتخاب"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "انتخاب نمونه اولیه"
@@ -15363,19 +15444,19 @@ msgstr "عناصر انتخاب شده"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15400,7 +15481,7 @@ msgstr "ارسال Ùقط به"
msgid "Send to"
msgstr "ارسال به"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15427,13 +15508,13 @@ msgstr ""
msgid "Separated"
msgstr "جداشده"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "سپتامبر"
@@ -15558,12 +15639,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "جلسه پایان یاÙت ØŒ لطÙاً دوباره وارد شوید"
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15572,11 +15654,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15599,28 +15681,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15639,7 +15721,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15669,7 +15751,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15687,14 +15769,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15705,8 +15787,8 @@ msgstr ""
msgid "Show"
msgstr "نمایش"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "نمایش جزئیات"
@@ -15714,7 +15796,7 @@ msgstr "نمایش جزئیات"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15741,7 +15823,11 @@ msgstr "نمایش Ùهرست"
msgid "Show lines"
msgstr "نمایش خطوط"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15763,9 +15849,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15776,7 +15862,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15790,7 +15876,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "نمایش متن به عنوان HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15801,7 +15887,7 @@ msgid "Show triggers"
msgstr "نمایش هشدارها"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15810,10 +15896,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "نمایش مقدار"
@@ -15825,7 +15911,7 @@ msgstr ""
msgid "Show working time"
msgstr "نمایش ساعت کاری"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "نمایش"
@@ -15876,8 +15962,8 @@ msgstr "نمودار ساده"
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -15988,7 +16074,7 @@ msgstr "اسلایدها"
msgid "Slovak (sk_SK)"
msgstr ""
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "بعدا"
@@ -16126,7 +16212,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16134,16 +16221,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16163,7 +16249,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16251,28 +16337,28 @@ msgid "Stop"
msgstr "توقÙ"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16284,7 +16370,7 @@ msgstr "مستقیم"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16309,14 +16395,14 @@ msgid "Subject"
msgstr "موضوع"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "زیر نقشه"
@@ -16324,7 +16410,7 @@ msgstr "زیر نقشه"
msgid "Success Audit"
msgstr "رسیدگی موÙÙ‚"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16337,7 +16423,7 @@ msgstr ""
msgid "Sun"
msgstr "یکشنبه"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "یکشنبه"
@@ -16381,7 +16467,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr ""
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16432,12 +16518,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr ""
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr ""
@@ -16479,12 +16565,12 @@ msgstr ""
msgid "Tag"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16493,12 +16579,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16509,25 +16595,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16535,11 +16621,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16548,11 +16634,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "هدÙ"
@@ -16671,13 +16757,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16699,20 +16785,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "آزمایش"
@@ -16737,7 +16823,7 @@ msgstr "آزمایش داده"
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16765,10 +16851,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16807,7 +16893,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16898,11 +16984,11 @@ msgstr ""
msgid "Theme"
msgstr "پوسته"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -16911,11 +16997,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "این ماه"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -16927,23 +17013,23 @@ msgstr ""
msgid "This screen row is not empty. Delete it?"
msgstr ""
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "این Ù‡Ùته"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "امسال"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -16955,7 +17041,7 @@ msgstr ""
msgid "Thu"
msgstr "پنجشنبه"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "پنجشنبه"
@@ -16966,19 +17052,19 @@ msgstr "پنجشنبه"
msgid "Till"
msgstr "تا"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17021,12 +17107,12 @@ msgstr ""
msgid "Time period"
msgstr "دوره زمانی"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17038,16 +17124,23 @@ msgstr "انتقال زمان"
msgid "Time type"
msgstr "نوع زمان"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "زمان انقضا"
@@ -17061,22 +17154,23 @@ msgstr "زمان انقضا"
msgid "Timestamp"
msgstr "مهر زمان"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "به"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "امروز"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17166,10 +17260,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17178,34 +17272,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "روندها"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "هشدار"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17215,7 +17309,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17223,7 +17317,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr ""
@@ -17231,7 +17325,7 @@ msgstr ""
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17240,7 +17334,7 @@ msgstr[0] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr ""
@@ -17248,7 +17342,7 @@ msgstr ""
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17258,12 +17352,12 @@ msgstr[0] ""
msgid "Trigger displaying options"
msgstr "نمایش گزبنه های هشدار"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr ""
@@ -17303,24 +17397,24 @@ msgstr "نمای کلی هشدارها"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "نمونه اولیه هشدار"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17330,12 +17424,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17343,18 +17437,18 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17362,15 +17456,15 @@ msgstr[0] ""
msgid "Trigger prototypes"
msgstr "نمونه های اولیه هشدار"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17378,11 +17472,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "جدیت هشدار"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17390,19 +17484,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17415,11 +17509,11 @@ msgstr ""
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "هشدارها"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr ""
@@ -17435,7 +17529,7 @@ msgstr ""
msgid "Tue"
msgstr "سه شنبه"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "سه شنبه"
@@ -17448,7 +17542,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr ""
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17468,7 +17562,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17480,21 +17574,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17527,18 +17621,18 @@ msgstr ""
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "نوع محاسبات"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "نوع اطلاعات"
@@ -17555,8 +17649,8 @@ msgstr "انواع"
msgid "UNKNOWN"
msgstr "ناشناخته"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17566,11 +17660,11 @@ msgstr "ناشناخته"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "نشانی اینترنتی"
@@ -17616,7 +17710,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "نشانی های اینترنتی"
@@ -17700,10 +17794,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "واحدها"
@@ -17725,7 +17819,7 @@ msgstr "واحدها"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17744,18 +17838,18 @@ msgstr "Ùعالیت ناشناخته"
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr ""
@@ -17781,15 +17875,15 @@ msgstr ""
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "حذ٠پیوند"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "حذ٠پیوند و پاک کردن"
@@ -17832,7 +17926,7 @@ msgstr ""
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "وصل صدا"
@@ -17877,6 +17971,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -17913,28 +18012,29 @@ msgstr ""
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -17951,16 +18051,16 @@ msgstr "بروزرسانی در حال حاضر"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr " Ùاصله به‌روزرسانی"
@@ -18015,7 +18115,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr "زمان کار/زمان از کاراÙتادگی"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18044,7 +18144,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "کار‌بر"
@@ -18203,14 +18303,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "نام کاربری"
@@ -18276,11 +18376,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "نام کاربری"
@@ -18288,8 +18388,8 @@ msgstr "نام کاربری"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18554,24 +18654,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18699,18 +18799,18 @@ msgstr "متغیرها"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18718,8 +18818,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18731,7 +18831,7 @@ msgstr "Ùروشنده"
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18792,7 +18892,7 @@ msgstr "نام قابل رؤیت"
msgid "Visible name cannot be empty if host name is missing."
msgstr ""
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr ""
@@ -18804,22 +18904,22 @@ msgstr ""
msgid "Warning"
msgstr "اخطار"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr ""
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18829,7 +18929,7 @@ msgstr ""
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "وب"
@@ -18884,7 +18984,7 @@ msgstr[0] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -18902,7 +19002,7 @@ msgstr ""
msgid "Wed"
msgstr "چهارشنبه"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "چهارشنبه"
@@ -18915,7 +19015,7 @@ msgstr "Ù‡Ùتگی"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -18923,7 +19023,7 @@ msgstr ""
msgid "When active"
msgstr "وقتی Ùعال شد"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -18965,7 +19065,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19039,13 +19139,13 @@ msgstr ""
msgid "Wrong fields for time for service \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr ""
@@ -19053,8 +19153,8 @@ msgstr ""
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19087,10 +19187,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19181,7 +19281,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19200,20 +19300,20 @@ msgstr "سالانه"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19225,7 +19325,7 @@ msgstr "سالانه"
msgid "Yes"
msgstr "بله"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19236,7 +19336,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr ""
@@ -19291,7 +19391,7 @@ msgstr ""
msgid "You do not have permissions to create users."
msgstr ""
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19299,7 +19399,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19374,7 +19474,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "سرور سپهر Ùانوس"
@@ -19392,7 +19492,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19400,15 +19500,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr ""
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "سرور سپهر Ùانوس در حال اجراست"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "نام سرور سپهر Ùانوس"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "پرت سرور سپهر Ùانوس"
@@ -19417,6 +19517,7 @@ msgid "Zabbix trapper"
msgstr "Sepehr trapper"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19430,51 +19531,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19487,8 +19593,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19496,29 +19602,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19560,6 +19666,10 @@ msgstr "همه"
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19571,23 +19681,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19597,7 +19707,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19605,11 +19715,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19658,11 +19768,11 @@ msgstr ""
msgid "avg"
msgstr "میانگین"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19690,10 +19800,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19701,7 +19810,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19726,6 +19835,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19752,11 +19864,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19778,14 +19890,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19810,7 +19922,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19828,11 +19940,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19851,11 +19963,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr ""
@@ -19864,32 +19976,32 @@ msgstr ""
msgid "d.M"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "روز"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "پیش‌Ùرض"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -19915,11 +20027,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -19958,7 +20070,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -19997,7 +20109,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20005,14 +20117,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20021,7 +20133,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr ""
@@ -20079,11 +20191,11 @@ msgstr "در"
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20120,7 +20232,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20134,15 +20246,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20152,7 +20264,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20164,7 +20276,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20194,7 +20306,7 @@ msgstr ""
msgid "last"
msgstr "آخرین"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20206,15 +20318,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20222,12 +20334,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr ""
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr ""
@@ -20257,7 +20369,7 @@ msgstr "نقشه"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20281,7 +20393,7 @@ msgstr "بیشترین"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20308,12 +20420,12 @@ msgstr ""
msgid "min"
msgstr "کمترین"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20346,27 +20458,27 @@ msgstr ""
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20376,7 +20488,7 @@ msgstr ""
msgid "no data"
msgstr "بدون داده"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20397,7 +20509,7 @@ msgstr "نیست در"
msgid "not selected"
msgstr "انتخاب نشده"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20405,8 +20517,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "از"
@@ -20454,7 +20566,7 @@ msgstr ""
msgid "on"
msgstr "در"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20470,11 +20582,11 @@ msgstr "دیگر"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20485,11 +20597,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20506,12 +20618,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20528,7 +20640,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "ریشه"
@@ -20577,6 +20689,7 @@ msgstr "شرح کوتاه"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20591,15 +20704,15 @@ msgstr "شرح کوتاه"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20607,10 +20720,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "نمایش نشان های نگاشت شده"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "نمایش مقادیر نگاشت شده"
@@ -20618,11 +20731,11 @@ msgstr "نمایش مقادیر نگاشت شده"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20630,7 +20743,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20639,14 +20752,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20681,9 +20794,13 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20698,7 +20815,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20717,18 +20834,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20739,26 +20880,26 @@ msgstr "هشدار"
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20768,7 +20909,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20785,9 +20926,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20814,12 +20956,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20829,7 +20971,7 @@ msgstr ""
msgid "unknown"
msgstr "ناشناخته"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20838,28 +20980,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20869,7 +21011,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "مقدار"
@@ -20887,26 +21029,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -20934,9 +21079,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -20973,7 +21118,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr ""
diff --git a/ui/locale/fi/LC_MESSAGES/frontend.po b/ui/locale/fi/LC_MESSAGES/frontend.po
index c62fbb7c705..4b29342723d 100644
--- a/ui/locale/fi/LC_MESSAGES/frontend.po
+++ b/ui/locale/fi/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2015-10-09 08:08+0300\n"
"Last-Translator: ekakela <ekakela@gmail.com>\n"
"Language-Team: none\n"
@@ -31,7 +31,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" ei voi olla tyhjä"
@@ -59,7 +59,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -77,7 +77,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d vuorokausi"
msgstr[1] "%1$d vuorokautta"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -161,8 +161,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -176,7 +176,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -208,15 +208,15 @@ msgstr[1] "%1$s yritystä jäljellä"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s sekuntti"
msgstr[1] "%1$s sekunttia"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -235,20 +235,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -286,20 +286,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr "(Vain järjestelmäylläpitäjät voivat luoda ryhmiä)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(ei välityspalvelinta)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - Käytä oletusporttia"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 tai 1"
@@ -377,11 +377,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "JA"
@@ -408,16 +409,16 @@ msgstr[0] ""
msgstr[1] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Kuittaa"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Kuittaa"
@@ -450,7 +451,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -463,30 +464,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -557,18 +558,18 @@ msgstr "Toiminto päivitetty"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Toiminnot"
@@ -604,6 +605,9 @@ msgstr "Aktiivinen asti"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -631,9 +635,6 @@ msgstr "Aktiivinen asti"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -643,9 +644,9 @@ msgstr "Aktiivinen asti"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -657,39 +658,40 @@ msgstr "Aktiivinen asti"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -700,20 +702,20 @@ msgstr "Aktiivinen asti"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -740,8 +742,8 @@ msgstr "Aktiivinen asti"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Lisää"
@@ -749,7 +751,7 @@ msgstr "Lisää"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -758,7 +760,7 @@ msgstr ""
msgid "Add child"
msgstr "Lisää lapsi"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -770,7 +772,7 @@ msgstr "Lisää kone"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -779,6 +781,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -787,7 +790,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Lisää prototyyppi"
@@ -808,11 +811,11 @@ msgstr "Lisää koneryhmään"
msgid "Add to host groups"
msgstr "Lisää koneryhmiin"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -836,7 +839,7 @@ msgid "Age"
msgstr "Ikä"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Ikä vähemmän kuin"
@@ -848,7 +851,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agentti"
@@ -908,7 +911,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Kaikki"
@@ -926,7 +929,7 @@ msgstr ""
msgid "All hosts"
msgstr "Kaikki isäntäkoneet"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Kaikilla linkeillä pitäisi olla \"Nimi\" tai \"URL\" määriteltynä"
@@ -934,13 +937,13 @@ msgstr "Kaikilla linkeillä pitäisi olla \"Nimi\" tai \"URL\" määriteltynä"
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -960,48 +963,48 @@ msgstr ""
msgid "All templates"
msgstr "Kaikki mallit"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Sallitut koneet"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Vaihtoehtoisesti voit asentaa sen manuaalisesti"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "ja"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1010,14 +1013,14 @@ msgid "And/Or"
msgstr "ja/tai"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1033,10 +1036,10 @@ msgstr "Mikä tahansa merkkijono mukaanluettuna"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1070,8 +1073,8 @@ msgid "Application error."
msgstr "Sovelluksessa virhe."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Sovellusten prototyypit"
@@ -1094,15 +1097,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1110,15 +1113,17 @@ msgstr ""
msgid "Applications"
msgstr "Sovellukset"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Käytä"
@@ -1136,7 +1141,7 @@ msgstr "Lähestyy"
msgid "Apr"
msgstr "Huhti"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Huhtikuu"
@@ -1148,7 +1153,11 @@ msgstr "Oletko varma, että haluat tehdä tämän toiminnon?"
msgid "Are you sure you want to delete"
msgstr "Oletko varma, että haluat poistaa?"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1164,12 +1173,12 @@ msgstr "Alueen tyyppi"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "sellaisenaan"
@@ -1277,7 +1286,7 @@ msgstr ""
msgid "Aug"
msgstr "elo"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "elokuu"
@@ -1294,9 +1303,9 @@ msgstr ""
msgid "Authentication"
msgstr "Tunnistautuminen"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Tunnistautumisalgoritmi"
@@ -1306,21 +1315,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Tunnistautumistapa"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Tunnistautumisen avainfraasi"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Tunnistatumisprotokolla"
@@ -1359,9 +1370,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automaattinen"
@@ -1391,7 +1402,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Saatavuus"
@@ -1416,8 +1427,8 @@ msgstr "Keskiarvo"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Takaisin"
@@ -1471,16 +1482,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1521,11 +1532,11 @@ msgstr ""
msgid "Bottom"
msgstr "Alareuna"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1552,8 +1563,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1573,7 +1584,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1606,7 +1617,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1614,7 +1625,7 @@ msgstr ""
msgid "Callback"
msgstr ""
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1640,10 +1651,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr ""
@@ -1688,12 +1699,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr ""
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr ""
@@ -1717,7 +1728,7 @@ msgstr ""
msgid "Cannot add host"
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr ""
@@ -1727,7 +1738,7 @@ msgstr ""
msgid "Cannot add image"
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr ""
@@ -1736,7 +1747,7 @@ msgstr ""
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr ""
@@ -1819,11 +1830,11 @@ msgstr ""
msgid "Cannot add template"
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr ""
@@ -1846,11 +1857,11 @@ msgstr ""
msgid "Cannot add web scenario"
msgstr ""
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1867,11 +1878,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr ""
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1879,7 +1890,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr ""
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr ""
@@ -1902,7 +1913,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1916,24 +1927,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] ""
msgstr[1] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
msgstr[1] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr ""
@@ -1971,7 +1982,7 @@ msgstr ""
msgid "Cannot create template."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -2015,11 +2026,11 @@ msgstr ""
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr ""
@@ -2045,7 +2056,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] ""
msgstr[1] ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr ""
@@ -2063,7 +2074,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr ""
@@ -2079,19 +2090,19 @@ msgstr ""
msgid "Cannot delete inventory."
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr ""
@@ -2175,7 +2186,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr ""
@@ -2206,19 +2217,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr ""
@@ -2256,20 +2267,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] ""
@@ -2288,7 +2299,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] ""
@@ -2320,20 +2331,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] ""
@@ -2352,7 +2363,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] ""
@@ -2372,7 +2383,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2534,7 +2545,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr ""
@@ -2641,7 +2652,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2678,12 +2689,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2713,7 +2724,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2775,22 +2786,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2805,7 +2816,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2874,7 +2885,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr ""
@@ -2911,7 +2922,7 @@ msgstr ""
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2936,21 +2947,21 @@ msgstr ""
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
msgstr[1] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr ""
@@ -3033,28 +3044,28 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3111,12 +3122,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3160,10 +3171,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr ""
@@ -3190,7 +3201,7 @@ msgstr ""
msgid "Check already exists."
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr ""
@@ -3208,7 +3219,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3313,8 +3324,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr ""
@@ -3323,11 +3334,11 @@ msgstr ""
msgid "Clear when unlinking"
msgstr ""
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3346,20 +3357,20 @@ msgstr ""
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr ""
@@ -3367,15 +3378,15 @@ msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr ""
@@ -3394,8 +3405,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3412,7 +3423,7 @@ msgstr ""
msgid "Colour"
msgstr ""
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr ""
@@ -3463,7 +3474,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3497,7 +3508,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr ""
@@ -3556,7 +3567,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr ""
@@ -3564,7 +3575,7 @@ msgstr ""
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3728,7 +3739,7 @@ msgid "Configuration updated"
msgstr ""
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3736,7 +3747,7 @@ msgstr ""
msgid "Confirmation text"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3792,7 +3803,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3800,9 +3811,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3810,9 +3821,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3829,10 +3840,10 @@ msgstr ""
msgid "Contact"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3863,10 +3874,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3906,8 +3917,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3919,8 +3931,8 @@ msgstr ""
msgid "Contract number"
msgstr ""
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3932,8 +3944,8 @@ msgstr ""
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr ""
@@ -3989,7 +4001,7 @@ msgstr ""
msgid "Could not save image!"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr ""
@@ -4035,11 +4047,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4059,14 +4071,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4145,7 +4157,7 @@ msgstr ""
msgid "Create media type"
msgstr ""
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4169,7 +4181,7 @@ msgstr ""
msgid "Create template"
msgstr ""
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr ""
@@ -4222,11 +4234,12 @@ msgstr ""
msgid "Current host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr ""
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4234,7 +4247,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4243,11 +4256,11 @@ msgid "Custom graphs"
msgstr ""
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4269,7 +4282,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4308,11 +4321,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr ""
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr ""
@@ -4421,16 +4435,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4438,32 +4452,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4471,35 +4485,35 @@ msgstr ""
msgid "Database monitor"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr ""
@@ -4528,7 +4542,7 @@ msgstr ""
msgid "Day"
msgstr ""
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4547,7 +4561,7 @@ msgstr ""
msgid "Days"
msgstr ""
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr ""
@@ -4561,7 +4575,7 @@ msgstr ""
msgid "Dec"
msgstr ""
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr ""
@@ -4571,7 +4585,7 @@ msgstr ""
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr ""
@@ -4588,7 +4602,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4605,18 +4619,18 @@ msgid "Default operation step duration"
msgstr ""
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr ""
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4645,7 +4659,8 @@ msgstr ""
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4666,8 +4681,8 @@ msgstr ""
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr ""
@@ -4700,19 +4715,19 @@ msgstr ""
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr ""
@@ -4736,15 +4751,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr ""
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr ""
@@ -4788,7 +4803,7 @@ msgstr ""
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4797,7 +4812,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr ""
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr ""
@@ -4822,7 +4837,7 @@ msgstr ""
msgid "Delete selected host groups?"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4830,7 +4845,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr ""
@@ -4882,7 +4897,7 @@ msgstr ""
msgid "Delete selected scripts?"
msgstr ""
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4942,11 +4957,11 @@ msgstr ""
msgid "Delete template?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr ""
@@ -4959,7 +4974,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -4980,16 +4995,16 @@ msgid "Deny"
msgstr ""
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr ""
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr ""
@@ -4997,7 +5012,7 @@ msgstr ""
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5016,29 +5031,29 @@ msgstr ""
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr ""
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5171,7 +5186,8 @@ msgstr ""
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5184,22 +5200,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr ""
@@ -5216,7 +5231,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5224,12 +5239,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5330,27 +5345,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr ""
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr ""
@@ -5360,13 +5375,13 @@ msgstr ""
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr ""
@@ -5409,7 +5424,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr ""
@@ -5428,22 +5443,22 @@ msgid "Do not calculate"
msgstr ""
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr ""
@@ -5466,11 +5481,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr ""
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5550,12 +5565,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5584,10 +5599,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr ""
@@ -5607,7 +5622,7 @@ msgstr ""
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr ""
@@ -5622,15 +5637,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr ""
@@ -5654,15 +5669,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr ""
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5758,7 +5773,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5928,15 +5943,16 @@ msgstr ""
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5952,13 +5968,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5967,13 +5982,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr ""
@@ -5983,9 +5998,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -5993,7 +6008,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6005,10 +6020,10 @@ msgstr ""
msgid "English (en_US)"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6035,7 +6050,7 @@ msgstr ""
msgid "Error in search request for table \"%1$s\"."
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6070,7 +6085,7 @@ msgstr ""
msgid "Event details"
msgstr ""
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr ""
@@ -6090,6 +6105,12 @@ msgstr ""
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6120,7 +6141,7 @@ msgstr ""
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr ""
@@ -6131,7 +6152,7 @@ msgstr ""
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr ""
@@ -6149,9 +6170,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6169,19 +6190,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr ""
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6221,7 +6242,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr ""
@@ -6229,21 +6250,21 @@ msgstr ""
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr ""
@@ -6256,15 +6277,15 @@ msgstr ""
msgid "Expression cannot be empty"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr ""
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6283,7 +6304,7 @@ msgstr ""
msgid "External check"
msgstr ""
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr ""
@@ -6297,7 +6318,7 @@ msgstr ""
msgid "FTP"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr ""
@@ -6347,7 +6368,7 @@ msgstr ""
msgid "Feb"
msgstr ""
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr ""
@@ -6360,7 +6381,7 @@ msgstr ""
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6369,7 +6390,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6489,9 +6510,7 @@ msgstr ""
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6518,9 +6537,13 @@ msgstr ""
msgid "Filter"
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6539,7 +6562,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr ""
@@ -6552,8 +6575,8 @@ msgctxt "page navigation"
msgid "First"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6567,12 +6590,12 @@ msgid "Fixed"
msgstr ""
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6580,9 +6603,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6604,8 +6627,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr ""
@@ -6632,11 +6655,13 @@ msgstr ""
msgid "Fri"
msgstr ""
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr ""
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6656,12 +6681,12 @@ msgstr ""
msgid "Frontend messaging"
msgstr ""
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6696,7 +6721,7 @@ msgid "GUI access disabled."
msgstr ""
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6722,21 +6747,21 @@ msgstr ""
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr ""
@@ -6762,7 +6787,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr ""
@@ -6810,8 +6835,8 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6943,7 +6968,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr ""
@@ -6987,9 +7012,9 @@ msgid "Graph with same name but other type exist."
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6999,7 +7024,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7007,7 +7032,7 @@ msgstr ""
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr ""
@@ -7076,12 +7101,12 @@ msgstr ""
msgid "Group name"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7096,8 +7121,8 @@ msgstr ""
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7129,10 +7154,10 @@ msgstr ""
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr ""
@@ -7140,11 +7165,11 @@ msgstr ""
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr ""
@@ -7173,20 +7198,20 @@ msgstr ""
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7219,11 +7244,11 @@ msgstr ""
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr ""
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7260,23 +7285,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr ""
@@ -7284,17 +7309,17 @@ msgstr ""
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr ""
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr ""
@@ -7308,13 +7333,17 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7339,26 +7368,26 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7370,8 +7399,8 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] ""
@@ -7413,8 +7442,7 @@ msgstr ""
msgid "Host added"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7431,19 +7459,19 @@ msgstr ""
msgid "Host count"
msgstr ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr ""
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7464,7 +7492,7 @@ msgstr[1] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr ""
@@ -7510,11 +7538,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7551,17 +7579,17 @@ msgstr ""
msgid "Host info"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr ""
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7582,7 +7610,7 @@ msgstr ""
msgid "Host label type"
msgstr ""
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7609,53 +7637,57 @@ msgstr ""
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7704,17 +7736,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7790,7 +7822,7 @@ msgstr ""
msgid "IMAP"
msgstr ""
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7825,10 +7857,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr ""
@@ -7845,9 +7877,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr ""
@@ -7964,7 +7996,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr ""
@@ -8072,7 +8104,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8088,9 +8120,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8103,11 +8135,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8120,7 +8152,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr ""
@@ -8388,8 +8420,8 @@ msgstr ""
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8530,9 +8562,9 @@ msgstr ""
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8585,7 +8617,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr ""
@@ -8661,7 +8693,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr ""
@@ -8672,11 +8704,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr ""
@@ -8847,35 +8879,35 @@ msgstr ""
msgid "Incorrect trigger expression"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -9026,16 +9058,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9046,7 +9077,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9196,23 +9227,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9301,10 +9334,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9312,10 +9345,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr ""
@@ -9329,15 +9362,19 @@ msgstr ""
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9353,17 +9390,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9375,7 +9412,7 @@ msgstr ""
msgid "Installer name"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9408,8 +9445,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr ""
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9438,14 +9475,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9469,15 +9506,15 @@ msgstr ""
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr ""
@@ -9504,7 +9541,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9518,15 +9555,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9538,11 +9575,11 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9583,7 +9620,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9615,6 +9652,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9627,75 +9673,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9712,7 +9764,7 @@ msgstr ""
msgid "Invalid response code \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9749,15 +9801,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9770,7 +9822,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9789,9 +9841,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr ""
@@ -9818,9 +9870,9 @@ msgid "Issue"
msgstr ""
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9837,22 +9889,22 @@ msgid "Italian (it_IT)"
msgstr ""
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9889,15 +9941,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9907,17 +9959,17 @@ msgstr[1] ""
msgid "Item count"
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr ""
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -9927,7 +9979,7 @@ msgstr[1] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -9940,7 +9992,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9961,15 +10013,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -9982,7 +10034,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9990,19 +10042,19 @@ msgstr ""
msgid "Item prototypes"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr ""
@@ -10074,7 +10126,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10084,11 +10136,11 @@ msgstr ""
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr ""
@@ -10100,7 +10152,7 @@ msgstr ""
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr ""
@@ -10108,7 +10160,7 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr ""
@@ -10116,10 +10168,10 @@ msgstr ""
msgid "JMX agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10132,10 +10184,10 @@ msgstr ""
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10167,7 +10219,7 @@ msgid "JSON-rpc version is not specified."
msgstr ""
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10175,7 +10227,7 @@ msgstr ""
msgid "Jan"
msgstr ""
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr ""
@@ -10192,7 +10244,7 @@ msgstr ""
msgid "Jul"
msgstr ""
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr ""
@@ -10200,11 +10252,11 @@ msgstr ""
msgid "Jun"
msgstr ""
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10238,7 +10290,7 @@ msgstr ""
msgid "Key passphrase"
msgstr ""
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr ""
@@ -10275,23 +10327,23 @@ msgstr ""
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10317,42 +10369,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr ""
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10389,23 +10441,24 @@ msgstr ""
msgid "Last check"
msgstr ""
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr ""
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr ""
@@ -10418,21 +10471,21 @@ msgstr ""
msgid "Last value"
msgstr ""
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr ""
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr ""
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10479,7 +10532,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10521,8 +10574,8 @@ msgstr ""
msgid "Link indicators"
msgstr ""
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10558,10 +10611,10 @@ msgstr ""
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10655,10 +10708,10 @@ msgid "Location longitude"
msgstr ""
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr ""
@@ -10670,10 +10723,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr ""
@@ -10730,7 +10783,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr ""
@@ -10747,8 +10800,9 @@ msgstr ""
msgid "MD2"
msgstr ""
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr ""
@@ -10763,7 +10817,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr ""
@@ -10790,10 +10844,10 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10884,16 +10938,16 @@ msgstr ""
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr ""
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr ""
@@ -10908,7 +10962,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr ""
@@ -11002,7 +11056,7 @@ msgstr ""
msgid "Mar"
msgstr ""
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr ""
@@ -11018,11 +11072,11 @@ msgstr ""
msgid "Mark selected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11041,11 +11095,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11093,7 +11147,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11108,7 +11162,7 @@ msgstr[1] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr ""
@@ -11263,7 +11317,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr ""
@@ -11327,7 +11381,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11386,7 +11440,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11459,7 +11513,7 @@ msgstr ""
msgid "Mon"
msgstr ""
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr ""
@@ -11467,9 +11521,9 @@ msgstr ""
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr ""
@@ -11501,11 +11555,11 @@ msgstr ""
msgid "Monthly"
msgstr ""
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11524,20 +11578,20 @@ msgstr ""
msgid "Mozilla Firefox"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr ""
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11570,13 +11624,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11604,17 +11659,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11634,19 +11689,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11655,15 +11710,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11673,12 +11728,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11769,12 +11824,12 @@ msgid "Never"
msgstr ""
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11788,7 +11843,7 @@ msgstr ""
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr ""
@@ -11824,13 +11879,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11839,20 +11894,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12006,6 +12061,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr ""
@@ -12022,12 +12078,12 @@ msgstr ""
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12094,12 +12150,12 @@ msgstr ""
msgid "No image"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr ""
@@ -12114,7 +12170,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12152,7 +12208,7 @@ msgstr ""
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12183,8 +12239,8 @@ msgstr ""
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12193,8 +12249,8 @@ msgstr ""
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12250,12 +12306,12 @@ msgstr ""
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12314,7 +12370,7 @@ msgstr ""
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12335,7 +12391,7 @@ msgstr ""
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr ""
@@ -12365,7 +12421,7 @@ msgstr ""
msgid "No recipients for action operation message."
msgstr ""
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12377,11 +12433,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr ""
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr ""
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr ""
@@ -12398,19 +12454,19 @@ msgstr ""
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12423,18 +12479,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr ""
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12532,7 +12588,7 @@ msgstr ""
msgid "Nov"
msgstr ""
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr ""
@@ -12545,11 +12601,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12617,11 +12673,11 @@ msgstr ""
msgid "Number of steps"
msgstr ""
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12637,7 +12693,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr ""
@@ -12689,22 +12745,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr ""
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr ""
@@ -12722,13 +12778,13 @@ msgstr ""
msgid "OK"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12744,7 +12800,7 @@ msgstr ""
msgid "OOB subnet mask"
msgstr ""
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr ""
@@ -12772,13 +12828,13 @@ msgstr ""
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr ""
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr ""
@@ -12810,7 +12866,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr ""
@@ -12885,7 +12941,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr ""
@@ -12941,7 +12997,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr ""
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr ""
@@ -12963,7 +13019,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr ""
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr ""
@@ -12979,12 +13035,12 @@ msgstr ""
msgid "Operation type"
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13032,24 +13088,24 @@ msgstr ""
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -13078,55 +13134,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13165,8 +13223,8 @@ msgstr ""
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13190,8 +13248,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13376,16 +13434,16 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13397,26 +13455,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13435,13 +13493,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr ""
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13512,28 +13570,28 @@ msgstr ""
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr ""
@@ -13545,15 +13603,15 @@ msgstr ""
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13570,7 +13628,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13587,17 +13645,22 @@ msgstr ""
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13643,7 +13706,7 @@ msgid "Placing algorithm"
msgstr ""
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr ""
@@ -13657,7 +13720,7 @@ msgstr ""
msgid "Play sound"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13666,20 +13729,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr ""
@@ -13709,18 +13772,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr ""
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13751,33 +13813,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13788,23 +13850,23 @@ msgstr ""
msgid "Preview"
msgstr ""
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13837,12 +13899,14 @@ msgid "Primary POC screen name"
msgstr ""
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13854,29 +13918,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr ""
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr ""
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13901,8 +13965,8 @@ msgstr ""
msgid "Problem display"
msgstr ""
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13919,7 +13983,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr ""
@@ -13949,13 +14013,13 @@ msgstr ""
msgid "Problem, if at least one child has a problem"
msgstr ""
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13964,7 +14028,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr ""
@@ -14001,7 +14065,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14019,7 +14083,7 @@ msgstr ""
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14090,20 +14154,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr ""
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr ""
@@ -14133,8 +14197,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14144,10 +14208,10 @@ msgid "RMCP+"
msgstr ""
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14205,7 +14269,7 @@ msgid "Received value"
msgstr ""
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14232,24 +14296,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr ""
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14259,9 +14323,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14276,11 +14340,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14294,7 +14358,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr ""
@@ -14334,7 +14398,7 @@ msgstr ""
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14358,6 +14422,12 @@ msgstr ""
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14374,43 +14444,37 @@ msgstr ""
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14419,14 +14483,14 @@ msgstr ""
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14449,7 +14513,7 @@ msgstr ""
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14482,8 +14546,8 @@ msgstr ""
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr ""
@@ -14519,7 +14583,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14529,17 +14593,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr ""
@@ -14554,23 +14618,23 @@ msgstr ""
msgid "Reports"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14580,7 +14644,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr ""
@@ -14597,14 +14661,14 @@ msgstr ""
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr ""
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr ""
@@ -14612,7 +14676,7 @@ msgstr ""
msgid "Required string"
msgstr ""
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr ""
@@ -14641,7 +14705,7 @@ msgstr ""
msgid "Reset defaults"
msgstr ""
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr ""
@@ -14653,26 +14717,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14709,15 +14773,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14736,14 +14800,14 @@ msgstr ""
msgid "Result type"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14906,12 +14970,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr ""
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr ""
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr ""
@@ -14921,7 +14985,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14966,16 +15031,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr ""
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr ""
@@ -14983,8 +15048,10 @@ msgstr ""
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr ""
@@ -15000,11 +15067,13 @@ msgstr ""
msgid "SNMP trap key is invalid."
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15012,7 +15081,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15020,7 +15090,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15042,9 +15113,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -15067,40 +15138,40 @@ msgstr ""
msgid "SSH agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15128,15 +15199,23 @@ msgstr ""
msgid "Sat"
msgstr ""
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr ""
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15158,12 +15237,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15247,9 +15326,9 @@ msgid "Screen updated"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15264,7 +15343,7 @@ msgstr ""
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr ""
@@ -15329,7 +15408,7 @@ msgstr ""
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr ""
@@ -15387,19 +15466,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15410,8 +15491,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15419,15 +15500,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr ""
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr ""
@@ -15460,19 +15541,19 @@ msgstr ""
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15497,7 +15578,7 @@ msgstr ""
msgid "Send to"
msgstr ""
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15524,13 +15605,13 @@ msgstr ""
msgid "Separated"
msgstr ""
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr ""
@@ -15655,12 +15736,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr ""
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15669,11 +15751,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15696,28 +15778,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15736,7 +15818,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15766,7 +15848,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15784,14 +15866,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15802,8 +15884,8 @@ msgstr ""
msgid "Show"
msgstr ""
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr ""
@@ -15811,7 +15893,7 @@ msgstr ""
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15838,7 +15920,11 @@ msgstr ""
msgid "Show lines"
msgstr ""
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15860,9 +15946,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15873,7 +15959,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15887,7 +15973,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr ""
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15898,7 +15984,7 @@ msgid "Show triggers"
msgstr ""
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15907,10 +15993,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr ""
@@ -15922,7 +16008,7 @@ msgstr ""
msgid "Show working time"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr ""
@@ -15973,8 +16059,8 @@ msgstr ""
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16085,7 +16171,7 @@ msgstr ""
msgid "Slovak (sk_SK)"
msgstr ""
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr ""
@@ -16223,7 +16309,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16231,16 +16318,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16260,7 +16346,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16348,28 +16434,28 @@ msgid "Stop"
msgstr ""
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16381,7 +16467,7 @@ msgstr ""
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16406,14 +16492,14 @@ msgid "Subject"
msgstr ""
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr ""
@@ -16421,7 +16507,7 @@ msgstr ""
msgid "Success Audit"
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16434,7 +16520,7 @@ msgstr ""
msgid "Sun"
msgstr ""
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr ""
@@ -16478,7 +16564,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr ""
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16529,12 +16615,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr ""
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr ""
@@ -16576,12 +16662,12 @@ msgstr ""
msgid "Tag"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16590,12 +16676,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16606,25 +16692,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16632,11 +16718,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16645,11 +16731,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr ""
@@ -16768,13 +16854,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16796,20 +16882,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr ""
@@ -16834,7 +16920,7 @@ msgstr ""
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16862,10 +16948,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16904,7 +16990,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16997,11 +17083,11 @@ msgstr ""
msgid "Theme"
msgstr ""
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17010,11 +17096,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr ""
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17026,23 +17112,23 @@ msgstr ""
msgid "This screen row is not empty. Delete it?"
msgstr ""
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr ""
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr ""
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17054,7 +17140,7 @@ msgstr ""
msgid "Thu"
msgstr ""
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr ""
@@ -17065,19 +17151,19 @@ msgstr ""
msgid "Till"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17120,12 +17206,12 @@ msgstr ""
msgid "Time period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17137,16 +17223,23 @@ msgstr ""
msgid "Time type"
msgstr ""
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr ""
@@ -17160,22 +17253,23 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr ""
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr ""
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17265,10 +17359,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17277,34 +17371,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr ""
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17314,7 +17408,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17322,7 +17416,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr ""
@@ -17330,7 +17424,7 @@ msgstr ""
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17340,7 +17434,7 @@ msgstr[1] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr ""
@@ -17348,7 +17442,7 @@ msgstr ""
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17359,13 +17453,13 @@ msgstr[1] ""
msgid "Trigger displaying options"
msgstr ""
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr ""
@@ -17405,24 +17499,24 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17432,12 +17526,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17445,11 +17539,11 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
@@ -17457,7 +17551,7 @@ msgstr[1] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17465,15 +17559,15 @@ msgstr[1] ""
msgid "Trigger prototypes"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17481,11 +17575,11 @@ msgstr ""
msgid "Trigger severity"
msgstr ""
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17493,19 +17587,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17518,11 +17612,11 @@ msgstr ""
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr ""
@@ -17538,7 +17632,7 @@ msgstr ""
msgid "Tue"
msgstr ""
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr ""
@@ -17551,7 +17645,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr ""
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17571,7 +17665,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17583,21 +17677,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17630,18 +17724,18 @@ msgstr ""
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr ""
@@ -17658,8 +17752,8 @@ msgstr ""
msgid "UNKNOWN"
msgstr ""
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17669,11 +17763,11 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr ""
@@ -17719,7 +17813,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr ""
@@ -17803,10 +17897,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr ""
@@ -17828,7 +17922,7 @@ msgstr ""
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17847,18 +17941,18 @@ msgstr ""
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr ""
@@ -17884,15 +17978,15 @@ msgstr ""
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr ""
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr ""
@@ -17935,7 +18029,7 @@ msgstr ""
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr ""
@@ -17981,6 +18075,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18017,28 +18116,29 @@ msgstr ""
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18055,16 +18155,16 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr ""
@@ -18119,7 +18219,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18148,7 +18248,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr ""
@@ -18310,14 +18410,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr ""
@@ -18384,11 +18484,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr ""
@@ -18396,8 +18496,8 @@ msgstr ""
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18662,24 +18762,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18808,18 +18908,18 @@ msgstr ""
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18827,8 +18927,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18840,7 +18940,7 @@ msgstr ""
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18901,7 +19001,7 @@ msgstr ""
msgid "Visible name cannot be empty if host name is missing."
msgstr ""
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr ""
@@ -18913,22 +19013,22 @@ msgstr ""
msgid "Warning"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr ""
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18938,7 +19038,7 @@ msgstr ""
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr ""
@@ -18995,7 +19095,7 @@ msgstr[1] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19013,7 +19113,7 @@ msgstr ""
msgid "Wed"
msgstr ""
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr ""
@@ -19026,7 +19126,7 @@ msgstr ""
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19034,7 +19134,7 @@ msgstr ""
msgid "When active"
msgstr ""
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19076,7 +19176,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19150,13 +19250,13 @@ msgstr ""
msgid "Wrong fields for time for service \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr ""
@@ -19164,8 +19264,8 @@ msgstr ""
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19198,10 +19298,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19292,7 +19392,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19311,20 +19411,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19336,7 +19436,7 @@ msgstr ""
msgid "Yes"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19347,7 +19447,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr ""
@@ -19402,7 +19502,7 @@ msgstr ""
msgid "You do not have permissions to create users."
msgstr ""
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19410,7 +19510,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19485,7 +19585,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr ""
@@ -19503,7 +19603,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19511,15 +19611,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr ""
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr ""
@@ -19528,6 +19628,7 @@ msgid "Zabbix trapper"
msgstr ""
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19541,51 +19642,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19598,8 +19704,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19607,29 +19713,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19671,6 +19777,10 @@ msgstr ""
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19682,23 +19792,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19708,7 +19818,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19716,11 +19826,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19769,11 +19879,11 @@ msgstr ""
msgid "avg"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19801,10 +19911,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19812,7 +19921,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19837,6 +19946,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19863,11 +19975,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19889,14 +20001,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19921,7 +20033,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19939,11 +20051,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19962,11 +20074,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr ""
@@ -19975,32 +20087,32 @@ msgstr ""
msgid "d.M"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr ""
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20026,11 +20138,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20069,7 +20181,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20108,7 +20220,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20116,14 +20228,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20132,7 +20244,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr ""
@@ -20190,11 +20302,11 @@ msgstr ""
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20231,7 +20343,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20245,15 +20357,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20263,7 +20375,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20275,7 +20387,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20305,7 +20417,7 @@ msgstr ""
msgid "last"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20317,15 +20429,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20333,12 +20445,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr ""
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr ""
@@ -20368,7 +20480,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20392,7 +20504,7 @@ msgstr ""
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20419,12 +20531,12 @@ msgstr ""
msgid "min"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20457,27 +20569,27 @@ msgstr ""
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20487,7 +20599,7 @@ msgstr ""
msgid "no data"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20508,7 +20620,7 @@ msgstr ""
msgid "not selected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20516,8 +20628,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr ""
@@ -20565,7 +20677,7 @@ msgstr ""
msgid "on"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20581,11 +20693,11 @@ msgstr ""
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20596,11 +20708,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20617,12 +20729,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20639,7 +20751,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "juuri"
@@ -20688,6 +20800,7 @@ msgstr "lyhyt kuvaus"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20702,15 +20815,15 @@ msgstr "lyhyt kuvaus"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20718,10 +20831,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "näytä ikoni"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr ""
@@ -20729,11 +20842,11 @@ msgstr ""
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20741,7 +20854,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20750,14 +20863,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20792,9 +20905,13 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20809,7 +20926,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20828,18 +20945,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20850,26 +20991,26 @@ msgstr ""
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20879,7 +21020,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20896,9 +21037,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20925,12 +21067,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20940,7 +21082,7 @@ msgstr ""
msgid "unknown"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20949,28 +21091,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20980,7 +21122,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr ""
@@ -20998,26 +21140,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21045,9 +21190,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21084,7 +21229,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr ""
diff --git a/ui/locale/fr/LC_MESSAGES/frontend.po b/ui/locale/fr/LC_MESSAGES/frontend.po
index 6eddd2aa6ed..bb4c7b2078a 100644
--- a/ui/locale/fr/LC_MESSAGES/frontend.po
+++ b/ui/locale/fr/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2019-07-31 15:03+0300\n"
"Last-Translator: Christophe <ctr@pmspos.fr>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" est attendu"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "une paire \"hôte:clé\" est attendue"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -78,7 +78,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d jour"
msgstr[1] "%1$d jours"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -162,8 +162,8 @@ msgstr[1] "%1$s messages"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -177,7 +177,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "%1$s de %2$s élément en défaut"
msgstr[1] "%1$s de %2$s éléments en défaut"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -209,15 +209,15 @@ msgstr[1] "%1$s essais restants"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s seconde"
msgstr[1] "%1$s secondes"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr "%1$s symboles restants"
@@ -236,20 +236,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s widget"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, Séverité, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, lecture seule"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -287,20 +287,20 @@ msgstr "(0 - utiliser les paramètres par défaut de l'action)"
msgid "(Only super admins can create groups)"
msgstr "(Seuls les super administrateurs peuvent créer des groupes)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(pas de proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - utiliser le port par défaut"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 ou 1"
@@ -376,11 +376,12 @@ msgid "ADD OVERRIDE"
msgstr "AJOUTER SURCHARGE"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "ET"
@@ -407,16 +408,16 @@ msgstr[0] "Le compte est bloqué pendant %1$s seconde."
msgstr[1] "Le compte est bloqué pendant %1$s secondes."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Acquitté"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Acquittement"
@@ -449,7 +450,7 @@ msgstr "Événements RÉSOLUS acquittés"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -462,30 +463,30 @@ msgstr "Événements RÉSOLUS acquittés"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -556,18 +557,18 @@ msgstr "Action mise à jour"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Actions"
@@ -603,6 +604,9 @@ msgstr "Actif jusqu'à"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -630,9 +634,6 @@ msgstr "Actif jusqu'à"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -642,9 +643,9 @@ msgstr "Actif jusqu'à"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -656,39 +657,40 @@ msgstr "Actif jusqu'à"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -699,20 +701,20 @@ msgstr "Actif jusqu'à"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -739,8 +741,8 @@ msgstr "Actif jusqu'à"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Ajouter"
@@ -748,7 +750,7 @@ msgstr "Ajouter"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Ajouter un nouveau widget"
@@ -756,7 +758,7 @@ msgstr "Ajouter un nouveau widget"
msgid "Add child"
msgstr "Ajouter un enfant"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Ajouter un élément enfant"
@@ -768,7 +770,7 @@ msgstr "Ajouter hôte"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Ajouter plusieurs cartes"
@@ -777,6 +779,7 @@ msgid "Add new data set"
msgstr "Ajouter un nouvel ensemble de données"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -785,7 +788,7 @@ msgid "Add new override"
msgstr "Ajouter une nouvelle surcharge"
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Ajouter prototype"
@@ -806,11 +809,11 @@ msgstr "Ajouter au groupe d'hôtes"
msgid "Add to host groups"
msgstr "Ajouter aux groupes d'hôtes"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Ajouter un widget"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -834,7 +837,7 @@ msgid "Age"
msgstr "Âge"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Âge inférieur à"
@@ -846,7 +849,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agent"
@@ -905,7 +908,7 @@ msgstr "Aligner les éléments de carte"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Tous"
@@ -923,7 +926,7 @@ msgstr "Tous les groupes"
msgid "All hosts"
msgstr "Tous les hôtes"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Tous liens doivent avoir \"Nom\" et \"URL\" spécifiés"
@@ -931,13 +934,13 @@ msgstr "Tous liens doivent avoir \"Nom\" et \"URL\" spécifiés"
msgid "All maps"
msgstr "Toutes les cartes"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Tous les problèmes"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Tous les problèmes si les valeurs de tag correspondent"
@@ -957,48 +960,48 @@ msgstr "Tous les tags"
msgid "All templates"
msgstr "Tous les modèles"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Autoriser la fermeture manuelle"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Hôtes autorisés"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Alternativement, vous pouvez l'installer manuellement :"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "Et"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1007,14 +1010,14 @@ msgid "And/Or"
msgstr "Et/Ou"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1030,10 +1033,10 @@ msgstr "Toute chaîne de caractères inclue"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1067,8 +1070,8 @@ msgid "Application error."
msgstr "Erreur d'application."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Prototypes d'applications"
@@ -1091,15 +1094,15 @@ msgstr "L'application avec l'applicationid \"%1$s\" n'existe pas."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1107,15 +1110,17 @@ msgstr "L'application avec l'applicationid \"%1$s\" n'existe pas."
msgid "Applications"
msgstr "Applications"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Appliquer"
@@ -1133,7 +1138,7 @@ msgstr "Proche de"
msgid "Apr"
msgstr "Avr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Avril"
@@ -1145,7 +1150,11 @@ msgstr "Êtes-vous sûr de vouloir effectuer cette action ?"
msgid "Are you sure you want to delete"
msgstr "Êtes-vous sur de vouloir supprimer"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Êtes-vous sûr de vouloir quitter cette page ?"
@@ -1161,12 +1170,12 @@ msgstr "Type de zone"
msgid "Arithmetic"
msgstr "Arithmétique"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Tel quel"
@@ -1276,7 +1285,7 @@ msgstr "Journal d'audit"
msgid "Aug"
msgstr "Aoû"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Août"
@@ -1293,9 +1302,9 @@ msgstr ""
msgid "Authentication"
msgstr "Authentification"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Algorithme d'authentification"
@@ -1305,21 +1314,23 @@ msgid "Authentication failed: %1$s."
msgstr "L'authentification a échoué: %1$s."
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Méthode d'authentification"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Phrase d'authentification"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Protocole d'authentification"
@@ -1358,9 +1369,9 @@ msgstr "Auto-déconnexion"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automatique"
@@ -1390,7 +1401,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Disponibilité"
@@ -1415,8 +1426,8 @@ msgstr "Moyen"
msgid "Axes"
msgstr "Axes"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Retour"
@@ -1470,16 +1481,16 @@ msgid "Blue"
msgstr "Bleu"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "Corps"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "Corps et en-tête"
@@ -1520,11 +1531,11 @@ msgstr ""
msgid "Bottom"
msgstr "Bas"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "Amener vers l'avant"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Amener à l'avant"
@@ -1551,8 +1562,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "FERMETURE"
@@ -1572,7 +1583,7 @@ msgstr "Charge processeur. Retourne un flottant"
msgid "CPU utilisation percentage. Returns float"
msgstr "Pourcentage d'utilisation du processeur. Retourne un flottant"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1605,7 +1616,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "Calendrier"
@@ -1613,7 +1624,7 @@ msgstr "Calendrier"
msgid "Callback"
msgstr "Rappel"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "Ne peut être supprimé"
@@ -1639,10 +1650,10 @@ msgstr "Ne peut être supprimé"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Annuler"
@@ -1687,12 +1698,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Impossible d'ajouter une dépendance d'un hôte à un modèle."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Impossible d'ajouter la dépendance du déclencheur \"%1$s:%2$s\" au déclencheur non existant \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Impossible d'ajouter la règle de découverte"
@@ -1716,7 +1727,7 @@ msgstr "Impossible d'ajouter le groupe."
msgid "Cannot add host"
msgstr "Impossible d'ajouter l'hôte"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Impossible d'ajouter un prototype d'hôte"
@@ -1726,7 +1737,7 @@ msgstr "Impossible d'ajouter un prototype d'hôte"
msgid "Cannot add image"
msgstr "Impossible d'ajouter l'image"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Impossible d'ajouter l'élément"
@@ -1735,7 +1746,7 @@ msgstr "Impossible d'ajouter l'élément"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Impossible d'ajouter l'élément \"%1$s\" de \"%2$s\" à l'application \"%3$s\" de \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Impossible d'ajouter le prototype d'élément"
@@ -1818,11 +1829,11 @@ msgstr "Impossible d'ajouter des sous-cartes. La profondeur maximum est atteinte
msgid "Cannot add template"
msgstr "Impossible d'ajouter le modèle"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Impossible d'ajouter le déclencheur"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Impossible d'ajouter le prototype de déclencheur"
@@ -1845,11 +1856,11 @@ msgstr "Impossible d'ajouter une table de correspondance"
msgid "Cannot add web scenario"
msgstr "Impossible d'ajouter le scénario web"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "Impossible d'ajouter des widgets en mode kiosque"
@@ -1866,11 +1877,11 @@ msgstr "Impossible d'établir une liaison avec le serveur LDAP."
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Impossible d'appeler la méthode \"%1$s.%2$s\" sans paramètres."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Impossible de nettoyer l'historique"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1878,7 +1889,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Impossible de cloner les prototypes de graphiques."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Impossible de cloner des prototypes d'hôtes."
@@ -1901,7 +1912,7 @@ msgstr "Impossible de fermer le problème : %1$s."
msgid "Cannot connect to LDAP server."
msgstr "Impossible de se connecter au serveur LDAP."
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Impossible de se connecter à la base de données."
@@ -1915,24 +1926,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] "Impossible de copier le graphique"
msgstr[1] "Impossible de copier les graphiques"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Impossible de copier l'élément"
msgstr[1] "Impossible de copier les éléments"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Impossible de copier le déclencheur"
msgstr[1] "Impossible de copier les déclencheurs"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Impossible de copier le déclencheur \"%1$s:%2$s\" parce qu'il contient plusieurs hôtes dans l'expression."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Impossible de créer un prototype d'hôte sur un hôte découvert \"%1$s\"."
@@ -1970,7 +1981,7 @@ msgstr "Impossible de créer une nouvelle application, le scénario web est déj
msgid "Cannot create template."
msgstr "Impossible de créer un modèle."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Impossible de créer le fichier de configuration."
@@ -2014,11 +2025,11 @@ msgstr "Impossible de supprimer la dépendance"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Impossible de supprimer l'application découverte \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Impossible de supprimer la règle de découverte"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Impossible de supprimer les règles de découverte"
@@ -2044,7 +2055,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Impossible de supprimer le groupe"
msgstr[1] "Impossible de supprimer les groupes"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Impossible de supprimer l'hôte"
@@ -2062,7 +2073,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] "Impossible de supprimer le groupe d'hôtes car la maintenance \"%1$s\" doit contenir au moins un hôte ou un groupe d'hôtes."
msgstr[1] "Impossible de supprimer les groupes d'hôtes sélectionnés car la maintenance \"%1$s\" doit contenir au moins un hôte ou un groupe d'hôtes."
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Impossible de supprimer des prototypes d'hôtes"
@@ -2078,19 +2089,19 @@ msgstr "Impossible de supprimer l'image"
msgid "Cannot delete inventory."
msgstr "Impossible de supprimer l'inventaire."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Impossible de supprimer l'élément"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Impossible de supprimer le prototype d'élément"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Impossible de supprimer les prototypes d'éléments"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Impossible de supprimer les éléments"
@@ -2174,7 +2185,7 @@ msgstr "Impossible de supprimer le prototype de graphique basé sur un modèle."
msgid "Cannot delete templated graph."
msgstr "Impossible de supprimer le graphique basé sur un modèle."
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Impossible de supprimer un prototype d'hôte provenant d'un modèle."
@@ -2205,19 +2216,19 @@ msgstr "Impossible de supprimer le prototype de déclencheur basé sur un modèl
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Impossible de supprimer le scénario web \"%1$s\" provenant d'un modèle."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Impossible de supprimer le déclencheur"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Impossible de supprimer le prototype de déclencheur"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Impossible de supprimer les prototypes de déclencheurs"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Impossible de supprimer les déclencheurs"
@@ -2255,20 +2266,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] "Impossible de supprimer la corrélation"
msgstr[1] "Impossible de supprimer les corrélations"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Impossible de désactiver la règle de découverte"
msgstr[1] "Impossible de désactiver les règles de découverte"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Impossible de désactiver l'hôte"
msgstr[1] "Impossible de désactiver les hôtes"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Impossible de désactiver l'élément"
@@ -2287,7 +2298,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Impossible de désactiver le déclencheur"
@@ -2319,20 +2330,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] "Impossible d'activer la corrélation"
msgstr[1] "Impossible d'activer les corrélations"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Impossible d'activer la règle de découverte"
msgstr[1] "Impossible d'activer les règles de découverte"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Impossible d'activer l'hôte"
msgstr[1] "Impossible d'activer les hôtes"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Impossible d'activer l'élément"
@@ -2351,7 +2362,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Impossible d'activer le déclencheur"
@@ -2371,7 +2382,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Impossible d'exécuter le script"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Substitution des macros impossible."
@@ -2533,7 +2544,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "Impossible d'importer le modèle \"%1$s\", le modèle lié \"%2$s\" n'existe pas."
msgstr[1] "Impossible d'importer le modèle \"%1$s\", les modèles liés \"%2$s\" n'existent pas."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Impossible d'insérer l'expression de déclencheur"
@@ -2640,7 +2651,7 @@ msgstr "Impossible de sauvegarder un widget: %1$s."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Impossible d'envoyer une commande, veuillez vérifier la connexion avec le serveur Zabbix \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "Impossible d'envoyer la requête"
@@ -2677,12 +2688,12 @@ msgstr "Impossible de configurer \"%1$s\" pour l'élément \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Impossible de configurer \"%1$s\" pour l'écran de modèle \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Impossible de configurer \"%1$s\" pour le déclencheur \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Impossible de configurer \"%1$s\" pour le prototype de déclencheur \"%2$s\"."
@@ -2712,7 +2723,7 @@ msgstr "Impossible de configurer l'identifiant de ressource pour l'élément d'Ã
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2774,22 +2785,22 @@ msgstr "Impossible de mettre à jour \"%1$s\" pour le prototype de graphique \"%
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Impossible de mettre à jour \"%1$s\" pour l'élément \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Impossible de mettre à jour \"%1$s\" pour le déclencheur de modèle \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Impossible de mettre à jour \"%1$s\" pour le prototype de déclencheur de modèle \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Impossible de mettre à jour \"%1$s\" pour le déclencheur \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Impossible de mettre à jour \"%1$s\" pour le prototype de déclencheur \"%2$s\"."
@@ -2804,7 +2815,7 @@ msgstr "Impossible de mettre à jour \"%2$s\" pour un hôte découvert \"%1$s\".
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Impossible de mettre à jour \"%2$s\" pour un élément découvert \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2873,7 +2884,7 @@ msgstr "Impossible de mettre à jour la corrélation"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Impossible de mettre à jour l'application découverte \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Impossible de mettre à jour la règle de découverte"
@@ -2910,7 +2921,7 @@ msgstr "Impossible de mettre à jour l'hôte"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Impossible de mettre à jour les paramètres de chiffrement de l'hôte. Les paramètres de connexion doivent être spécifiés pour les deux directions."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Impossible de mettre à jour le prototype d'hôte"
@@ -2935,21 +2946,21 @@ msgstr "Impossible de mettre à jour l'image"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Impossible de mettre à jour l'interface de l'hôte découvert \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Impossible de mettre à jour l'élément"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Impossible de mettre à jour le prototype d'élément"
msgstr[1] "Impossible de mettre à jour les prototypes d'éléments"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr "Impossible de mettre à jour les prototypes d'éléments"
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Impossible de mettre à jour les éléments"
@@ -3032,28 +3043,28 @@ msgstr "Impossible de mettre à jour les modèles"
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Impossible de mettre à jour les modèles sur l'hôte découvert \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Impossible de mettre à jour le déclencheur"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Impossible de mettre à jour le déclencheur \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Impossible de mettre à jour le prototype de déclencheur"
msgstr[1] "Impossible de mettre à jour les prototypes de déclencheurs"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Impossible de mettre à jour le prototype de déclencheur \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Impossible de mettre à jour les prototypes de déclencheurs"
@@ -3110,12 +3121,12 @@ msgstr "Centre"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Certificat"
@@ -3159,10 +3170,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Caractère"
@@ -3189,7 +3200,7 @@ msgstr "Informations du chaÅsis. Retourne une chaîne"
msgid "Check already exists."
msgstr "La vérification existe déjà."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Vérifiez la partie d'expression à partir de \"%1$s\"."
@@ -3207,7 +3218,7 @@ msgid "Check for error using regular expression"
msgstr "Rechercher une erreur en utilisant une expression régulière"
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Vérification des prérequis"
@@ -3312,8 +3323,8 @@ msgid "Clear history"
msgstr "Effacer l'historique"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Effacer l'historique et les tendances"
@@ -3322,11 +3333,11 @@ msgstr "Effacer l'historique et les tendances"
msgid "Clear when unlinking"
msgstr "Effacer en déliant"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr "Cliquez et faites glisser jusqu'à la taille désirée."
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr "Cliquez pour voir ou éditer"
@@ -3345,20 +3356,20 @@ msgstr "Horloge"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Clone"
@@ -3366,15 +3377,15 @@ msgstr "Clone"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Fermer"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Fermer le constructeur d'expression"
@@ -3393,8 +3404,8 @@ msgid "Close problem"
msgstr "Fermer le problème"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Replier"
@@ -3411,7 +3422,7 @@ msgstr ""
msgid "Colour"
msgstr "Couleur"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "La couleur \"%1$s\" n'est pas correcte : un code couleur hexadécimal est attendu (6 symboles)."
@@ -3462,7 +3473,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "Vue compacte"
@@ -3496,7 +3507,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Sessions concurrentes"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Condition"
@@ -3555,7 +3566,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Conditions en double pour la corrélation \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Configuration"
@@ -3563,7 +3574,7 @@ msgstr "Configuration"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Statistiques du cache de configuration. Cache - buffer (modes: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "Fichier de configuration \"%1$s\" créé."
@@ -3727,7 +3738,7 @@ msgid "Configuration updated"
msgstr "Configuration mise à jour"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Configurer la connexion à la base de données"
@@ -3735,7 +3746,7 @@ msgstr "Configurer la connexion à la base de données"
msgid "Confirmation text"
msgstr "Texte de confirmation"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Félicitations ! Vous avez installé l'interface Zabbix avec succès."
@@ -3791,7 +3802,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3799,9 +3810,9 @@ msgstr ""
msgid "Connections"
msgstr "Connexions"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Connexion de l'hôte"
@@ -3809,9 +3820,9 @@ msgstr "Connexion de l'hôte"
msgid "Connections from proxy"
msgstr "Connexions du proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Connexion à l'hôte"
@@ -3828,10 +3839,10 @@ msgstr "Constructeur"
msgid "Contact"
msgstr "Contact"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3862,10 +3873,10 @@ msgstr "Contient"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3905,8 +3916,9 @@ msgstr ""
msgid "Content menu"
msgstr "Contenu du menu"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Nom de contexte"
@@ -3918,8 +3930,8 @@ msgstr ""
msgid "Contract number"
msgstr "Numéro de contrat"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "Convertir en JSON"
@@ -3931,8 +3943,8 @@ msgstr "Coordonnées"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Copier"
@@ -3988,7 +4000,7 @@ msgstr "Corrélation mise à jour"
msgid "Could not save image!"
msgstr "Impossible de sauvegarder l'image !"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Compte"
@@ -4034,11 +4046,11 @@ msgstr "Créer une corrélation"
msgid "Create dashboard"
msgstr "Créer un tableau de bord"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr "Créer une règle de découverte dépendante"
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Créer un élément dépendant"
@@ -4058,14 +4070,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4144,7 +4156,7 @@ msgstr "Créer une carte"
msgid "Create media type"
msgstr "Créer un type de média"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Créer un nouveau"
@@ -4168,7 +4180,7 @@ msgstr "Créer un diaporama"
msgid "Create template"
msgstr "Créer un modèle"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Créer un déclencheur"
@@ -4221,11 +4233,12 @@ msgstr "Critique"
msgid "Current host"
msgstr "Hôte actuel"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Valeur actuelle"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "Personnalisé"
@@ -4233,7 +4246,7 @@ msgstr "Personnalisé"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Personnaliser l'expression"
@@ -4242,11 +4255,11 @@ msgid "Custom graphs"
msgstr "Graphiques personnalisés"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Intervalle personnalisé"
@@ -4268,7 +4281,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Multiplicateur personnalisé"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr "Personnalisé en cas d'échec"
@@ -4307,11 +4320,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4420,16 +4434,16 @@ msgstr "Jeu de données"
msgid "Data storage period"
msgstr "Période de stockage des données"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4437,32 +4451,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Hôte base de données"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4470,35 +4484,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Surveillance base de données"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Nom de la base de données"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Mot de passe utilisateur de la base de données"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Port de la base de données"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Schéma de la base de données"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Serveur base de données"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Type de base de données"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Utilisateur base de données"
@@ -4527,7 +4541,7 @@ msgstr "Matériel - Date d'achat"
msgid "Day"
msgstr "Jour"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "Avant-hier"
@@ -4546,7 +4560,7 @@ msgstr "Jour de la semaine"
msgid "Days"
msgstr "Jours"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Debug"
@@ -4560,7 +4574,7 @@ msgstr "Mode debug"
msgid "Dec"
msgstr "Déc"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Décembre"
@@ -4570,7 +4584,7 @@ msgstr "Décembre"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Défaut"
@@ -4587,7 +4601,7 @@ msgid "Default host inventory mode"
msgstr "Mode d'inventaire d'hôte par défaut"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4604,18 +4618,18 @@ msgid "Default operation step duration"
msgstr "Durée de l'étape d'opération par défaut"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Thème par défaut"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4644,7 +4658,8 @@ msgstr "Retardé de"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4665,8 +4680,8 @@ msgstr "Retardé de"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Supprimer"
@@ -4699,19 +4714,19 @@ msgstr "Effacer l'action actuelle ?"
msgid "Delete current correlation?"
msgstr "Effacer la corrélation actuelle ?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Effacer le tableau de bord ?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Supprimer la règle de découverte ?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Supprimer l'expression ?"
@@ -4735,15 +4750,15 @@ msgstr "Supprimer l'historique des scénarios web sélectionnés ?"
msgid "Delete icon map?"
msgstr "Supprimer la correspondance d'icône ?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Supprimer le prototype d'élément ?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Effacer l'élément ?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Supprimer les liens entre les éléments sélectionnés ?"
@@ -4787,7 +4802,7 @@ msgstr "Supprimer les applications sélectionnées ?"
msgid "Delete selected correlations?"
msgstr "Supprimer les corrélations sélectionnées ?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Effacer le tableau de bord sélectionné ?"
@@ -4796,7 +4811,7 @@ msgstr "Effacer le tableau de bord sélectionné ?"
msgid "Delete selected discovery rules?"
msgstr "Supprimer les règles de découverte sélectionnées ?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Supprimer les éléments sélectionnés ?"
@@ -4821,7 +4836,7 @@ msgstr "Supprimer les groupes sélectionnés ?"
msgid "Delete selected host groups?"
msgstr "Supprimer les groupes d'hôtes sélectionnés ?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Supprimer le prototype d'hôte sélectionné ?"
@@ -4829,7 +4844,7 @@ msgstr "Supprimer le prototype d'hôte sélectionné ?"
msgid "Delete selected host prototypes?"
msgstr "Supprimer les prototypes d'hôtes sélectionnés ?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Supprimer hôte sélectionné ?"
@@ -4881,7 +4896,7 @@ msgstr "Supprimer les écrans sélectionnés ?"
msgid "Delete selected scripts?"
msgstr "Supprimer les scripts sélectionnés ?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Supprimer les formes sélectionnées ?"
@@ -4941,11 +4956,11 @@ msgstr "Supprimer le diaporama ?"
msgid "Delete template?"
msgstr "Supprimer le modèle ?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Supprimer le prototype de déclencheur ?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Supprimer le déclencheur ?"
@@ -4958,7 +4973,7 @@ msgstr "Supprimer le scénario web ?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Supprimé : Hôte \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Supprimé : Prototype d'hôte \"%1$s\" sur \"%2$s\"."
@@ -4979,16 +4994,16 @@ msgid "Deny"
msgstr "Interdit"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Dépendances"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Dépendant"
@@ -4996,7 +5011,7 @@ msgstr "Dépendant"
msgid "Dependent item"
msgstr "Élément dépendant"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5015,29 +5030,29 @@ msgstr "État du déploiement"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Description"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5170,7 +5185,8 @@ msgstr "Désactiver les déclencheurs sélectionnés ?"
msgid "Disable selected web scenarios?"
msgstr "Désactiver les scénarios web sélectionnés ?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5183,22 +5199,21 @@ msgstr "Désactiver les scénarios web sélectionnés ?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Désactivé"
@@ -5215,7 +5230,7 @@ msgstr "Écarte les inchangés"
msgid "Discard unchanged with heartbeat"
msgstr "Écarte les inchangés avec bit de vie"
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr "Ignorer la valeur"
@@ -5223,12 +5238,12 @@ msgstr "Ignorer la valeur"
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5329,27 +5344,27 @@ msgstr "La règle de découverte \"%1$s\" ne peut pas être copiée sans son él
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "La règle de découverte \"%1$s\" est utilisée dans l'action \"%2$s\"."
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Règle de découverte créée"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Règle de découverte supprimée"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Règle de découverte désactivée"
msgstr[1] "Règles de découverte désactivées"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Règle de découverte activée"
msgstr[1] "Règles de découverte activées"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Règle de découverte mise à jour"
@@ -5359,13 +5374,13 @@ msgstr "Règle de découverte mise à jour"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Règles de découverte"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Règles de découverte supprimées"
@@ -5408,7 +5423,7 @@ msgstr "Afficher le graphique empilé"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Affichage de %1$s sur %2$s trouvés"
@@ -5427,22 +5442,22 @@ msgid "Do not calculate"
msgstr "Ne pas calculer"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Souhaitez-vous remplacer l'expression conditionnelle ?"
@@ -5465,11 +5480,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Arrêté"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Télécharger le fichier de configuration"
@@ -5549,12 +5564,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5583,10 +5598,10 @@ msgstr "Identifiant de groupe d'utilisateurs \"%1$s\" en doublon dans les groupe
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Identifiant de groupe d'utilisateurs \"%1$s\" en doublon dans les groupes d'utilisateurs pour l'écran \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Durée"
@@ -5606,7 +5621,7 @@ msgstr "Élément dynamique"
msgid "Dynamic items"
msgstr "Éléments dynamiques"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Chaque URL doit avoir un nom unique. Veuillez vous assurer qu'il n'existe qu'un URL du même nom"
@@ -5621,15 +5636,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Édition"
@@ -5653,15 +5668,15 @@ msgstr "Éditer l'écran"
msgid "Edit slide show"
msgstr "Éditer le diaporama"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Éditer un élément d'arborescence"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Éditer le déclencheur"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Éditer un widget"
@@ -5757,7 +5772,7 @@ msgstr "Type de condition de filtre vide pour l'action \"%1$s\"."
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5927,15 +5942,16 @@ msgstr "Activer les déclencheurs sélectionnés ?"
msgid "Enable selected web scenarios?"
msgstr "Activer les scénarios web sélectionnés ?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "Activer les trap"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5951,13 +5967,12 @@ msgstr "Activer les trap"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5966,13 +5981,13 @@ msgstr "Activer les trap"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Activé"
@@ -5982,9 +5997,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Chiffrement"
@@ -5992,7 +6007,7 @@ msgstr "Chiffrement"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6004,10 +6019,10 @@ msgstr "Anglais (en_GB)"
msgid "English (en_US)"
msgstr "Anglais (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6034,7 +6049,7 @@ msgstr "Erreur"
msgid "Error in search request for table \"%1$s\"."
msgstr "Erreur dans la requête de recherche dans la table \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "Message d'erreur"
@@ -6069,7 +6084,7 @@ msgstr "Règles de corrélation d'événement"
msgid "Event details"
msgstr "Détails de l'événement"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Génération d'événement"
@@ -6089,6 +6104,12 @@ msgstr "Liste d'événements [20 précédents]"
msgid "Event log monitoring. Returns log"
msgstr "Supervision du journal d'événements. Retourne un journal"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Paire de tags d'événement"
@@ -6119,7 +6140,7 @@ msgstr "Chaque semaine(s)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Exclure"
@@ -6130,7 +6151,7 @@ msgstr "Exclure"
msgid "Exclude host groups"
msgstr "Exclure un groupe d'hôte"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Exécuter"
@@ -6148,9 +6169,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Exécute une requête WMI et retourne le premier objet sélectionné. Retourne un entier, un flottant, une chaîne ou du texte (selon la requête)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6168,19 +6189,19 @@ msgid "Executed"
msgstr "Exécuté"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Script exécuté"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Confirmation d'exécution"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Déplier"
@@ -6220,7 +6241,7 @@ msgstr "Exporter"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Exporter en CSV"
@@ -6228,21 +6249,21 @@ msgstr "Exporter en CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Expression"
@@ -6255,15 +6276,15 @@ msgstr "Expression Variable Éléments"
msgid "Expression cannot be empty"
msgstr "L'expression ne peut pas être vide"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Constructeur d'expression"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Erreur de syntaxe dans l'expression."
@@ -6282,7 +6303,7 @@ msgstr "Expressions"
msgid "External check"
msgstr "Vérification externe"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "V"
@@ -6296,7 +6317,7 @@ msgstr "FAUX"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Échec"
@@ -6346,7 +6367,7 @@ msgstr "Écrans favoris"
msgid "Feb"
msgstr "Fév"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Février"
@@ -6359,7 +6380,7 @@ msgstr "Champ"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Le champ \"%1$s\" ne peut pas être configuré à NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6368,7 +6389,7 @@ msgstr "Le champ \"%1$s\" ne peut pas être configuré à NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6488,9 +6509,7 @@ msgstr "Région remplie"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6517,9 +6536,13 @@ msgstr "Région remplie"
msgid "Filter"
msgstr "Filtre"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filtres"
@@ -6538,7 +6561,7 @@ msgstr "Trouver une chaîne dans un fichier. Retourne la ligne contenant la chaÃ
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Trouver une chaîne sur une page web. Retourne la chaîne correspondante, ou selon ce qui est spécifié dans le paramètre optionnel output"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Terminé"
@@ -6551,8 +6574,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Premier"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Ajuster"
@@ -6566,12 +6589,12 @@ msgid "Fixed"
msgstr "Fixe"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6579,9 +6602,9 @@ msgid "Flexible"
msgstr "Flexible"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Suivre les redirections"
@@ -6603,8 +6626,8 @@ msgstr "Taille de police"
msgid "Form data"
msgstr "Données de formulaire"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Formule"
@@ -6631,11 +6654,13 @@ msgstr "Français (fr_FR)"
msgid "Fri"
msgstr "Ven"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Vendredi"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6655,12 +6680,12 @@ msgstr "Accès à l'interface"
msgid "Frontend messaging"
msgstr "Messages dans l'interface"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr "Tout"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6695,7 +6720,7 @@ msgid "GUI access disabled."
msgstr "Accès GUI désactivé."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6721,21 +6746,21 @@ msgstr "Allemand (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Obtenir le contenu d'une page web. Retourne la source de la page web sous forme de texte"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "L'expression fournie n'est pas une macro"
@@ -6761,7 +6786,7 @@ msgstr "Valeur globale"
msgid "Go back to %1$s"
msgstr "Retour vers %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Aller à"
@@ -6809,8 +6834,8 @@ msgstr "Ligne et dégradé"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6942,7 +6967,7 @@ msgstr "Le prototype de graphique avec l'ID \"%1$s\" n'est pas disponible."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Prototypes de graphiques"
@@ -6986,9 +7011,9 @@ msgid "Graph with same name but other type exist."
msgstr "Un graphique avec le même nom mais un autre type existe déjà."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6998,7 +7023,7 @@ msgstr "Un graphique avec le même nom mais un autre type existe déjà."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7006,7 +7031,7 @@ msgstr "Un graphique avec le même nom mais un autre type existe déjà."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Graphiques"
@@ -7075,12 +7100,12 @@ msgstr "Groupe des hôtes découverts"
msgid "Group name"
msgstr "Nom du groupe"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Le prototype de groupe ne peut pas être basé sur un groupe d'hôte \"%1$s\" découvert."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Prototypes de groupes"
@@ -7095,8 +7120,8 @@ msgstr "Groupement par"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7128,10 +7153,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "Agent HTTP"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "Authentification HTTP"
@@ -7139,11 +7164,11 @@ msgstr "Authentification HTTP"
msgid "HTTP login form"
msgstr "Formulaire de connexion HTTP"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "Proxy HTTP"
@@ -7172,20 +7197,20 @@ msgstr "Matériel (détails complet)"
msgid "Hardware sensor reading. Returns float"
msgstr "Lecture d'un capteur matériel. Retourne un flottant"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "En-têtes"
@@ -7218,11 +7243,11 @@ msgstr "Aide"
msgid "Hexadecimal to decimal"
msgstr "Hexadécimal vers décimal"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Caché"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Cacher le debug"
@@ -7259,23 +7284,23 @@ msgstr "Noir à contraste élevé"
msgid "High-contrast light"
msgstr "Clair à contraste élevé"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "Mettre en surbrillance la ligne entière"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Historique"
@@ -7283,17 +7308,17 @@ msgstr "Historique"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Historique nettoyé"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Le nettoyage de l'historique prend du temps. Continuer ?"
@@ -7307,13 +7332,17 @@ msgstr "Historique des événements"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Période de stockage de l'historique"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7338,26 +7367,26 @@ msgstr "Alignement horizontal"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7369,8 +7398,8 @@ msgstr "Alignement horizontal"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Hôte"
@@ -7412,8 +7441,7 @@ msgstr "Accès hôte"
msgid "Host added"
msgstr "Hôte ajouté"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7430,19 +7458,19 @@ msgstr "Un hôte ne peut pas avoir plus d'une interface par défaut du même typ
msgid "Host count"
msgstr "Nombre d'hôtes"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Hôte supprimé"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Hôte désactivé"
msgstr[1] "Hôtes désactivés"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Hôte activé"
@@ -7463,7 +7491,7 @@ msgstr[1] "Hôtes désactivés"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Groupe d'hôtes"
@@ -7509,11 +7537,11 @@ msgstr "Le groupe d'hôtes avec l'ID \"%1$s\" n'est pas disponible."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7550,17 +7578,17 @@ msgstr "Groupes d'hôtes"
msgid "Host info"
msgstr "Informations hôtes"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Interface hôte"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7581,7 +7609,7 @@ msgstr "Problèmes de l'hôte"
msgid "Host label type"
msgstr "Type d'étiquette d'hôte"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Macros d'hôte"
@@ -7608,53 +7636,57 @@ msgstr "Réseaux de l'hôte"
msgid "Host prototype"
msgstr "Prototype d'hôte"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Le prototype d'hôte \"%1$s\" existe déjà sur \"%2$s\", hérité d'un autre modèle."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Le prototype d'hôte \"%1$s\" existe déjà sur \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Prototype d'hôte ajouté"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Prototype d'hôte supprimé"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Prototype d'hôte mis à jour"
msgstr[1] "Prototypes d'hôtes mis à jour"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Un prototype d'hôte avec le nom d'hôte \"%1$s\" existe déjà dans la règle de découverte \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Un prototype d'hôte avec le nom visible \"%1$s\" existe déjà dans la règle de découverte \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Prototypes d'hôtes"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Prototypes d'hôtes supprimés"
@@ -7703,17 +7735,17 @@ msgstr "Un hôte ayant le même nom \"%1$s\" existe déjà."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Un hôte ayant le même nom visible \"%1$s\" existe déjà."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7789,7 +7821,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7824,10 +7856,10 @@ msgstr "La plage d'IP \"%1$s\" dépasse la limite d'adresses \"%2$s\""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7844,9 +7876,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "Les scripts IPMI ne peuvent être exécutés que par le serveur."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "Capteur IPMI"
@@ -7963,7 +7995,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Image"
@@ -8071,7 +8103,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "Groupe inaccessible"
@@ -8087,9 +8119,9 @@ msgstr "Élément inaccessible"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8102,11 +8134,11 @@ msgstr "Carte inaccessible"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "Modèle inaccessible"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "Déclencheur inaccessible"
@@ -8119,7 +8151,7 @@ msgstr "Déclencheur inaccessible"
msgid "Inaccessible user"
msgstr "Utilisateur inaccessible"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Inclure"
@@ -8387,8 +8419,8 @@ msgstr "Arguments incorrects passés à la fonction"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8529,9 +8561,9 @@ msgstr "Nom ou valeur incorrecte du champ \"%1$s\" dans l'instruction \"where\"
msgid "Incorrect fields for sysmap."
msgstr "Champs incorrects pour sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8584,7 +8616,7 @@ msgstr "Type de condition de filtre incorrect pour l'action \"%1$s\"."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Fonction incorrecte utilisée"
@@ -8660,7 +8692,7 @@ msgstr "Identifiant d'élément \"%1$s\" incorrect pour l'élément d'écran."
msgid "Incorrect item for axis value."
msgstr "Élément incorrect pour la valeur de l'axe."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Clé d'élément \"%1$s\" incorrecte pour l'expression du déclencheur sur \"%2$s\"."
@@ -8671,11 +8703,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Identifiant de prototype d'élément \"%1$s\" incorrect pour l'élément d'écran."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Type de valeur d'élément incorrect"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Type de valeur d'élément \"%1$s\" incorrect fourni pour la fonction de déclencheur \"%2$s\"."
@@ -8846,35 +8878,35 @@ msgstr "ID de déclencheur incorrect pour le service \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Expression de déclencheur incorrecte"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Expression du déclencheur incorrecte."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Expression du déclencheur incorrecte. L'hôte \"%1$s\" n'existe pas ou vous n'y avez pas accès."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Expression du déclencheur incorrecte. Les éléments de l'expression du déclencheur ne peuvent pas appartenir à un modèle et un hôte simultanément."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Fonction de déclencheur \"%1$s\" fournie dans l'expression incorrecte."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Expression du prototype de déclencheur incorrecte. L'hôte \"%1$s\" n'existe pas ou vous n'y avez pas accès."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Expression du prototype de déclencheur incorrecte. Les éléments de l'expression du déclencheur ne peuvent pas appartenir à un modèle et un hôte simultanément."
@@ -9025,16 +9057,15 @@ msgstr "Valeur incorrecte pour le champ \"%1$s\"."
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9045,7 +9076,7 @@ msgstr "Valeur incorrecte pour le champ \"%1$s\"."
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9195,23 +9226,25 @@ msgstr "Valeur incorrecte pour le champ \"%1$s\"."
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9300,10 +9333,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9311,10 +9344,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Info"
@@ -9328,15 +9361,19 @@ msgstr "Information"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Informations à propos d'un service. Retourne un entier avec param state, startup ; une chaîne avec param displayname, path, user ; du texte avec param description ; Pour state : 0 - en fonctionnement, 1 - en pause, 2 - démarrage en attente, 3 - pause en attente, 4 - continue en attente, 5 - arrêt en attente, 6 - arrêté, 7 - inconnu, 255 - service introuvable ; Pour startup : 0 - automatique, 1 - automatique avec délai, 2 - manuel, 3 - désactivé, 4 - inconnu"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr "Hérité"
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Macros héritées et d'hôtes"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9352,17 +9389,17 @@ msgstr "Tags hérités et déclencheurs"
msgid "Inherited items"
msgstr "Éléments hérités "
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Insertion"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Insérer une expression"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Installer"
@@ -9374,7 +9411,7 @@ msgstr "Installation"
msgid "Installer name"
msgstr "Nom de l'installeur"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9407,8 +9444,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "L'interface avec l'IP \"%1$s\" ne peut pas avoir de nom DNS vide."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9437,14 +9474,14 @@ msgstr "Période de stockage des données internes"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9468,15 +9505,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Intervalle"
@@ -9503,7 +9540,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Condition d'action invalide: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "Data invalide."
@@ -9517,15 +9554,15 @@ msgstr "Adresse de courrier électronique non valide \"%1$s\"."
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "Adresse e-mail incorrecte pour le type de media avec l'ID \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Cinquième paramètre invalide."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Premier paramètre invalide."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Quatrième paramètre invalide."
@@ -9537,11 +9574,11 @@ msgstr "Identifiant d'hôte (hostid) invalide pour la macro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Intervalle \"%1$s\" invalide."
@@ -9582,7 +9619,7 @@ msgstr "Macro \"%1$s\" invalide : %2$s."
msgid "Invalid method parameters."
msgstr "Paramètres de la méthode invalides."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Nombre de paramètres invalide."
@@ -9614,6 +9651,15 @@ msgstr "Nombre de paramètres invalide."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9626,75 +9672,81 @@ msgstr "Nombre de paramètres invalide."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9711,7 +9763,7 @@ msgstr "Paramètres invalides."
msgid "Invalid response code \"%1$s\"."
msgstr "Code de réponse \"%1$s\" invalide."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Second paramètre invalide."
@@ -9748,15 +9800,15 @@ msgstr "Second paramètre invalide."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9769,7 +9821,7 @@ msgstr "Second paramètre invalide."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Tag \"%1$s\" invalide : %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Troisième paramètre invalide."
@@ -9788,9 +9840,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventaire"
@@ -9817,9 +9869,9 @@ msgid "Issue"
msgstr "Problème"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Délivré par"
@@ -9836,22 +9888,22 @@ msgid "Italian (it_IT)"
msgstr "Italien (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Élément"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9888,15 +9940,15 @@ msgstr "L’élément \"%1$s\" n'existe pas ou vous n'avez pas accès à cet él
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Élément \"%1$s\" sur \"%2$s\" : l'application \"%3$s\" n'existe pas."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Élément ajouté"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Élément copié"
@@ -9906,17 +9958,17 @@ msgstr[1] "Éléments copiés"
msgid "Item count"
msgstr "Nombre d'éléments"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Élément supprimé"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Élément désactivé"
msgstr[1] "Éléments désactivés"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Élément activé"
@@ -9926,7 +9978,7 @@ msgstr[1] "Éléments activés"
msgid "Item in \"not supported\" state"
msgstr "Élément dans l'état \"non supporté\""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Élément non sélectionné"
@@ -9939,7 +9991,7 @@ msgstr "Des paramètres manquent au prétraitement de l'élément: %1$s"
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9960,15 +10012,15 @@ msgstr "Le prototype d’élément \"%1$s\" existe déjà sur \"%2$s\", lié à
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Le prototype d'élément \"%1$s\" existe déjà sur \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Prototype d'élément ajouté"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Prototype d'élément supprimé"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Prototype d'élément mis à jour"
@@ -9981,7 +10033,7 @@ msgstr "Le prototype d'élément avec l'ID \"%1$s\" n'est pas disponible."
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9989,19 +10041,19 @@ msgstr "Le prototype d'élément avec l'ID \"%1$s\" n'est pas disponible."
msgid "Item prototypes"
msgstr "Prototypes d'éléments"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Prototypes d'éléments supprimés"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr "Prototypes d'élément mis à jour"
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Élément mis à jour"
@@ -10073,7 +10125,7 @@ msgstr "Un élément avec la clé \"%1$s\" existe déjà sur \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10083,11 +10135,11 @@ msgstr "Un élément avec la clé \"%1$s\" existe déjà sur \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Éléments"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Éléments supprimés"
@@ -10099,7 +10151,7 @@ msgstr "Liste d'éléments"
msgid "Items location"
msgstr "Emplacement des éléments"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Éléments modifiés"
@@ -10107,7 +10159,7 @@ msgstr "Éléments modifiés"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10115,10 +10167,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "agent JMX"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "Endpoint JMX"
@@ -10131,10 +10183,10 @@ msgstr "Interfaces JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "Données JSON"
@@ -10166,7 +10218,7 @@ msgid "JSON-rpc version is not specified."
msgstr "La version de JSON-rpc n'est pas spécifiée."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr "JSONPath"
@@ -10174,7 +10226,7 @@ msgstr "JSONPath"
msgid "Jan"
msgstr "Jan"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Janvier"
@@ -10191,7 +10243,7 @@ msgstr "JavaScript"
msgid "Jul"
msgstr "Juil"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Juillet"
@@ -10199,11 +10251,11 @@ msgstr "Juillet"
msgid "Jun"
msgstr "Juin"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Juin"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Période de conservation des ressources perdues"
@@ -10237,7 +10289,7 @@ msgstr "La clé \"%1$s\" ne correspond pas à <grpmax|grpmin|grpsum|grpavg>[\"Gr
msgid "Key passphrase"
msgstr "Phrase de passe de la clé"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Mot-clé"
@@ -10274,23 +10326,23 @@ msgstr "Connexion LDAP réussie"
msgid "LDAP settings"
msgstr "Paramètres LDAP"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr "marco LLD"
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr "macros LLD"
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10316,42 +10368,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Dernière"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] "Dernier %1$d jour"
msgstr[1] "%1$d derniers jours"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] "Dernière %1$d heure"
msgstr[1] "%1$d dernières heures"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] "Dernière %1$d minute"
msgstr[1] "Dernières %1$d minutes"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] "Dernier %1$d mois"
msgstr[1] "%1$d derniers mois"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] "Dernière %1$d seconde"
msgstr[1] "%1$d dernières secondes"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10388,23 +10440,24 @@ msgstr "Derniers changements (décroissant)"
msgid "Last check"
msgstr "Dernière vérification"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Graphique de la dernière heure"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Graphique du dernier mois"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Dernier"
@@ -10417,21 +10470,21 @@ msgstr "Dernière observation (âge)"
msgid "Last value"
msgstr "Dernière valeur"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Graphique dernière semaine"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Dernières données"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Dernières valeurs"
@@ -10478,7 +10531,7 @@ msgstr "Rogner à gauche"
msgid "Legend"
msgstr "Légende"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10520,8 +10573,8 @@ msgstr "Lien"
msgid "Link indicators"
msgstr "Indicateurs de lien"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10557,10 +10610,10 @@ msgstr "Lier aux modèles"
msgid "Linked map"
msgstr "Carte liée"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10654,10 +10707,10 @@ msgid "Location longitude"
msgstr "Longitude de l'emplacement"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Journal"
@@ -10669,10 +10722,10 @@ msgstr "Supervision d'un fichier de log avec support de la rotation. Retourne un
msgid "Log file monitoring. Returns log"
msgstr "Supervision d'un fichier de log. Retourne un log"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Format de l'horodatage du journal"
@@ -10729,7 +10782,7 @@ msgstr "Règle de découverte bas niveau dans l'état \"non supportée\""
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "L"
@@ -10746,8 +10799,9 @@ msgstr "Adresse MAC B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10762,7 +10816,7 @@ msgstr "Checksum MD5 d'un fichier. Retourne une chaîne de caractères (le hash
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Macro"
@@ -10789,10 +10843,10 @@ msgstr "La macro avec l'identifiant (hostmacroid) \"%1$s\" n'existe pas."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10883,16 +10937,16 @@ msgstr "Maintenance sans collecte de données"
msgid "Maintenance: %1$s"
msgstr "Maintenance: %1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Un paramètre obligatoire est manquant."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manuel"
@@ -10907,7 +10961,7 @@ msgstr "Fermé manuellement"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Carte"
@@ -11001,7 +11055,7 @@ msgstr "Cartes"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Mars"
@@ -11017,11 +11071,11 @@ msgstr "Marquer les autres"
msgid "Mark selected"
msgstr "Marquer les éléments sélectionnés"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Masque"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11040,11 +11094,11 @@ msgid "Mass update shapes"
msgstr "Mise à jour en masse des formes"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "Élément maître"
@@ -11092,7 +11146,7 @@ msgstr "Nombre maximal de fichiers ouverts supporté par le SE. Retourne un enti
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "Nombre maximal de processus supporté par le SE. Retourne un entier"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11107,7 +11161,7 @@ msgstr[1] "La période maximale à afficher est %1$s jours."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "Longueur totale maximale de l'adresse e-mail dépassée pour le type de media avec l'ID \"%1$s\"."
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Mai"
@@ -11262,7 +11316,7 @@ msgid "Message/Command"
msgstr "Message/Commande"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Messages"
@@ -11326,7 +11380,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Sévérité minimale"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11385,7 +11439,7 @@ msgstr "Éléments manquants pour le prototype de graphique \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Clé \"%1$s\" manquante pour l'hôte \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11458,7 +11512,7 @@ msgstr ""
msgid "Mon"
msgstr "Lun"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Lundi"
@@ -11466,9 +11520,9 @@ msgstr "Lundi"
msgid "Monitored by"
msgstr "Surveillé par"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Surveillé via le proxy"
@@ -11500,11 +11554,11 @@ msgstr "Mois"
msgid "Monthly"
msgstr "Mensuel"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Plus de correspondances trouvées..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11523,20 +11577,20 @@ msgstr "Plus d'un graphique nommé \"%1$s\" dans l'hôte."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Multiple"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Événements PROBLÈME multiples"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Sourdine"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11569,13 +11623,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11603,17 +11658,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11633,19 +11688,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11654,15 +11709,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11672,12 +11727,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11768,12 +11823,12 @@ msgid "Never"
msgstr "Jamais"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Nouvelle application"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Nouveau prototype d'application"
@@ -11787,7 +11842,7 @@ msgstr "Nouvelle condition"
msgid "New dashboard"
msgstr "Nouveau tableau de bord"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Nouvel élément"
@@ -11823,13 +11878,13 @@ msgstr ""
msgid "New triggers"
msgstr "Nouveaux déclencheurs"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Prochaine étape"
@@ -11838,20 +11893,20 @@ msgstr "Prochaine étape"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12005,6 +12060,7 @@ msgid "No data."
msgstr "Pas de données."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Aucune interface par défaut pour le type \"%1$s\" sur \"%2$s\"."
@@ -12021,12 +12077,12 @@ msgstr "Aucun identifiant de règle de découverte fourni."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Pas de chiffrement"
@@ -12093,12 +12149,12 @@ msgstr ""
msgid "No image"
msgstr "Aucune image"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Aucune interface trouvée"
@@ -12113,7 +12169,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12151,7 +12207,7 @@ msgstr "Aucun identifiant de carte fourni pour l'élément d'écran."
msgid "No maps added."
msgstr "Aucune carte ajoutée."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Aucune correspondance trouvée"
@@ -12182,8 +12238,8 @@ msgstr "Aucune permission pour l'accès au système."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12192,8 +12248,8 @@ msgstr "Aucune permission pour l'accès au système."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12249,12 +12305,12 @@ msgstr "Aucune permission pour l'accès au système."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12313,7 +12369,7 @@ msgstr "Aucune permission pour l'accès au système."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12334,7 +12390,7 @@ msgstr "Aucune permission pour l'accès au système."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Aucune permission pour l'objet appelé ou il n'existe pas !"
@@ -12364,7 +12420,7 @@ msgstr "Aucun fichier de clé publique spécifié."
msgid "No recipients for action operation message."
msgstr "Aucun destinataire pour le message d'opération d'action."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "Pas de rafraîchissement"
@@ -12376,11 +12432,11 @@ msgstr "Aucun écran ajouté."
msgid "No script specified for action operation command."
msgstr "Aucun script spécifié pour la commande d'opération d'action."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Aucune cible sélectionnée"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Aucune cible sélectionnée."
@@ -12397,19 +12453,19 @@ msgstr "Aucun déclencheur défini."
msgid "No value"
msgstr "Pas de valeur"
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Les drapeaux non-booléens sont obsolètes."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12422,18 +12478,18 @@ msgstr "Les drapeaux non-booléens sont obsolètes."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Aucun"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12531,7 +12587,7 @@ msgstr "Notifier tous les participants"
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Novembre"
@@ -12544,11 +12600,11 @@ msgstr "Nombre de processeurs. Retourne un entier"
msgid "Number of enabled items on the host."
msgstr "Nombre d'éléments activés sur l'hôte."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Nombre d'éléments (activés/désactivés/non supportés)"
@@ -12616,11 +12672,11 @@ msgstr "Nombre de changements d'états"
msgid "Number of steps"
msgstr "Nombre d'étapes"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Nombre de déclencheurs (activés/désactivés [problème/ok])"
@@ -12636,7 +12692,7 @@ msgstr "Nombre d'éléments non supportés dans la base de données Zabbix."
msgid "Number of unsupported items on the host."
msgstr "Nombre d'éléments non supportés sur l'hôte."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Nombre d'utilisateurs (en ligne)"
@@ -12688,22 +12744,22 @@ msgid "Numeral systems"
msgstr "Systèmes numériques"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numérique (flottant)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "Numerique (Entier)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numérique (non signé)"
@@ -12721,13 +12777,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "Un événement OK ferme"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "Génération d'événement OK"
@@ -12743,7 +12799,7 @@ msgstr "Hôte - Routeur OOB"
msgid "OOB subnet mask"
msgstr "Hôte - Masque de sous-réseau OOB"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "OU"
@@ -12771,13 +12827,13 @@ msgstr "Oct"
msgid "Octal to decimal"
msgstr "Octal vers décimal"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Octobre"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Inactif"
@@ -12809,7 +12865,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Actif"
@@ -12884,7 +12940,7 @@ msgstr "Seuls les administrateurs peuvent configurer le propriétaire de l'écra
msgid "Only administrators can set slide show owner."
msgstr "Seuls les administrateurs peuvent configurer le propriétaire du diaporama."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Seuls les éléments assignés à des hôtes activés sont comptés"
@@ -12940,7 +12996,7 @@ msgstr "Seuls les super administrateurs peuvent mettre à jour les tables de cor
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Seules les 20 derniers %% des indicateurs sont affichés."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Seuls les déclencheurs assignés à des hôtes activés et dépendant d'éléments activés sont comptés"
@@ -12962,7 +13018,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "L'opération ne peut pas être effectuée en raison d'une requête non autorisée."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Détails de l'opération"
@@ -12978,12 +13034,12 @@ msgstr "L'opération n'a pas de modèle à exploiter."
msgid "Operation type"
msgstr "Type d'opération"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13031,24 +13087,24 @@ msgstr "Opérateur"
msgid "Options"
msgstr "Options"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Ou"
@@ -13077,55 +13133,57 @@ msgstr "Ou"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13164,8 +13222,8 @@ msgstr "Autres"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Statistiques de trafic sortant sur une interface réseau. Retourne un entier"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Surchargé par"
@@ -13189,8 +13247,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "Remplace"
@@ -13375,16 +13433,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLÈME"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "Mode de génération des événements PROBLÈME"
@@ -13396,26 +13454,26 @@ msgstr "Mode de génération des événements PROBLÈME"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "Identité PSK"
@@ -13434,13 +13492,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Paramètre"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "Le paramètre \"%1$s\" est obsolète."
@@ -13511,28 +13569,28 @@ msgstr "Passif"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Mot de passe"
@@ -13544,15 +13602,15 @@ msgstr "Mot de passe (une autre fois)"
msgid "Password is not mandatory for non internal authentication type."
msgstr "Le mot de passe n'est pas obligatoire pour le type d'authentification non interne."
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Coller"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Coller sans les liens externes"
@@ -13569,7 +13627,7 @@ msgstr "Suspendre les opérations des problèmes supprimés"
msgid "Peak memory usage: %1$s"
msgstr "Pic d'utilisation de la mémoire : %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Pourcentage"
@@ -13586,17 +13644,22 @@ msgstr "Ligne de centile (droite)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Réalise une requête DNS. Retourne une chaîne de caractères avec le type d'information requis"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Période"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13642,7 +13705,7 @@ msgid "Placing algorithm"
msgstr "Algorithme de placement"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Texte brut"
@@ -13656,7 +13719,7 @@ msgstr "Jouer"
msgid "Play sound"
msgstr "Jouer un son"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Veuillez vérifier les paramètres de configuration. Si tout est correct, appuyez sur le bouton \"%1$s\" ; sinon, le bouton \"%2$s\" pour changer les paramètres."
@@ -13665,20 +13728,20 @@ msgstr "Veuillez vérifier les paramètres de configuration. Si tout est correct
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Veiullez créer la base de données manuellement et configurer les paramètres de connexion. Appuyez sur le bouton \"%1$s\" quand c'est fait."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Veuillez renseigner le nom d'hôte ou l'adresse IP et le numéro de port du serveur Zabbix ainsi que le nom de l'installation (facultatif)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Veuillez sélectionner deux éléments"
@@ -13708,18 +13771,17 @@ msgstr "Points"
msgid "Polish (pl_PL)"
msgstr "Polonais (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Remplit le champ d'inventaire d'hôte"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13750,33 +13812,33 @@ msgid "Post type"
msgstr "Type POST"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Résumé pré-installation"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "Prétraitement"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "Prétraitement"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "Étape de prétraitement"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr "Temps précédent"
@@ -13787,23 +13849,23 @@ msgstr "Temps précédent"
msgid "Preview"
msgstr "Aperçu"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "Mois précédent"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr "Valeur précédente"
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "Semaine précédente"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "Année précédente"
@@ -13836,12 +13898,14 @@ msgid "Primary POC screen name"
msgstr "Contact Principal - Identifiant"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Phrase de passe de confidentialité"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Protocole de confidentialité"
@@ -13853,29 +13917,29 @@ msgid "Private"
msgstr "Privé"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Fichier de clé privée"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Niveau de privilège"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13900,8 +13964,8 @@ msgstr "Problème créé"
msgid "Problem display"
msgstr "Affichage des problèmes"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Expression de problème"
@@ -13918,7 +13982,7 @@ msgstr "Le problème n'est pas supprimé"
msgid "Problem is suppressed"
msgstr "Le problème est supprimé"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problème sur"
@@ -13948,13 +14012,13 @@ msgstr "Problème si tous les enfants ont un problème"
msgid "Problem, if at least one child has a problem"
msgstr "Problème si au moins un enfant a un problème"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13963,7 +14027,7 @@ msgstr "Problème si au moins un enfant a un problème"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problèmes"
@@ -14000,7 +14064,7 @@ msgid "Properties"
msgstr "Propriétés"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14018,7 +14082,7 @@ msgstr "Proxys"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14089,20 +14153,20 @@ msgid "Public"
msgstr "Public"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Clé publique"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Fichier de clé publique"
@@ -14132,8 +14196,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "RÉSOLU"
@@ -14143,10 +14207,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Données brutes"
@@ -14204,7 +14268,7 @@ msgid "Received value"
msgstr "Valeur reçue"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14231,24 +14295,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Récupération"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Expression de récupération"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "Erreur de syntaxe dans l'expression de récupération."
@@ -14258,9 +14322,9 @@ msgstr "Opérations de récupération"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Moment de la récupération"
@@ -14275,11 +14339,11 @@ msgid "Refresh"
msgstr "Rafraîchir"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "Intervalle de rafraîchissement"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "Multiplicateur d'intervalle de rafraîchissement"
@@ -14293,7 +14357,7 @@ msgstr "Normal"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Expression régulière"
@@ -14333,7 +14397,7 @@ msgstr "Expressions régulières"
msgid "Regular items"
msgstr "Eléments normaux"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14357,6 +14421,12 @@ msgstr "Commande à distance"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14373,43 +14443,37 @@ msgstr "Commande à distance"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14418,14 +14482,14 @@ msgstr "Commande à distance"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14448,7 +14512,7 @@ msgstr "Commande à distance"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14481,8 +14545,8 @@ msgstr "Commande à distance"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Supprimer"
@@ -14518,7 +14582,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "Supprimer, %1$s"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14528,17 +14592,17 @@ msgstr "Supprimé, %1$s"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Remplacer"
@@ -14553,23 +14617,23 @@ msgstr "Remplacer les dépendances"
msgid "Reports"
msgstr "Rapports"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr "Corps de la requête"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr "Type du corps de la requête"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "Requête envoyée avec succès"
@@ -14579,7 +14643,7 @@ msgstr "Requête envoyée avec succès"
msgid "Request type"
msgstr "Type de requête"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Requis"
@@ -14596,14 +14660,14 @@ msgstr "Performance requise (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Performance du serveur Zabbix requise, en nouvelles valeurs par seconde attendues."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Performance serveur requise, nouvelles valeurs par seconde"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Code d'état requis"
@@ -14611,7 +14675,7 @@ msgstr "Code d'état requis"
msgid "Required string"
msgstr "Chaîne requise"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Réinitialiser"
@@ -14640,7 +14704,7 @@ msgstr "Confirmation de la réinitialisation"
msgid "Reset defaults"
msgstr "Réinitialiser aux valeurs par défaut"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Résolu"
@@ -14652,26 +14716,26 @@ msgstr "Résolu par"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Résolu par la règle de corrélation \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Résolu par la règle de corrélation."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Résolu par l'utilisateur \"%1$s\"."
@@ -14708,15 +14772,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Résultat"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14735,14 +14799,14 @@ msgstr "Le résultat est VRAI"
msgid "Result type"
msgstr "Type de résultat"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "Mode de récupération"
@@ -14905,12 +14969,12 @@ msgstr "Exécute la commande spécifiée sur l'hôte. Retourne le résultat text
msgid "Russian (ru_RU)"
msgstr "Russe (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "D"
@@ -14920,7 +14984,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14965,16 +15030,16 @@ msgstr "Port du serveur SMTP"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "OID SNMP"
@@ -14982,8 +15047,10 @@ msgstr "OID SNMP"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "Communauté SNMP"
@@ -14999,11 +15066,13 @@ msgstr "Trap SNMP"
msgid "SNMP trap key is invalid."
msgstr "La clé du trap SNMP est invalide."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15011,7 +15080,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "agent SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15019,7 +15089,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "agent SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15041,9 +15112,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "Compte SQL : %1$s (selects: %2$s | executes : %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "Requête SQL"
@@ -15066,40 +15137,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "Agent SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "Fichier de certificat SSL"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "Fichier de clé SSL"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Mot de passe de la clé SSL"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "Vérifier l'hôte SSL"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "Vérifier le pair SSL"
@@ -15127,15 +15198,23 @@ msgstr "Sans empattement"
msgid "Sat"
msgstr "Sam"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Samedi"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Sauvegarder les modifications"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "L'enregistrer sous \"%1$s\""
@@ -15157,12 +15236,12 @@ msgid "Scheduled check"
msgstr "Vérification planifiée"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15246,9 +15325,9 @@ msgid "Screen updated"
msgstr "Écran mis à jour"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15263,7 +15342,7 @@ msgstr "Écran mis à jour"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Écrans"
@@ -15328,7 +15407,7 @@ msgstr "Script modifié"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Scripts"
@@ -15386,19 +15465,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Niveau de sécurité"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Nom de la sécurité"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15409,8 +15490,8 @@ msgstr "Nom de la sécurité"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15418,15 +15499,15 @@ msgstr "Nom de la sécurité"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Sélectionner"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Sélectionner le prototype"
@@ -15459,19 +15540,19 @@ msgstr "Éléments sélectonnés"
msgid "Selected items only"
msgstr "Éléments sélectionnés uniquement"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "Sélectionné, %1$s en position %2$d de %3$d"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "Sélectionné, %1$s, lecture seule, en position %2$d de %3$d"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "Envoyer vers l'arrière"
@@ -15496,7 +15577,7 @@ msgstr "Envoyer uniquement à"
msgid "Send to"
msgstr "Envoyer"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Envoyer à l'arrière"
@@ -15523,13 +15604,13 @@ msgstr "Sep"
msgid "Separated"
msgstr "Séparé"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Septembre"
@@ -15654,12 +15735,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Session terminée, veuillez vous reconnecter."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "Définir une période personnalisée"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr "Positionner l'erreur à"
@@ -15668,11 +15750,11 @@ msgstr "Positionner l'erreur à"
msgid "Set host inventory mode"
msgstr "Configurer le mode d'inventaire d'hôte"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr "Positionner la valeur à"
@@ -15695,28 +15777,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15735,7 +15817,7 @@ msgid "Severity changed"
msgstr "La criticité a changé"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "Changements de gravité"
@@ -15765,7 +15847,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Partage"
@@ -15783,14 +15865,14 @@ msgstr "La valeur est manquante pour l'option de partage \"%1$s\" de la carte \"
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "La valeur est manquante pour l'option de partage \"%1$s\" de l'écran \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "Raccourci"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15801,8 +15883,8 @@ msgstr "Raccourci"
msgid "Show"
msgstr "Afficher"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Afficher les détails"
@@ -15810,7 +15892,7 @@ msgstr "Afficher les détails"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15837,7 +15919,11 @@ msgstr "Afficher la légende"
msgid "Show lines"
msgstr "Afficher les lignes"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15859,9 +15945,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15872,7 +15958,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr "Afficher les problèmes supprimés"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Voir les tags"
@@ -15886,7 +15972,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Afficher le texte en HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15897,7 +15983,7 @@ msgid "Show triggers"
msgstr "Afficher les déclencheurs"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Afficher les non-acquittés seulement"
@@ -15906,10 +15992,10 @@ msgstr "Afficher les non-acquittés seulement"
msgid "Show unavailable maps"
msgstr "Afficher les cartes indisponibles"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Afficher valeur"
@@ -15921,7 +16007,7 @@ msgstr "Afficher une alerte si le serveur Zabbix est arrêté"
msgid "Show working time"
msgstr "Afficher les heures ouvrées"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Affiché"
@@ -15972,8 +16058,8 @@ msgstr "Graphique simple"
msgid "Simple graph prototype"
msgstr "Prototype de graphique simple"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Seul"
@@ -16084,7 +16170,7 @@ msgstr "Diapositives"
msgid "Slovak (sk_SK)"
msgstr "Slovaque (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Reporter"
@@ -16222,7 +16308,8 @@ msgstr "Statique"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16230,16 +16317,15 @@ msgstr "Statique"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16259,7 +16345,7 @@ msgstr "Statique"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16347,28 +16433,28 @@ msgid "Stop"
msgstr "Stop"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16380,7 +16466,7 @@ msgstr "Littéral"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16405,14 +16491,14 @@ msgid "Subject"
msgstr "Sujet"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Sujet"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Sous-carte"
@@ -16420,7 +16506,7 @@ msgstr "Sous-carte"
msgid "Success Audit"
msgstr "Succès Audit"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "Message de succès"
@@ -16433,7 +16519,7 @@ msgstr "Somme des statistiques de trafic entrant et sortant sur l'interface rés
msgid "Sun"
msgstr "Dim"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Dimanche"
@@ -16477,7 +16563,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Changer de méthode d'authentification va réinitialiser toutes les sessions sauf celle-ci ! Continuer ?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16528,12 +16614,12 @@ msgstr "Horloge système. Retourne un entier avec le type utc ; une chaîne avec
msgid "System uptime in seconds. Returns integer"
msgstr "Uptime du système en secondes. Retourne un entier"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "J"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "M"
@@ -16575,12 +16661,12 @@ msgstr "La table \"%1$s\" n'a pas de champ nommé \"%2$s\"."
msgid "Tag"
msgstr "Étiquette"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "Le tag \"%1$s\" avec la valeur \"%2$s\" existe déjà."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "Priorité d'affichage des tags"
@@ -16589,12 +16675,12 @@ msgstr "Priorité d'affichage des tags"
msgid "Tag filter"
msgstr "Filtre de tag"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Tag pour la concordance"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "Nom de tag"
@@ -16605,25 +16691,25 @@ msgstr "Valeur du tag"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16631,11 +16717,11 @@ msgstr "Valeur du tag"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16644,11 +16730,11 @@ msgid "Tags"
msgstr "Tags"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Cible"
@@ -16767,13 +16853,13 @@ msgstr "Un modèle avec le même nom visible \"%1$s\" existe déjà."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16795,20 +16881,20 @@ msgstr "Modèles mis à jour"
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Test"
@@ -16833,7 +16919,7 @@ msgstr "Données de test"
msgid "Test expressions"
msgstr "Tester les expressions"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16861,10 +16947,10 @@ msgstr "Tester le sujet"
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16903,7 +16989,7 @@ msgstr "L'application n'est plus découverte et sera supprimée la prochaine foi
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16996,11 +17082,11 @@ msgstr "L'application du scénario web appartient à un hôte différent de celu
msgid "Theme"
msgstr "Thème"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "Ce jour la semaine dernière"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17009,11 +17095,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr "Ceci est un message de test de Zabbix"
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Ce mois-ci"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "Ce mois-ci jusqu'à présent"
@@ -17025,23 +17111,23 @@ msgstr "Cette colonne de l'écran n'est pas vide. L'effacer ?"
msgid "This screen row is not empty. Delete it?"
msgstr "Cette ligne de l'écran n'est pas vide. L'effacer ?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Cette semaine"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "Cette semaine jusqu'à présent"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Cette année"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "Cette année jusqu'à présent"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Seuil"
@@ -17053,7 +17139,7 @@ msgstr "Étranglement"
msgid "Thu"
msgstr "Jeu"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Jeudi"
@@ -17064,19 +17150,19 @@ msgstr "Jeudi"
msgid "Till"
msgstr "À"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17119,12 +17205,12 @@ msgstr ""
msgid "Time period"
msgstr "Période de temps"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17136,16 +17222,23 @@ msgstr "Décalage temporel"
msgid "Time type"
msgstr "Type temps"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Expiration"
@@ -17159,22 +17252,23 @@ msgstr "Expiration"
msgid "Timestamp"
msgstr "Horodateur"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "À"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Pour configurer une interface d'hôte, sélectionner un type d'élément pour tous les éléments"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Aujourd'hui"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "Aujourd'hui jusqu'à présent"
@@ -17264,10 +17358,10 @@ msgstr "Traiter comme 0"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Période de stockage des tendances"
@@ -17276,34 +17370,34 @@ msgstr "Période de stockage des tendances"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Tendances"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Déclencheur"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Le déclencheur \"%1$s\" existe déjà sur \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "Le déclencheur \"%1$s\" appartient à des modèles avec des liens différents."
@@ -17313,7 +17407,7 @@ msgstr "Le déclencheur \"%1$s\" appartient à des modèles avec des liens diffÃ
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Le déclencheur \"%1$s\" dépend du déclencheur \"%2$s\", qui n'existe pas."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17321,7 +17415,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Déclencheur ajouté"
@@ -17329,7 +17423,7 @@ msgstr "Déclencheur ajouté"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Le déclencheur ne peut pas dépendre d'un déclencheur qui en hérite."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Déclencheur copié"
@@ -17339,7 +17433,7 @@ msgstr[1] "Déclencheurs copiés"
msgid "Trigger data storage period"
msgstr "Période de stockage des données de déclencheurs"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Déclencheur supprimé"
@@ -17347,7 +17441,7 @@ msgstr "Déclencheur supprimé"
msgid "Trigger details"
msgstr "Détails du déclencheur"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Déclencheur désactivé"
@@ -17358,13 +17452,13 @@ msgstr[1] "Déclencheurs désactivés"
msgid "Trigger displaying options"
msgstr "Options d'affichage des déclencheurs"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Déclencheur activé"
msgstr[1] "Déclencheurs désactivés"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "L'expression du déclencheur doit contenir au moins une référence hôte:clé."
@@ -17404,24 +17498,24 @@ msgstr "Aperçu des déclencheurs"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Prototype du déclencheur"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Le prototype de déclencheur \"%1$s\" existe déjà sur \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "Le prototype de déclencheur \"%1$s\" appartient à des modèles avec des liens différents."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Le prototype de déclencheur \"%1$s\" contient des prototypes d'éléments de règles de découverte multiples."
@@ -17431,12 +17525,12 @@ msgstr "Le prototype de déclencheur \"%1$s\" contient des prototypes d'élémen
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Le prototype de déclencheur \"%1$s\" dépend du déclencheur \"%2$s\", qui n'existe pas."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Le prototype de déclencheur \"%1$s\" doit contenir au moins un prototype d'élément."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Prototype de déclencheur ajouté"
@@ -17444,11 +17538,11 @@ msgstr "Prototype de déclencheur ajouté"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Le prototype de déclencheur ne peut pas dépendre d'un déclencheur qui en hérite."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Prototype de déclencheur supprimé"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Prototype de déclencheur mis à jour"
@@ -17456,7 +17550,7 @@ msgstr[1] "Prototypes de déclencheurs mis à jour"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17464,15 +17558,15 @@ msgstr[1] "Prototypes de déclencheurs mis à jour"
msgid "Trigger prototypes"
msgstr "Prototypes de déclencheurs"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Prototypes de déclencheurs supprimés"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Prototypes de déclencheurs mis à jour"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "L'expression de récupération du déclencheur doit contenir au moins une référence hôte:clé."
@@ -17480,11 +17574,11 @@ msgstr "L'expression de récupération du déclencheur doit contenir au moins un
msgid "Trigger severity"
msgstr "Sévérité du déclencheur"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "État du déclencheur \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "État du déclencheur \"Problème\""
@@ -17492,19 +17586,19 @@ msgstr "État du déclencheur \"Problème\""
msgid "Trigger tags"
msgstr "Tags de déclencheur"
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Déclencheur mis à jour"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17517,11 +17611,11 @@ msgstr "Déclencheur mis à jour"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Déclencheurs"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Déclencheurs supprimés"
@@ -17537,7 +17631,7 @@ msgstr "Rogner"
msgid "Tue"
msgstr "Mar"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Mardi"
@@ -17550,7 +17644,7 @@ msgstr "Turc (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Deux éléments (\"%1$s\" et \"%2$s\") ne peuvent pas remplir un champ d'inventaire d'hôte \"%3$s\", cela mènerait à un conflit."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "Deux éléments de carte devraient être sélectionnés"
@@ -17570,7 +17664,7 @@ msgstr "Deux éléments de carte devraient être sélectionnés"
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17582,21 +17676,21 @@ msgstr "Deux éléments de carte devraient être sélectionnés"
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17629,18 +17723,18 @@ msgstr "Type (décroissant)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Type de calcul"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Type d'information"
@@ -17657,8 +17751,8 @@ msgstr "Types"
msgid "UNKNOWN"
msgstr "INCONNU"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17668,11 +17762,11 @@ msgstr "INCONNU"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17718,7 +17812,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "Les URLS doivent avoir les champs \"name\" et \"url\" pour la carte \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17802,10 +17896,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Unités"
@@ -17827,7 +17921,7 @@ msgstr "Unités"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17846,18 +17940,18 @@ msgstr "Action inconnue"
msgid "Unknown error"
msgstr "Erreur inconnue"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Fonction inconnue."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Élément inconnu, cet élément n'existe pas dans l'hôte sélectionné"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Hôte inconnu, cet hôte n'est pas défini"
@@ -17883,15 +17977,15 @@ msgstr "Type de valeur inconnu"
msgid "Unlimited"
msgstr "Illimité"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Supprimer lien"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Supprimer lien et nettoyer"
@@ -17934,7 +18028,7 @@ msgstr "Délié : Prototype d'élément \"%1$s\" sur \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Délié : Scénario web \"%1$s\" sur \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Enlever la sourdine"
@@ -17980,6 +18074,11 @@ msgstr "Paramètre \"%2$s\" non supporté pour le filtre de l'action \"%1$s\"."
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Paramètre \"%2$s\" non supporté pour le filtre de la règle de découverte \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18016,28 +18115,29 @@ msgstr "Fonctionne"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18054,16 +18154,16 @@ msgstr "Actualiser l'existant"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Intervalle d'actualisation"
@@ -18118,7 +18218,7 @@ msgstr "Uptime du processus du serveur Zabbix en secondes."
msgid "Uptime/Downtime"
msgstr "Fonctionnement/Arrêt"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Utiliser les requêtes de masse"
@@ -18147,7 +18247,7 @@ msgstr "Utilisé dans les éléments"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Utilisateur"
@@ -18309,14 +18409,14 @@ msgstr "Menu utilisateur"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Nom d'utilisateur"
@@ -18383,11 +18483,11 @@ msgstr ""
msgid "User/Recipient"
msgstr "Utilisateur/Destinataire"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Nom d'utilisateur"
@@ -18395,8 +18495,8 @@ msgstr "Nom d'utilisateur"
msgid "Username and password"
msgstr "Nom d'utilisateur et mot de passe"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18661,24 +18761,24 @@ msgstr "Validation"
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18807,18 +18907,18 @@ msgstr "Variables"
msgid "Various information about specific process(es). Returns float"
msgstr "Diverses informations sur le(s) processus spécifique(s). Retourne un nombre flottant"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18826,8 +18926,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18839,7 +18939,7 @@ msgstr "Fabricant"
msgid "Verbose"
msgstr "Verbeux"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18900,7 +19000,7 @@ msgstr "Nom visible"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Le nom visible ne peut pas être vide si le nom d'hôte est manquant."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "M"
@@ -18912,22 +19012,22 @@ msgstr "M"
msgid "Warning"
msgstr "Avertissement"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Avertissement"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Nous sommes désolés, le nombre maximal d'éléments à mémoriser a été atteint."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18937,7 +19037,7 @@ msgstr "Nous sommes désolés, le nombre maximal d'éléments à mémoriser a é
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18994,7 +19094,7 @@ msgstr[1] "Scénarios web activés"
msgid "Web scenario updated"
msgstr "Scénario web mis à jour"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19012,7 +19112,7 @@ msgstr ""
msgid "Wed"
msgstr "Mer"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Mercredi"
@@ -19025,7 +19125,7 @@ msgstr "Hebdomadaire"
msgid "Welcome"
msgstr "Bienvenue"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Bienvenue dans"
@@ -19033,7 +19133,7 @@ msgstr "Bienvenue dans"
msgid "When active"
msgstr "Lorsque actif"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19075,7 +19175,7 @@ msgstr "Avec dépendances"
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19149,13 +19249,13 @@ msgstr "Champs incorrects pour le service \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Champs incorrects pour l'horaire du service \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Mauvais champs pour un prototype de déclencheur."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Champs incorrects pour le déclencheur."
@@ -19163,8 +19263,8 @@ msgstr "Champs incorrects pour le déclencheur."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "Mauvaise valeur pour le champ url."
@@ -19197,10 +19297,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XPath XML"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "Données XML"
@@ -19291,7 +19391,7 @@ msgstr "AAAA-MM-JJ hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19310,20 +19410,20 @@ msgstr "Annuel"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19335,7 +19435,7 @@ msgstr "Annuel"
msgid "Yes"
msgstr "Oui"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "Hier"
@@ -19346,7 +19446,7 @@ msgstr "Vous êtes connecté en tant que \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Certaines langues ne peuvent pas être choisi, car elles ne sont pas toutes installées sur le serveur web."
@@ -19401,7 +19501,7 @@ msgstr "Vous n'avez pas la permission d'effectuer cette opération."
msgid "You do not have permissions to create users."
msgstr "Vous n'avez pas la permission de créer des utilisateurs."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19409,7 +19509,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Vous n'avez pas la permission d'accéder à cette page."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "Vous avez des changements non enregistrés."
@@ -19484,7 +19584,7 @@ msgstr "Formulaire de connexion Zabbix"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Serveur Zabbix"
@@ -19502,7 +19602,7 @@ msgid "Zabbix server (proxy)"
msgstr "Serveur Zabbix (proxy)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Détails du serveur Zabbix"
@@ -19510,15 +19610,15 @@ msgstr "Détails du serveur Zabbix"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Le serveur Zabbix ne fonctionne pas : les informations affichées peuvent ne pas être actuelles."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Le serveur Zabbix est en cours d'exécution"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Nom du serveur Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Port du serveur Zabbix"
@@ -19527,6 +19627,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix trapper"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "Dézoomer"
@@ -19540,51 +19641,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "un booléen est nécessaire"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "une chaîne de caractères est attendue"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "un code de couleur hexadécimal (6 caractères) est attendu"
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr "une macro de découverte de bas niveau est attendue"
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "un nombre est nécessaire"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "un nombre est trop grand"
@@ -19597,8 +19703,8 @@ msgstr "un nombre est trop grand"
msgid "a numeric value is expected"
msgstr "une valeur numérique est attendue"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr "une durée relative est attendue"
@@ -19606,29 +19712,29 @@ msgstr "une durée relative est attendue"
msgid "a time is expected"
msgstr "un temps est attendu"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "une période de temps est nécessaire"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "une plage de temps est nécessaire"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "une unité de temps est nécessaire"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "une macro utilisateur est nécessaire"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange() - Différence absolue entre valeur précédente et précédente"
@@ -19670,6 +19776,10 @@ msgstr "tous"
msgid "all media"
msgstr "tous les médias"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19681,23 +19791,23 @@ msgstr "tous les médias"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "un tableau est attendu"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "un tableau ou une chaîne de caractères est attendu"
@@ -19707,7 +19817,7 @@ msgid "an empty string is expected"
msgstr "une chaîne vie est attendue"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "un nombre pair de caractères hexadécimaux est nécessaire"
@@ -19715,11 +19825,11 @@ msgstr "un nombre pair de caractères hexadécimaux est nécessaire"
msgid "an explicit time is expected"
msgstr "un temps explicite est attendu"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19768,11 +19878,11 @@ msgstr ""
msgid "avg"
msgstr "moy"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg() - Valeur moyenne d'une période T"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band() - Opération bit à bit \"ET\" de la dernière valeur (la plus récente) et masque"
@@ -19800,10 +19910,9 @@ msgstr "ne peut pas être changé"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19811,7 +19920,7 @@ msgstr "ne peut pas être changé"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19836,6 +19945,9 @@ msgstr "ne peut pas être changé"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19862,11 +19974,11 @@ msgstr "ne peut pas être changé"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19888,14 +20000,14 @@ msgstr "ne peut pas être changé"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19920,7 +20032,7 @@ msgstr "ne peut pas exécuter la requête API de défilement, les données peuve
msgid "cannot update property for templated discovery rule"
msgstr "impossible de mettre à jour la propriété pour la règle de découverte basée sur un modèle"
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "change () - Différence entre valeur précédente et précédente"
@@ -19938,11 +20050,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "la dépendance d'élément circulaire n'est pas autorisée"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "couleur"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "liste séparée par des virgules"
@@ -19961,11 +20073,11 @@ msgstr "contient"
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "count () - Nombre de valeurs récupérées avec succès V (qui remplissent l'opérateur O) pour la période T"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "j"
@@ -19974,32 +20086,32 @@ msgstr "j"
msgid "d.M"
msgstr "d M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date () - Date actuelle"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth () - Jour du mois"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek () - Jour de la semaine"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "jours"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "défaut"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta () - Différence entre les valeurs MAX et MIN d'une période T"
@@ -20025,11 +20137,11 @@ msgstr "décroissant"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff () - Différence entre les valeurs précédentes et précédentes (1 - vrai, 0 - faux)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "le répertoire ou le nom du script ne peut pas être vide"
@@ -20068,7 +20180,7 @@ msgstr "n'est pas égal"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20107,7 +20219,7 @@ msgstr "premier"
msgid "first parameter is expected"
msgstr "le premier paramètre est nécessaire"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "forecast () - Prévisions pour les prochaines t secondes sur la base de la période T"
@@ -20115,14 +20227,14 @@ msgstr "forecast () - Prévisions pour les prochaines t secondes sur la base de
msgid "fourth"
msgstr "Quatrième"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr "fuzzytime() - La différence entre la valeur de l'horodatage de l'élément et l'horodatage du serveur Zabbix est inférieure ou égale à T secondes (1 - vrai, 0 - faux)"
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "paramètres de nettoyage globaux"
@@ -20131,7 +20243,7 @@ msgstr "paramètres de nettoyage globaux"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20189,11 +20301,11 @@ msgstr "dans"
msgid "including subgroups"
msgstr "sous-groupes inclus"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20230,7 +20342,7 @@ msgstr "motif Prometheus invalide"
msgid "invalid address range \"%1$s\""
msgstr "plage d'adresses \"%1$s\" invalide"
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "séquence d'octets invalide en UTF-8"
@@ -20244,15 +20356,15 @@ msgstr "délai invalide"
msgid "invalid history storage period"
msgstr "période de stockage de l'historique invalide"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "nom de groupe d'hôte non valide"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "nom d'hôte invalide"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "expression régulière invalide"
@@ -20262,7 +20374,7 @@ msgstr "expression régulière invalide"
msgid "invalid trend storage period"
msgstr "période de stockage des tendances invalide"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregexp () - Expression régulière V correspondant à la dernière valeur de la période T (non sensible à la casse; 1 - correspondance, 0 - pas de correspondance)"
@@ -20274,7 +20386,7 @@ msgstr "est supérieur ou égal à"
msgid "is less than or equals"
msgstr "est inférieur ou égal à"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "n'est pas entouré de {} ou est malformé"
@@ -20304,7 +20416,7 @@ msgstr "la clé est vide"
msgid "last"
msgstr "dernier"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last () - Dernière valeur T la plus récente"
@@ -20316,15 +20428,15 @@ msgstr "gauche"
msgid "list of characters"
msgstr "liste de caractères"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid () - ID d'événement de la dernière entrée du journal correspondant à l'expression régulière T (1 - correspondance, 0 - pas de correspondance)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity () - Consigne la gravité de la dernière entrée du journal"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logsource () - Source du dernier paramètre de correspondance de l'entrée de journal T (1 - correspondance, 0 - pas de correspondance)"
@@ -20332,12 +20444,12 @@ msgstr "logsource () - Source du dernier paramètre de correspondance de l'entrÃ
msgid "low-level discovery rule"
msgstr "règle de découverte bas niveau"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20367,7 +20479,7 @@ msgstr "carte"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20391,7 +20503,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max () - Valeur maximale pour la période T"
@@ -20418,12 +20530,12 @@ msgstr "nombre maximal de niveaux de dépendance atteint"
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "min () - Valeur minimale pour la période T"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "la longueur minimale est de %1$s caractères"
@@ -20456,27 +20568,27 @@ msgstr "doit être un utilisateur LDAP correct"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "doit être entre \"%1$s\" et \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "doit contenir au moins une macro de découverte de bas niveau"
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "nom"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "nouveau"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "nouveau"
@@ -20486,7 +20598,7 @@ msgstr "nouveau"
msgid "no data"
msgstr "pas de donnée"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20507,7 +20619,7 @@ msgstr "pas dans"
msgid "not selected"
msgstr "non sélectionné"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now () - Nombre de secondes écoulées depuis le temps Epoch"
@@ -20515,8 +20627,8 @@ msgstr "now () - Nombre de secondes écoulées depuis le temps Epoch"
msgid "number"
msgstr "nombre"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "de"
@@ -20564,7 +20676,7 @@ msgstr "inatif"
msgid "on"
msgstr "sur"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr "une seule unité de temps est autorisée"
@@ -20580,11 +20692,11 @@ msgstr "autre"
msgid "output"
msgstr "sortie"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20595,11 +20707,11 @@ msgstr ""
msgid "pattern"
msgstr "motif"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "percentile () - Pourcentage P d'une période T"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev () - Valeur précédente"
@@ -20616,12 +20728,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "rafraîchi toutes les %1$s sec."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp () - Expression régulière V correspondant à la dernière valeur de la période T (1 - correspondance, 0 - pas de correspondance)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20638,7 +20750,7 @@ msgstr "droite"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "racine"
@@ -20687,6 +20799,7 @@ msgstr "description courte"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20701,15 +20814,15 @@ msgstr "description courte"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "doit être vide"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr "devrait être inférieur à l'heure actuelle"
@@ -20717,10 +20830,10 @@ msgstr "devrait être inférieur à l'heure actuelle"
msgid "show icon mappings"
msgstr "afficher les correspondances d'icônes"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "afficher les correspondances de valeurs"
@@ -20728,11 +20841,11 @@ msgstr "afficher les correspondances de valeurs"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str () - Trouver la chaîne V dans la dernière valeur (la plus récente) (1 - trouvée, 0 - non trouvée)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen () - Longueur de la dernière valeur T (la plus récente) en caractères"
@@ -20740,7 +20853,7 @@ msgstr "strlen () - Longueur de la dernière valeur T (la plus récente) en cara
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "sum () - Somme des valeurs d'une période T"
@@ -20749,14 +20862,14 @@ msgid "supplied credentials are not unique"
msgstr "les informations d'identification fournies ne sont pas uniques"
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20791,9 +20904,13 @@ msgstr "ID du modèle \"%1$s\" passé %2$s fois"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "le paramètre \"%1$s\" est manquant"
@@ -20808,7 +20925,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20827,18 +20944,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "décalage horaire"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time () - Heure actuelle"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft () - Temps nécessaire pour atteindre le seuil estimé en fonction de la période T"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20849,26 +20990,26 @@ msgstr "déclencheur"
msgid "trigger does not allow manual closing"
msgstr "le déclencheur ne permet pas une fermeture manuelle"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "un prototype de déclencheur ne peut pas être déplacé vers un autre modèle ou hôte"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "un déclencheur avec liens ne peut pas être déplacé vers un autre modèle ou hôte"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "taper ici pour rechercher"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20878,7 +21019,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20895,9 +21036,10 @@ msgstr "fin de macro inattendue"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "paramètre inattendu \"%1$s\""
@@ -20924,12 +21066,12 @@ msgstr "texte \"%1$s\" inattendu"
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "valeur \"%1$s\" inattendue"
@@ -20939,7 +21081,7 @@ msgstr "valeur \"%1$s\" inattendue"
msgid "unknown"
msgstr "inconnu"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr "suffixe de temps non supporté"
@@ -20948,28 +21090,28 @@ msgid "unsupported version number"
msgstr "numéro de version non supporté"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20979,7 +21121,7 @@ msgstr "numéro de version non supporté"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "valeur"
@@ -20997,26 +21139,29 @@ msgstr "la valeur \"%1$s\" existe déjà"
msgid "value \"%1$s\" not found"
msgstr "valeur \"%1$s\" non trouvée"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "la valeur %1$s existe déjà"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "la valeur est trop longue"
@@ -21044,9 +21189,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21083,7 +21228,7 @@ msgstr "mauvais type de règle de découverte"
msgid "wrong item type"
msgstr "mauvais type d'élément"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "a"
diff --git a/ui/locale/he/LC_MESSAGES/frontend.po b/ui/locale/he/LC_MESSAGES/frontend.po
index e4a80f7a069..59a0e8894eb 100644
--- a/ui/locale/he/LC_MESSAGES/frontend.po
+++ b/ui/locale/he/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2020-02-21 04:07+0300\n"
"Last-Translator: Yaron <sh.yaron@gmail.com>\n"
"Language-Team: none\n"
@@ -31,7 +31,7 @@ msgstr "„%1$sâ€ ×‘×ž×§×•× â€ž%2$sâ€"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "×מור להיות „%1$sâ€"
@@ -59,7 +59,7 @@ msgid "\"host:key\" pair is expected"
msgstr "×מור להיות „מ×רח:מפתחâ€"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -77,7 +77,7 @@ msgid_plural "%1$d days"
msgstr[0] "×™×•× %1$d"
msgstr[1] "%1$d ימי×"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -161,8 +161,8 @@ msgstr[1] "%1$s הודעות"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -176,7 +176,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "%1$s מתוך רכיב %2$s × ×ž×¦× ×‘×ž×¦×‘ תקלה"
msgstr[1] "%1$s מתוך %2$s ×¨×›×™×‘×™× × ×ž×¦××™× ×‘×ž×¦×‘ תקלה"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -208,15 +208,15 @@ msgstr[1] "נותרו %1$s ניסיונות"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "שנייה %1$s"
msgstr[1] "%1$s שניות"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr "נותרו %1$s סמלי×"
@@ -235,20 +235,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "וידג׳ט %1$s"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, דרגת חומרה, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, קרי××” בלבד"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -286,20 +286,20 @@ msgstr "(0 - שימוש בבררת המחדל של המשימה)"
msgid "(Only super admins can create groups)"
msgstr "(רק מנהלי על ×™×›×•×œ×™× ×œ×™×¦×•×¨ קבוצות)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(×ין מתווך)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - שימוש בפתחת בררת המחדל"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 ×ו 1"
@@ -375,11 +375,12 @@ msgid "ADD OVERRIDE"
msgstr "הוספת מעקף"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "וג×"
@@ -406,16 +407,16 @@ msgstr[0] "החשבון ×—×¡×•× ×œ×ž×©×š שנייה %1$s."
msgstr[1] "החשבון ×—×¡×•× ×œ×ž×©×š %1$s שניות."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "מוכר"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "הכרה"
@@ -448,7 +449,7 @@ msgstr "××™×¨×•×¢×™× ×ž×•×›×¨×™× ×©× ×¤×ª×¨×•"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -461,30 +462,30 @@ msgstr "××™×¨×•×¢×™× ×ž×•×›×¨×™× ×©× ×¤×ª×¨×•"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -555,18 +556,18 @@ msgstr "המשימה עודכנה"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "פעולות"
@@ -602,6 +603,9 @@ msgstr "פעיל עד"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -629,9 +633,6 @@ msgstr "פעיל עד"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -641,9 +642,9 @@ msgstr "פעיל עד"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -655,39 +656,40 @@ msgstr "פעיל עד"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -698,20 +700,20 @@ msgstr "פעיל עד"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -738,8 +740,8 @@ msgstr "פעיל עד"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "הוספה"
@@ -747,7 +749,7 @@ msgstr "הוספה"
msgid "Add (message type limit reached)"
msgstr "הוספה (הגעת לגבול כמות סוגי הודעות)"
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "הוספת וידג׳ט חדש"
@@ -755,7 +757,7 @@ msgstr "הוספת וידג׳ט חדש"
msgid "Add child"
msgstr "הוספת צ×צ×"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "הוספת פריט צ×צ×"
@@ -767,7 +769,7 @@ msgstr "הוספת מ×רח"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "הוספת מספר מפות"
@@ -776,6 +778,7 @@ msgid "Add new data set"
msgstr "הוספת ערכת × ×ª×•× ×™× ×—×“×©×”"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -784,7 +787,7 @@ msgid "Add new override"
msgstr "הוספת מעקף חדש"
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "הוספת ×בטיפוס"
@@ -805,11 +808,11 @@ msgstr "הוספה לקבוצת מ×רחי×"
msgid "Add to host groups"
msgstr "הוספה לקבוצות מ×רחי×"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "הוספת וידג׳ט"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -833,7 +836,7 @@ msgid "Age"
msgstr "גיל"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "הגיל פחות מ־"
@@ -845,7 +848,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "סוכן"
@@ -904,7 +907,7 @@ msgstr "יישור ×¨×›×™×‘×™× ×‘×ž×¤×”"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "הכול"
@@ -922,7 +925,7 @@ msgstr "כל הקבוצות"
msgid "All hosts"
msgstr "כל המ×רחי×"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "יש לציין „ש׆ו־„כתובת†לכל הקישורי×"
@@ -930,13 +933,13 @@ msgstr "יש לציין „ש׆ו־„כתובת†לכל הקישורי×"
msgid "All maps"
msgstr "כל המפות"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "כל התקלות"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "כל התקלות ×× ×¢×¨×›×™ התגית תו×מי×"
@@ -956,48 +959,48 @@ msgstr "כל התגיות"
msgid "All templates"
msgstr "כל התבניות"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "ל×פשר סגירה ידנית"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "מ××¨×—×™× ×ž×•×¨×©×™×"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "לחלופין, ניתן להתקין ידנית:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "וג×"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1006,14 +1009,14 @@ msgid "And/Or"
msgstr "וג×/×ו"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1029,10 +1032,10 @@ msgstr "כל תו במחרוזת נכלל"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1066,8 +1069,8 @@ msgid "Application error."
msgstr "שגי×ת יישו×."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "×בות טיפוס ליישומי×"
@@ -1090,15 +1093,15 @@ msgstr "×”×™×™×©×•× ×¢× ×”Ö¾applicationid†(מזהה יישו×) „%1$sâ€
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1106,15 +1109,17 @@ msgstr "×”×™×™×©×•× ×¢× ×”Ö¾applicationid†(מזהה יישו×) „%1$sâ€
msgid "Applications"
msgstr "יישומי×"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "החלה"
@@ -1132,7 +1137,7 @@ msgstr "בהמשך"
msgid "Apr"
msgstr "×פר׳"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "×פריל"
@@ -1144,7 +1149,11 @@ msgstr "לבצע ×ת המשימה הזו?"
msgid "Are you sure you want to delete"
msgstr "×”×× ×œ×ž×—×•×§ ×ת"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "לעזוב ×ת העמוד ×”×–×”?"
@@ -1160,12 +1169,12 @@ msgstr "סוג השטח"
msgid "Arithmetic"
msgstr "חשבוני"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "כמו שהו×"
@@ -1275,7 +1284,7 @@ msgstr "יומן פיקוח"
msgid "Aug"
msgstr "×וג׳"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "×וגוסט"
@@ -1292,9 +1301,9 @@ msgstr ""
msgid "Authentication"
msgstr "×ימות"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "××œ×’×•×¨×™×ª× ×ימות"
@@ -1304,21 +1313,23 @@ msgid "Authentication failed: %1$s."
msgstr "×”×ימות נכשל: %1$s."
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "שיטת ×ימות"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "מילת צופן ×ימות"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "פרוטוקול ×ימות"
@@ -1357,9 +1368,9 @@ msgstr "יצי××” ×וטומטית"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "×וטומטי"
@@ -1389,7 +1400,7 @@ msgstr "פעולות ×¨×™×©×•× ×וטומטי"
msgid "Autoregistration data storage period"
msgstr "תקופת ×חסון נתוני ×¨×™×©×•× ×וטומטי"
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "זמינות"
@@ -1414,8 +1425,8 @@ msgstr "ממוצע"
msgid "Axes"
msgstr "צירי×"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "חזרה"
@@ -1469,16 +1480,16 @@ msgid "Blue"
msgstr "כחול"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "גוף"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "גוף וכותרות"
@@ -1519,11 +1530,11 @@ msgstr "שתי הססמ×ות חייבות להיות זהות."
msgid "Bottom"
msgstr "תחתית"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "×§×™×“×•× ×œ×¢×‘×¨ החזית"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "×§×™×“×•× ×œ×—×–×™×ª"
@@ -1550,8 +1561,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "בסגירה"
@@ -1571,7 +1582,7 @@ msgstr "עומס על המעבד. מחזירה שבר עשרוני"
msgid "CPU utilisation percentage. Returns float"
msgstr "×חוז ניצול המעבד. מחזירה שבר עשרוני"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr "CRLF"
@@ -1604,7 +1615,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "לוח שנה"
@@ -1612,7 +1623,7 @@ msgstr "לוח שנה"
msgid "Callback"
msgstr "קרי××”"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "×ין ×פשרות להסיר"
@@ -1638,10 +1649,10 @@ msgstr "×ין ×פשרות להסיר"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "ביטול"
@@ -1686,12 +1697,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "×œ× × ×™×ª×Ÿ להוסיף תלות ממ×רח לתבנית."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "×œ× × ×™×ª×Ÿ להוסיף תלות מההקפצה „%1$s:%2$s†להקפצה הקיימת „%3$s:%4$sâ€."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "×œ× × ×™×ª×Ÿ להוסיף כלל גילוי"
@@ -1715,7 +1726,7 @@ msgstr "×œ× × ×™×ª×Ÿ להוסיף קבוצה."
msgid "Cannot add host"
msgstr "×œ× × ×™×ª×Ÿ להוסיף מ×רח"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "×œ× × ×™×ª×Ÿ להוסיף ×בטיפוס למ×רח"
@@ -1725,7 +1736,7 @@ msgstr "×œ× × ×™×ª×Ÿ להוסיף ×בטיפוס למ×רח"
msgid "Cannot add image"
msgstr "×œ× × ×™×ª×Ÿ להוסיף תמונה"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "×œ× × ×™×ª×Ÿ להוסיף פריט"
@@ -1734,7 +1745,7 @@ msgstr "×œ× × ×™×ª×Ÿ להוסיף פריט"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "×œ× × ×™×ª×Ÿ להוסיף ×ת הפריט „%1$s†מתוך „%2$sâ€ ×œ×™×™×©×•× â€ž%3$s†מתוך „%4$sâ€."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "×œ× × ×™×ª×Ÿ להוסיף ×בטיפוס לפריט"
@@ -1817,11 +1828,11 @@ msgstr "×œ× × ×™×ª×Ÿ להוסיף תת־מפות. הגעת לעומק המרב×
msgid "Cannot add template"
msgstr "×œ× × ×™×ª×Ÿ להוסיף תבנית"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "×œ× × ×™×ª×Ÿ להוסיף הקפצה"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "×œ× × ×™×ª×Ÿ להוסיף ×בטיפוס להקפצה"
@@ -1844,11 +1855,11 @@ msgstr "×œ× × ×™×ª×Ÿ להוסיף מפת ערכי×"
msgid "Cannot add web scenario"
msgstr "×œ× × ×™×ª×Ÿ להוסיף תרחיש רשת"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr "×œ× × ×™×ª×Ÿ להוסיף וידג׳ט: ×ין מספיק ×ž×§×•× ×¤× ×•×™ בלוח המחווני×."
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "×œ× × ×™×ª×Ÿ להוסיף ×•×™×“×’×³×˜×™× ×‘×ž×¦×‘ קיוסק"
@@ -1865,11 +1876,11 @@ msgstr "×œ× × ×™×ª×Ÿ להת×גד ×ל שרת ×”Ö¾LDAP."
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "×œ× × ×™×ª×Ÿ ×œ×§×¨×•× ×œ×©×™×˜×” „%1$s.%2$sâ€ ×œ×œ× ×ž×©×ª× ×™×."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "×œ× × ×™×ª×Ÿ לפנות ×ת ההיסטוריה"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1877,7 +1888,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "×œ× × ×™×ª×Ÿ לשכפל ×ת ×”×בטיפוס לתרשימי×."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "×œ× × ×™×ª×Ÿ לשכפל ×ת ×בות הטיפוס של המ×רחי×."
@@ -1900,7 +1911,7 @@ msgstr "×œ× × ×™×ª×Ÿ לסגור ×ת הבעיה: %1$s."
msgid "Cannot connect to LDAP server."
msgstr "×œ× × ×™×ª×Ÿ להתחבר ×ל שרת ×”Ö¾LDAP."
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "×œ× × ×™×ª×Ÿ להתחבר למסד הנתוני×."
@@ -1914,24 +1925,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] "×œ× × ×™×ª×Ÿ להעתיק תרשי×"
msgstr[1] "×œ× × ×™×ª×Ÿ להעתיק תרשימי×"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "×œ× × ×™×ª×Ÿ להעתיק פריט"
msgstr[1] "×œ× × ×™×ª×Ÿ להעתיק פריטי×"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "×œ× × ×™×ª×Ÿ להעתיק הקפצה"
msgstr[1] "×œ× × ×™×ª×Ÿ להעתיק הקפצות"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "×œ× × ×™×ª×Ÿ להעתיק ×ת ההקפצה „%1$s:%2$sâ€, כיוון ×©×ž×•×¤×™×¢×™× ×ž×¡×¤×¨ מ××¨×—×™× ×‘×‘×™×˜×•×™."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "×œ× × ×™×ª×Ÿ ליצור ×בטיפוס מ×רח על המ×רח „%1$s†שהתגלה."
@@ -1969,7 +1980,7 @@ msgstr "×œ× × ×™×ª×Ÿ ליצור ×™×™×©×•× ×—×“×©, תרחיש הרשת כבר ×
msgid "Cannot create template."
msgstr "×œ× × ×™×ª×Ÿ ליצור תבנית."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "×œ× × ×™×ª×Ÿ ליצור קובץ תצורה."
@@ -2013,11 +2024,11 @@ msgstr "×œ× × ×™×ª×Ÿ למחוק ×ת התלות"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "×œ× × ×™×ª×Ÿ למחוק ×ת ×”×™×™×©×•× ×©× ×ž×¦× â€ž%1$sâ€."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "×œ× × ×™×ª×Ÿ למחוק כלל גילוי"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "×œ× × ×™×ª×Ÿ למחוק ×ת כללי הגילוי"
@@ -2043,7 +2054,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "×œ× × ×™×ª×Ÿ למחוק קבוצה"
msgstr[1] "×œ× × ×™×ª×Ÿ למחוק קבוצות"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "×œ× × ×™×ª×Ÿ למחוק מ×רח"
@@ -2061,7 +2072,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] "×œ× × ×™×ª×Ÿ למחוק ×ת קבוצת המ××¨×—×™× ×›×™×•×•×Ÿ שעל משימת התחזוקה „%1$s†להכיל מ×רח ×חד ומעלה ×ו קבוצת מ××¨×—×™× ×חת ומעלה."
msgstr[1] "×œ× × ×™×ª×Ÿ למחוק ×ת קבוצות המ××¨×—×™× ×”× ×‘×—×¨×•×ª כיוון שעל משימת התחזוקה „%1$s†להכיל מ×רח ×חד ומעלה ×ו קבוצת מ××¨×—×™× ×חת ומעלה."
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "×œ× × ×™×ª×Ÿ למחוק ×ת ×בות הטיפוס של המ×רחי×"
@@ -2077,19 +2088,19 @@ msgstr "×œ× × ×™×ª×Ÿ למחוק ×ת התמונה"
msgid "Cannot delete inventory."
msgstr "×œ× × ×™×ª×Ÿ למחוק ×ת המ×גר."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "×œ× × ×™×ª×Ÿ למחוק פריט"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "×œ× × ×™×ª×Ÿ למחוק ×בטיפוס של פרי"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "×œ× × ×™×ª×Ÿ למחוק ×בות טיפוס של פריטי×"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "×œ× × ×™×ª×Ÿ למחוק פריטי×"
@@ -2173,7 +2184,7 @@ msgstr "× × × ×™×ª×Ÿ למחוק ×בטיפוס ×ª×¨×©×™× ×ž×ª×‘× ×™×ª."
msgid "Cannot delete templated graph."
msgstr "×œ× × ×™×ª×Ÿ למחוק ×ª×¨×©×™× ×ž×ª×‘× ×™×ª."
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "×œ× × ×™×ª×Ÿ למחוק ×בטיפוס מ×רח בתבנית."
@@ -2204,19 +2215,19 @@ msgstr "×œ× × ×™×ª×Ÿ למחוק ×בטיפוס של הקפצה מתבנית „
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "×œ× × ×™×ª×Ÿ למחוק תרחיש רשת בתבנית „%1$sâ€."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "×œ× × ×™×ª×Ÿ למחוק ×ת ההקפצה"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "×œ× × ×™×ª×Ÿ למחוק ×בטיפוס הקפצה"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "×œ× × ×™×ª×Ÿ למחוק ×בות טיפוס הקפצה"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "×œ× × ×™×ª×Ÿ למחוק הקפצות"
@@ -2254,20 +2265,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] "×œ× × ×™×ª×Ÿ לנטרל יחס"
msgstr[1] "×œ× × ×™×ª×Ÿ לנטרל יחסי×"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "×œ× × ×™×ª×Ÿ לנטרל ×ת כלל הגילוי"
msgstr[1] "×œ× × ×™×ª×Ÿ לנטרל ×ת כללי הגילוי"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "×œ× × ×™×ª×Ÿ לנטרל מ×רח"
msgstr[1] "×œ× × ×™×ª×Ÿ לנטרל מ×רחי×"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "×œ× × ×™×ª×Ÿ לנטרל פריט"
@@ -2286,7 +2297,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "×œ× × ×™×ª×Ÿ לנטרל הקפצה"
@@ -2318,20 +2329,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] "×œ× × ×™×ª×Ÿ להפעיל יחס"
msgstr[1] "×œ× × ×™×ª×Ÿ להפעיל יחסי×"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "×œ× × ×™×ª×Ÿ להפעיל ×ת כלל הגילוי"
msgstr[1] "×œ× × ×™×ª×Ÿ להפעיל ×ת כללי הגילוי"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "×œ× × ×™×ª×Ÿ להפעיל מ×רח"
msgstr[1] "×œ× × ×™×ª×Ÿ להפעיל מ×רחי×"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "×œ× × ×™×ª×Ÿ להפעיל פריט"
@@ -2350,7 +2361,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "×œ× × ×™×ª×Ÿ להפעיל הקפצה"
@@ -2370,7 +2381,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "×œ× × ×™×ª×Ÿ להריץ סקריפט"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "×œ× × ×™×ª×Ÿ להרחיב מ×קרו××™×."
@@ -2532,7 +2543,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "×œ× × ×™×ª×Ÿ ×œ×™×™×‘× ×ת התבנית „%1$sâ€, התבנית המקושרת „%2$s†××™× ×” קיימת."
msgstr[1] "×œ× × ×™×ª×Ÿ ×œ×™×™×‘× ×ת התבנית „%1$sâ€, התבניות המקושרות „%2$s†×ינן קיימות."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "×œ× × ×™×ª×Ÿ להוסיף ביטוי הקפצה"
@@ -2639,7 +2650,7 @@ msgstr "×œ× × ×™×ª×Ÿ לשמור ×ת הווידג׳ט „%1$sâ€."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "×œ× × ×™×ª×Ÿ לשלוח פקודה, × × ×œ×‘×“×•×§ ×ת החיבור לשרת ×”Ö¾Zabbix†„%1$s“."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "×œ× × ×™×ª×Ÿ לשלוח בקשה"
@@ -2676,12 +2687,12 @@ msgstr "×œ× × ×™×ª×Ÿ להגדיר ×ת „%1$s“ עבור הפריט „%2$sâ€
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "×œ× × ×™×ª×Ÿ להגדיר ×ת „%1$s“ עבור מסך התבנית „%2$s“."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "×œ× × ×™×ª×Ÿ להגדיר ×ת „%1$s“ עבור ההקפצה „%2$s“."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "×œ× × ×™×ª×Ÿ להגדיר „%1$s†עבור ×בטיפוס ההקפצה „%2$sâ€."
@@ -2711,7 +2722,7 @@ msgstr "×œ× × ×™×ª×Ÿ להגדיר מזהה מש×ב עבור פריט מסך."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr "×œ× × ×™×ª×Ÿ לתמוך בהתר××” קולית עבור התקן ×–×”."
@@ -2773,22 +2784,22 @@ msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת „%1$s“ עבור ×בטיפוס התר×
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת „%1$s“ עבור הפריט „%2$s“."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת „%1$s†עבור ההקפצה „%2$s†בתבנית."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת „%1$s†עבור ×בטיפוס ההקפצה „%2$s†בתבנית."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת „%1$s“ עבור ההקפצה „%2$s“."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת „%1$s†עבור ×בטיפוס ההקפצה „%2$sâ€."
@@ -2803,7 +2814,7 @@ msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת „%2$s“ עבור המ×רח שהתגל×
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת „%2$s“ עבור הפריט שהתגלה „%1$s“."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2872,7 +2883,7 @@ msgstr "×œ× × ×™×ª×Ÿ לעדכן יחס"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת ×”×™×™×©×•× ×©×”×ª×’×œ×” „%1$sâ€."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת כלל הגילוי"
@@ -2909,7 +2920,7 @@ msgstr "×œ× × ×™×ª×Ÿ לעדכן מ×רח"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת הגדרות הצפנת המ×רח. יש לציין ×ת הגדרות החיבור לשני הכיווני×."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "×œ× × ×™×ª×Ÿ לעדכן ×בטיפוס של מ×רח"
@@ -2934,21 +2945,21 @@ msgstr "×œ× × ×™×ª×Ÿ לעדכן תמונה"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת המנשק עבור המ×רח שהתגלה „%1$s“."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת הפריט"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "×œ× × ×™×ª×Ÿ לעדכן ×ת ×”×בטיפוס של הפריט"
msgstr[1] "×œ× × ×™×ª×Ÿ לעדכן ×ת ×בות הטיפוס של הפריט"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×בות טיפוס של פריטי×"
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת הפריטי×"
@@ -3031,28 +3042,28 @@ msgstr "×œ× × ×™×ª×Ÿ לעדכן תבניות"
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת התבניות במ×רח שהתגלה „%1$sâ€."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת ההקפצה"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת ההקפצה „%1$sâ€â€: %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "×œ× × ×™×ª×Ÿ לעדכן ×ת ×בטיפוס ההקפצה"
msgstr[1] "×œ× × ×™×ª×Ÿ לעדכן ×ת ×בות טיפוס ההקפצה"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת ×בטיפוס ההקפצה „%1$sâ€â€: %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "×œ× × ×™×ª×Ÿ לעדכן ×ת ×בות טיפוס ההקפצה"
@@ -3109,12 +3120,12 @@ msgstr "מרכז"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "×ישור"
@@ -3158,10 +3169,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "תו"
@@ -3188,7 +3199,7 @@ msgstr "פרטי מ×רז. מחזירה מחרוזת"
msgid "Check already exists."
msgstr "הבדיקה כבר קיימת."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "בדיקת החלק של הביטוי שמתחיל ב־„%1$s“."
@@ -3206,7 +3217,7 @@ msgid "Check for error using regular expression"
msgstr "בדיקה ל×יתור שגי×ות בעזרת ×‘×™×˜×•×™×™× ×¨×’×•×œ×¨×™×™×"
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "בדיקת דרישות הקד×"
@@ -3311,8 +3322,8 @@ msgid "Clear history"
msgstr "פינוי ההיסטוריה"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "פינוי היסטוריה ומגמות"
@@ -3321,11 +3332,11 @@ msgstr "פינוי היסטוריה ומגמות"
msgid "Clear when unlinking"
msgstr "פינוי בעת ניתוק"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr "יש לגרור לגודל הרצוי."
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr "יש ללחוץ כדי לצפות ×ו לערוך"
@@ -3344,20 +3355,20 @@ msgstr "שעון"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "שכפול"
@@ -3365,15 +3376,15 @@ msgstr "שכפול"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "סגירה"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "סגירת מרכיב הביטויי×"
@@ -3392,8 +3403,8 @@ msgid "Close problem"
msgstr "סגירת התקלה"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "צמצו×"
@@ -3410,7 +3421,7 @@ msgstr ""
msgid "Colour"
msgstr "צבע"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "הצבע %1$s שגוי: יש להשתמש בקוד צבע הקסדצימלי (6 תווי×)."
@@ -3461,7 +3472,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "תצוגה מצומצמת"
@@ -3495,7 +3506,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "הפעלות בו־זמנית"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "תנ××™"
@@ -3554,7 +3565,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "תנ××™× ×ž×©×•×›×¤×œ×™× ×¢×‘×•×¨ היחס „%1$sâ€."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "הגדרות"
@@ -3562,7 +3573,7 @@ msgstr "הגדרות"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "הגדרות זיכרון מטמון לסטטיסטיקה. מטמון - חוצץ (מצבי×: pfree,†total,†used,†free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "קובץ ההגדרות „%1$s“ נוצר."
@@ -3726,7 +3737,7 @@ msgid "Configuration updated"
msgstr "ההגדרות עודכנו"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "הגדרת חיבור למסד הנתוני×"
@@ -3734,7 +3745,7 @@ msgstr "הגדרת חיבור למסד הנתוני×"
msgid "Confirmation text"
msgstr "טקסט ×ימות"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "ברכותינו! התקנת בהצלחה ×ת מנשק המשתמש של Zabbix."
@@ -3790,7 +3801,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3798,9 +3809,9 @@ msgstr ""
msgid "Connections"
msgstr "חיבורי×"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "התחברויות מהמ×רח"
@@ -3808,9 +3819,9 @@ msgstr "התחברויות מהמ×רח"
msgid "Connections from proxy"
msgstr "התחברויות מהמתווך"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "התחברויות ×ל המ×רח"
@@ -3827,10 +3838,10 @@ msgstr "בונה"
msgid "Contact"
msgstr "פרטי קשר"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3861,10 +3872,10 @@ msgstr "מכיל"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3904,8 +3915,9 @@ msgstr "פקדי תוכן: כותרת"
msgid "Content menu"
msgstr "תפריט תוכן"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "×©× ×”×§×©×¨"
@@ -3917,8 +3929,8 @@ msgstr ""
msgid "Contract number"
msgstr "מס׳ חוזה"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "המרה ל־JSON"
@@ -3930,8 +3942,8 @@ msgstr "נקודות ציון"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "העתקה"
@@ -3987,7 +3999,7 @@ msgstr "יחס עודכן"
msgid "Could not save image!"
msgstr "×œ× × ×™×ª×Ÿ לשמור ×ת התמונה!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "ספירה"
@@ -4033,11 +4045,11 @@ msgstr "יצירת יחס"
msgid "Create dashboard"
msgstr "יצירת לוח מחווני×"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr "יצירת כלל גילוי תלוי"
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "יצירת פריט תלוי"
@@ -4057,14 +4069,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4143,7 +4155,7 @@ msgstr "יצירת מפה"
msgid "Create media type"
msgstr "יצירת סוג מדיה"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "יצירת חדש"
@@ -4167,7 +4179,7 @@ msgstr "יצירת מצגת"
msgid "Create template"
msgstr "יצירת תבנית"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "יצירת הקפצה"
@@ -4220,11 +4232,12 @@ msgstr "קריטי"
msgid "Current host"
msgstr "מ×רח נוכחי"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "ערך נוכחי"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "בהת×מה ×ישית"
@@ -4232,7 +4245,7 @@ msgstr "בהת×מה ×ישית"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "ביטוי מות×× ×ישית"
@@ -4241,11 +4254,11 @@ msgid "Custom graphs"
msgstr "×ª×¨×©×™×ž×™× ×ž×•×ª××ž×™× ×ישית"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "מרווחי זמן מות××ž×™× ×ישית"
@@ -4267,7 +4280,7 @@ msgstr "הודעה בהת×מה ×ישית"
msgid "Custom multiplier"
msgstr "מכפיל מות×× ×ישית"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr "הת×מה ×ישית ×¢× ×›×©×œ"
@@ -4306,11 +4319,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4419,16 +4433,16 @@ msgstr "ערכת נתוני×"
msgid "Data storage period"
msgstr "תקופת ×חסון נתוני×"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4436,32 +4450,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "מ×רח מסד נתוני×"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4469,35 +4483,35 @@ msgstr ""
msgid "Database monitor"
msgstr "מנטר מסד נתוני×"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "×©× ×ž×¡×“ הנתוני×"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "ססמת מסד הנתוני×"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "פתחת מסד הנתוני×"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "סכמת מסד הנתוני×"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "שרת מסד הנתוני×"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "סוג מסד הנתוני×"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "×©× ×”×ž×©×ª×ž×© במסד הנתוני×"
@@ -4526,7 +4540,7 @@ msgstr "הת×ריך בו החומרה נרכשה"
msgid "Day"
msgstr "יו×"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "×™×•× ×©×œ×¤× ×™ ×תמול"
@@ -4545,7 +4559,7 @@ msgstr "×™×•× ×‘×©×‘×•×¢"
msgid "Days"
msgstr "ימי×"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "ניפוי שגי×ות"
@@ -4559,7 +4573,7 @@ msgstr "מצב ניפוי שגי×ות"
msgid "Dec"
msgstr "דצמ׳"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "דצמבר"
@@ -4569,7 +4583,7 @@ msgstr "דצמבר"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "בררת מחדל"
@@ -4586,7 +4600,7 @@ msgid "Default host inventory mode"
msgstr "מצב מ×גר כבררת מחדל למ×רחי×"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4603,18 +4617,18 @@ msgid "Default operation step duration"
msgstr "משך מהלך פעולה כבררת מחדל"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "ערכת בררת מחדל"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4643,7 +4657,8 @@ msgstr "בהשהיה של"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4664,8 +4679,8 @@ msgstr "בהשהיה של"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "מחיקה"
@@ -4698,19 +4713,19 @@ msgstr "למחוק ×ת המשימה הנוכחית?"
msgid "Delete current correlation?"
msgstr "למחוק ×ת היחס הנוכחי?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "למחוק ×ת לוח המחווני×?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "למחוק ×ת כלל הגילוי?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "למחוק ×ת הביטוי?"
@@ -4734,15 +4749,15 @@ msgstr "למחוק ×ת ההיסטוריה של תרחישי הרשת הנבחר
msgid "Delete icon map?"
msgstr "למחוק מפת סמלי×?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "למחוק ×בטיפוס פריט?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "למחוק פריט?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "למחוק ×§×™×©×•×¨×™× ×‘×™×Ÿ ×”×¤×¨×™×˜×™× ×”× ×‘×—×¨×™×?"
@@ -4786,7 +4801,7 @@ msgstr "למחוק ×ת ×”×™×™×©×•×ž×™× ×”× ×‘×—×¨×™×?"
msgid "Delete selected correlations?"
msgstr "למחוק ×ת ×”×™×—×¡×™× ×”× ×‘×—×¨×™×?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "למחוק ×ת לוחות ×”×ž×—×•×•× ×™× ×”× ×‘×—×¨×™×?"
@@ -4795,7 +4810,7 @@ msgstr "למחוק ×ת לוחות ×”×ž×—×•×•× ×™× ×”× ×‘×—×¨×™×?"
msgid "Delete selected discovery rules?"
msgstr "למחוק ×ת כללי הגילוי הנבחרי×?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "למחוק ×ת ×”×¤×¨×™×˜×™× ×”× ×‘×—×¨×™×?"
@@ -4820,7 +4835,7 @@ msgstr "למחוק ×ת הקבוצות הנבחרות?"
msgid "Delete selected host groups?"
msgstr "למחוק ×ת קבוצות המ××¨×—×™× ×”× ×‘×—×¨×•×ª?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "למחוק ×ת ×”×בטיפוס של המ×רח הנבחר?"
@@ -4828,7 +4843,7 @@ msgstr "למחוק ×ת ×”×בטיפוס של המ×רח הנבחר?"
msgid "Delete selected host prototypes?"
msgstr "למחוק ×ת ×בות הטיפוס של המ××¨×—×™× ×”× ×‘×—×¨×™×?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "למחוק ×ת המ×רח הנבחר?"
@@ -4880,7 +4895,7 @@ msgstr "למחוק ×ת ×”×ž×¡×›×™× ×”× ×‘×—×¨×™×?"
msgid "Delete selected scripts?"
msgstr "למחוק ×ת ×”×¡×§×¨×™×¤×˜×™× ×”× ×‘×—×¨×™×?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "למחוק ×ת הצורות הנבחרות?"
@@ -4940,11 +4955,11 @@ msgstr "למחוק מצגת?"
msgid "Delete template?"
msgstr "למחוק תבנית?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "למחוק ×בטיפוס הקפצה?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "למחוק הקפצה?"
@@ -4957,7 +4972,7 @@ msgstr "למחוק תרחיש רשת?"
msgid "Deleted: Host \"%1$s\"."
msgstr "נמחק: המ×רח „%1$s“."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "נמחק: ×בטיפוס המ×רח „%1$s“ ב־„%2$s“."
@@ -4978,16 +4993,16 @@ msgid "Deny"
msgstr "סירוב"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "תלויות"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "תלוי"
@@ -4995,7 +5010,7 @@ msgstr "תלוי"
msgid "Dependent item"
msgstr "פריט תלוי"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5014,29 +5029,29 @@ msgstr "מצב הטמעה"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "תי×ור"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5169,7 +5184,8 @@ msgstr "להשבית ×ת ההקפצות הנבחרות?"
msgid "Disable selected web scenarios?"
msgstr "להשבית ×ת תרחישי הרשת הנבחרי×?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5182,22 +5198,21 @@ msgstr "להשבית ×ת תרחישי הרשת הנבחרי×?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "מושבת"
@@ -5214,7 +5229,7 @@ msgstr "התעלמות מכ×לו ×©×œ× × ×©×ž×¨×•"
msgid "Discard unchanged with heartbeat"
msgstr "התעלמות מכ×לו ×©×œ× × ×©×ž×¨×• בהינף יד"
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr "התעלמות מערך"
@@ -5222,12 +5237,12 @@ msgstr "התעלמות מערך"
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5328,27 +5343,27 @@ msgstr "×œ× × ×™×ª×Ÿ להעתיק ×ת כלל הגילוי „%1$sâ€ ×œ×œ× ×¤
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "בכלל הגילוי „%1$s†נעשה שימוש בפעולה „%2$sâ€."
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "כלל הגילוי נוצר"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "כלל הגילוי נמחק"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "כלל הגילוי הושבת"
msgstr[1] "כללי הגילוי הושבתו"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "כלל הגילוי הופעל"
msgstr[1] "כללי הגילוי הופעלו"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "כלל הגילוי התעדכן"
@@ -5358,13 +5373,13 @@ msgstr "כלל הגילוי התעדכן"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "כללי גילוי"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "כללי גלוי נמחקו"
@@ -5407,7 +5422,7 @@ msgstr "הצגת ×ª×¨×©×™× ×ž×•×¢×¨×"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "×ž×•×¦×’×™× %1$s מתוך %2$s שנמצ×ו"
@@ -5426,22 +5441,22 @@ msgid "Do not calculate"
msgstr "×œ× ×œ×—×©×‘"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr "×œ× ×œ×©×ž×•×¨ היסטוריה"
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr "×œ× ×œ×©×ž×•×¨ מגמות"
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "להחליף ×ת הביטוי המותנה?"
@@ -5464,11 +5479,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "למטה"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "הורדת קובץ ההגדרות"
@@ -5548,12 +5563,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr "×בטיפוס הקפצה כפול ×¢× ×”×©× â€ž%1$sâ€."
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr "הקפצה כפולה ×¢× ×”×©× â€ž%1$sâ€."
@@ -5582,10 +5597,10 @@ msgstr "usrgrpid משוכפל „%1$s†בקבוצות ×ž×©×ª×ž×©×™× ×¢×‘×•×¨
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "usrgrpid משוכפל „%1$s†בקבוצות ×ž×©×ª×ž×©×™× ×¢×‘×•×¨ המסך „%2$sâ€."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "משך"
@@ -5605,7 +5620,7 @@ msgstr "פריט דינמי"
msgid "Dynamic items"
msgstr "×¤×¨×™×˜×™× ×“×™× ×ž×™×™×"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "לכל כתובת צריך להיות ×©× ×™×™×—×•×“×™. × × ×œ×•×•×“× ×©×ין כפילות ×©× ×œ×›×ª×•×‘×ª"
@@ -5620,15 +5635,15 @@ msgstr "כל פריט"
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "עריכה"
@@ -5652,15 +5667,15 @@ msgstr "עריכת מסך"
msgid "Edit slide show"
msgstr "עריכת מצגת"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "עריכת רכיב בעץ"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "עריכת הקפצה"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "עריכת וידג׳ט"
@@ -5756,7 +5771,7 @@ msgstr "סוג תנ××™ מסנן ריק לפעולה „%1$sâ€."
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5926,15 +5941,16 @@ msgstr "להפעיל ×ת ההקפצות הנבחרות?"
msgid "Enable selected web scenarios?"
msgstr "להפעיל ×ת תרחישי הרשת הנבחרי×?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "הפעלת לכידה"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5950,13 +5966,12 @@ msgstr "הפעלת לכידה"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5965,13 +5980,13 @@ msgstr "הפעלת לכידה"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "פעיל"
@@ -5981,9 +5996,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "הצפנה"
@@ -5991,7 +6006,7 @@ msgstr "הצפנה"
msgid "Encryption level"
msgstr "רמת הצפנה"
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr "רצף סוף שורה"
@@ -6003,10 +6018,10 @@ msgstr "×נגלית (en_GB)"
msgid "English (en_US)"
msgstr "×נגלית (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6033,7 +6048,7 @@ msgstr "שגי××”"
msgid "Error in search request for table \"%1$s\"."
msgstr "שגי××” בבקשת החיפוש בטבלה „%1$s“."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "הודעת שגי××”"
@@ -6068,7 +6083,7 @@ msgstr "כללי ×™×—×¡×™× ×‘×™×Ÿ ×ירועי×"
msgid "Event details"
msgstr "פרטי ×”×ירוע"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "יצירת ×ירועי×"
@@ -6088,6 +6103,12 @@ msgstr "רשימת ××™×¨×•×¢×™× [20 הקודמי×]"
msgid "Event log monitoring. Returns log"
msgstr "ניטור יומן ×ירועי×. מחזירה יומן ×ירועי×"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "צמד תגיות של ×ירוע"
@@ -6118,7 +6139,7 @@ msgstr "כל שבוע/שבועות"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "להדיר"
@@ -6129,7 +6150,7 @@ msgstr "להדיר"
msgid "Exclude host groups"
msgstr "הדרת קבוצות מ×רחי×"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "הרצה"
@@ -6147,9 +6168,9 @@ msgstr "הרצת ש×ילתת WMI והחזרת מסמך ×”Ö¾JSON ×¢× ×›×œ הפ×
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "הפעלת ש×ילתת WMI והחזרת הפריט הר×שון שנבחר. מחזירה מספר ×©×œ× ×•×—×™×•×‘×™, שבר עשרוני, מחרוזת ×ו טקסט (תלוי בבקשה)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr "להריץ כעת"
@@ -6167,19 +6188,19 @@ msgid "Executed"
msgstr "רץ"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "סקריפט שרץ"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "×ימות הרצה"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "הרחבה"
@@ -6219,7 +6240,7 @@ msgstr "יצו×"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "×™×¦×•× ×œÖ¾CSV"
@@ -6227,21 +6248,21 @@ msgstr "×™×¦×•× ×œÖ¾CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "ביטוי"
@@ -6254,15 +6275,15 @@ msgstr "×¨×›×™×‘×™× ×©×œ משתני הביטוי"
msgid "Expression cannot be empty"
msgstr "הביטוי ×œ× ×™×›×•×œ להיות ריק"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "בונה ביטויי×"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "שגי×ת תחביר בביטוי."
@@ -6281,7 +6302,7 @@ msgstr "ביטויי×"
msgid "External check"
msgstr "בדיקה חיצונית"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "ו׳"
@@ -6295,7 +6316,7 @@ msgstr "שקר"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "כשל"
@@ -6345,7 +6366,7 @@ msgstr "×ž×¡×›×™× ×ž×•×¢×“×¤×™×"
msgid "Feb"
msgstr "פבר׳"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "פברו×ר"
@@ -6358,7 +6379,7 @@ msgstr "שדה"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "×œ× × ×™×ª×Ÿ להגדיר ×ת השדה „%1$s†כריק (NULL)."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6367,7 +6388,7 @@ msgstr "×œ× × ×™×ª×Ÿ להגדיר ×ת השדה „%1$s†כריק (NULL)."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6487,9 +6508,7 @@ msgstr "×זור מל×"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6516,9 +6535,13 @@ msgstr "×זור מל×"
msgid "Filter"
msgstr "מסנן"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "מסנני×"
@@ -6537,7 +6560,7 @@ msgstr "חיפוש מחרוזת בקובץ. מחזירה שורה שמכילה ×
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "חיפוש מחרוזת ב×תר. מחזירה ×ת המחרוזת שנמצ××” ×ו כפי שצוין על ידי פרמטר הפלט כרשות"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "סיו×"
@@ -6550,8 +6573,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "ר×שון"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "הת×מה"
@@ -6565,12 +6588,12 @@ msgid "Fixed"
msgstr "קבוע"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6578,9 +6601,9 @@ msgid "Flexible"
msgstr "גמיש"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "מעקב ×חר הפניות"
@@ -6602,8 +6625,8 @@ msgstr "גודל גופן"
msgid "Form data"
msgstr "נתוני טופס"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "נוסחה"
@@ -6630,11 +6653,13 @@ msgstr "צרפתית (fr_FR)"
msgid "Fri"
msgstr "ו׳"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "×™×•× ×©×™×©×™"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6654,12 +6679,12 @@ msgstr "גישה לפני המערכת"
msgid "Frontend messaging"
msgstr "הודעות בפני המערכת"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr "מל×"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6694,7 +6719,7 @@ msgid "GUI access disabled."
msgstr "הגישה למנשק המשתמש מושבתת."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6720,21 +6745,21 @@ msgstr "גרמנית (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "קבלת תוכן של עמוד ב×ינטרנט. מחזירה ×ת מקור העמוד כטקסט"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr "קבלת ערך"
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr "קבלת ערך ובדיקה"
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr "קבלת ערך ממ×רח"
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "הביטוי שסופק ×ינו מ×קרו"
@@ -6760,7 +6785,7 @@ msgstr "ערך גלובלי"
msgid "Go back to %1$s"
msgstr "חזרה ×ל %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "מעבר ×ל"
@@ -6808,8 +6833,8 @@ msgstr "קו מדורג"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6941,7 +6966,7 @@ msgstr "×בטיפוס ×”×ª×¨×©×™× ×¢× ×”×ž×–×”×” „%1$s†×ינו זמין
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "×בות טיפוס תרשי×"
@@ -6985,9 +7010,9 @@ msgid "Graph with same name but other type exist."
msgstr "×ª×¨×©×™× ×‘×ותו ×”×©× ×ך מסוג ×חר קיי×."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6997,7 +7022,7 @@ msgstr "×ª×¨×©×™× ×‘×ותו ×”×©× ×ך מסוג ×חר קיי×."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7005,7 +7030,7 @@ msgstr "×ª×¨×©×™× ×‘×ותו ×”×©× ×ך מסוג ×חר קיי×."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "תרשימי×"
@@ -7074,12 +7099,12 @@ msgstr "קבוצה עבור מ××¨×—×™× ×©×”×ª×’×œ×•"
msgid "Group name"
msgstr "×©× ×§×‘×•×¦×”"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "××™ ×פשר לבסס ×ת ×בטיפוס הקבוצה על קבוצת מ××¨×—×™× ×©×”×ª×’×œ×ª×” „%1$sâ€."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "×בות טיפוס קבוצה"
@@ -7094,8 +7119,8 @@ msgstr "קיבוץ לפי"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7127,10 +7152,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "סוכן HTTP"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "×ימות HTTP"
@@ -7138,11 +7163,11 @@ msgstr "×ימות HTTP"
msgid "HTTP login form"
msgstr "טופס כניסה HTTP"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "מתווך HTTP"
@@ -7171,20 +7196,20 @@ msgstr "חומרה (×¤×¨×˜×™× ×ž×œ××™×)"
msgid "Hardware sensor reading. Returns float"
msgstr "קרי×ת חיישן חומרה. מחזירה שבר עשרוני"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "כותרות"
@@ -7217,11 +7242,11 @@ msgstr "עזרה"
msgid "Hexadecimal to decimal"
msgstr "הקסדצימלי לעשרוני"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "מוסתר"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "הסתרת ניפוי שגי×ות"
@@ -7258,23 +7283,23 @@ msgstr "כהה בניגודיות גבוהה"
msgid "High-contrast light"
msgstr "בהיר בניגודיות גבוהה"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "הדגשת שורה שלמה"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "היסטוריה"
@@ -7282,17 +7307,17 @@ msgstr "היסטוריה"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "ההיסטוריה נמחקה"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "מחיקת ההיסטוריה עשויה ל×רוך זמן רב. להמשיך?"
@@ -7306,13 +7331,17 @@ msgstr "היסטוריה של ×ירועי×"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "תקופת ×חסון היסטוריה"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr "דף הבית"
@@ -7337,26 +7366,26 @@ msgstr "יישור ×ופקי"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7368,8 +7397,8 @@ msgstr "יישור ×ופקי"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "מ×רח"
@@ -7411,8 +7440,7 @@ msgstr "גישה למ×רח"
msgid "Host added"
msgstr "נוסף מ×רח"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr "כתובת מ×רח"
@@ -7429,19 +7457,19 @@ msgstr "למ×רח ×œ× ×™×›×•×œ להיות יותר ממנשק בררת מחד×
msgid "Host count"
msgstr "כמות מ×רחי×"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "נמחק מ×רח"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "מ×רח מושבת"
msgstr[1] "מ××¨×—×™× ×ž×•×©×‘×ª×™×"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "מ×רח מופעל"
@@ -7462,7 +7490,7 @@ msgstr[1] "מ××¨×—×™× ×ž×•×¤×¢×œ×™×"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "קבוצת מ×רחי×"
@@ -7508,11 +7536,11 @@ msgstr "קבוצת מ××¨×—×™× ×¢× ×”×ž×–×”×” „%1$s†××™× ×” זמינה."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7549,17 +7577,17 @@ msgstr "קבוצות מ×רחי×"
msgid "Host info"
msgstr "פרטי מ×רח"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "מנשק מ×רח"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7580,7 +7608,7 @@ msgstr "תקלות מ×רח"
msgid "Host label type"
msgstr "סוג תווית מ×רח"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "מ×קרו××™× ×©×œ המ×רח"
@@ -7607,53 +7635,57 @@ msgstr "רשתות המ×רח"
msgid "Host prototype"
msgstr "×בטיפוס מ×רח"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "×בטיפוס מ×רח „%1$s†כבר ×§×™×™× ×¢×œ „%2$sâ€, התקבל מירושה מתבנית ×חרת."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "×בטיפוס המ×רח „%1$s†כבר ×§×™×™× ×¢×œ „%2$sâ€."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "נוסף ×בטיפוס מ×רח"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "נמחק ×בטיפוס מ×רח"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "עודכן ×בטיפוס מ×רח"
msgstr[1] "עודכנו ×בות טיפוס של מ×רח"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "×בטיפוס מ×רח ×¢× ×©× ×”×ž×רח „%1$s†כבר ×§×™×™× ×‘×›×œ×œ הגילוי „%2$sâ€."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "×בטיפוס מ×רח ×¢× ×©× ×”×ª×¦×•×’×” „%1$s†כבר ×§×™×™× ×‘×›×œ×œ הגילוי „%2$sâ€."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "×בות טיפוס מ×רח"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "×בות טיפוס מ×רח נמחקו"
@@ -7702,17 +7734,17 @@ msgstr "מ×רח ×¢× ×ותו ×”×©× â€ž%1$s†כבר קיי×."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "מ×רח ×¢× ×ותו ×©× ×”×ª×¦×•×’×” „%1$s†כבר קיי×."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7788,7 +7820,7 @@ msgstr "מזהה"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7823,10 +7855,10 @@ msgstr "טווח ה־IP†„%1$s†חורג ממגבלת הכתובות „%2
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7843,9 +7875,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "ניתן להפעיל ×¡×§×¨×™×¤×˜×™× ×©×œ IPMI ×ך ורק ב×מצעות השרת."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "חיישן IPMI"
@@ -7962,7 +7994,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "תמונה"
@@ -8070,7 +8102,7 @@ msgid "Inaccessible graph prototype"
msgstr "×בטיפוס ×ª×¨×©×™× ×‘×œ×ª×™ נגיש"
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "קבוצה ×œ× × ×’×™×©×”"
@@ -8086,9 +8118,9 @@ msgstr "פריט בלתי נגיש"
msgid "Inaccessible item prototype"
msgstr "×בטיפוס פריט בלתי נגיש"
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8101,11 +8133,11 @@ msgstr "מפה בלתי נגישה"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "תבנית בלתי נגישה"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "הקפצה בלתי נגישה"
@@ -8118,7 +8150,7 @@ msgstr "הקפצה בלתי נגישה"
msgid "Inaccessible user"
msgstr "משתמש בלתי נגיש"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "הכללה"
@@ -8386,8 +8418,8 @@ msgstr "××¨×’×•×ž× ×˜×™× ×©×’×•×™×™× ×”×•×¢×‘×¨×• לפונקציה"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8528,9 +8560,9 @@ msgstr "×©× ×ו ערך שגוי לשדה „%1$s†בביטוי where בטב×
msgid "Incorrect fields for sysmap."
msgstr "שדות ×©×’×•×™×™× ×œ×ž×¢×¨×›×ª המפות."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8583,7 +8615,7 @@ msgstr "סוג תנ××™ מסנן שגוי לפעולה „%1$sâ€."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "נעשה שימוש בפונקציה ×”×œ× × ×›×•× ×”"
@@ -8659,7 +8691,7 @@ msgstr "מזהה פריט שגוי „%1$s†צוין עבור פריט מסך.
msgid "Incorrect item for axis value."
msgstr "פריט שגוי לערך ציר."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "סופק מפתח פריט שגוי „%1$s†לביטוי ההקפצה תחת „%2$sâ€."
@@ -8670,11 +8702,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "סופק מזהה ×בטיפוס פריט „%1$s†שגוי לרכיב מסך."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "סוג ערך הפריט שגוי"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "סופק סוג ערך פריט „%1$s†שגוי עבור פונקציית ההקפצה „%2$sâ€."
@@ -8845,35 +8877,35 @@ msgstr "מזהה הקפצה שגוי לשירות „%1$sâ€."
msgid "Incorrect trigger expression"
msgstr "ביטוי הקפצה שגוי"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "ביטוי הקפצה שגוי."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "ביטוי הקפצה שגוי. המ×רח „%1$sâ€ ×œ× ×§×™×™× ×ו ש×ין לך גישה למ×רח ×–×”."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "ביטוי ההקפצה שגוי. רכיבי ביטוי ההקפצה ×œ× ×™×›×•×œ×™× ×œ×”×™×•×ª ×©×™×™×›×™× ×œ×ª×‘× ×™×ª ולמ×רח בו זמנית."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "בביטוי צוינה תכונת הקפצה שגויה „%1$sâ€."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "ביטוי ×בטיפוס הקפצה שגוי. המ×רח „%1$sâ€ ×œ× ×§×™×™× ×ו ש×ין לך גישה למ×רח ×–×”."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "ביטוי ×בטיפוס הקפצה שגוי. רכיבי ביטוי ×בטיפוס הקפצה ×œ× ×™×›×•×œ×™× ×œ×”×™×•×ª ×©×™×™×›×™× ×œ×ª×‘× ×™×ª ולמ×רח בו זמנית."
@@ -9024,16 +9056,15 @@ msgstr "ערך שגוי לשדה „%1$sâ€."
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9044,7 +9075,7 @@ msgstr "ערך שגוי לשדה „%1$sâ€."
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9194,23 +9225,25 @@ msgstr "ערך שגוי לשדה „%1$sâ€."
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9299,10 +9332,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9310,10 +9343,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "מידע"
@@ -9327,15 +9360,19 @@ msgstr "מידע"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "מידע על שירות. מחזירה מספר ×©×œ× ×•×—×™×•×‘×™ ×¢× ×¤×¨×ž×˜×¨ בתור מצב, התחלה; מחרוזת - ×¢× ×¤×¨×ž×˜×¨ בתור ×©× ×ª×¦×•×’×”, path,†user; טקסט - ×¢× ×¤×¨×ž×˜×¨ בתור תי×ור; במיוחד עבור מצב: 0 - פעיל, 1 - מושהה, 2 - ההפעלה בהמתנה, 3 - השהיה בהמתנה, 4 - המשך בהמתנה, 5 - עצירה בהמתנה, 6 - נעצר, 7 - ×œ× ×™×“×•×¢, 255 - ×ין ×›×–×” שירות; במיוחד עבור התחלה: 0 - ×וטומטית, 1 - ×וטומטית ×¢× ×”×ž×ª× ×”, 2 - ידנית, 3 - מושבתת, 4 - ×œ× ×™×“×•×¢×”"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr "בירושה"
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "מ×קרו××™× ×©×”×ª×§×‘×œ×• בירושה ושל המ×רח"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9351,17 +9388,17 @@ msgstr "תגיות שהתקבלו בירושה ושל ההקפצה"
msgid "Inherited items"
msgstr "×¤×¨×™×˜×™× ×©×”×ª×§×‘×œ×• בירושה"
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "הוספה"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "הוספת ביטוי"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "התקנה"
@@ -9373,7 +9410,7 @@ msgstr "התקנה"
msgid "Installer name"
msgstr "×©× ×”×ž×ª×§×™×Ÿ"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9406,8 +9443,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "למנשק ×¢× ×›×ª×•×‘×ª ×”Ö¾IP†„%1$sâ€ ×œ× ×™×›×•×œ להיות ×©× ×¨×™×§ בתור DNS."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9436,14 +9473,14 @@ msgstr "תקופת ×חסון × ×ª×•× ×™× ×¤× ×™×ž×™×™×"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9467,15 +9504,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "משך"
@@ -9502,7 +9539,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "תנ××™ פעולה שגוי: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "ת×ריך שגוי."
@@ -9516,15 +9553,15 @@ msgstr "כתובת דו×״ל שגויה „%1$sâ€."
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "כתובת דו×״ל שגויה עבור סוג המדיה ×¢× ×”×ž×–×”×” „%1$sâ€."
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "פרמטר חמישי שגוי."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "פרמטר ר×שון שגוי."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "פרמטר רביעי שגוי."
@@ -9536,11 +9573,11 @@ msgstr "hostid (מזהה מ×רח) שגוי למ×קרו „%1$sâ€."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "מרווח זמן שגוי „%1$sâ€."
@@ -9581,7 +9618,7 @@ msgstr "מ×קרו שגוי „%1$sâ€â€: %2$s."
msgid "Invalid method parameters."
msgstr "×”×¤×¨×ž×˜×¨×™× ×œ×©×™×˜×” שגויי×."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "מספר ×”×¤×¨×ž×˜×¨×™× ×©×’×•×™."
@@ -9613,6 +9650,15 @@ msgstr "מספר ×”×¤×¨×ž×˜×¨×™× ×©×’×•×™."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9625,75 +9671,81 @@ msgstr "מספר ×”×¤×¨×ž×˜×¨×™× ×©×’×•×™."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9710,7 +9762,7 @@ msgstr "×¤×¨×ž×˜×¨×™× ×©×’×•×™×™×."
msgid "Invalid response code \"%1$s\"."
msgstr "קוד התגובה שגוי „%1$sâ€."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "הפרמטר השני שגוי."
@@ -9747,15 +9799,15 @@ msgstr "הפרמטר השני שגוי."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9768,7 +9820,7 @@ msgstr "הפרמטר השני שגוי."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "תגית שגויה „%1$sâ€â€: %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "הפרמטר השלישי שגוי."
@@ -9787,9 +9839,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "מ×גר"
@@ -9816,9 +9868,9 @@ msgid "Issue"
msgstr "תקלה"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "מנפיק"
@@ -9835,22 +9887,22 @@ msgid "Italian (it_IT)"
msgstr "×יטלקית (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "פריט"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9887,15 +9939,15 @@ msgstr "הפריט „%1$sâ€ ×œ× ×§×™×™× ×ו ש×ין לך גישה לפרי
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "הפריט „%1$s†על גבי „%2$sâ€: ×”×™×™×©×•× â€ž%3$sâ€ ×œ× ×§×™×™×."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "נוסף פריט"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "פריט הועתק"
@@ -9905,17 +9957,17 @@ msgstr[1] "×¤×¨×™×˜×™× ×”×•×¢×ª×§×•"
msgid "Item count"
msgstr "כמות פריטי×"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "פריט נמחק"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "פריט מושבת"
msgstr[1] "×¤×¨×™×˜×™× ×ž×•×©×‘×ª×™×"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "פריט מופעל"
@@ -9925,7 +9977,7 @@ msgstr[1] "×¤×¨×™×˜×™× ×ž×•×¤×¢×œ×™×"
msgid "Item in \"not supported\" state"
msgstr "פריט במצב â€ž×œ× × ×ª×ž×šâ€"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "×œ× × ×‘×—×¨ פריט"
@@ -9938,7 +9990,7 @@ msgstr "×—×¡×¨×™× ×¤×¨×ž×˜×¨×™× ×‘×¢×™×‘×•×“ הטרומי של הפריט: %1$
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9959,15 +10011,15 @@ msgstr "×בטיפוס הפריט „%1$s†כבר ×§×™×™× ×ª×—×ª „%2$sâ€,
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "×בטיפוס הפריט „%1$s†כבר ×§×™×™× ×ª×—×ª „%2$sâ€."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "נוסף ×בטיפוס פריט"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "נמחק ×בטיפוס פריט"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "עודכן ×בטיפוס פריט"
@@ -9980,7 +10032,7 @@ msgstr "×בטיפוס פריט ×¢× ×”×ž×–×”×” „%1$s†×ינו זמין."
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9988,19 +10040,19 @@ msgstr "×בטיפוס פריט ×¢× ×”×ž×–×”×” „%1$s†×ינו זמין."
msgid "Item prototypes"
msgstr "×בות טיפוס פריט"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "×בות טיפוס פריט נמחקו"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr "×בות הטיפוס של הפריט עודכנו"
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "פריט עודכן"
@@ -10072,7 +10124,7 @@ msgstr "פריט ×¢× ×”×ž×¤×ª×— „%1$s†כבר ×§×™×™× ×ª×—×ª „%2$sâ€."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10082,11 +10134,11 @@ msgstr "פריט ×¢× ×”×ž×¤×ª×— „%1$s†כבר ×§×™×™× ×ª×—×ª „%2$sâ€."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "פריטי×"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "×¤×¨×™×˜×™× × ×ž×—×§×•"
@@ -10098,7 +10150,7 @@ msgstr "רשימת פריטי×"
msgid "Items location"
msgstr "×ž×™×§×•× ×¤×¨×™×˜×™×"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "×¤×¨×™×˜×™× ×”×ª×¢×“×›× ×•"
@@ -10106,7 +10158,7 @@ msgstr "×¤×¨×™×˜×™× ×”×ª×¢×“×›× ×•"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10114,10 +10166,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "סוכן JMX"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "נקודת גישה JMX"
@@ -10130,10 +10182,10 @@ msgstr "מנשקי JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "נתוני JSON"
@@ -10165,7 +10217,7 @@ msgid "JSON-rpc version is not specified."
msgstr "גרסת ×”Ö¾JSON-rpc ×œ× ×¦×•×™× ×”."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr "JSONPath"
@@ -10173,7 +10225,7 @@ msgstr "JSONPath"
msgid "Jan"
msgstr "ינו׳"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "ינו×ר"
@@ -10190,7 +10242,7 @@ msgstr "JavaScript"
msgid "Jul"
msgstr "יול׳"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "יולי"
@@ -10198,11 +10250,11 @@ msgstr "יולי"
msgid "Jun"
msgstr "יונ׳"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "יוני"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "משך זמן שמירת מש××‘×™× ×ובדי×"
@@ -10236,7 +10288,7 @@ msgstr "המפתח „%1$s†×ינו תו×× <grpmax|grpmin|grpsum|grpavg>[\"
msgid "Key passphrase"
msgstr "מילת צופן למפתח"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "מילת מפתח"
@@ -10273,23 +10325,23 @@ msgstr "הכניסה ×¢× LDAP הצליחה"
msgid "LDAP settings"
msgstr "הגדרות LDAP"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr "LF"
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr "מ×קרו LLD (גילוי ברמה נמוכה)"
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr "מ×קרו××™× LLD (גילוי ברמה נמוכה)"
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10315,42 +10367,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "×חרון"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] "×‘×™×•× ×”×חרון"
msgstr[1] "ב־%1$d ×”×™×ž×™× ×”×חרוני×"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] "בשעה ×”×חרונה"
msgstr[1] "ב־%1$d השעות ×”×חרונות"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] "בדקה ×”×חרונה"
msgstr[1] "ב־%1$d הדקות ×”×חרונות"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] "בחודש ×”×חרון"
msgstr[1] "ב־%1$d ×”×—×•×“×©×™× ×”×חרוני×"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] "בשנייה ×”×חרונה"
msgstr[1] "ב־%1$d השניות ×”×חרונות"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10387,23 +10439,24 @@ msgstr "השינוי ×”×חרון (יורד)"
msgid "Last check"
msgstr "הבדיקה ×”×חרונה"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "×ª×¨×©×™× ×©×œ השעה ×”×חרונה"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "×ª×¨×©×™× ×©×œ החודש שעבר"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "×חרון מבין"
@@ -10416,21 +10469,21 @@ msgstr "נר××” ל×חרונה (גיל)"
msgid "Last value"
msgstr "ערך ×חרון"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "×ª×¨×©×™× ×”×©×‘×•×¢ שעבר"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "× ×ª×•× ×™× ×¢×“×›× ×™×™×"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "×¢×¨×›×™× ×חרוני×"
@@ -10477,7 +10530,7 @@ msgstr "×¦×ž×¦×•× ×ž×©×ž×ל"
msgid "Legend"
msgstr "מקר×"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10519,8 +10572,8 @@ msgstr "קישור"
msgid "Link indicators"
msgstr "מחווני קישור"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr "קישור תבניות חדשות"
@@ -10556,10 +10609,10 @@ msgstr "קישור לתבניות"
msgid "Linked map"
msgstr "מפה מקושרת"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10653,10 +10706,10 @@ msgid "Location longitude"
msgstr "קו גובה של המיקו×"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "יומן"
@@ -10668,10 +10721,10 @@ msgstr "מעקב ×חר קובצי יומן ×¢× ×ª×ž×™×›×” בגלגול קוב×
msgid "Log file monitoring. Returns log"
msgstr "מעקב ×חר קובץ יומן. מחזירה יומן"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "תבנית הזמן ליומן"
@@ -10728,7 +10781,7 @@ msgstr "כלל גילוי ברמה נמוכה במצב â€ž×œ× × ×ª×ž×šâ€œ"
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "ב׳"
@@ -10745,8 +10798,9 @@ msgstr "כתובת MAC ב׳"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10761,7 +10815,7 @@ msgstr "בדיקת ×¡×›×•× MD5 על קובץ. מחזירה מחרוזת תוו×
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "מ×קרו"
@@ -10788,10 +10842,10 @@ msgstr "מ×קרו ×¢× hostmacroid (מזהה מ×קרו מ×רח) %1$s ×œ× ×§×
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10882,16 +10936,16 @@ msgstr "תחזוקה ×œ×œ× ×יסוף נתוני×"
msgid "Maintenance: %1$s"
msgstr "תחזוקה: %1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "פרמטר הכרחי חסר."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "ידני"
@@ -10906,7 +10960,7 @@ msgstr "נסגר ידנית"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "מפה"
@@ -11000,7 +11054,7 @@ msgstr "מפות"
msgid "Mar"
msgstr "מרץ"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "מרץ"
@@ -11016,11 +11070,11 @@ msgstr "סימון ×חרי×"
msgid "Mark selected"
msgstr "סימון הנבחרי×"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "מסכה"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11039,11 +11093,11 @@ msgid "Mass update shapes"
msgstr "עדכון כמותי של צורות"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "פריט ×ב"
@@ -11091,7 +11145,7 @@ msgstr "מספר ×”×§×‘×¦×™× ×”×¤×ª×•×—×™× ×”×ž×¨×‘×™ שנתמך על ידי ×
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "מספר ×”×ª×”×œ×™×›×™× ×”×ž×¨×‘×™ שנתמך על ידי מערכת ההפעלה. מחזירה מספר ×©×œ× ×•×—×™×•×‘×™"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11106,7 +11160,7 @@ msgstr[1] "תקופת הזמן המרבית להצגה ×”×™× %1$s ימי×."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "חרגת מה×ורך הכללי המרבי המותר לכתובת דו×״ל עבור סוג המדיה ×¢× ×”×ž×–×”×” „%1$sâ€."
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "מ××™"
@@ -11261,7 +11315,7 @@ msgid "Message/Command"
msgstr "הודעה/פקודה"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "הודעות"
@@ -11325,7 +11379,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "רמת חומרה מזערית"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11384,7 +11438,7 @@ msgstr "×¤×¨×™×˜×™× ×—×¡×¨×™× ×œ×בטיפוס ×ª×¨×©×™× â€ž%1$sâ€."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "חסר מפתח „%1$s†למ×רח „%2$sâ€."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11457,7 +11511,7 @@ msgstr "×”×ž×•×“×•×œ×™× ×¢×•×“×›× ×•"
msgid "Mon"
msgstr "ב׳"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "×™×•× ×©× ×™"
@@ -11465,9 +11519,9 @@ msgstr "×™×•× ×©× ×™"
msgid "Monitored by"
msgstr "מנוטר על ידי"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "מנוטר ע״י מתווך"
@@ -11499,11 +11553,11 @@ msgstr "חודש"
msgid "Monthly"
msgstr "חודשי"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "נמצ×ו תוצ×ות נוספות…"
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11522,20 +11576,20 @@ msgstr "יותר ×ž×ª×¨×©×™× ×חד ×¢× ×”×©× â€ž%1$s†במ×רח."
msgid "Mozilla Firefox"
msgstr "Firefox מבית Mozilla"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "מרובי×"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "מגוון ×ירועי תקלה"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "השתקה"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11568,13 +11622,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11602,17 +11657,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11632,19 +11687,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11653,15 +11708,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11671,12 +11726,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11767,12 +11822,12 @@ msgid "Never"
msgstr "×ž×¢×•×œ× ×œ×"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "×™×™×©×•× ×—×“×©"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "×בטיפוס חדש ליישו×"
@@ -11786,7 +11841,7 @@ msgstr "תנ××™ חדש"
msgid "New dashboard"
msgstr "לוח ×ž×—×•×•× ×™× ×—×“×©"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "רכיב חדש"
@@ -11822,13 +11877,13 @@ msgstr "×©× ×ª×’×™×ª חדש"
msgid "New triggers"
msgstr "הקפצות חדשות"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr "העמוד הב×"
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "השלב הב×"
@@ -11837,20 +11892,20 @@ msgstr "השלב הב×"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12004,6 +12059,7 @@ msgid "No data."
msgstr "×ין נתוני×."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "×ין מנשק בררת מחדל עבור הסוג „%1$s†תחת „%2$sâ€."
@@ -12020,12 +12076,12 @@ msgstr "×œ× ×¡×•×¤×§ מזהה של כלל גילוי."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "×ין הצפנה"
@@ -12092,12 +12148,12 @@ msgstr ""
msgid "No image"
msgstr "×ין תמונה"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "×œ× × ×ž×¦× ×ž× ×©×§"
@@ -12112,7 +12168,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12150,7 +12206,7 @@ msgstr "×œ× ×¡×•×¤×§ מזהה מפה עבור רכיב המסך."
msgid "No maps added."
msgstr "×œ× × ×•×¡×¤×• מפות."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "×œ× × ×ž×¦×ו הת×מות"
@@ -12181,8 +12237,8 @@ msgstr "×ין הרש×ות לגישה למערכת."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12191,8 +12247,8 @@ msgstr "×ין הרש×ות לגישה למערכת."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12248,12 +12304,12 @@ msgstr "×ין הרש×ות לגישה למערכת."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12312,7 +12368,7 @@ msgstr "×ין הרש×ות לגישה למערכת."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12333,7 +12389,7 @@ msgstr "×ין הרש×ות לגישה למערכת."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "×ין הרשה לפריט המופנה ×ו ×©×”×•× ×œ× ×§×™×™×!"
@@ -12363,7 +12419,7 @@ msgstr "×œ× ×¦×•×™×Ÿ מפתח ציבורי."
msgid "No recipients for action operation message."
msgstr "×ין × ×ž×¢× ×™× ×œ×”×•×“×¢×ª משימת הפעולה."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "×œ×œ× ×¨×¢× ×•×Ÿ"
@@ -12375,11 +12431,11 @@ msgstr "×œ× × ×•×¡×¤×• מסכי×."
msgid "No script specified for action operation command."
msgstr "×œ× ×¦×•×™×Ÿ סקריפט לפקודת משימת הפעולה."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "×œ× × ×‘×—×¨ יעד"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "×œ× × ×‘×—×¨ יעד."
@@ -12396,19 +12452,19 @@ msgstr "×œ× ×”×•×’×“×¨×• הקפצות."
msgid "No value"
msgstr "×ין ערך"
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "הופסק השימוש ×‘×“×’×œ×•× ×™× ×©××™× × ×‘×•×œ×™×× ×™×."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12421,18 +12477,18 @@ msgstr "הופסק השימוש ×‘×“×’×œ×•× ×™× ×©××™× × ×‘×•×œ×™×× ×™×."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "לל×"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12530,7 +12586,7 @@ msgstr "לשלוח התרעות לכל המעורבי×"
msgid "Nov"
msgstr "נוב׳"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "נובמבר"
@@ -12543,11 +12599,11 @@ msgstr "מספר המעבדי×. מחזירה מספר ×©×œ× ×•×—×™×•×‘×™"
msgid "Number of enabled items on the host."
msgstr "מספר ×”×¤×¨×™×˜×™× ×”×¤×¢×™×œ×™× ×¢×œ המ×רח."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "מספר ×¤×¨×™×˜×™× (פעילי×/מושבתי×/×œ× × ×ª×ž×›×™×)"
@@ -12615,11 +12671,11 @@ msgstr "מספר שינויי המצב"
msgid "Number of steps"
msgstr "מספר השלבי×"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "מספר ההקפצות (פעיל/מושבת [תקלה/תקין])"
@@ -12635,7 +12691,7 @@ msgstr "מספר ×”×¤×¨×™×˜×™× ×©××™× × × ×ª×ž×›×™× ×‘×ž×¡×“ הנתוני×
msgid "Number of unsupported items on the host."
msgstr "מספר ×”×¤×¨×™×˜×™× ×©××™× × × ×ª×ž×›×™× ×‘×ž×רח."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "מספר ×”×ž×©×ª×ž×©×™× (מקווני×)"
@@ -12687,22 +12743,22 @@ msgid "Numeral systems"
msgstr "מערכות ספרתיות"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "מספרי (שבר עשרוני)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "ספרתי (×©×œ× ×•×—×™×•×‘×™)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "מספרי (×œ×œ× ×¡×™×ž×Ÿ)"
@@ -12720,13 +12776,13 @@ msgstr "יצרן"
msgid "OK"
msgstr "תקין"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "×”×ירוע התקין נסגר"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "יצירת ×ירועי תקינות"
@@ -12742,7 +12798,7 @@ msgstr "נתב OOB"
msgid "OOB subnet mask"
msgstr "מסכת רשת OOB"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "×ו"
@@ -12770,13 +12826,13 @@ msgstr "×וק׳"
msgid "Octal to decimal"
msgstr "×וקטלי לעשרוני"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "×וקטובר"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "כבוי"
@@ -12808,7 +12864,7 @@ msgstr "×©× ×”×ª×’×™×ª הקוד×"
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "פעיל"
@@ -12883,7 +12939,7 @@ msgstr "רק ×ž× ×”×œ×™× ×™×›×•×œ×™× ×œ×”×’×“×™×¨ בעלות על מסך."
msgid "Only administrators can set slide show owner."
msgstr "רק ×ž× ×”×œ×™× ×™×›×•×œ×™× ×œ×”×’×“×™×¨ בעלות על מצגת."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "רק ×¤×¨×™×˜×™× ×©×”×•×§×¦×• למ××¨×—×™× ×¤×¢×™×œ×™× × ×¡×¤×¨×™×"
@@ -12939,7 +12995,7 @@ msgstr "רק מנהלי על ×™×›×•×œ×™× ×œ×¢×“×›×Ÿ מפות ערכי×."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "רק 20%% ×”××—×¨×•× ×™× ×©×œ המחוון מוצגי×."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "רק הקפצות שמוקצות למ××¨×—×™× ×ž×•×¤×¢×œ×™× ×©×ª×œ×•×™×•×ª ×‘×¤×¨×™×˜×™× ×¤×¢×™×œ×™× × ×¡×¤×¨×•×ª"
@@ -12961,7 +13017,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "×œ× × ×™×ª×Ÿ לבצע ×ת הפעולה עקב בקשה בלתי מורשית."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "פרטי הפעולה"
@@ -12977,12 +13033,12 @@ msgstr "לפעולה ×ין תבנית לפעילות."
msgid "Operation type"
msgstr "סוג הפעולה"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr "× ×ª×•× ×™× ×ª×¤×¢×•×œ×™×™×"
@@ -13030,24 +13086,24 @@ msgstr "מפעיל"
msgid "Options"
msgstr "×פשרויות"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "×ו"
@@ -13076,55 +13132,57 @@ msgstr "×ו"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13163,8 +13221,8 @@ msgstr "×חרי×"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "סטטיסטיקת תעבורה יוצ×ת במנשק רשת. מחזירה מספר ×©×œ× ×•×¢×©×¨×•× ×™"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "נדרס ע״י"
@@ -13188,8 +13246,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "מעקפי×"
@@ -13374,16 +13432,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "תקלה"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "מצב יצירת ×ירוע תקלה"
@@ -13395,26 +13453,26 @@ msgstr "מצב יצירת ×ירוע תקלה"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "זהות PSK"
@@ -13433,13 +13491,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr "נווט"
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "פרמטר"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "הפרמטר „%1$s†נזנח."
@@ -13510,28 +13568,28 @@ msgstr "פ×סיבי"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "ססמה"
@@ -13543,15 +13601,15 @@ msgstr "ססמה (×¤×¢× × ×•×¡×¤×ª)"
msgid "Password is not mandatory for non internal authentication type."
msgstr "ססמה ××™× ×” מחייבת עבור סוגי ×ימות ש××™× × ×¤× ×™×ž×™×™×."
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "הדבקה"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "הדבקה ×œ×œ× ×§×™×©×•×¨×™× ×—×™×¦×•× ×™×™×"
@@ -13568,7 +13626,7 @@ msgstr "השהיית פעולות לתקלות מוסתרות"
msgid "Peak memory usage: %1$s"
msgstr "השימוש המרבי בזיכרון: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "×חוז"
@@ -13585,17 +13643,22 @@ msgstr "קו ×חוזון (ימין)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "ביצוע ש×ילתת DNS. מחזירה מחרוזת ×ª×•×•×™× ×¢× ×¡×•×’ המידע הנדרש"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "תקופה"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13641,7 +13704,7 @@ msgid "Placing algorithm"
msgstr "××œ×’×•×¨×™×ª× ×”×¦×‘×”"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "טקסט פשוט"
@@ -13655,7 +13718,7 @@ msgstr "ניגון"
msgid "Play sound"
msgstr "ניגון צליל"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "× × ×œ×‘×“×•×§ ×ת משתני התצורה. ×× ×›×•×œ× × ×›×•× ×™×, יש ללחוץ על הכפתור „%1$s†×ו לחלופין על הכפתור „%2$s†כדי לשנות משתני תצורה."
@@ -13664,20 +13727,20 @@ msgstr "× × ×œ×‘×“×•×§ ×ת משתני התצורה. ×× ×›×•×œ× × ×›×•× ×™×
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "× × ×œ×™×¦×•×¨ מסד × ×ª×•× ×™× ×™×“× ×™×ª ולהגדיר ×ת משתני התצורה לחיבור למסד ×”× ×ª×•× ×™× ×”×–×”. יש ללחוץ על הכפתור „%1$s†ל×חר ×¡×™×•× ×”×¤×¢×•×œ×”."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "× × ×œ×”×–×™×Ÿ ×ת ×©× ×”×ž×רח ×ו ×ת כתובת ×”Ö¾IP ומספר הפתחה של שרת ×”Ö¾Zabbix כמו ×’× ×ת ×©× ×”×”×ª×§× ×” (רשות)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "× × ×œ×‘×—×•×¨ בשני רכיבי×"
@@ -13707,18 +13770,17 @@ msgstr "נקודות"
msgid "Polish (pl_PL)"
msgstr "פולנית (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "×ž×ž×œ× ×©×“×” במ×גר המ×רח"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13749,33 +13811,33 @@ msgid "Post type"
msgstr "סוג Post"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "תקציר ×˜×¨×•× ×”×ª×§× ×”"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "עיבוד טרומי"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "עיבוד טרומי"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "שלבי עיבוד טרומי"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr "×¤×¢× ×§×•×“×ž×ª"
@@ -13786,23 +13848,23 @@ msgstr "×¤×¢× ×§×•×“×ž×ª"
msgid "Preview"
msgstr "תצוגה מקדימה"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "החודש הקוד×"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr "העמוד הקוד×"
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr "ערך קוד×"
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "שבוע שעבר"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "שנה שעברה"
@@ -13835,12 +13897,14 @@ msgid "Primary POC screen name"
msgstr "×©× ×ž×¡×š ×יש קשר ר×שי"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "מילת צופן לפרטיות"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "פרוטוקול פרטיות"
@@ -13852,29 +13916,29 @@ msgid "Private"
msgstr "פרטי"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "קובץ מפתח פרטי"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "רמת ההרש×ות"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13899,8 +13963,8 @@ msgstr "נוצרה תקלה"
msgid "Problem display"
msgstr "תצוגת תקלה"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "ביטוי התקלה"
@@ -13917,7 +13981,7 @@ msgstr "התקלה ××™× ×” מוסתרת"
msgid "Problem is suppressed"
msgstr "התקלה מוסתרת"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "בעיה ×¢×"
@@ -13947,13 +14011,13 @@ msgstr "תקלה, ×× ×œ×›×œ הצ×צ××™× ×™×© תקלות"
msgid "Problem, if at least one child has a problem"
msgstr "תקלה, ×× ×œ×¤×—×•×ª ל×חד מהצ×צ××™× ×™×© תקלה"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13962,7 +14026,7 @@ msgstr "תקלה, ×× ×œ×¤×—×•×ª ל×חד מהצ×צ××™× ×™×© תקלה"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "תקלות"
@@ -13999,7 +14063,7 @@ msgid "Properties"
msgstr "תכונות"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14017,7 +14081,7 @@ msgstr "מתווכי×"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14088,20 +14152,20 @@ msgid "Public"
msgstr "ציבורי"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "מפתח ציבורי"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "קובץ מפתח ציבורי"
@@ -14131,8 +14195,8 @@ msgstr "סקירת התור לפי מתווך"
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "נפתר"
@@ -14142,10 +14206,10 @@ msgid "RMCP+"
msgstr "RMCP+‎"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "× ×ª×•× ×™× ×’×•×œ×ž×™×™×"
@@ -14203,7 +14267,7 @@ msgid "Received value"
msgstr "ערך שהתקבל"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14230,24 +14294,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "שחזור"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "ביטוי שחזור"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "שגי××” בתחביר ביטוי השחזור."
@@ -14257,9 +14321,9 @@ msgstr "פעולות שחזור"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "מועד השחזור"
@@ -14274,11 +14338,11 @@ msgid "Refresh"
msgstr "רענון"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "תדירות רענון"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "מכפלת תדירות רענון"
@@ -14292,7 +14356,7 @@ msgstr "רגיל"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "ביטוי רגולרי"
@@ -14332,7 +14396,7 @@ msgstr "×‘×™×˜×•×™×™× ×¨×’×•×œ×¨×™×™×"
msgid "Regular items"
msgstr "×¤×¨×™×˜×™× ×¨×’×™×œ×™×"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14356,6 +14420,12 @@ msgstr "פקודה מרוחקת"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14372,43 +14442,37 @@ msgstr "פקודה מרוחקת"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14417,14 +14481,14 @@ msgstr "פקודה מרוחקת"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14447,7 +14511,7 @@ msgstr "פקודה מרוחקת"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14480,8 +14544,8 @@ msgstr "פקודה מרוחקת"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "הסרה"
@@ -14517,7 +14581,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "הסרה, %1$s"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14527,17 +14591,17 @@ msgstr "הוסר, %1$s"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "החלפה"
@@ -14552,23 +14616,23 @@ msgstr "החלפת תלויות"
msgid "Reports"
msgstr "דוחות"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr "גוף בקשה"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr "סוג גוף הבקשה"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "הבקשה נשלחה בהצלחה"
@@ -14578,7 +14642,7 @@ msgstr "הבקשה נשלחה בהצלחה"
msgid "Request type"
msgstr "סוג בקשה"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "נדרש"
@@ -14595,14 +14659,14 @@ msgstr "×‘×™×¦×•×¢×™× × ×“×¨×©×™× (×¢×¨×›×™× ×œ×©× ×™×™×”)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "×‘×™×¦×•×¢×™× × ×“×¨×©×™× ×ž×©×¨×ª ×”Ö¾Zabbix, בציפייה ×œ×¢×¨×›×™× ×—×“×©×™× ×‘×©× ×™×™×”."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "דרישות שרת נדרשות, ×¢×¨×›×™× ×—×“×©×™× ×œ×©× ×™×™×”"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "×§×•×“×™× × ×“×¨×©×™× ×œ×ž×¦×‘"
@@ -14610,7 +14674,7 @@ msgstr "×§×•×“×™× × ×“×¨×©×™× ×œ×ž×¦×‘"
msgid "Required string"
msgstr "מחרוזת נדרשת"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "×יפוס"
@@ -14639,7 +14703,7 @@ msgstr "×ישור ×יפוס"
msgid "Reset defaults"
msgstr "×יפוס לבררות המחדל"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "נפתר"
@@ -14651,26 +14715,26 @@ msgstr "נפתר על ידי"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "נפתר על ידי כלל היחס „%1$sâ€."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "נפתר על ידי כלל יחס."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr "נפתר על ידי משתמש בלתי נגיש."
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "נפתר על ידי המשתמש „%1$sâ€."
@@ -14707,15 +14771,15 @@ msgstr "סוג התגובה: מחרוזת"
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "תוצ××”"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr "התוצ××” הומרה לכדי %1$s"
@@ -14734,14 +14798,14 @@ msgstr "התוצ××” ×”×™× ×מת"
msgid "Result type"
msgstr "סוג התוצ××”"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr "חלה תוצ××” ×¢× ×ž×¤×ª ערכי×"
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "מצב קבלה"
@@ -14904,12 +14968,12 @@ msgstr "הרצת פקודה מסוימת על המ×רח. מחזירה ×ת פל
msgid "Russian (ru_RU)"
msgstr "רוסית (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "ש׳"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "×׳"
@@ -14919,7 +14983,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14964,16 +15029,16 @@ msgstr "פתחת שרת ה־SMTP"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "OID של SNMP"
@@ -14981,8 +15046,10 @@ msgstr "OID של SNMP"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "קהילה של SNMP"
@@ -14998,11 +15065,13 @@ msgstr "מלכודת SNMP"
msgid "SNMP trap key is invalid."
msgstr "מפתח מלכודת ה־SNMP שגויה."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15010,7 +15079,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "סוכן SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15018,7 +15088,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "סוכן SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15040,9 +15111,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "ספירת SQL:†%1$s (בחירות: %2$s | הפעלות: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "ש×ילתת SQL"
@@ -15065,40 +15136,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "סוכן SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "קובץ ×ישור SSL"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "קובץ מפתח SSL"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "ססמת מפתח SSL"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "×ימות מ×רח SSL"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "×ימות עמית ×¢× SSL"
@@ -15126,15 +15197,23 @@ msgstr "×œ×œ× ×¢×™×˜×•×¨×™×"
msgid "Sat"
msgstr "ש׳"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "שבת"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "שמירת השינויי×"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "שמירה בתור „%1$s“"
@@ -15156,12 +15235,12 @@ msgid "Scheduled check"
msgstr "בדיקה מתוזמנת"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15245,9 +15324,9 @@ msgid "Screen updated"
msgstr "המסך עודכן"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15262,7 +15341,7 @@ msgstr "המסך עודכן"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "מסכי×"
@@ -15327,7 +15406,7 @@ msgstr "הסקריפט עודכן"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "סקריפטי×"
@@ -15385,19 +15464,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "רמת ×בטחה"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "×©× ×בטחה"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15408,8 +15489,8 @@ msgstr "×©× ×בטחה"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15417,15 +15498,15 @@ msgstr "×©× ×בטחה"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "בחירה"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "בחירת ×בטיפוס"
@@ -15458,19 +15539,19 @@ msgstr "×¨×›×™×‘×™× ×©× ×‘×—×¨×•"
msgid "Selected items only"
msgstr "×¤×¨×™×˜×™× × ×‘×—×¨×™× ×‘×œ×‘×“"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "נבחר, %1$s ×‘×ž×™×§×•× %2$d מתוך %3$d"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "נבחר, %1$s, לקרי××” בלבד, ×‘×ž×™×§×•× %2$d מתוך %3$d"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "שליחה לרקע"
@@ -15495,7 +15576,7 @@ msgstr "שליחה רק ×ל"
msgid "Send to"
msgstr "שליחה ×ל"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "הרחקה לרקע"
@@ -15522,13 +15603,13 @@ msgstr "ספט׳"
msgid "Separated"
msgstr "מופרד"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr "בנפרד"
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "ספטמבר"
@@ -15653,12 +15734,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "ההפעלה נפסקה, × × ×œ×”×™×›× ×¡ שוב, בבקשה."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "הגדרת טווח זמן מות×× ×ישית"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr "הגדרת השגי××” לכדי"
@@ -15667,11 +15749,11 @@ msgstr "הגדרת השגי××” לכדי"
msgid "Set host inventory mode"
msgstr "הגדרת מצב מל××™ למ×רח"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr "הגדרת הערך לכדי"
@@ -15694,28 +15776,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15734,7 +15816,7 @@ msgid "Severity changed"
msgstr "דרגת החומרה השתנתה"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "×©×™× ×•×™×™× ×‘×“×¨×’×ª החומרה"
@@ -15764,7 +15846,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "שיתוף"
@@ -15782,14 +15864,14 @@ msgstr "ל×פשרות השיתוף „%1$s†חסר הערך למפה „%2$sâ
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "ל×פשרות השיתוף „%1$s†חסר ערך למסך „%2$sâ€."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "מקוצר"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15800,8 +15882,8 @@ msgstr "מקוצר"
msgid "Show"
msgstr "הצגה"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "הצגת פרטי×"
@@ -15809,7 +15891,7 @@ msgstr "הצגת פרטי×"
msgid "Show header"
msgstr "הצגת כותרת"
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15836,7 +15918,11 @@ msgstr "הצגת מקר×"
msgid "Show lines"
msgstr "הצגת קווי×"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15858,9 +15944,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15871,7 +15957,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr "הצגת תקלות מוסתרות"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "הצגת תגיות"
@@ -15885,7 +15971,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "הצגת טקסט כ־HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15896,7 +15982,7 @@ msgid "Show triggers"
msgstr "הצגת הקפצות"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "הצגת ×œ×œ× ×”×›×¨×” בלבד"
@@ -15905,10 +15991,10 @@ msgstr "הצגת ×œ×œ× ×”×›×¨×” בלבד"
msgid "Show unavailable maps"
msgstr "הצגת מפות ×œ× ×–×ž×™× ×•×ª"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "הצגת ערך"
@@ -15920,7 +16006,7 @@ msgstr "הצגת ×זהרה ×× ×©×¨×ª ×”Ö¾Zabbix ×ינו פעיל"
msgid "Show working time"
msgstr "הצגת זמן עבודה"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "מוצג"
@@ -15971,8 +16057,8 @@ msgstr "×ª×¨×©×™× ×¤×©×•×˜"
msgid "Simple graph prototype"
msgstr "×בטיפוס ×ª×¨×©×™× ×¤×©×•×˜"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "בודדת"
@@ -16083,7 +16169,7 @@ msgstr "שקופיות"
msgid "Slovak (sk_SK)"
msgstr "סלובקית (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "נודניק"
@@ -16221,7 +16307,8 @@ msgstr "סטטית"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16229,16 +16316,15 @@ msgstr "סטטית"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16258,7 +16344,7 @@ msgstr "סטטית"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16346,28 +16432,28 @@ msgid "Stop"
msgstr "עצירה"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr "תקופת ×חסון"
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16379,7 +16465,7 @@ msgstr "ישירה"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16404,14 +16490,14 @@ msgid "Subject"
msgstr "נוש×"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "נוש×"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "תת־מפה"
@@ -16419,7 +16505,7 @@ msgstr "תת־מפה"
msgid "Success Audit"
msgstr "הצלחה בפיקוח"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "הודעת הצלחה"
@@ -16432,7 +16518,7 @@ msgstr "×¡×›×•× ×©×œ תעבורת × ×ª×•× ×™× × ×›× ×¡×ª ויוצ×ת על מ×
msgid "Sun"
msgstr "×׳"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "×™×•× ×¨×שון"
@@ -16476,7 +16562,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "החלפת שיטת ×ימות ת×פס ×ת הכול פרט להפעלה ×”×–×ת! להמשיך?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16527,12 +16613,12 @@ msgstr "זמן המערכת. מחזירה מספר ×©×œ× ×•×—×™×•×‘×™ ×¢× ×¡×•
msgid "System uptime in seconds. Returns integer"
msgstr "זמן הפעילות של המערכת בשניות. מחזירה מספר ×©×œ× ×•×—×™×•×‘×™"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "×”"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "ג׳"
@@ -16574,12 +16660,12 @@ msgstr "לטבלה „%1$s“ ×ין שדה ×‘×©× â€ž%2$s“."
msgid "Tag"
msgstr "תגית"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "התגית „%1$s“ ×¢× ×”×¢×¨×š „%2$s“ כבר קיימת."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "עדיפות הצגת תגיות"
@@ -16588,12 +16674,12 @@ msgstr "עדיפות הצגת תגיות"
msgid "Tag filter"
msgstr "מסנן תגיות"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "תגית להת×מה"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "×©× ×ª×’×™×ª"
@@ -16604,25 +16690,25 @@ msgstr "ערך תגית"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16630,11 +16716,11 @@ msgstr "ערך תגית"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16643,11 +16729,11 @@ msgid "Tags"
msgstr "תגיות"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "יעד"
@@ -16766,13 +16852,13 @@ msgstr "כבר קיימת תבנית ×¢× ×ותו ×©× ×”×ª×¦×•×’×” „%1$sâ€.
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16794,20 +16880,20 @@ msgstr "תבניות עודכנו"
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "בדיקה"
@@ -16832,7 +16918,7 @@ msgstr "נתוני בדיקה"
msgid "Test expressions"
msgstr "ביטויי בדיקה"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr "בדיקת פריט"
@@ -16860,10 +16946,10 @@ msgstr "הנבדק"
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16902,7 +16988,7 @@ msgstr "×”×™×™×©×•× ×œ× ×ž×ª×’×œ×” עוד ×•×”×•× ×™×™×ž×—×§ ×‘×¤×¢× ×”×‘××
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16995,11 +17081,11 @@ msgstr "×™×™×©×•× ×ª×¨×—×™×© הרשת שייך למ×רח שונה ממ×רח ×
msgid "Theme"
msgstr "ערכת עיצוב"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "×”×™×•× ×”×–×” בשבוע שעבר"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17008,11 +17094,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr "זו הודעת הבדיקה מ־Zabbix"
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "החודש"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "החודש הזה עד כה"
@@ -17024,23 +17110,23 @@ msgstr "עמודת מסך זו ××™× ×” ריקה. למחוק ×ותה?"
msgid "This screen row is not empty. Delete it?"
msgstr "שורת מסך זו ××™× ×” ריקה. למחוק ×ותה?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "השבוע"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "השבוע הזה עד כה"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "השנה"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "השנה הזו עד כה"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "סף"
@@ -17052,7 +17138,7 @@ msgstr "×”×טה"
msgid "Thu"
msgstr "×”"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "×™×•× ×—×ž×™×©×™"
@@ -17063,19 +17149,19 @@ msgstr "×™×•× ×—×ž×™×©×™"
msgid "Till"
msgstr "עד"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17118,12 +17204,12 @@ msgstr ""
msgid "Time period"
msgstr "תקופת זמן"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17135,16 +17221,23 @@ msgstr "היסט זמן"
msgid "Time type"
msgstr "סוג הזמן"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "×ª×•× ×”×–×ž×Ÿ"
@@ -17158,22 +17251,23 @@ msgstr "×ª×•× ×”×–×ž×Ÿ"
msgid "Timestamp"
msgstr "חותמת זמן"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "עד"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "כדי להגדיר מנשק מ×רח יש לבחור בסוג פריט ×חד לכל הפריטי×"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "היו×"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "×”×™×•× ×¢×“ ×›×”"
@@ -17263,10 +17357,10 @@ msgstr "להתייחס כ־0"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "תקופת ×חסון מגמות"
@@ -17275,34 +17369,34 @@ msgstr "תקופת ×חסון מגמות"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "מגמות"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "הקפצה"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "ההקפצה „%1$s†כבר קיימת תחת „%2$sâ€."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "ההקפצה „%1$s†שייכת לתבניות ×¢× ×§×™×©×•×¨×™×•×ª שונה."
@@ -17312,7 +17406,7 @@ msgstr "ההקפצה „%1$s†שייכת לתבניות ×¢× ×§×™×©×•×¨×™×•×ª
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "ההקפצה „%1$s†תלויה בהקפצה „%2$sâ€, ש××™× ×” קיימת."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr "כתובת הקפצה"
@@ -17320,7 +17414,7 @@ msgstr "כתובת הקפצה"
msgid "Trigger actions"
msgstr "פעולות הקפצה"
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "נוספה הקפצה"
@@ -17328,7 +17422,7 @@ msgstr "נוספה הקפצה"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "הקפצה ×œ× ×™×›×•×œ×” להיות תלויה בהקפצה שממנה ×”×™× ×™×•×¨×©×ª."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "הקפצה הועתקה"
@@ -17338,7 +17432,7 @@ msgstr[1] "הקפצות הועתקו"
msgid "Trigger data storage period"
msgstr "תקופת ×חסון נתוני הקפצות"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "נמחקה הקפצה"
@@ -17346,7 +17440,7 @@ msgstr "נמחקה הקפצה"
msgid "Trigger details"
msgstr "פרטי הקפצה"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "הקפצה הושבתה"
@@ -17357,13 +17451,13 @@ msgstr[1] "הקפצות הושבתו"
msgid "Trigger displaying options"
msgstr "×פשרויות הצגת הקפצות"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "הקפצה הופעלה"
msgstr[1] "הקפצות הופעלו"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "ביטוי ההקפצה חייב להכיל לפחות הפניית מ×רח:מפתח (host:key) ×חת."
@@ -17403,24 +17497,24 @@ msgstr "סקירת הקפצה"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "×בטיפוס הקפצה"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "×בטיפוס ההקפצה „%1$s†כבר ×§×™×™× ×ª×—×ª „%2$sâ€."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "×בטיפוס ההקפצה „%1$s†שייך לתבניות ×¢× ×§×™×©×•×¨×™×•×ª שונות."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "×בטיפוס ההקפצה „%1$s†מכיל ×בות טיפוס של ×¤×¨×™×˜×™× ×ž×ž×’×•×•×Ÿ כללי גילוי."
@@ -17430,12 +17524,12 @@ msgstr "×בטיפוס ההקפצה „%1$s†מכיל ×בות טיפוס של
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "×בטיפוס ההקפצה „%1$s†תלוי בהקפצה „%2$sâ€, ש××™× ×” קיימת."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "×בטיפוס הקפצה „%1$s†חייב להכיל לפחות ×בטיפוס פריט ×חד."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "נוסף ×בטיפוס הקפצה"
@@ -17443,11 +17537,11 @@ msgstr "נוסף ×בטיפוס הקפצה"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "×בטיפוס הקפצה ×œ× ×™×›×•×œ להיות תלוי בהקפצה שממנה ×”×•× ×™×•×¨×©."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "×בטיפוס הקפצה נמחק"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "×בטיפוס הקפצה עודכן"
@@ -17455,7 +17549,7 @@ msgstr[1] "×בות טיפוס של הקפצות עודכנו"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17463,15 +17557,15 @@ msgstr[1] "×בות טיפוס של הקפצות עודכנו"
msgid "Trigger prototypes"
msgstr "×בות טיפוס של הקפצות"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "×בות טיפוס של הקפצות נמחקו"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "×בות טיפוס של הקפצות עודכנו"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "ביטוי שחזור ההקפצה חייב להכיל לפחות הפנייה ×חת ל־host:key (מ×רח:מפתח)."
@@ -17479,11 +17573,11 @@ msgstr "ביטוי שחזור ההקפצה חייב להכיל לפחות הפנ
msgid "Trigger severity"
msgstr "חומרת הקפצה"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "מצב ההקפצה ×”×•× â€ž×ª×§×™×Ÿâ€œ"
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "מצב ההקפצה ×”×•× â€ž×ª×§×œ×”â€"
@@ -17491,19 +17585,19 @@ msgstr "מצב ההקפצה ×”×•× â€ž×ª×§×œ×”â€"
msgid "Trigger tags"
msgstr "תגיות הקפצה"
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "הקפצה עודכנה"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17516,11 +17610,11 @@ msgstr "הקפצה עודכנה"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "הקפצות"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "הקפצות נמחקו"
@@ -17536,7 +17630,7 @@ msgstr "צמצו×"
msgid "Tue"
msgstr "ג׳"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "×™×•× ×©×œ×™×©×™"
@@ -17549,7 +17643,7 @@ msgstr "טורקית (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "×ין ×פשרות ששני ×¤×¨×™×˜×™× ×©×•× ×™× („%1$s†ו־„%2$sâ€) ימל×ו ×ת שדה המ×גר „%3$sâ€, מצב ×›×–×” עשוי להוביל להתנגשות."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "יש לבחור בשני ×¨×›×™×‘×™× ×‘×ž×¤×”"
@@ -17569,7 +17663,7 @@ msgstr "יש לבחור בשני ×¨×›×™×‘×™× ×‘×ž×¤×”"
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17581,21 +17675,21 @@ msgstr "יש לבחור בשני ×¨×›×™×‘×™× ×‘×ž×¤×”"
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17628,18 +17722,18 @@ msgstr "סוג (יורד)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "סוג חישוב"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "סוג מידע"
@@ -17656,8 +17750,8 @@ msgstr "סוגי×"
msgid "UNKNOWN"
msgstr "×œ× ×™×“×•×¢"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17667,11 +17761,11 @@ msgstr "×œ× ×™×“×•×¢"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "כתובת"
@@ -17717,7 +17811,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "לכתובת ××ž×•×¨×™× ×œ×”×™×•×ª שני השדות: „name†ו־„url†(×©× ×•×›×ª×•×‘×ª) עבור המפה „%1$sâ€."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "כתובות"
@@ -17801,10 +17895,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "יחידות"
@@ -17826,7 +17920,7 @@ msgstr "יחידות"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17845,18 +17939,18 @@ msgstr "פעולה ×œ× ×™×“×•×¢×”"
msgid "Unknown error"
msgstr "שגי××” ×œ× ×™×“×•×¢×”"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "פונקציה ×œ× ×™×“×•×¢×”."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "פריט מ×רח ×œ× ×™×“×•×¢, ×ין ×›×–×” פריט במ×רח הנבחר"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "מ×רח ×œ× ×™×“×•×¢, ×œ× ×§×™×™× ×›×–×” מ×רח במערכת"
@@ -17882,15 +17976,15 @@ msgstr "סוג הערך ×œ× ×™×“×•×¢"
msgid "Unlimited"
msgstr "×œ×œ× ×”×’×‘×œ×”"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "הפרדה"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "הפרדה ומחיקה"
@@ -17933,7 +18027,7 @@ msgstr "מופרד: ×בטיפוס פריט „%1$s†על „%2$sâ€."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "מופרד: תרחיש רשת „%1$s†על „%2$sâ€."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "ביטול השתקה"
@@ -17979,6 +18073,11 @@ msgstr "משתנה ×œ× × ×ª×ž×š „%2$s†עבור מסנן של פקודה â€
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "משתנה ×œ× × ×ª×ž×š „%2$s†למסנן של כלל הגילוי „%1$sâ€."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18015,28 +18114,29 @@ msgstr "פעיל"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18053,16 +18153,16 @@ msgstr "עדכון קיימי×"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "תדירות עדכון"
@@ -18117,7 +18217,7 @@ msgstr "זמן פעילות של שרת ה־Zabbix בשניות."
msgid "Uptime/Downtime"
msgstr "זמן פעילות/חוסר פעילות"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "שימוש בבקשות קבוצתיות"
@@ -18146,7 +18246,7 @@ msgstr "בשימוש בפריטי×"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "משתמש"
@@ -18308,14 +18408,14 @@ msgstr "תפריט משתמש"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "×©× ×ž×©×ª×ž×©"
@@ -18382,11 +18482,11 @@ msgstr ""
msgid "User/Recipient"
msgstr "משתמש/נמען"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "×©× ×ž×©×ª×ž×©"
@@ -18394,8 +18494,8 @@ msgstr "×©× ×ž×©×ª×ž×©"
msgid "Username and password"
msgstr "×©× ×ž×©×ª×ž×© וססמה"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18660,24 +18760,24 @@ msgstr "×ימות"
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18806,18 +18906,18 @@ msgstr "משתני×"
msgid "Various information about specific process(es). Returns float"
msgstr "מידע מגוון על תהליך/×™× ×ž×¡×•×™×/×™×. מחזירה שבר עשרוני"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18825,8 +18925,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18838,7 +18938,7 @@ msgstr "יצרן"
msgid "Verbose"
msgstr "מפורט"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18899,7 +18999,7 @@ msgstr "×©× ×ª×¦×•×’×”"
msgid "Visible name cannot be empty if host name is missing."
msgstr "×©× ×”×ª×¦×•×’×” ×œ× ×™×›×•×œ להיות ריק ×× ×ין ×©× ×ž×רח."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "ד׳"
@@ -18911,22 +19011,22 @@ msgstr "ד׳"
msgid "Warning"
msgstr "×זהרה"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "×זהרה"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr "הודעת ×זהרה"
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "×נו מתנצלי×, כמות ×”×¨×›×™×‘×™× ×”×ž×¨×‘×™×ª ×”×פשרית נוצלה."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18936,7 +19036,7 @@ msgstr "×נו מתנצלי×, כמות ×”×¨×›×™×‘×™× ×”×ž×¨×‘×™×ª ×”×פשרי
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "×ינטרנט"
@@ -18993,7 +19093,7 @@ msgstr[1] "תרחישי הרשת הופעלו"
msgid "Web scenario updated"
msgstr "תרחיש הרשת עודכן"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19011,7 +19111,7 @@ msgstr "להתלייה ×ין משתני×."
msgid "Wed"
msgstr "ד׳"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "×™×•× ×¨×‘×™×¢×™"
@@ -19024,7 +19124,7 @@ msgstr "שבועי"
msgid "Welcome"
msgstr "ברוך בו×ך"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "ברוך בו×ך ×ל"
@@ -19032,7 +19132,7 @@ msgstr "ברוך בו×ך ×ל"
msgid "When active"
msgstr "בעת פעילות"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr "הווידג׳ט קטן לעומת גודל העמודות והשורות שצוין."
@@ -19074,7 +19174,7 @@ msgstr "×¢× ×ª×œ×•×™×•×ª"
msgid "With header row"
msgstr "×¢× ×©×•×¨×ª כותרת"
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19148,13 +19248,13 @@ msgstr "שדות ×©×’×•×™×™× ×¢×‘×•×¨ השירות „%1$sâ€."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "שדות זמן ×©×’×•×™×™× ×¢×‘×•×¨ השירות „%1$sâ€."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "שדות ×©×’×•×™×™× ×œ×בטיפוס הקפצה."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "שדות ×©×’×•×™×™× ×¢×‘×•×¨ ההקפצה."
@@ -19162,8 +19262,8 @@ msgstr "שדות ×©×’×•×™×™× ×¢×‘×•×¨ ההקפצה."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "ערך שגוי לשדה url."
@@ -19196,10 +19296,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "נתוני XML"
@@ -19290,7 +19390,7 @@ msgstr "YYYY-MM-DD hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19309,20 +19409,20 @@ msgstr "שנתי"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19334,7 +19434,7 @@ msgstr "שנתי"
msgid "Yes"
msgstr "כן"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "×תמול"
@@ -19345,7 +19445,7 @@ msgstr "נכנסת ×‘×©× â€ž%1$s“."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "×ין לך ×פשרות לבחור בחלק מהשפות כיוון שההגדרות עבורן ×ינן מותקנות בשרת."
@@ -19400,7 +19500,7 @@ msgstr "×ין לך הרש××” לבצע פעולה זו."
msgid "You do not have permissions to create users."
msgstr "×ין לך הרש××” ליצור משתמשי×."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr "×ין לך הרש×ות לערוך לוח מחווני×"
@@ -19408,7 +19508,7 @@ msgstr "×ין לך הרש×ות לערוך לוח מחווני×"
msgid "You have no permissions to access this page."
msgstr "×ין לך הרש××” לגשת לעמוד ×–×”."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "יש לך ×©×™× ×•×™×™× ×©×œ× × ×©×ž×¨×•."
@@ -19483,7 +19583,7 @@ msgstr "טופס כניסה ל־Zabbix"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "שרת Zabbix"
@@ -19501,7 +19601,7 @@ msgid "Zabbix server (proxy)"
msgstr "שרת Zabbix (מתווך)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "פרטי שרת ה־Zabbix"
@@ -19509,15 +19609,15 @@ msgstr "פרטי שרת ה־Zabbix"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "שרת ×”Ö¾Zabbix ×ינו פעיל: יכול להיות שהמידע המוצג ×ינו עדכני."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "שרת ה־Zabbix פעיל"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "×©× ×©×¨×ª ×”Ö¾Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "פתחת שרת ה־Zabbix"
@@ -19526,6 +19626,7 @@ msgid "Zabbix trapper"
msgstr "לוכד Zabbix"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "התרחקות"
@@ -19539,51 +19640,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "×מור להיות בולי×× ×™"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "×מור להיות מחרוזת תווי×"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr "×מור להיות ערך ×¢× × ×§×•×“×” עשרונית"
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "×מור להיות קוד צבע הקסדצימלי (6 תווי×)"
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr "×מור להיות מ×קרו לגילוי ברמה נמוכה"
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "×מור להיות מספר"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "המספר גדול מדי"
@@ -19596,8 +19702,8 @@ msgstr "המספר גדול מדי"
msgid "a numeric value is expected"
msgstr "×מור להיות ערך מספרי"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr "×מור להיות זמן יחסי"
@@ -19605,29 +19711,29 @@ msgstr "×מור להיות זמן יחסי"
msgid "a time is expected"
msgstr "×מור להיות זמן"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "×מור להיות טווח זמני×"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "×מור להיות טווח זמן"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "×מור להיות יחידת זמן"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "×מור להיות מ×קרו משתמש"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange()‎ - שינוי מוחלט בין הערך ×”×חרון לקודמו"
@@ -19669,6 +19775,10 @@ msgstr "הכול"
msgid "all media"
msgstr "כל סוגי המדיה"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19680,23 +19790,23 @@ msgstr "כל סוגי המדיה"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "×מור להיות מערך"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "×מור להיות מערך ×ו מחרוזת תווי×"
@@ -19706,7 +19816,7 @@ msgid "an empty string is expected"
msgstr "×מור להיות מחרוזת ריקה"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "×מור להיות מספר זוגי ×ו ×ª×•×•×™× ×”×§×¡×“×¦×™×ž×œ×™×™×"
@@ -19714,11 +19824,11 @@ msgstr "×מור להיות מספר זוגי ×ו ×ª×•×•×™× ×”×§×¡×“×¦×™×ž×œ×™
msgid "an explicit time is expected"
msgstr "×מורה להיות שעה מפורשת"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr "×מור להיות ערך של×"
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr "×מור להיות ערך ×©×œ× ×•×—×™×•×‘×™"
@@ -19767,11 +19877,11 @@ msgstr "×¨×™×©×•× ×וטומטי"
msgid "avg"
msgstr "ממוצע"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg()‎ - ממוצע לטווח T"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band()‎†- AND על סיביות של הערך T (העדכני ביותר) ומסיכה"
@@ -19799,10 +19909,9 @@ msgstr "×œ× × ×™×ª×Ÿ לשנות"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19810,7 +19919,7 @@ msgstr "×œ× × ×™×ª×Ÿ לשנות"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19835,6 +19944,9 @@ msgstr "×œ× × ×™×ª×Ÿ לשנות"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19861,11 +19973,11 @@ msgstr "×œ× × ×™×ª×Ÿ לשנות"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19887,14 +19999,14 @@ msgstr "×œ× × ×™×ª×Ÿ לשנות"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19919,7 +20031,7 @@ msgstr "בקשת ×”Ö¾Scroll API ××™× ×” תקינה, יכול להיות שהנ×
msgid "cannot update property for templated discovery rule"
msgstr "×œ× × ×™×ª×Ÿ לעדכן מ×פיין של כלל גילוי מתבנית"
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "change()‎ - שינוי בין הערך ×”×חרון לקודמו"
@@ -19937,11 +20049,11 @@ msgstr "×ין ליצור תלות מעגלית"
msgid "circular item dependency is not allowed"
msgstr "תלות מעגלית לפריט ×סורה"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "צבע"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "רשימה מופרדת בפסיקי×"
@@ -19960,11 +20072,11 @@ msgstr "מכיל"
msgid "count"
msgstr "ספירה"
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "count()‎ - מספר ערכי ×”Ö¾ V שהתקבלו בהצלחה (×•×ž×§×™×™×ž×™× ×ת המשתנה O) למשך T"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19973,32 +20085,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date()‎ - ת×ריך נוכחי"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth()‎ - ×™×•× ×‘×—×•×“×©"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek()‎ - ×™×•× ×‘×©×‘×•×¢"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "ימי×"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "בררת מחדל"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta()‎ - השינוי בין ×”×¢×¨×›×™× MAX ו־MIN במשך T"
@@ -20024,11 +20136,11 @@ msgstr "סדר יורד"
msgid "description"
msgstr "תי×ור"
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff()‎ - השינוי בין ×”×¢×¨×›×™× ×”×חרון והעוקב (1 - ×מת, 0 - שקר)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "התיקייה ×ו ×©× ×”×¡×§×¨×™×¤×˜ ×œ× ×™×›×•×œ×™× ×œ×”×™×•×ª ריקי×"
@@ -20067,7 +20179,7 @@ msgstr "×ינו שווה"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20106,7 +20218,7 @@ msgstr "ר×שון"
msgid "first parameter is expected"
msgstr "×מור להיות הפרמטר הר×שון"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "forecast()‎ - תחזית למשך t השניות הב×ות לפי × ×ª×•× ×™× ×‘×ž×©×š T"
@@ -20114,14 +20226,14 @@ msgstr "forecast()‎ - תחזית למשך t השניות הב×ות לפי × ×
msgid "fourth"
msgstr "רביעי"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr "fuzzytime()‎ - ההפרש בין ערך פריט (בתור חותמת זמן) וחותמת הזמן של שרת ×”Ö¾Zabbix קטנה ×ו שווה ל־T שניות (1 - ×מת, 0 - שקר)"
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "הגדרות תחזוקה כלליות"
@@ -20130,7 +20242,7 @@ msgstr "הגדרות תחזוקה כלליות"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20188,11 +20300,11 @@ msgstr "בתוך"
msgid "including subgroups"
msgstr "כולל תת־קבוצות"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20229,7 +20341,7 @@ msgstr "תבנית Prometheus שגויה"
msgid "invalid address range \"%1$s\""
msgstr "טווח כתובות שגוי „%1$sâ€"
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "רצף ×‘×ª×™× ×©×’×•×™ ב־UTF-8"
@@ -20243,15 +20355,15 @@ msgstr "זמן המתנה שגוי"
msgid "invalid history storage period"
msgstr "תקופת ×חסון היסטוריה שגויה"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "×©× ×§×‘×•×¦×ª המ××¨×—×™× ×©×’×•×™×”"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "×©× ×”×ž×רח שגוי"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "ביטוי רגולרי שגוי"
@@ -20261,7 +20373,7 @@ msgstr "ביטוי רגולרי שגוי"
msgid "invalid trend storage period"
msgstr "תקופת ×חסון המגמות שגויה"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregexp()‎ - הביטוי הרגולרי V תו×× ×œ×¢×¨×š ×”×חרון במשך T (×œ×œ× ×ª×œ×•×ª ברישיות; 1 - יש הת×מה, 0 - ×ין הת×מה)"
@@ -20273,7 +20385,7 @@ msgstr "גדול ×ו שווה"
msgid "is less than or equals"
msgstr "קטן ×ו שווה"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "×œ× ×ª×—×•× ×‘Ö¾{} ×ו שגוי"
@@ -20303,7 +20415,7 @@ msgstr "המפתח ריק"
msgid "last"
msgstr "×חרון"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last()‎ - ערך ה־T (העדכני ביותר)"
@@ -20315,15 +20427,15 @@ msgstr "שמ×ל"
msgid "list of characters"
msgstr "רשימה של תווי×"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid()‎ - מזהה ×”×ירוע של רשומת היומן ×חרונה שתו×מת ×ת הביטוי הרגולרי T (1 - יש הת×מה, 0 - ×ין הת×מה)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity()‎ - דרגת חומרה של רשומת היומן ×”×חרונה"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logsource()‎ - מקור היומן של הרשומה ×”×חרונה שתו×מת למשתנה T (1 - תו××, 0 - ×œ× ×ª×•××)"
@@ -20331,12 +20443,12 @@ msgstr "logsource()‎ - מקור היומן של הרשומה ×”×חרונה ש
msgid "low-level discovery rule"
msgstr "כלל גילוי ברמה נמוכה"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20366,7 +20478,7 @@ msgstr "מפה"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20390,7 +20502,7 @@ msgstr "מרבי"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max()‎ - ערך מרבי במשך T"
@@ -20417,12 +20529,12 @@ msgstr "כמות הרמות המרבית לתלויות מול××”"
msgid "min"
msgstr "מזערי"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "min()‎ - ערך מזערי במשך T"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "×”×ורך המזערי ×”×•× %1$s תווי×"
@@ -20455,27 +20567,27 @@ msgstr "חייב להיות משתמש LDAP תקני"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "חייב להיות בין „%1$s“ לבין „%2$s“"
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "חייב להכיל לפחות מ×קרו ×חד של זיהוי ברמה נמוכה"
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "ש×"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "חדש"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "חדש"
@@ -20485,7 +20597,7 @@ msgstr "חדש"
msgid "no data"
msgstr "×ין נתוני×"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20506,7 +20618,7 @@ msgstr "×œ× ×‘×™×Ÿ"
msgid "not selected"
msgstr "×œ× × ×‘×—×¨"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now()‎ - מספר השניות מ××– ר×שית ספירת Epoch"
@@ -20514,8 +20626,8 @@ msgstr "now()‎ - מספר השניות מ××– ר×שית ספירת Epoch"
msgid "number"
msgstr "מספר"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "מתוך"
@@ -20563,7 +20675,7 @@ msgstr "כבוי"
msgid "on"
msgstr "פעיל"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr "מותר יחידה חד־פעמית בלבד"
@@ -20579,11 +20691,11 @@ msgstr "×חר"
msgid "output"
msgstr "פלט"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20594,11 +20706,11 @@ msgstr ""
msgid "pattern"
msgstr "תבנית"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "percentile()‎ - ×חוזון P במשך T"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev()‎ - ערך קוד×"
@@ -20615,12 +20727,12 @@ msgstr "הפנייה לרכיב בעץ ש×ינו קיי×"
msgid "refreshed every %1$s sec."
msgstr "מתרענן בכל %1$s שניות."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp()‎ - הביטוי הרגולרי V תו×× ×œ×¢×¨×š ×”×חרון במשך T (1 - יש הת×מה, 0 - ×ין הת×מה)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20637,7 +20749,7 @@ msgstr "ימינה"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "שורש"
@@ -20686,6 +20798,7 @@ msgstr "תי×ור קצר"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20700,15 +20813,15 @@ msgstr "תי×ור קצר"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "×מור להיות ריק"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr "×מור להיות לפני הזמן הנוכחי"
@@ -20716,10 +20829,10 @@ msgstr "×מור להיות לפני הזמן הנוכחי"
msgid "show icon mappings"
msgstr "הצגת מיפוי סמלי×"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "הצגת מיפוי ערכי×"
@@ -20727,11 +20840,11 @@ msgstr "הצגת מיפוי ערכי×"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str()‎ - חיפוש המחרוזת V בערך ×”×חרון (העדכני ביותר) (1 - נמצ×, 0 - ×œ× × ×ž×¦×)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen()‎ - ×ורך הערך T (העדכני ביותר) בתווי×"
@@ -20739,7 +20852,7 @@ msgstr "strlen()‎ - ×ורך הערך T (העדכני ביותר) בתווי×
msgid "sum"
msgstr "סכו×"
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "sum()‎ - ×¡×›×•× ×”×¢×¨×›×™× ×‘×ž×©×š T"
@@ -20748,14 +20861,14 @@ msgid "supplied credentials are not unique"
msgstr "פרטי הגישה שסופקו ××™× × ×™×—×•×“×™×™×"
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20790,9 +20903,13 @@ msgstr "מזהה התבנית %1$s מועבר %2$s פעמי×"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "הפרמטר „%1$s†חסר"
@@ -20807,7 +20924,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20826,18 +20943,42 @@ msgstr "×מור להיות משתנה שלישי"
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "הפרש זמן"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time()‎ - השעה הנוכחית"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft()‎ - זמן להגיע לסף המוערך בהת×× ×œ×ž×©×š T"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20848,26 +20989,26 @@ msgstr "הקפצה"
msgid "trigger does not allow manual closing"
msgstr "ההקפצה ××™× ×” מ×פשרת סגירה ידנית"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "×בטיפוס ההקפצה ×ינו ניתן להעברה לתבנית ×ו מ×רח ×חרי×"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "הקפצות ×¢× ×§×™×©×•×¨×™×•×ª ×ינן ניתנות להעברה לתבנית ×ו למ×רח ×חרי×"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "יש להקליד ×›×ן כדי לחפש"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr "כתובת ×œ× ×ž×§×•×‘×œ×ª"
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20877,7 +21018,7 @@ msgstr "קבוע ×œ× ×¦×¤×•×™ „%1$sâ€"
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr "ערך הקבוע ×ינו צפוי „%1$sâ€"
@@ -20894,9 +21035,10 @@ msgstr "סוף המ×קרו בלתי צפוי"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "הפרמטר בלתי מתקבל „%1$sâ€"
@@ -20923,12 +21065,12 @@ msgstr "הטקסט „%1$s“ בלתי צפוי"
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "הערך „%1$s“ בלתי צפוי"
@@ -20938,7 +21080,7 @@ msgstr "הערך „%1$s“ בלתי צפוי"
msgid "unknown"
msgstr "×œ× ×™×“×•×¢"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr "סיומת הזמן ××™× ×” נתמכת"
@@ -20947,28 +21089,28 @@ msgid "unsupported version number"
msgstr "מספר הגרסה ×ינו נתמך"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20978,7 +21120,7 @@ msgstr "מספר הגרסה ×ינו נתמך"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "ערך"
@@ -20996,26 +21138,29 @@ msgstr "הערך „%1$s†כבר קיי×"
msgid "value \"%1$s\" not found"
msgstr "הערך „%1$sâ€ ×œ× × ×ž×¦×"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "הערך %1$s כבר קיי×"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "הערך ×רוך מדי"
@@ -21043,9 +21188,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21082,7 +21227,7 @@ msgstr "סוג כללי הגילוי שגוי"
msgid "wrong item type"
msgstr "סוג פריט שגוי"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/locale/hu/LC_MESSAGES/frontend.po b/ui/locale/hu/LC_MESSAGES/frontend.po
index 8a03be8a20c..3715c7ecda0 100644
--- a/ui/locale/hu/LC_MESSAGES/frontend.po
+++ b/ui/locale/hu/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2013-01-09 22:10+0300\n"
"Last-Translator: Robert <szenasy.robert@gmail.com>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -78,7 +78,7 @@ msgid_plural "%1$d days"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -162,8 +162,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -177,7 +177,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -209,15 +209,15 @@ msgstr[1] ""
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -236,20 +236,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -287,20 +287,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(nincs proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 vagy 1"
@@ -376,11 +376,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr ""
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "ÉS"
@@ -407,16 +408,16 @@ msgstr[0] ""
msgstr[1] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Nyugtázom"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Visszaigazolás"
@@ -449,7 +450,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -462,30 +463,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -556,18 +557,18 @@ msgstr "Eljárás frissítve"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Eljárások"
@@ -603,6 +604,9 @@ msgstr "Aktív eddig"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -630,9 +634,6 @@ msgstr "Aktív eddig"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -642,9 +643,9 @@ msgstr "Aktív eddig"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -656,39 +657,40 @@ msgstr "Aktív eddig"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -699,20 +701,20 @@ msgstr "Aktív eddig"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -739,8 +741,8 @@ msgstr "Aktív eddig"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Hozzáadás"
@@ -748,7 +750,7 @@ msgstr "Hozzáadás"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -756,7 +758,7 @@ msgstr ""
msgid "Add child"
msgstr ""
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -768,7 +770,7 @@ msgstr "Új hoszt"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -777,6 +779,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -785,7 +788,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Prototípus hozzáadása"
@@ -806,11 +809,11 @@ msgstr ""
msgid "Add to host groups"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -834,7 +837,7 @@ msgid "Age"
msgstr "Kor"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr ""
@@ -846,7 +849,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Ügynök"
@@ -905,7 +908,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Mind"
@@ -923,7 +926,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr ""
@@ -931,13 +934,13 @@ msgstr ""
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -957,48 +960,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Engedélyezett hosztok"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr ""
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1007,14 +1010,14 @@ msgid "And/Or"
msgstr ""
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1030,10 +1033,10 @@ msgstr "Bármely szót tartalmaz"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1068,8 +1071,8 @@ msgid "Application error."
msgstr "Alkalmazás hiba."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1092,15 +1095,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1108,15 +1111,17 @@ msgstr ""
msgid "Applications"
msgstr "Alkalmazások"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Alkalmaz"
@@ -1134,7 +1139,7 @@ msgstr ""
msgid "Apr"
msgstr "Ãpr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Ãprilis"
@@ -1146,7 +1151,11 @@ msgstr ""
msgid "Are you sure you want to delete"
msgstr "Biztosan törölni szeretnéd"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1162,12 +1171,12 @@ msgstr "Terület típusa"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Ahogy van"
@@ -1275,7 +1284,7 @@ msgstr ""
msgid "Aug"
msgstr "Aug"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Augusztus"
@@ -1292,9 +1301,9 @@ msgstr ""
msgid "Authentication"
msgstr "Authentikáció"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Autentikációs algoritmus"
@@ -1304,21 +1313,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Autentikációs mód"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr ""
@@ -1357,9 +1368,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automatikus"
@@ -1389,7 +1400,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Elérhetőség"
@@ -1414,8 +1425,8 @@ msgstr "Ãtlagos"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1469,16 +1480,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1519,11 +1530,11 @@ msgstr ""
msgid "Bottom"
msgstr "Alúl"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1550,8 +1561,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1571,7 +1582,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1604,7 +1615,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1612,7 +1623,7 @@ msgstr ""
msgid "Callback"
msgstr "Visszahívás"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1638,10 +1649,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Mégsem"
@@ -1686,12 +1697,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr ""
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Nem lehet hozzáadni felderítési szabályt"
@@ -1715,7 +1726,7 @@ msgstr ""
msgid "Cannot add host"
msgstr "Hoszt felvétele sikertelen"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr ""
@@ -1725,7 +1736,7 @@ msgstr ""
msgid "Cannot add image"
msgstr "Nem sikerült a képet hozzáadni"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Elem felvétele sikertelen"
@@ -1734,7 +1745,7 @@ msgstr "Elem felvétele sikertelen"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr ""
@@ -1817,11 +1828,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "A mintát nem lehet létrehozni"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Triggerek létrehozása sikertelen"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr ""
@@ -1844,11 +1855,11 @@ msgstr "Az érték-hozzárendelést nem lehet végrehajtani"
msgid "Cannot add web scenario"
msgstr ""
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1865,11 +1876,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Előzmények törlése sikertelen"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1877,7 +1888,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr ""
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr ""
@@ -1900,7 +1911,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1914,24 +1925,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] ""
msgstr[1] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
msgstr[1] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr ""
@@ -1969,7 +1980,7 @@ msgstr ""
msgid "Cannot create template."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -2014,11 +2025,11 @@ msgstr "Függőség nem törölhető"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Nem lehet törölni a felderítési szabályt"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr ""
@@ -2045,7 +2056,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Csoport törlése sikertelen"
msgstr[1] "Csoport törlése sikertelen"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Hoszt törlése sikertelen"
@@ -2063,7 +2074,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr ""
@@ -2079,19 +2090,19 @@ msgstr "Nem sikerült a képet törölni"
msgid "Cannot delete inventory."
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Elem törlése sikertelen"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Cannot delete items"
@@ -2176,7 +2187,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr ""
@@ -2207,19 +2218,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Trigger törlése sikertelen"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Triggerek törlése sikertelen"
@@ -2257,20 +2268,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] ""
@@ -2289,7 +2300,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] ""
@@ -2321,20 +2332,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] ""
@@ -2353,7 +2364,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] ""
@@ -2373,7 +2384,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2535,7 +2546,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr ""
@@ -2642,7 +2653,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2679,12 +2690,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2714,7 +2725,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2776,22 +2787,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2806,7 +2817,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2875,7 +2886,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Nem lehet módosítani a felderítési szabályt"
@@ -2912,7 +2923,7 @@ msgstr "Hoszt frissítése sikertelen"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2937,21 +2948,21 @@ msgstr "Nem sikerült a képet frissíteni"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Elem frissítése sikertelen"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
msgstr[1] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Elemek frissítése sikertelen"
@@ -3034,28 +3045,28 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "A triggert nem lehet frissíteni"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3112,12 +3123,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3161,10 +3172,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Betű"
@@ -3191,7 +3202,7 @@ msgstr ""
msgid "Check already exists."
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr ""
@@ -3209,7 +3220,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3314,8 +3325,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr ""
@@ -3324,11 +3335,11 @@ msgstr ""
msgid "Clear when unlinking"
msgstr ""
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3347,20 +3358,20 @@ msgstr "Óra"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Klón"
@@ -3368,15 +3379,15 @@ msgstr "Klón"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Bezár"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr ""
@@ -3395,8 +3406,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3413,7 +3424,7 @@ msgstr ""
msgid "Colour"
msgstr "Szín"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr ""
@@ -3464,7 +3475,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3498,7 +3509,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Feltétel"
@@ -3557,7 +3568,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Konfiguráció"
@@ -3565,7 +3576,7 @@ msgstr "Konfiguráció"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3729,7 +3740,7 @@ msgid "Configuration updated"
msgstr "Konfiguráció frissítése"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3737,7 +3748,7 @@ msgstr ""
msgid "Confirmation text"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3793,7 +3804,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3801,9 +3812,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3811,9 +3822,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3830,10 +3841,10 @@ msgstr ""
msgid "Contact"
msgstr "Kapcsolat"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3864,10 +3875,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3907,8 +3918,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3920,8 +3932,8 @@ msgstr ""
msgid "Contract number"
msgstr ""
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3933,8 +3945,8 @@ msgstr ""
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Másolás"
@@ -3990,7 +4002,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "Kép mentése sikertelen!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Számol"
@@ -4036,11 +4048,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4060,14 +4072,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4146,7 +4158,7 @@ msgstr ""
msgid "Create media type"
msgstr ""
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4170,7 +4182,7 @@ msgstr ""
msgid "Create template"
msgstr ""
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr ""
@@ -4223,11 +4235,12 @@ msgstr ""
msgid "Current host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr ""
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4235,7 +4248,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4244,11 +4257,11 @@ msgid "Custom graphs"
msgstr "Egyéni grafikonok"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4270,7 +4283,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Egyedi szorzó"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4309,11 +4322,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr ""
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4422,16 +4436,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4439,32 +4453,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4472,35 +4486,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Adatbázis monitor"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr ""
@@ -4529,7 +4543,7 @@ msgstr ""
msgid "Day"
msgstr "Nap"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4548,7 +4562,7 @@ msgstr "Hét napja"
msgid "Days"
msgstr "Napok"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Hibakeresés"
@@ -4562,7 +4576,7 @@ msgstr "Hibakereső mód"
msgid "Dec"
msgstr ""
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "December"
@@ -4572,7 +4586,7 @@ msgstr "December"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Alapértelmezett"
@@ -4589,7 +4603,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4606,18 +4620,18 @@ msgid "Default operation step duration"
msgstr ""
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Alapértelmezett téma"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4646,7 +4660,8 @@ msgstr "Késleltetve"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4667,8 +4682,8 @@ msgstr "Késleltetve"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Törlés"
@@ -4701,19 +4716,19 @@ msgstr ""
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Törli a kifejezést?"
@@ -4737,15 +4752,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr ""
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr ""
@@ -4789,7 +4804,7 @@ msgstr "Törli a kiválasztott alkalmazásokat?"
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4798,7 +4813,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr "Törli a kijelölt felderítési szabályokat?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr ""
@@ -4823,7 +4838,7 @@ msgstr "Törli a kiválasztott csoportokat?"
msgid "Delete selected host groups?"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4831,7 +4846,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Törli a kiválasztott hosztokat?"
@@ -4883,7 +4898,7 @@ msgstr ""
msgid "Delete selected scripts?"
msgstr "Törli a kiválasztott szkripteket?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4943,11 +4958,11 @@ msgstr ""
msgid "Delete template?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Törli a kiválasztott triggert?"
@@ -4960,7 +4975,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -4981,16 +4996,16 @@ msgid "Deny"
msgstr "Hozzáférés megtagadva"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr ""
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Függő"
@@ -4998,7 +5013,7 @@ msgstr "Függő"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5017,29 +5032,29 @@ msgstr ""
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Leírás"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5172,7 +5187,8 @@ msgstr "Letiltja a kijelölt triggereket?"
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5185,22 +5201,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Letiltva"
@@ -5217,7 +5232,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5225,12 +5240,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5331,27 +5346,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Felderítési szabály törölve"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Felderítési szabály frissítve"
@@ -5361,13 +5376,13 @@ msgstr "Felderítési szabály frissítve"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Felderítési szabályok törölve"
@@ -5410,7 +5425,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr ""
@@ -5429,22 +5444,22 @@ msgid "Do not calculate"
msgstr "Ne számoljon"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr ""
@@ -5467,11 +5482,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr ""
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5551,12 +5566,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5585,10 +5600,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Időtartam"
@@ -5608,7 +5623,7 @@ msgstr "Dinamikus elem"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr ""
@@ -5623,15 +5638,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Szerkesztés"
@@ -5655,15 +5670,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr ""
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5759,7 +5774,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5929,15 +5944,16 @@ msgstr "Engedélyezi a kijelölt triggereket?"
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5953,13 +5969,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5968,13 +5983,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Engedélyezve"
@@ -5984,9 +5999,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -5994,7 +6009,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6006,10 +6021,10 @@ msgstr "Angol (en_GB)"
msgid "English (en_US)"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6036,7 +6051,7 @@ msgstr "Hiba"
msgid "Error in search request for table \"%1$s\"."
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6072,7 +6087,7 @@ msgstr ""
msgid "Event details"
msgstr "Esemény részletei"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Esemény generálás"
@@ -6092,6 +6107,12 @@ msgstr ""
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6122,7 +6143,7 @@ msgstr "Minden héten"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Kivéve"
@@ -6133,7 +6154,7 @@ msgstr "Kivéve"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr ""
@@ -6151,9 +6172,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6171,19 +6192,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Végrehajtott szkript"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6223,7 +6244,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr ""
@@ -6231,21 +6252,21 @@ msgstr ""
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Kifejezés"
@@ -6258,15 +6279,15 @@ msgstr ""
msgid "Expression cannot be empty"
msgstr "A kifejezés nem lehet üres"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr ""
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6285,7 +6306,7 @@ msgstr "Kifejezések"
msgid "External check"
msgstr "Külső ellenőrzés"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr ""
@@ -6299,7 +6320,7 @@ msgstr "HAMIS"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Hiba"
@@ -6349,7 +6370,7 @@ msgstr ""
msgid "Feb"
msgstr ""
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Február"
@@ -6362,7 +6383,7 @@ msgstr "Mező"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6371,7 +6392,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6491,9 +6512,7 @@ msgstr "Kitöltés"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6520,9 +6539,13 @@ msgstr "Kitöltés"
msgid "Filter"
msgstr "Szűrő"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6541,7 +6564,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Vége"
@@ -6554,8 +6577,8 @@ msgctxt "page navigation"
msgid "First"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6569,12 +6592,12 @@ msgid "Fixed"
msgstr "Fix"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6582,9 +6605,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6606,8 +6629,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr ""
@@ -6634,11 +6657,13 @@ msgstr "Francia (fr_FR)"
msgid "Fri"
msgstr ""
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Péntek"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6658,12 +6683,12 @@ msgstr ""
msgid "Frontend messaging"
msgstr ""
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6698,7 +6723,7 @@ msgid "GUI access disabled."
msgstr ""
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6724,21 +6749,21 @@ msgstr "Német (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr ""
@@ -6764,7 +6789,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr ""
@@ -6812,8 +6837,8 @@ msgstr "Meredek vonal"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6945,7 +6970,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr ""
@@ -6989,9 +7014,9 @@ msgid "Graph with same name but other type exist."
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7001,7 +7026,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7009,7 +7034,7 @@ msgstr ""
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Grafikonok"
@@ -7079,12 +7104,12 @@ msgstr "Csoport a felderített hosztoknak"
msgid "Group name"
msgstr "Csoport név"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7099,8 +7124,8 @@ msgstr ""
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7132,10 +7157,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr ""
@@ -7143,11 +7168,11 @@ msgstr ""
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr ""
@@ -7176,20 +7201,20 @@ msgstr ""
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7222,11 +7247,11 @@ msgstr "Segítség"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr ""
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7263,23 +7288,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Előzmények"
@@ -7287,17 +7312,17 @@ msgstr "Előzmények"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Előzmények törölve"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Az előzmények törlése hosszabb időt vehet igénybe. Folytatja?"
@@ -7311,13 +7336,17 @@ msgstr "Események előzményei"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7342,26 +7371,26 @@ msgstr "Vízszintes igazítás"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7373,8 +7402,8 @@ msgstr "Vízszintes igazítás"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Hoszt"
@@ -7416,8 +7445,7 @@ msgstr "Hoszt elérés"
msgid "Host added"
msgstr "Hoszt felvéve"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7434,19 +7462,19 @@ msgstr ""
msgid "Host count"
msgstr ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Hoszt törölve"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7467,7 +7495,7 @@ msgstr[1] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Hoszt csoport"
@@ -7513,11 +7541,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7554,17 +7582,17 @@ msgstr "Hoszt csoportok"
msgid "Host info"
msgstr "Hoszt info"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr ""
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7585,7 +7613,7 @@ msgstr ""
msgid "Host label type"
msgstr ""
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7612,53 +7640,57 @@ msgstr ""
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7707,17 +7739,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7793,7 +7825,7 @@ msgstr "Azonosító"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7828,10 +7860,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr ""
@@ -7848,9 +7880,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI szenzor"
@@ -7967,7 +7999,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Kép"
@@ -8075,7 +8107,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8091,9 +8123,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8106,11 +8138,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8123,7 +8155,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Beleértve"
@@ -8391,8 +8423,8 @@ msgstr "A funkció argumentuma hibás"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8533,9 +8565,9 @@ msgstr ""
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8588,7 +8620,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Hibás funkció"
@@ -8664,7 +8696,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr ""
@@ -8675,11 +8707,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr ""
@@ -8850,35 +8882,35 @@ msgstr ""
msgid "Incorrect trigger expression"
msgstr "Hibás trigger kifejezés"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -9029,16 +9061,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9049,7 +9080,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9199,23 +9230,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9304,10 +9337,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9315,10 +9348,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr ""
@@ -9332,15 +9365,19 @@ msgstr "Információ"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9356,17 +9393,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Beszúrás"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9378,7 +9415,7 @@ msgstr "Telepítés"
msgid "Installer name"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9411,8 +9448,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr ""
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9441,14 +9478,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9472,15 +9509,15 @@ msgstr ""
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Intervallum"
@@ -9507,7 +9544,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9521,15 +9558,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9541,11 +9578,11 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9586,7 +9623,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9618,6 +9655,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9630,75 +9676,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9715,7 +9767,7 @@ msgstr ""
msgid "Invalid response code \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9752,15 +9804,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9773,7 +9825,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9792,9 +9844,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Leltár"
@@ -9821,9 +9873,9 @@ msgid "Issue"
msgstr "Eredmény"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9840,22 +9892,22 @@ msgid "Italian (it_IT)"
msgstr "Olasz (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Elem"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9892,15 +9944,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Adatsor hozzáadva"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9910,17 +9962,17 @@ msgstr[1] ""
msgid "Item count"
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Elem törölve"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -9930,7 +9982,7 @@ msgstr[1] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -9943,7 +9995,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9964,15 +10016,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -9985,7 +10037,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9993,19 +10045,19 @@ msgstr ""
msgid "Item prototypes"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Adatsor frissítve"
@@ -10077,7 +10129,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10087,11 +10139,11 @@ msgstr ""
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Elemek"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Elemek törölve"
@@ -10103,7 +10155,7 @@ msgstr ""
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Adatsorok hozzáadva"
@@ -10111,7 +10163,7 @@ msgstr "Adatsorok hozzáadva"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr ""
@@ -10119,10 +10171,10 @@ msgstr ""
msgid "JMX agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10135,10 +10187,10 @@ msgstr ""
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10170,7 +10222,7 @@ msgid "JSON-rpc version is not specified."
msgstr ""
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10178,7 +10230,7 @@ msgstr ""
msgid "Jan"
msgstr ""
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Január"
@@ -10195,7 +10247,7 @@ msgstr ""
msgid "Jul"
msgstr ""
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Július"
@@ -10203,11 +10255,11 @@ msgstr "Július"
msgid "Jun"
msgstr ""
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Június"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10241,7 +10293,7 @@ msgstr ""
msgid "Key passphrase"
msgstr ""
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Kulcsszó"
@@ -10278,23 +10330,23 @@ msgstr ""
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10320,42 +10372,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr ""
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10392,23 +10444,24 @@ msgstr ""
msgid "Last check"
msgstr "Utolsó ellenőrzés"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Utolsó óra grafikonja"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Utolsó hónap grafikonja"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Utolsó"
@@ -10421,21 +10474,21 @@ msgstr "Utolsó kapcsolat időpontja"
msgid "Last value"
msgstr "Utolsó érték"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Utolsó hét grafikonja"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Legfrissebb adat"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10482,7 +10535,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10524,8 +10577,8 @@ msgstr "Kapcsolat"
msgid "Link indicators"
msgstr "Kapcsolatjelzők"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10561,10 +10614,10 @@ msgstr ""
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10658,10 +10711,10 @@ msgid "Location longitude"
msgstr ""
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Napló"
@@ -10673,10 +10726,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Napló időformátuma"
@@ -10733,7 +10786,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr ""
@@ -10750,8 +10803,9 @@ msgstr ""
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10766,7 +10820,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr ""
@@ -10793,10 +10847,10 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10887,16 +10941,16 @@ msgstr ""
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr ""
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr ""
@@ -10911,7 +10965,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Térkép"
@@ -11005,7 +11059,7 @@ msgstr "Térképek"
msgid "Mar"
msgstr ""
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Március"
@@ -11021,11 +11075,11 @@ msgstr "Inverz megjelölése"
msgid "Mark selected"
msgstr "Válaszott megjelölése"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11044,11 +11098,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11096,7 +11150,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11111,7 +11165,7 @@ msgstr[1] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Május"
@@ -11266,7 +11320,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr ""
@@ -11330,7 +11384,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11389,7 +11443,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11462,7 +11516,7 @@ msgstr ""
msgid "Mon"
msgstr ""
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Hétfő"
@@ -11470,9 +11524,9 @@ msgstr "Hétfő"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Proxin keresztül monitorozva"
@@ -11504,11 +11558,11 @@ msgstr "Hónap"
msgid "Monthly"
msgstr "Havi"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11527,20 +11581,20 @@ msgstr ""
msgid "Mozilla Firefox"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr ""
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11573,13 +11627,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11607,17 +11662,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11637,19 +11692,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11658,15 +11713,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11676,12 +11731,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11772,12 +11827,12 @@ msgid "Never"
msgstr "Soha"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Új alkalmazás"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11791,7 +11846,7 @@ msgstr "Új feltétel"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr ""
@@ -11827,13 +11882,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11842,20 +11897,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12009,6 +12064,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr ""
@@ -12025,12 +12081,12 @@ msgstr ""
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12097,12 +12153,12 @@ msgstr ""
msgid "No image"
msgstr "Nincs kép"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr ""
@@ -12117,7 +12173,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12155,7 +12211,7 @@ msgstr ""
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12186,8 +12242,8 @@ msgstr ""
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12196,8 +12252,8 @@ msgstr ""
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12253,12 +12309,12 @@ msgstr ""
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12317,7 +12373,7 @@ msgstr ""
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12338,7 +12394,7 @@ msgstr ""
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr ""
@@ -12368,7 +12424,7 @@ msgstr ""
msgid "No recipients for action operation message."
msgstr ""
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12380,11 +12436,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr ""
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Nincs cél kiválasztva"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr ""
@@ -12401,19 +12457,19 @@ msgstr ""
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12426,18 +12482,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Nincs"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12535,7 +12591,7 @@ msgstr ""
msgid "Nov"
msgstr ""
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "November"
@@ -12548,11 +12604,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12620,11 +12676,11 @@ msgstr "Ãllapotváltozások száma"
msgid "Number of steps"
msgstr "Folyamat lépéseinek száma"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12640,7 +12696,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Felhasználók száma (bejelentkezve)"
@@ -12692,22 +12748,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numerikus (lebegőpontos)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numerikus (pozitív egész)"
@@ -12725,13 +12781,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12747,7 +12803,7 @@ msgstr ""
msgid "OOB subnet mask"
msgstr ""
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "VAGY"
@@ -12775,13 +12831,13 @@ msgstr ""
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Október"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "KIKAPCSOL"
@@ -12813,7 +12869,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "BEKAPCSOL"
@@ -12888,7 +12944,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Csak az engedélyezett hosztokhoz rendelt elemekből számítva"
@@ -12944,7 +13000,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr ""
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Csak az engedélyezett hosztokhoz rendelt, engedélyezett elemekhez tartozó triggerekből számítva"
@@ -12966,7 +13022,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr ""
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr ""
@@ -12982,12 +13038,12 @@ msgstr ""
msgid "Operation type"
msgstr "Működés típusa"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13035,24 +13091,24 @@ msgstr "Operátor"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -13081,55 +13137,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13168,8 +13226,8 @@ msgstr ""
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13193,8 +13251,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13379,16 +13437,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "HIBA"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13400,26 +13458,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13438,13 +13496,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Paraméter"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13515,28 +13573,28 @@ msgstr ""
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Jelszó"
@@ -13548,15 +13606,15 @@ msgstr "Jelszó (ismétlés)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13573,7 +13631,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13590,17 +13648,22 @@ msgstr ""
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Időszak"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13646,7 +13709,7 @@ msgid "Placing algorithm"
msgstr ""
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Szöveg"
@@ -13660,7 +13723,7 @@ msgstr ""
msgid "Play sound"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13669,20 +13732,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr ""
@@ -13712,18 +13775,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "Lengyel (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13754,33 +13816,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13791,23 +13853,23 @@ msgstr ""
msgid "Preview"
msgstr "Előnézet"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13840,12 +13902,14 @@ msgid "Primary POC screen name"
msgstr ""
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13857,29 +13921,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Privát kulcsfájl"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr ""
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13904,8 +13968,8 @@ msgstr ""
msgid "Problem display"
msgstr ""
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13922,7 +13986,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr ""
@@ -13952,13 +14016,13 @@ msgstr "Számítás, ha minden alárendelt elem állapota hibás"
msgid "Problem, if at least one child has a problem"
msgstr "Számítás, ha legalább egy alárendelt elem állapota hibás"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13967,7 +14031,7 @@ msgstr "Számítás, ha legalább egy alárendelt elem állapota hibás"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Hibák"
@@ -14004,7 +14068,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14022,7 +14086,7 @@ msgstr "Proxik"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14093,20 +14157,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Publikus kulcs"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Publikus kulcsfájl"
@@ -14136,8 +14200,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14147,10 +14211,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14208,7 +14272,7 @@ msgid "Received value"
msgstr "Fogadott érték"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14235,24 +14299,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr ""
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14262,9 +14326,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14279,11 +14343,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14297,7 +14361,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Reguláris kifejezés"
@@ -14338,7 +14402,7 @@ msgstr "Reguláris kifejezések"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14362,6 +14426,12 @@ msgstr "Távoli parancs"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14378,43 +14448,37 @@ msgstr "Távoli parancs"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14423,14 +14487,14 @@ msgstr "Távoli parancs"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14453,7 +14517,7 @@ msgstr "Távoli parancs"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14486,8 +14550,8 @@ msgstr "Távoli parancs"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Eltávolítás"
@@ -14523,7 +14587,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14533,17 +14597,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Csere"
@@ -14558,23 +14622,23 @@ msgstr ""
msgid "Reports"
msgstr "Jelentések"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14584,7 +14648,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Szükséges"
@@ -14601,14 +14665,14 @@ msgstr ""
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Szükséges szerver teljesítmény (másodpercenkénti mérések száma))"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr ""
@@ -14616,7 +14680,7 @@ msgstr ""
msgid "Required string"
msgstr ""
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Visszaállítás"
@@ -14645,7 +14709,7 @@ msgstr ""
msgid "Reset defaults"
msgstr ""
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr ""
@@ -14657,26 +14721,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14713,15 +14777,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Eredmény"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14740,14 +14804,14 @@ msgstr "Az eredmény IGAZ"
msgid "Result type"
msgstr "Eredmény típusa"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14910,12 +14974,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr "Orosz (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr ""
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr ""
@@ -14925,7 +14989,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14970,16 +15035,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr ""
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14987,8 +15052,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP jelszó (community)"
@@ -15004,11 +15071,13 @@ msgstr ""
msgid "SNMP trap key is invalid."
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15016,7 +15085,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15024,7 +15094,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15046,9 +15117,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -15071,40 +15142,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH agent"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15132,15 +15203,23 @@ msgstr ""
msgid "Sat"
msgstr ""
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Szombat"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15162,12 +15241,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15251,9 +15330,9 @@ msgid "Screen updated"
msgstr "Képernyő frissítve"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15268,7 +15347,7 @@ msgstr "Képernyő frissítve"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Képernyők"
@@ -15333,7 +15412,7 @@ msgstr "Script frissítve"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Scriptek"
@@ -15391,19 +15470,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15414,8 +15495,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15423,15 +15504,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Kiválaszt"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr ""
@@ -15464,19 +15545,19 @@ msgstr ""
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15501,7 +15582,7 @@ msgstr "Küldés csak ide"
msgid "Send to"
msgstr "Küldés"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15528,13 +15609,13 @@ msgstr ""
msgid "Separated"
msgstr ""
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Szeptember"
@@ -15659,12 +15740,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr ""
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15673,11 +15755,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15700,28 +15782,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15740,7 +15822,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15770,7 +15852,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15788,14 +15870,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15806,8 +15888,8 @@ msgstr ""
msgid "Show"
msgstr "Megjelenít"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Részletek megjelenítése"
@@ -15815,7 +15897,7 @@ msgstr "Részletek megjelenítése"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15842,7 +15924,11 @@ msgstr ""
msgid "Show lines"
msgstr "Vonalak megjelenítése"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15864,9 +15950,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15877,7 +15963,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15891,7 +15977,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Szöveg megjelenítése HTML-ként"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15902,7 +15988,7 @@ msgid "Show triggers"
msgstr "Triggerek megjelenítése"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15911,10 +15997,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Érték megjelenítése"
@@ -15926,7 +16012,7 @@ msgstr ""
msgid "Show working time"
msgstr "Munkaidő megjelenítése"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr ""
@@ -15977,8 +16063,8 @@ msgstr "Egyszerű grafikon"
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16089,7 +16175,7 @@ msgstr "Bemutatók"
msgid "Slovak (sk_SK)"
msgstr ""
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr ""
@@ -16227,7 +16313,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16235,16 +16322,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16264,7 +16350,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16352,28 +16438,28 @@ msgid "Stop"
msgstr ""
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16385,7 +16471,7 @@ msgstr "Straight"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16410,14 +16496,14 @@ msgid "Subject"
msgstr "Tárgy"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr ""
@@ -16425,7 +16511,7 @@ msgstr ""
msgid "Success Audit"
msgstr "Sikeres Események"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16438,7 +16524,7 @@ msgstr ""
msgid "Sun"
msgstr ""
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Vasárnap"
@@ -16482,7 +16568,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr ""
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16533,12 +16619,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr ""
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr ""
@@ -16580,12 +16666,12 @@ msgstr ""
msgid "Tag"
msgstr "Cimke"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16594,12 +16680,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16610,25 +16696,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16636,11 +16722,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16649,11 +16735,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Cél"
@@ -16772,13 +16858,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16800,20 +16886,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Teszt"
@@ -16838,7 +16924,7 @@ msgstr "Teszt adat"
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16866,10 +16952,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16908,7 +16994,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17001,11 +17087,11 @@ msgstr ""
msgid "Theme"
msgstr "Téma"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17014,11 +17100,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Ebben a hónapban"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17030,23 +17116,23 @@ msgstr ""
msgid "This screen row is not empty. Delete it?"
msgstr ""
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Ezen a héten"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Ebben az évben"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17058,7 +17144,7 @@ msgstr ""
msgid "Thu"
msgstr ""
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Csütörtök"
@@ -17069,19 +17155,19 @@ msgstr "Csütörtök"
msgid "Till"
msgstr "-ig"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17124,12 +17210,12 @@ msgstr ""
msgid "Time period"
msgstr "Idő periódus"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17141,16 +17227,23 @@ msgstr ""
msgid "Time type"
msgstr "Idő típusa"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Időtúllépés"
@@ -17164,22 +17257,23 @@ msgstr "Időtúllépés"
msgid "Timestamp"
msgstr "Időpecsét"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr ""
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Ma"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17269,10 +17363,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17281,34 +17375,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Trendek"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Trigger"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17318,7 +17412,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17326,7 +17420,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Trigger létrehozva"
@@ -17334,7 +17428,7 @@ msgstr "Trigger létrehozva"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17344,7 +17438,7 @@ msgstr[1] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Trigger törölve"
@@ -17352,7 +17446,7 @@ msgstr "Trigger törölve"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17363,13 +17457,13 @@ msgstr[1] ""
msgid "Trigger displaying options"
msgstr ""
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr ""
@@ -17409,24 +17503,24 @@ msgstr "Trigger áttekintés"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17436,12 +17530,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17449,11 +17543,11 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
@@ -17461,7 +17555,7 @@ msgstr[1] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17469,15 +17563,15 @@ msgstr[1] ""
msgid "Trigger prototypes"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17485,11 +17579,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "Trigger súlyosság"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17497,19 +17591,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Trigger frissítve"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17522,11 +17616,11 @@ msgstr "Trigger frissítve"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Trigger-ek"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Triggerek törölve"
@@ -17542,7 +17636,7 @@ msgstr ""
msgid "Tue"
msgstr ""
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Kedd"
@@ -17555,7 +17649,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr ""
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17575,7 +17669,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17587,21 +17681,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17634,18 +17728,18 @@ msgstr ""
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Számítás tipusa"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Információ típusa"
@@ -17662,8 +17756,8 @@ msgstr "Típusok"
msgid "UNKNOWN"
msgstr "ISMERETLEN"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17673,11 +17767,11 @@ msgstr "ISMERETLEN"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17723,7 +17817,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr ""
@@ -17807,10 +17901,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Egységek"
@@ -17832,7 +17926,7 @@ msgstr "Egységek"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17851,18 +17945,18 @@ msgstr "Ismeretlen eljárás"
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr ""
@@ -17888,15 +17982,15 @@ msgstr "Ismeretlen érték típus"
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Leválasztás"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Leválasztás és kiürítés"
@@ -17939,7 +18033,7 @@ msgstr ""
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr ""
@@ -17985,6 +18079,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18021,28 +18120,29 @@ msgstr ""
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18059,16 +18159,16 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Frissítési gyakoriság"
@@ -18123,7 +18223,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr "Üzemidő/Kiesés"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18152,7 +18252,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Felhasználó"
@@ -18314,14 +18414,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Felhasználónév"
@@ -18388,11 +18488,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr ""
@@ -18400,8 +18500,8 @@ msgstr ""
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18666,24 +18766,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18812,18 +18912,18 @@ msgstr "Változók"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18831,8 +18931,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18844,7 +18944,7 @@ msgstr ""
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18905,7 +19005,7 @@ msgstr ""
msgid "Visible name cannot be empty if host name is missing."
msgstr ""
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr ""
@@ -18917,22 +19017,22 @@ msgstr ""
msgid "Warning"
msgstr "Figyelmezetés"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr ""
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18942,7 +19042,7 @@ msgstr ""
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18999,7 +19099,7 @@ msgstr[1] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19017,7 +19117,7 @@ msgstr ""
msgid "Wed"
msgstr ""
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Szerda"
@@ -19030,7 +19130,7 @@ msgstr "Heti"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19038,7 +19138,7 @@ msgstr ""
msgid "When active"
msgstr "Amikor aktív"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19080,7 +19180,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19154,13 +19254,13 @@ msgstr ""
msgid "Wrong fields for time for service \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr ""
@@ -19168,8 +19268,8 @@ msgstr ""
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19202,10 +19302,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19296,7 +19396,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19315,20 +19415,20 @@ msgstr "Évi"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19340,7 +19440,7 @@ msgstr "Évi"
msgid "Yes"
msgstr "Igen"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19351,7 +19451,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr ""
@@ -19406,7 +19506,7 @@ msgstr ""
msgid "You do not have permissions to create users."
msgstr ""
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19414,7 +19514,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19489,7 +19589,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr ""
@@ -19507,7 +19607,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19515,15 +19615,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr ""
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "A Zabbix szerver fut"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr ""
@@ -19532,6 +19632,7 @@ msgid "Zabbix trapper"
msgstr "ZABBIX trapper"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19545,51 +19646,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19602,8 +19708,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19611,29 +19717,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19675,6 +19781,10 @@ msgstr "mind"
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19686,23 +19796,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19712,7 +19822,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19720,11 +19830,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19773,11 +19883,11 @@ msgstr ""
msgid "avg"
msgstr "átl"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19805,10 +19915,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19816,7 +19925,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19841,6 +19950,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19867,11 +19979,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19893,14 +20005,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19925,7 +20037,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19943,11 +20055,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19966,11 +20078,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr ""
@@ -19979,32 +20091,32 @@ msgstr ""
msgid "d.M"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "napok"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20030,11 +20142,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20073,7 +20185,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20112,7 +20224,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20120,14 +20232,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20136,7 +20248,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr ""
@@ -20194,11 +20306,11 @@ msgstr "ban / ben"
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20235,7 +20347,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20249,15 +20361,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20267,7 +20379,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20279,7 +20391,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20309,7 +20421,7 @@ msgstr ""
msgid "last"
msgstr "utolsó"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20321,15 +20433,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20337,12 +20449,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr ""
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr ""
@@ -20372,7 +20484,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20396,7 +20508,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20423,12 +20535,12 @@ msgstr ""
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20461,27 +20573,27 @@ msgstr ""
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20491,7 +20603,7 @@ msgstr ""
msgid "no data"
msgstr "nincs adat"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20512,7 +20624,7 @@ msgstr "nem ban / ben"
msgid "not selected"
msgstr "nincs kiválasztva"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20520,8 +20632,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr ""
@@ -20569,7 +20681,7 @@ msgstr ""
msgid "on"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20585,11 +20697,11 @@ msgstr ""
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20600,11 +20712,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20621,12 +20733,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20643,7 +20755,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20692,6 +20804,7 @@ msgstr "rövid leírás"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20706,15 +20819,15 @@ msgstr "rövid leírás"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20722,10 +20835,10 @@ msgstr ""
msgid "show icon mappings"
msgstr ""
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "érték hozzárendelések"
@@ -20733,11 +20846,11 @@ msgstr "érték hozzárendelések"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20745,7 +20858,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20754,14 +20867,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20796,9 +20909,13 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20813,7 +20930,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20832,18 +20949,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20854,26 +20995,26 @@ msgstr ""
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20883,7 +21024,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20900,9 +21041,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20929,12 +21071,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20944,7 +21086,7 @@ msgstr ""
msgid "unknown"
msgstr "ismeretlen"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20953,28 +21095,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20984,7 +21126,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "érték"
@@ -21002,26 +21144,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21049,9 +21194,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21088,7 +21233,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "é"
diff --git a/ui/locale/id/LC_MESSAGES/frontend.po b/ui/locale/id/LC_MESSAGES/frontend.po
index 9b851e5091a..dedc80f6afc 100644
--- a/ui/locale/id/LC_MESSAGES/frontend.po
+++ b/ui/locale/id/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2013-10-10 08:26+0300\n"
"Last-Translator: richlv <richlv@nakts.net>\n"
"Language-Team: none\n"
@@ -31,7 +31,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -59,7 +59,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -76,7 +76,7 @@ msgid "%1$d day"
msgid_plural "%1$d days"
msgstr[0] ""
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -153,8 +153,8 @@ msgstr[0] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -166,7 +166,7 @@ msgid "%1$s of %2$s element in problem state"
msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -195,14 +195,14 @@ msgstr[0] ""
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] ""
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -220,20 +220,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -269,20 +269,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(tanpa proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 atau 1"
@@ -358,11 +358,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr ""
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "DAN"
@@ -388,16 +389,16 @@ msgid_plural "Account is blocked for %1$s seconds."
msgstr[0] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Ack"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Pemberitahuan"
@@ -430,7 +431,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -443,30 +444,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -535,18 +536,18 @@ msgstr "Aksi diperbarui"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Aksi"
@@ -582,6 +583,9 @@ msgstr "Aktif sampai"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -609,9 +613,6 @@ msgstr "Aktif sampai"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -621,9 +622,9 @@ msgstr "Aktif sampai"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -635,39 +636,40 @@ msgstr "Aktif sampai"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -678,20 +680,20 @@ msgstr "Aktif sampai"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -718,8 +720,8 @@ msgstr "Aktif sampai"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Tambah"
@@ -727,7 +729,7 @@ msgstr "Tambah"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -735,7 +737,7 @@ msgstr ""
msgid "Add child"
msgstr ""
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -747,7 +749,7 @@ msgstr "Tambah host"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -756,6 +758,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -764,7 +767,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Tambah bentuk dasar"
@@ -785,11 +788,11 @@ msgstr "Tambahkan ke grup host"
msgid "Add to host groups"
msgstr "Tambahkan ke grup host"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -813,7 +816,7 @@ msgid "Age"
msgstr "Usia"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Usia kurang dari"
@@ -825,7 +828,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agen"
@@ -884,7 +887,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Semua"
@@ -902,7 +905,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Semua tautan harus memiliki \"Nama\" dan \"URL\""
@@ -910,13 +913,13 @@ msgstr "Semua tautan harus memiliki \"Nama\" dan \"URL\""
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -936,48 +939,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Host yang diizinkan"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr ""
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -986,14 +989,14 @@ msgid "And/Or"
msgstr ""
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1009,10 +1012,10 @@ msgstr "Termasuk semua karakter string"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1046,8 +1049,8 @@ msgid "Application error."
msgstr "Aplikasi bermasalah."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1070,15 +1073,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1086,15 +1089,17 @@ msgstr ""
msgid "Applications"
msgstr "Aplikasi"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Terapkan"
@@ -1112,7 +1117,7 @@ msgstr "Menjelang"
msgid "Apr"
msgstr "Apr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "April"
@@ -1124,7 +1129,11 @@ msgstr "Apakah Anda yakin ingin melakukan tindakan ini?"
msgid "Are you sure you want to delete"
msgstr "Apakah Anda yakin ingin mengahapus"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1140,12 +1149,12 @@ msgstr "Jenis area"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Seperti"
@@ -1253,7 +1262,7 @@ msgstr ""
msgid "Aug"
msgstr "Agu"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Agustus"
@@ -1270,9 +1279,9 @@ msgstr ""
msgid "Authentication"
msgstr "Otentikasi"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Algoritma otentikasi"
@@ -1282,21 +1291,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Metode otentikasi"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr ""
@@ -1335,9 +1346,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Otomatis"
@@ -1367,7 +1378,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Ketersediaan"
@@ -1392,8 +1403,8 @@ msgstr "Rata-rata"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1447,16 +1458,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1497,11 +1508,11 @@ msgstr ""
msgid "Bottom"
msgstr "Bawah"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1528,8 +1539,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1549,7 +1560,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1582,7 +1593,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1590,7 +1601,7 @@ msgstr ""
msgid "Callback"
msgstr "Callback"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1616,10 +1627,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Batal"
@@ -1664,12 +1675,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Tidak dapat menambah dependency dari host ke template."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Tidak dapat menambah dependency dari trigger \"%1$s:%2$s\" ke trigger yang tidak ada \"%3$s:%4$s\".Tidak dapat menambah dependency dari trigger \"%1$s:%2$s\" ke trigger yang tidak ada \"%3$s:%4$s\".Tidak dapat menambah dependency dari trigger \"%1$s:%2$s\" ke trigger yang tidak ada \"%3$s:%4$s\".Tidak dapat menambah dependency dari trigger \"%1$s:%2$s\" ke trigger yang tidak ada \"%3$s:%4$s\".Tidak dapat menambah dependency dari trigger \"%1$s:%2$s\" ke trigger yang tidak ada \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Tidak dapat menambah aturan discovery"
@@ -1693,7 +1704,7 @@ msgstr ""
msgid "Cannot add host"
msgstr "Tidak dapat menambah host"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr ""
@@ -1703,7 +1714,7 @@ msgstr ""
msgid "Cannot add image"
msgstr "Tidak dapat menambah gambar"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Tidak dapat menambah item"
@@ -1712,7 +1723,7 @@ msgstr "Tidak dapat menambah item"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr ""
@@ -1794,11 +1805,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "Tidak dapat menambah template"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Tidak dapat menambah trigger"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr ""
@@ -1821,11 +1832,11 @@ msgstr "Tidak dapat menambah nilai peta"
msgid "Cannot add web scenario"
msgstr ""
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1842,11 +1853,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Tidak dapat membersihkan jejak"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1854,7 +1865,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Tidak dapat meng-klon protipe grafik."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr ""
@@ -1877,7 +1888,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1890,22 +1901,22 @@ msgid "Cannot copy graph"
msgid_plural "Cannot copy graphs"
msgstr[0] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Tidak dapat menyalin trigger \"%1$s:%2$s\", karena memiliki host lebih dari satu pada ekspresi."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr ""
@@ -1943,7 +1954,7 @@ msgstr ""
msgid "Cannot create template."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -1986,11 +1997,11 @@ msgstr "Tidak dapat menghapus dependency"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Tidak dapat menghapus aturan discovery"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Tidak dapat menghapus aturan discovery"
@@ -2016,7 +2027,7 @@ msgid "Cannot delete group"
msgid_plural "Cannot delete groups"
msgstr[0] "Tidak dapat menghapus grup"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Tidak dapat menghapus host"
@@ -2032,7 +2043,7 @@ msgid "Cannot delete host group because maintenance \"%1$s\" must contain at lea
msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" must contain at least one host or host group."
msgstr[0] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr ""
@@ -2048,19 +2059,19 @@ msgstr "Tidak dapat menghapus gambar"
msgid "Cannot delete inventory."
msgstr "Tidak dapat menghapus inventaris."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Tidak dapat menghapus item"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Tidak dapat menghapus item"
@@ -2139,7 +2150,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr ""
@@ -2170,19 +2181,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Tidak dapat menghapus trigger"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Tidak dapat menghapus prototipe trigger"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Tidak dapat menghapus trigger."
@@ -2215,18 +2226,18 @@ msgid "Cannot disable correlation"
msgid_plural "Cannot disable correlations"
msgstr[0] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] ""
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] ""
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] ""
@@ -2243,7 +2254,7 @@ msgid "Cannot disable module: %1$s."
msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] ""
@@ -2271,18 +2282,18 @@ msgid "Cannot enable correlation"
msgid_plural "Cannot enable correlations"
msgstr[0] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] ""
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] ""
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] ""
@@ -2299,7 +2310,7 @@ msgid "Cannot enable module: %1$s."
msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] ""
@@ -2317,7 +2328,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2478,7 +2489,7 @@ msgid "Cannot import template \"%1$s\", linked template \"%2$s\" does not exist.
msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not exist."
msgstr[0] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr ""
@@ -2584,7 +2595,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2621,12 +2632,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2656,7 +2667,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2717,22 +2728,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2747,7 +2758,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2816,7 +2827,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Tidak dapat perbarui aturan discovery"
@@ -2852,7 +2863,7 @@ msgstr "Tidak dapat perbarui host"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2876,20 +2887,20 @@ msgstr "Tidak dapat perbarui gambar"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Tidak dapat perbarui item"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Tidak dapat perbarui item"
@@ -2972,27 +2983,27 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Tidak dapat perbarui trigger"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3048,12 +3059,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3097,10 +3108,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Karakter"
@@ -3127,7 +3138,7 @@ msgstr ""
msgid "Check already exists."
msgstr "Pemeriksaan sudah ada."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Pemeriksaan bagian ekspresi dimulai dari \"%1$s\"."
@@ -3145,7 +3156,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3250,8 +3261,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Bersihkan riwayat dan tren"
@@ -3260,11 +3271,11 @@ msgstr "Bersihkan riwayat dan tren"
msgid "Clear when unlinking"
msgstr "Bersihkan ketika membatalkan penautan"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3283,20 +3294,20 @@ msgstr "Jam"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Klon"
@@ -3304,15 +3315,15 @@ msgstr "Klon"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Tutup"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Tutup pembangun ekspresi"
@@ -3331,8 +3342,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3349,7 +3360,7 @@ msgstr ""
msgid "Colour"
msgstr "Warna"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr ""
@@ -3400,7 +3411,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3434,7 +3445,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Kondisi"
@@ -3493,7 +3504,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Konfigurasi"
@@ -3501,7 +3512,7 @@ msgstr "Konfigurasi"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3665,7 +3676,7 @@ msgid "Configuration updated"
msgstr "Konfigurasi diperbarui"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3673,7 +3684,7 @@ msgstr ""
msgid "Confirmation text"
msgstr "Teks konfirmasi"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3729,7 +3740,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3737,9 +3748,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3747,9 +3758,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3766,10 +3777,10 @@ msgstr ""
msgid "Contact"
msgstr "Kontak"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3800,10 +3811,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3843,8 +3854,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3856,8 +3868,8 @@ msgstr ""
msgid "Contract number"
msgstr "Nomor kontrak"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3869,8 +3881,8 @@ msgstr "Koordinat"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Salin"
@@ -3924,7 +3936,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "Tidak dapat menyimpan gambar!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Hitung"
@@ -3970,11 +3982,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -3994,14 +4006,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4080,7 +4092,7 @@ msgstr "Buat peta"
msgid "Create media type"
msgstr "Buat tipe media"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4104,7 +4116,7 @@ msgstr "Buat slide show"
msgid "Create template"
msgstr "Buat template"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Buat trigger"
@@ -4157,11 +4169,12 @@ msgstr ""
msgid "Current host"
msgstr "Host saat ini"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Nilai saat ini"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4169,7 +4182,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4178,11 +4191,11 @@ msgid "Custom graphs"
msgstr "Custom grafik"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4204,7 +4217,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Custom multiplier"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4243,11 +4256,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr ""
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4355,16 +4369,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4372,32 +4386,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Host database"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4405,35 +4419,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Monitor database"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Nama database"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Password database"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Port database"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Schema database"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Server database"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Tipe database"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "User database"
@@ -4462,7 +4476,7 @@ msgstr "Tanggal HW dibeli"
msgid "Day"
msgstr "Hari"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4481,7 +4495,7 @@ msgstr "Hari minggu"
msgid "Days"
msgstr "Hari"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Debug"
@@ -4495,7 +4509,7 @@ msgstr "Mode debug"
msgid "Dec"
msgstr "Des"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Desember"
@@ -4505,7 +4519,7 @@ msgstr "Desember"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Standar"
@@ -4522,7 +4536,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4539,18 +4553,18 @@ msgid "Default operation step duration"
msgstr "Standar durasi langkah operasi"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Standar theme"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4579,7 +4593,8 @@ msgstr "Delay oleh"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4600,8 +4615,8 @@ msgstr "Delay oleh"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Hapus"
@@ -4634,19 +4649,19 @@ msgstr "Hapus aksi yang berlaku?"
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Hapus aturan discovery?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Hapus ekspresi?"
@@ -4670,15 +4685,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr "Hapus peta ikon?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Hapus item?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Hapus tautan antara elemen yang dipilih?"
@@ -4722,7 +4737,7 @@ msgstr "Hapus aplikasi yang dipilih?"
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4731,7 +4746,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr "Hapus aturan discovery yang dipilih?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Hapus elemen yang dipilih?"
@@ -4756,7 +4771,7 @@ msgstr "Hapus grup yang dipilih?"
msgid "Delete selected host groups?"
msgstr "Hapus grup host yang dipilih?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4764,7 +4779,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Hapus host yang dipilih?"
@@ -4816,7 +4831,7 @@ msgstr "Hapus layar yang dipilih?"
msgid "Delete selected scripts?"
msgstr "Hapus skrip yang dipilih?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4875,11 +4890,11 @@ msgstr "Hapus slide show?"
msgid "Delete template?"
msgstr "Hapus template?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Hapus trigger?"
@@ -4892,7 +4907,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr "Dihapus: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -4913,16 +4928,16 @@ msgid "Deny"
msgstr "Tolak"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Dependensi"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Tergantung"
@@ -4930,7 +4945,7 @@ msgstr "Tergantung"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -4949,29 +4964,29 @@ msgstr "Status deployment"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Deskripsi"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5104,7 +5119,8 @@ msgstr "Non-aktifkan trigger yang dipilih?"
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5117,22 +5133,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Non-aktifkan"
@@ -5149,7 +5164,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5157,12 +5172,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5263,25 +5278,25 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Aturan penemuan dibuat"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Aturan penemuan dihapus"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Aturan penemuan diperbarui"
@@ -5291,13 +5306,13 @@ msgstr "Aturan penemuan diperbarui"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Aturan penemuan"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Aturan penemuan dihapus"
@@ -5340,7 +5355,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Menampilkan %1$s dari %2$s yang ditemukan"
@@ -5359,22 +5374,22 @@ msgid "Do not calculate"
msgstr "Jangan dikalkulasi"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Apakah Anda ingin mengganti ekspresi kondisional?"
@@ -5397,11 +5412,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Mati"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5481,12 +5496,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5515,10 +5530,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Durasi"
@@ -5538,7 +5553,7 @@ msgstr "Item dinamis"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Setiap URL haru memiliki nama yang unik. Pastikan hanya ada satu URL bernama"
@@ -5553,15 +5568,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Ubah"
@@ -5585,15 +5600,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Ubah trigger"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5689,7 +5704,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5859,15 +5874,16 @@ msgstr "Aktifkan trigger yang dipilih?"
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5883,13 +5899,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5898,13 +5913,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Aktif"
@@ -5914,9 +5929,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -5924,7 +5939,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -5936,10 +5951,10 @@ msgstr "English (en_GB)"
msgid "English (en_US)"
msgstr "English (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -5966,7 +5981,7 @@ msgstr "Error"
msgid "Error in search request for table \"%1$s\"."
msgstr "Error pada permintaan pencarian untuk label \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6002,7 +6017,7 @@ msgstr ""
msgid "Event details"
msgstr "Detail event"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Pembuatan event"
@@ -6022,6 +6037,12 @@ msgstr "Daftar event [sebelum 20]"
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6051,7 +6072,7 @@ msgstr "Setiap minggu"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Kecuali"
@@ -6062,7 +6083,7 @@ msgstr "Kecuali"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Jalankan"
@@ -6080,9 +6101,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6100,19 +6121,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Skrip yang dijalankan"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Konfirmasi eksekusi"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6152,7 +6173,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Ekspor ke CSV"
@@ -6160,21 +6181,21 @@ msgstr "Ekspor ke CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Ekspresi"
@@ -6187,15 +6208,15 @@ msgstr "Ekspresi Variabel Element"
msgid "Expression cannot be empty"
msgstr "Ekspresi tidak boleh kosong"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Pembangun ekspresi"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6214,7 +6235,7 @@ msgstr "Ekspresi"
msgid "External check"
msgstr "Periksa eksternal"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "F"
@@ -6228,7 +6249,7 @@ msgstr "PALSU"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Gagal"
@@ -6278,7 +6299,7 @@ msgstr "Layar favorit"
msgid "Feb"
msgstr "Feb"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Februari"
@@ -6291,7 +6312,7 @@ msgstr "Field"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6300,7 +6321,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6420,9 +6441,7 @@ msgstr "Region diisi"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6449,9 +6468,13 @@ msgstr "Region diisi"
msgid "Filter"
msgstr "Saring"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6470,7 +6493,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Selesai"
@@ -6483,8 +6506,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Pertama"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6498,12 +6521,12 @@ msgid "Fixed"
msgstr "Tetap"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6511,9 +6534,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6535,8 +6558,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Rumus"
@@ -6563,11 +6586,13 @@ msgstr "French (fr_FR)"
msgid "Fri"
msgstr "Jum"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Jumat"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6587,12 +6612,12 @@ msgstr "Akses frontend"
msgid "Frontend messaging"
msgstr "Sistem pesan frontend"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6627,7 +6652,7 @@ msgid "GUI access disabled."
msgstr "Akses GUI non-aktif."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6653,21 +6678,21 @@ msgstr "German (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Ekspresi yang diberikan bukan sebuah macro"
@@ -6693,7 +6718,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Lanjut ke"
@@ -6741,8 +6766,8 @@ msgstr "Garis gradasi"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6873,7 +6898,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Prototipe grafik"
@@ -6917,9 +6942,9 @@ msgid "Graph with same name but other type exist."
msgstr "Grafik dengan nama yang sama tetapi tipe lain sudah ada."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6929,7 +6954,7 @@ msgstr "Grafik dengan nama yang sama tetapi tipe lain sudah ada."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -6937,7 +6962,7 @@ msgstr "Grafik dengan nama yang sama tetapi tipe lain sudah ada."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Grafik"
@@ -7006,12 +7031,12 @@ msgstr "Grup untuk host yang ditemukan"
msgid "Group name"
msgstr "Nama grup"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7026,8 +7051,8 @@ msgstr "Grup berdasarkan"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7059,10 +7084,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "Otentikasi HTTP"
@@ -7070,11 +7095,11 @@ msgstr "Otentikasi HTTP"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr ""
@@ -7103,20 +7128,20 @@ msgstr "Hardware (Detail lengkap)"
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7149,11 +7174,11 @@ msgstr "Bantuan"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Tersembunyi"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7190,23 +7215,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Riwayat"
@@ -7214,17 +7239,17 @@ msgstr "Riwayat"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Riwayat dibersihkan"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Pembersihan riwayat akan memakan waktu lama. Lanjutkan?"
@@ -7238,13 +7263,17 @@ msgstr "Riwayat event"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7269,26 +7298,26 @@ msgstr "Luruskan horisontal"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7300,8 +7329,8 @@ msgstr "Luruskan horisontal"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Host"
@@ -7342,8 +7371,7 @@ msgstr "Akses host"
msgid "Host added"
msgstr "Host ditambah"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7360,18 +7388,18 @@ msgstr "Host tidak boleh memiliki lebih dari satu default interface pada tipe ya
msgid "Host count"
msgstr "Hitung host"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Host dihapus"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7391,7 +7419,7 @@ msgstr[0] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Host grup"
@@ -7437,11 +7465,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7478,17 +7506,17 @@ msgstr "Grup host"
msgid "Host info"
msgstr "Info host"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Antarmuka host"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7509,7 +7537,7 @@ msgstr ""
msgid "Host label type"
msgstr "Tipe label host"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7536,52 +7564,56 @@ msgstr "Jaringan host"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7630,17 +7662,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7716,7 +7748,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7751,10 +7783,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7771,9 +7803,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "Sensor IPMI"
@@ -7890,7 +7922,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Gambar"
@@ -7998,7 +8030,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8014,9 +8046,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8029,11 +8061,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8046,7 +8078,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Termasuk"
@@ -8314,8 +8346,8 @@ msgstr "Kesalahan pelolosan argumen ke fungsi"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8456,9 +8488,9 @@ msgstr "Kesalahan nama field \"%1$s\" atau nilai pada statemen where untuk tabel
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8511,7 +8543,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Kesalahan fungsi telah digunakan"
@@ -8587,7 +8619,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr "Kesalahan item untuk nilai axis."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Kesalahan item key \"%1$s\" disediakan untuk ekspresi trigger pada \"%2$s\"."
@@ -8598,11 +8630,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr ""
@@ -8773,35 +8805,35 @@ msgstr "Kesalahan ID trigger untuk service \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Kesalahan ekspresi trigger"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Kesalahan ekspresi trigger."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Kesalahan ekspresi trigger. Host \"%1$s\" tidak ada atau Anda tidak memiliki akses ke host tersebut."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Kesalahan ekspresi trigger. Elemen ekspresi trigger tidak seharusnya menjadi miliki template dan host secara bersamaan."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Kesalahan fungsi trigger \"%1$s\" disediakan dalam ekspresi."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -8952,16 +8984,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -8972,7 +9003,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9122,23 +9153,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9227,10 +9260,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9238,10 +9271,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Info"
@@ -9255,15 +9288,19 @@ msgstr "Informasi"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9279,17 +9316,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Sisipkan"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9301,7 +9338,7 @@ msgstr "Instalasi"
msgid "Installer name"
msgstr "Nama installer"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9334,8 +9371,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Interface dengan IP \"%1$s\" nama DNS tidak boleh kosong."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9364,14 +9401,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9395,15 +9432,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Interval"
@@ -9430,7 +9467,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9444,15 +9481,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9464,11 +9501,11 @@ msgstr "Hostid tidak sah untuk makro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9509,7 +9546,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr "Metode parameter tidak sah."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9541,6 +9578,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9553,75 +9599,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9638,7 +9690,7 @@ msgstr "Params tidak sah."
msgid "Invalid response code \"%1$s\"."
msgstr "Kode respon \"%1$s\" tidak sah."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9675,15 +9727,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9696,7 +9748,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9715,9 +9767,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventaris"
@@ -9744,9 +9796,9 @@ msgid "Issue"
msgstr "Isu"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9763,22 +9815,22 @@ msgid "Italian (it_IT)"
msgstr "Italian (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Item"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9815,15 +9867,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Item \"%1$s\" pada \"%2$s\": aplikasi \"%3$s\" tidak ada."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Item ditambah"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9832,16 +9884,16 @@ msgstr[0] ""
msgid "Item count"
msgstr "Item hitung"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Item dihapus"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -9850,7 +9902,7 @@ msgstr[0] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -9863,7 +9915,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9884,15 +9936,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -9904,7 +9956,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9912,19 +9964,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "Item prototipe"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Item diperbarui"
@@ -9996,7 +10048,7 @@ msgstr "Item dengan key \"%1$s\" sudah ada pada \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10006,11 +10058,11 @@ msgstr "Item dengan key \"%1$s\" sudah ada pada \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Item"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Item dihapus"
@@ -10022,7 +10074,7 @@ msgstr "Daftar item"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Item diperbarui"
@@ -10030,7 +10082,7 @@ msgstr "Item diperbarui"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10038,10 +10090,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "Agen JMX"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10054,10 +10106,10 @@ msgstr "Interface JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10089,7 +10141,7 @@ msgid "JSON-rpc version is not specified."
msgstr "Versi JSON-rps tidak ditentukan."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10097,7 +10149,7 @@ msgstr ""
msgid "Jan"
msgstr "Jan"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Januari"
@@ -10114,7 +10166,7 @@ msgstr ""
msgid "Jul"
msgstr "Jul"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Juli"
@@ -10122,11 +10174,11 @@ msgstr "Juli"
msgid "Jun"
msgstr "Jun"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Juni"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10160,7 +10212,7 @@ msgstr "Kunci \"%1$s\" tidak cocok <grpmax|grpmin|grpsum|grpavg>[\"Grup host\",
msgid "Key passphrase"
msgstr "Kunci passphrase"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Kata kunci"
@@ -10197,23 +10249,23 @@ msgstr "Login LDAP berhasil"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10239,37 +10291,37 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Terakhir"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10305,23 +10357,24 @@ msgstr "Perubahan terakhir (descending)"
msgid "Last check"
msgstr "Permeriksaan terakhir"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Grafik jam terakhir"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Grafik bulan terakhir"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Terakhir dari"
@@ -10334,21 +10387,21 @@ msgstr "Terakhir terlihat (umur)"
msgid "Last value"
msgstr "Nilai terakhir"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Grafik minggu terakhir"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Data terbaru"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10395,7 +10448,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10437,8 +10490,8 @@ msgstr "Tautan"
msgid "Link indicators"
msgstr "Indikator tautan"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10474,10 +10527,10 @@ msgstr "Tautan ke template"
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10571,10 +10624,10 @@ msgid "Location longitude"
msgstr "Longitude lokasi"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10586,10 +10639,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Log format waktu"
@@ -10646,7 +10699,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10663,8 +10716,9 @@ msgstr "Alamat MAC B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10679,7 +10733,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Makro"
@@ -10706,10 +10760,10 @@ msgstr "Makro dengan hostmacroid \"%1$s\" tidak ada."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10800,16 +10854,16 @@ msgstr "Pemeliharaan tanpa koleksi data"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Parameter wajib telah hilang."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manual"
@@ -10824,7 +10878,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Peta"
@@ -10918,7 +10972,7 @@ msgstr "Peta"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Maret"
@@ -10934,11 +10988,11 @@ msgstr "Tandai lainnya"
msgid "Mark selected"
msgstr "Tandai yang dipilih"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -10957,11 +11011,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11009,7 +11063,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11023,7 +11077,7 @@ msgstr[0] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Mei"
@@ -11177,7 +11231,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Pesan"
@@ -11241,7 +11295,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11299,7 +11353,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Hilangnya kunci \"%1$s\" untuk host \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11368,7 +11422,7 @@ msgstr ""
msgid "Mon"
msgstr "Sen"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Senin"
@@ -11376,9 +11430,9 @@ msgstr "Senin"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Terpantau oleh proxy"
@@ -11410,11 +11464,11 @@ msgstr "Bulan"
msgid "Monthly"
msgstr "Bulanan"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11433,20 +11487,20 @@ msgstr "Lebih dari satu grafik dengan nama \"%1$s\" dengan host."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Beberapa MASALAH event"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Bisu"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11479,13 +11533,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11513,17 +11568,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11543,19 +11598,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11564,15 +11619,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11582,12 +11637,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11678,12 +11733,12 @@ msgid "Never"
msgstr "Tak pernah"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Aplikasi baru"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11697,7 +11752,7 @@ msgstr "Kondisi baru"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Element baru"
@@ -11733,13 +11788,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11748,20 +11803,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -11915,6 +11970,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Tidak ada interface standar untuk \"%1$s\" ketik di \"%2$s\"."
@@ -11931,12 +11987,12 @@ msgstr "Tidak ada aturan ID yang diberikan pada discovery."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12003,12 +12059,12 @@ msgstr ""
msgid "No image"
msgstr "Tidak ada gambar"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Tidak ada interface yang ditemukan"
@@ -12023,7 +12079,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12061,7 +12117,7 @@ msgstr "Tidak ada ID peta yang disediakan untuk element layar."
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12092,8 +12148,8 @@ msgstr "Tidak ada izin untuk akses sistem."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12102,8 +12158,8 @@ msgstr "Tidak ada izin untuk akses sistem."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12159,12 +12215,12 @@ msgstr "Tidak ada izin untuk akses sistem."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12223,7 +12279,7 @@ msgstr "Tidak ada izin untuk akses sistem."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12244,7 +12300,7 @@ msgstr "Tidak ada izin untuk akses sistem."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Tidak ada izin untuk objek yang dirujuk atau objek tidak ada!"
@@ -12274,7 +12330,7 @@ msgstr "Tidak file kunci publik yang dispesifikasikan."
msgid "No recipients for action operation message."
msgstr "Tidak ada penerima untuk aksi operasi pesan."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12286,11 +12342,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr "Tidak ada skrip yang dispesifikasikan untuk aksi operasi perintah."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Tidak ada sasaran yang dipilih"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Tidak ada sasaran yang dipilih."
@@ -12307,19 +12363,19 @@ msgstr "Tidak ada trigger yang didefinisikan."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12332,18 +12388,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Tidak ada"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12441,7 +12497,7 @@ msgstr ""
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "November"
@@ -12454,11 +12510,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12526,11 +12582,11 @@ msgstr "Jumlah status yang berubah"
msgid "Number of steps"
msgstr "Jumlah langkah"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12546,7 +12602,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Jumlah user (online)"
@@ -12598,22 +12654,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numerik (float)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numerik (unsigned)"
@@ -12631,13 +12687,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12653,7 +12709,7 @@ msgstr "Router OOB"
msgid "OOB subnet mask"
msgstr "Subnet mask OOB"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "ATAU"
@@ -12681,13 +12737,13 @@ msgstr "Okt"
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Oktober"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Mati"
@@ -12719,7 +12775,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Nyala"
@@ -12794,7 +12850,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Hanya item yang ditugaskan ke host aktif yang dihitung"
@@ -12849,7 +12905,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Hanya sekitar 20%% indikator yang ditampilkan."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Hanya trigger yang ditugaskan ke host aktif dan tergantung pada item aktif yang dihitung."
@@ -12871,7 +12927,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Operasi tidak dapat dilakukan karena permintaan yang tidak sah."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Detail operasi"
@@ -12887,12 +12943,12 @@ msgstr "Operasi tidak memiliki template untuk beroperasi."
msgid "Operation type"
msgstr "Tipe operasi"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -12940,24 +12996,24 @@ msgstr "Operator"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -12986,55 +13042,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13073,8 +13131,8 @@ msgstr "Lainnya"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13098,8 +13156,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13284,16 +13342,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "MASALAH"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13305,26 +13363,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13343,13 +13401,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parameter"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13420,28 +13478,28 @@ msgstr "Pasif"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Password"
@@ -13453,15 +13511,15 @@ msgstr "Password (sekali lagi)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13478,7 +13536,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13495,17 +13553,22 @@ msgstr "Baris persentil (kanan)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Periode"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13551,7 +13614,7 @@ msgid "Placing algorithm"
msgstr "Menempatkan algoritma"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Plain text"
@@ -13565,7 +13628,7 @@ msgstr "Mainkan"
msgid "Play sound"
msgstr "Mainkan suara"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13574,20 +13637,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Silahkan pilih dua elemen"
@@ -13617,18 +13680,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "Polish (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Mengisi field inventaris host"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13659,33 +13721,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13696,23 +13758,23 @@ msgstr ""
msgid "Preview"
msgstr "Tinjau"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13745,12 +13807,14 @@ msgid "Primary POC screen name"
msgstr "Nama layar POC utama"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13762,29 +13826,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "File kunci pribadi"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Tingkatan hak"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13809,8 +13873,8 @@ msgstr ""
msgid "Problem display"
msgstr "Masalah tampilan"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13827,7 +13891,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Masalah pada"
@@ -13857,13 +13921,13 @@ msgstr "Masalah, jika semua turunan memiliki masalah"
msgid "Problem, if at least one child has a problem"
msgstr "Masalah, jika setidaknya satu turunan memiliki masalah"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13872,7 +13936,7 @@ msgstr "Masalah, jika setidaknya satu turunan memiliki masalah"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Masalah"
@@ -13909,7 +13973,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -13927,7 +13991,7 @@ msgstr "Proxy"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -13997,20 +14061,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Kunci publik"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "File kunci publik"
@@ -14040,8 +14104,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14051,10 +14115,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14112,7 +14176,7 @@ msgid "Received value"
msgstr "Nilai yang diterima"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14139,24 +14203,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Pemulihan"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14166,9 +14230,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14183,11 +14247,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14201,7 +14265,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Ekspresi reguler"
@@ -14240,7 +14304,7 @@ msgstr "Ekspresi reguler"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14264,6 +14328,12 @@ msgstr "Perintah jarak jauh"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14280,43 +14350,37 @@ msgstr "Perintah jarak jauh"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14325,14 +14389,14 @@ msgstr "Perintah jarak jauh"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14355,7 +14419,7 @@ msgstr "Perintah jarak jauh"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14388,8 +14452,8 @@ msgstr "Perintah jarak jauh"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Hapus"
@@ -14425,7 +14489,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14435,17 +14499,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Gantikan"
@@ -14460,23 +14524,23 @@ msgstr "Gantikan dependensi"
msgid "Reports"
msgstr "Laporan"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14486,7 +14550,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Dibutuhkan"
@@ -14503,14 +14567,14 @@ msgstr "Dibutuhkan performa (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Dibutuhkan performa server, nilai baru per detik"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Dibutuhkan kode status"
@@ -14518,7 +14582,7 @@ msgstr "Dibutuhkan kode status"
msgid "Required string"
msgstr "Dibutuhkan string"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Reset"
@@ -14547,7 +14611,7 @@ msgstr "Konfirmasi reset"
msgid "Reset defaults"
msgstr "Reset standar"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Terselesaikan"
@@ -14559,26 +14623,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14615,15 +14679,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Hasil "
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14642,14 +14706,14 @@ msgstr "Hasilnya adalah BENAR"
msgid "Result type"
msgstr "Tipe hasil"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14812,12 +14876,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr "Russian (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "S"
@@ -14827,7 +14891,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14872,16 +14937,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "OID SNMP"
@@ -14889,8 +14954,10 @@ msgstr "OID SNMP"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "Komunitas SNMP"
@@ -14906,11 +14973,13 @@ msgstr "Jebakan SNMP"
msgid "SNMP trap key is invalid."
msgstr "Kunci jebakan SNMP tidak sah."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -14918,7 +14987,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "Agen SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -14926,7 +14996,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "Agen SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -14948,9 +15019,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -14973,40 +15044,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "Agen SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15034,15 +15105,23 @@ msgstr ""
msgid "Sat"
msgstr "Sab"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Sabtu"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15064,12 +15143,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15153,9 +15232,9 @@ msgid "Screen updated"
msgstr "Layar diperbarui"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15170,7 +15249,7 @@ msgstr "Layar diperbarui"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Layar"
@@ -15234,7 +15313,7 @@ msgstr "Skrip diperbarui"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Skrip"
@@ -15292,19 +15371,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15315,8 +15396,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15324,15 +15405,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Pilih"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Pilih prototipe"
@@ -15365,19 +15446,19 @@ msgstr "Elemen yang dipilih"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15402,7 +15483,7 @@ msgstr "Hanya kirim ke"
msgid "Send to"
msgstr "Kirim ke"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15429,13 +15510,13 @@ msgstr "Sep"
msgid "Separated"
msgstr "Dipisahkan"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "September"
@@ -15560,12 +15641,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Sesi dimatikan, mohon login kembali."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15574,11 +15656,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15601,28 +15683,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15641,7 +15723,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15671,7 +15753,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15689,14 +15771,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15707,8 +15789,8 @@ msgstr ""
msgid "Show"
msgstr "Tampilkan"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Tampilkan detail"
@@ -15716,7 +15798,7 @@ msgstr "Tampilkan detail"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15743,7 +15825,11 @@ msgstr "Tampilkan legenda"
msgid "Show lines"
msgstr "Tampilkan garis"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15765,9 +15851,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15778,7 +15864,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15792,7 +15878,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Tampilkan teks sebagai HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15803,7 +15889,7 @@ msgid "Show triggers"
msgstr "Tampilkan trigger"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15812,10 +15898,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Tampilkan nilai"
@@ -15827,7 +15913,7 @@ msgstr "Tampilkan peringatan jika server Zabbix mati"
msgid "Show working time"
msgstr "Tampilkan waktu kerja"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Ditampilkan"
@@ -15878,8 +15964,8 @@ msgstr "Grafik sederhana"
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -15990,7 +16076,7 @@ msgstr "Slide"
msgid "Slovak (sk_SK)"
msgstr "Slovak (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Tidur"
@@ -16128,7 +16214,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16136,16 +16223,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16165,7 +16251,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16253,28 +16339,28 @@ msgid "Stop"
msgstr "Berhenti"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16286,7 +16372,7 @@ msgstr "Lurus"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16311,14 +16397,14 @@ msgid "Subject"
msgstr "Subyek"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Submap"
@@ -16326,7 +16412,7 @@ msgstr "Submap"
msgid "Success Audit"
msgstr "Audit sukses"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16339,7 +16425,7 @@ msgstr ""
msgid "Sun"
msgstr "Sen"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Senin"
@@ -16383,7 +16469,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Pengalihan metode otentikasi akan mengatur ulang semua kecuali sesi ini! Lanjutkan?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16434,12 +16520,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "T"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16481,12 +16567,12 @@ msgstr "Tabel \"%1$s\" tidak memiliki field dengan nama \"%2$s\"."
msgid "Tag"
msgstr "Label"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16495,12 +16581,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16511,25 +16597,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16537,11 +16623,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16550,11 +16636,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Sasaran"
@@ -16673,13 +16759,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16701,20 +16787,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Tes"
@@ -16739,7 +16825,7 @@ msgstr "Tes data"
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16767,10 +16853,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16809,7 +16895,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16900,11 +16986,11 @@ msgstr ""
msgid "Theme"
msgstr "Theme"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -16913,11 +16999,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Bulan ini"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -16929,23 +17015,23 @@ msgstr "Kolom layar ini tidak kosong. Hapus?"
msgid "This screen row is not empty. Delete it?"
msgstr "Baris layar ini tidak kosong. Hapus?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Minggu ini"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Tahun ini"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -16957,7 +17043,7 @@ msgstr ""
msgid "Thu"
msgstr "Kam"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Kamis"
@@ -16968,19 +17054,19 @@ msgstr "Kamis"
msgid "Till"
msgstr "Hingga"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17023,12 +17109,12 @@ msgstr ""
msgid "Time period"
msgstr "Periode waktu"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17040,16 +17126,23 @@ msgstr "Waktu pergeseran"
msgid "Time type"
msgstr "Tipe waktu"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Batas waktu"
@@ -17063,22 +17156,23 @@ msgstr "Batas waktu"
msgid "Timestamp"
msgstr "Timestamp"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Ke"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Untuk mengatur interface host pilih satu tipe item untuk semua item"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Hari ini"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17168,10 +17262,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17180,34 +17274,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Tren"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Trigger"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Trigger \"%1$s\" sudah ada pada \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17217,7 +17311,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Trigger \"%1$s\" tergantung pada trigger \"%2$s\", yang tidak ada."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17225,7 +17319,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Trigger ditambah"
@@ -17233,7 +17327,7 @@ msgstr "Trigger ditambah"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17242,7 +17336,7 @@ msgstr[0] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Trigger dihapus"
@@ -17250,7 +17344,7 @@ msgstr "Trigger dihapus"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17260,12 +17354,12 @@ msgstr[0] ""
msgid "Trigger displaying options"
msgstr "Trigger menampilkan pilihan"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Ekspresi trigger harus mengandung setidaknya satu host:key referensi."
@@ -17305,24 +17399,24 @@ msgstr "Rangkuman trigger"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Prototipe trigger"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17332,12 +17426,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17345,18 +17439,18 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17364,15 +17458,15 @@ msgstr[0] ""
msgid "Trigger prototypes"
msgstr "Prototipe trigger"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17380,11 +17474,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "Trigger keparahan"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17392,19 +17486,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Trigger diperbarui"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17417,11 +17511,11 @@ msgstr "Trigger diperbarui"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Trigger"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Trigger dihapus"
@@ -17437,7 +17531,7 @@ msgstr ""
msgid "Tue"
msgstr "Sel"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Selasa"
@@ -17450,7 +17544,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Dua item (\"%1$s\" dan \"%2$s\") tidak dapat mengisi satu field inventori host \"%3$s\", ini akan mengakibatkan konflik."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17470,7 +17564,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17482,21 +17576,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17529,18 +17623,18 @@ msgstr "Tipe (descending)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Tipe kalkulasi"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Tipe informasi"
@@ -17557,8 +17651,8 @@ msgstr "Tipe"
msgid "UNKNOWN"
msgstr "TIDAK DIKENAL"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17568,11 +17662,11 @@ msgstr "TIDAK DIKENAL"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17618,7 +17712,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URL"
@@ -17702,10 +17796,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Unit"
@@ -17727,7 +17821,7 @@ msgstr "Unit"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17746,18 +17840,18 @@ msgstr "Aksi tidak dikenal"
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Fungsi yang tidak dikenal."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Item host yang tidak dikenal, tidak ada item tersebut dalam host yang terpilih"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Host tidak dikenal, tidak ada host yang hadir dalam sistem"
@@ -17783,15 +17877,15 @@ msgstr "Tipe nilai tidak dikenal"
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Putuskan"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Putuskan dan bersihkan"
@@ -17834,7 +17928,7 @@ msgstr "Diputus: Prototipe item \"%1$s\" pada \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Nyalakan suara"
@@ -17879,6 +17973,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -17915,28 +18014,29 @@ msgstr "Nyala"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -17953,16 +18053,16 @@ msgstr "Perbaru yang ada"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Perbaru interval"
@@ -18017,7 +18117,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr "Waktu nyala/Waktu mati"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18046,7 +18146,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "User"
@@ -18205,14 +18305,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Nama user"
@@ -18278,11 +18378,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Username"
@@ -18290,8 +18390,8 @@ msgstr "Username"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18556,24 +18656,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18701,18 +18801,18 @@ msgstr "Variabel"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18720,8 +18820,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18733,7 +18833,7 @@ msgstr "Vendor"
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18794,7 +18894,7 @@ msgstr "Nama terlihat"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Nama terlihat tidak boleh kosong jika nama hostnya hilang."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "W"
@@ -18806,22 +18906,22 @@ msgstr "W"
msgid "Warning"
msgstr "Peringatan"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Mohon maaf, jumlah maksimum yang mungkin dari unsur-unsur yang perlu diingat telah tercapai."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18831,7 +18931,7 @@ msgstr "Mohon maaf, jumlah maksimum yang mungkin dari unsur-unsur yang perlu dii
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18886,7 +18986,7 @@ msgstr[0] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -18904,7 +19004,7 @@ msgstr ""
msgid "Wed"
msgstr "Rab"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Rabu"
@@ -18917,7 +19017,7 @@ msgstr "Mingguan"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -18925,7 +19025,7 @@ msgstr ""
msgid "When active"
msgstr "Ketidak aktif"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -18967,7 +19067,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19041,13 +19141,13 @@ msgstr "Field yang salah untuk service \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Field yang salah untuk waktu untuk service \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Field yang salah untuk trigger."
@@ -19055,8 +19155,8 @@ msgstr "Field yang salah untuk trigger."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19089,10 +19189,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19183,7 +19283,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19202,20 +19302,20 @@ msgstr "Tahunan"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19227,7 +19327,7 @@ msgstr "Tahunan"
msgid "Yes"
msgstr "Ya"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19238,7 +19338,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Anda tidak dapat memilih beberapa bahasa, karena locale untuk mereka tidak terinstall pada web server."
@@ -19293,7 +19393,7 @@ msgstr "Anda tidak memiliki hak untuk melakukan operasi ini."
msgid "You do not have permissions to create users."
msgstr "Anda tidak memiliki hak untuk membuat user."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19301,7 +19401,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19376,7 +19476,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Server Zabbix"
@@ -19394,7 +19494,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19402,15 +19502,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Server Zabbix tidak berjalan: Informasi yang ditampilkan mungkin tidak saat ini."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Server Zabbix berjalan"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Nama server Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Port server Zabbix"
@@ -19419,6 +19519,7 @@ msgid "Zabbix trapper"
msgstr "Jebakan Zabbix"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19432,51 +19533,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19489,8 +19595,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19498,29 +19604,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19562,6 +19668,10 @@ msgstr "semua"
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19573,23 +19683,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19599,7 +19709,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19607,11 +19717,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19660,11 +19770,11 @@ msgstr ""
msgid "avg"
msgstr "avg"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19692,10 +19802,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19703,7 +19812,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19728,6 +19837,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19754,11 +19866,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19780,14 +19892,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19812,7 +19924,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19830,11 +19942,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19853,11 +19965,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19866,32 +19978,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "hari"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "standar"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -19917,11 +20029,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -19960,7 +20072,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -19999,7 +20111,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20007,14 +20119,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20023,7 +20135,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20081,11 +20193,11 @@ msgstr "dalam"
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20122,7 +20234,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20136,15 +20248,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20154,7 +20266,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20166,7 +20278,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20196,7 +20308,7 @@ msgstr ""
msgid "last"
msgstr "terakhir"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20208,15 +20320,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20224,12 +20336,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20259,7 +20371,7 @@ msgstr "peta"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20283,7 +20395,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20310,12 +20422,12 @@ msgstr ""
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20348,27 +20460,27 @@ msgstr "harus user LDAP yang valid"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20378,7 +20490,7 @@ msgstr ""
msgid "no data"
msgstr "tidak ada data"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20399,7 +20511,7 @@ msgstr "tidak didalam"
msgid "not selected"
msgstr "tidak dipilih"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20407,8 +20519,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "dari"
@@ -20456,7 +20568,7 @@ msgstr ""
msgid "on"
msgstr "pada"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20472,11 +20584,11 @@ msgstr "lainnya"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20487,11 +20599,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20508,12 +20620,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20530,7 +20642,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20579,6 +20691,7 @@ msgstr "penjelasan singkat"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20593,15 +20706,15 @@ msgstr "penjelasan singkat"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20609,10 +20722,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "tampilkan pemetaan ikon"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "tampilkan nilai pemetaan"
@@ -20620,11 +20733,11 @@ msgstr "tampilkan nilai pemetaan"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20632,7 +20745,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20641,14 +20754,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20683,9 +20796,13 @@ msgstr "template ID \"%1$s\" dilewatkan %2$s kali"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20700,7 +20817,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20719,18 +20836,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20741,26 +20882,26 @@ msgstr "trigger"
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20770,7 +20911,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20787,9 +20928,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20816,12 +20958,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20831,7 +20973,7 @@ msgstr ""
msgid "unknown"
msgstr "tidak diketahui"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20840,28 +20982,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20871,7 +21013,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "nilai"
@@ -20889,26 +21031,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -20936,9 +21081,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -20975,7 +21120,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/locale/it/LC_MESSAGES/frontend.po b/ui/locale/it/LC_MESSAGES/frontend.po
index 3d42acda01c..b3ab96d3a35 100644
--- a/ui/locale/it/LC_MESSAGES/frontend.po
+++ b/ui/locale/it/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2018-09-17 12:18+0300\n"
"Last-Translator: quadrata <dimitri.bellini@quadrata.it>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" e' previsto"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "prevista coppia \"host:key\""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -78,7 +78,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d giorno"
msgstr[1] "%1$d giorni"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -162,8 +162,8 @@ msgstr[1] "%1$s messaggi"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -177,7 +177,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "%1$s di %2$s elemento in problem state"
msgstr[1] "%1$s di %2$s elementi in problem state"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -209,15 +209,15 @@ msgstr[1] "%1$s tentativi disponibili"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1s secondo"
msgstr[1] "%1s secondi"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -236,20 +236,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s widget"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, Severità, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, sola lettura"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -287,20 +287,20 @@ msgstr "(0 - usa azione di default)"
msgid "(Only super admins can create groups)"
msgstr "(Solo i super amministratori possono creare gruppi)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(nessun proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - usa porta di default"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 o 1"
@@ -376,11 +376,12 @@ msgid "ADD OVERRIDE"
msgstr "AGGIUNGI OVERRIDE"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "E"
@@ -407,16 +408,16 @@ msgstr[0] "L'account è bloccato per %1$s secondo."
msgstr[1] "L'account è bloccato per %1$s secondi."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Ack"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Acknowledge"
@@ -449,7 +450,7 @@ msgstr "Acknowledged RESOLVED events"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -462,30 +463,30 @@ msgstr "Acknowledged RESOLVED events"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -556,18 +557,18 @@ msgstr "Azione aggiornata"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Azioni"
@@ -603,6 +604,9 @@ msgstr "Attivo fino a"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -630,9 +634,6 @@ msgstr "Attivo fino a"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -642,9 +643,9 @@ msgstr "Attivo fino a"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -656,39 +657,40 @@ msgstr "Attivo fino a"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -699,20 +701,20 @@ msgstr "Attivo fino a"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -739,8 +741,8 @@ msgstr "Attivo fino a"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Aggiungi"
@@ -748,7 +750,7 @@ msgstr "Aggiungi"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Aggiungi un nuovo widget"
@@ -756,7 +758,7 @@ msgstr "Aggiungi un nuovo widget"
msgid "Add child"
msgstr "Aggiungi figlio"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Aggiungi elemento child"
@@ -768,7 +770,7 @@ msgstr "Aggiungi host"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Aggiungi mappe multiple"
@@ -777,6 +779,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -785,7 +788,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Aggiungi prototipo"
@@ -806,11 +809,11 @@ msgstr "Aggiungi al gruppo host"
msgid "Add to host groups"
msgstr "Aggiungi ai gruppi host"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -834,7 +837,7 @@ msgid "Age"
msgstr "Età"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Periodo inferiore a"
@@ -846,7 +849,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agente"
@@ -905,7 +908,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Tutti"
@@ -923,7 +926,7 @@ msgstr "Tutti i gruppi"
msgid "All hosts"
msgstr "Tutti gli host"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Tutti i collegamenti devono avere \"Nome\" e \"URL\" definiti"
@@ -931,13 +934,13 @@ msgstr "Tutti i collegamenti devono avere \"Nome\" e \"URL\" definiti"
msgid "All maps"
msgstr "Tutte le mappe"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Tutti i problemi"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Tutti i problemi se il valore del tag trova riscontro"
@@ -957,48 +960,48 @@ msgstr ""
msgid "All templates"
msgstr "Tutti i template"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Consenti chiusura manuale"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Host consentiti"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "In alternativa, e' possibile installarlo manualmente:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "And"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1007,14 +1010,14 @@ msgid "And/Or"
msgstr "And/Or"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1030,10 +1033,10 @@ msgstr "Tutte le stringhe di caratteri incluse"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1067,8 +1070,8 @@ msgid "Application error."
msgstr "Errore dell'applicazione."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Prototipo Application"
@@ -1091,15 +1094,15 @@ msgstr "L'applicazione con applicationid \"%1$s\" non esiste."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1107,15 +1110,17 @@ msgstr "L'applicazione con applicationid \"%1$s\" non esiste."
msgid "Applications"
msgstr "Applicazioni"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Applica"
@@ -1133,7 +1138,7 @@ msgstr "Prossimo"
msgid "Apr"
msgstr "Apr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Aprile"
@@ -1145,7 +1150,11 @@ msgstr "Sicuro di voler eseguire questa azione?"
msgid "Are you sure you want to delete"
msgstr "Sicuro di voler eliminare"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1161,12 +1170,12 @@ msgstr "Tipo area"
msgid "Arithmetic"
msgstr "Aritmetica"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Così com'è"
@@ -1274,7 +1283,7 @@ msgstr "Audit log"
msgid "Aug"
msgstr "Ago"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Agosto"
@@ -1291,9 +1300,9 @@ msgstr ""
msgid "Authentication"
msgstr "Autenticazione"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Algoritmo di autenticazione"
@@ -1303,21 +1312,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Metodo di autenticazione"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Passphrase di autenticazione"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Protocollo di autenticazione"
@@ -1356,9 +1367,9 @@ msgstr "Auto-logout"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automatico"
@@ -1388,7 +1399,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Disponibilità"
@@ -1413,8 +1424,8 @@ msgstr "Media"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Indietro"
@@ -1468,16 +1479,16 @@ msgid "Blue"
msgstr "Blu"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1518,11 +1529,11 @@ msgstr ""
msgid "Bottom"
msgstr "In basso"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "Porta avanti"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Porta in primopiano"
@@ -1549,8 +1560,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "Chiusura"
@@ -1570,7 +1581,7 @@ msgstr "Carico CPU. Restituisce valore decimale (float)"
msgid "CPU utilisation percentage. Returns float"
msgstr "Percentuale di utilizzo della CPU. Restituisce valore decimale (float)"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1603,7 +1614,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1611,7 +1622,7 @@ msgstr ""
msgid "Callback"
msgstr "Callback"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1637,10 +1648,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Annulla"
@@ -1685,12 +1696,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Impossibile aggiungere dipendenza da un host a un template"
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Impossibile aggiungere dipendenza dal trigger \"%1$s:%2$s\" al trigger inesistente \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Impossibile aggiungere regola di discovery"
@@ -1714,7 +1725,7 @@ msgstr "Impossibile aggiungere il gruppo."
msgid "Cannot add host"
msgstr "Impossibile aggiungere l'host"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Impossibile aggiungere prototipo host"
@@ -1724,7 +1735,7 @@ msgstr "Impossibile aggiungere prototipo host"
msgid "Cannot add image"
msgstr "Impossibile aggiungere l'immagine"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Impossibile aggiungere l'item"
@@ -1733,7 +1744,7 @@ msgstr "Impossibile aggiungere l'item"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Non posso aggiungere l'item \"%1$s\" da \"%2$s\" all'applicazione \"%3$s\" da \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Impossibile aggiungere l'item prototipo"
@@ -1816,11 +1827,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "Impossibile aggiungere il template"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Impossibile aggiungere il trigger"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Impossibile aggiungere il trigger prototipo"
@@ -1843,11 +1854,11 @@ msgstr "Impossibile aggiungere mappa dei valori"
msgid "Cannot add web scenario"
msgstr "Impossibile aggiungere scenario web"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1864,11 +1875,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Impossibile invocare il metodo \"%1$s.%2$s\" senza parametri."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Impossibile cancellare storico"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1876,7 +1887,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Impossibile clonare prototipi di grafico."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Impossibile clonare prototipi host."
@@ -1899,7 +1910,7 @@ msgstr "Impossibile chiudere il problema: %1$s."
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Non è possibile connettersi al database."
@@ -1913,24 +1924,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] "Non è possibile copiare il grafico"
msgstr[1] "Non è possibile copiare i grafici"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Non è possibile copiare l'item"
msgstr[1] "Non è possibile copiare gli item"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Non è possibile copiare il trigger"
msgstr[1] "Non è possibile copiare i trigger"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Impossibile copiare trigger \"%1$s:%2$s\", perchè contiene host multipli nell'espressione."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Impossibile creare prototipo host per un host discoverato \"%1$s\"."
@@ -1968,7 +1979,7 @@ msgstr "Impossibile creare nuova applicazione, uno scenario web è già assegnat
msgid "Cannot create template."
msgstr "Impossibile creare template."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Impossibile creare il file di configurazione."
@@ -2012,11 +2023,11 @@ msgstr "Impossibile cancellare dipendenza"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Impossibile eliminare l'applicazioni discoverata \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Impossibile cancellare regola di discovery"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Impossibile cancellare regola di discovery"
@@ -2042,7 +2053,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Impossibile rimuovere il gruppo"
msgstr[1] "Impossibile rimuovere il gruppo"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Impossibile rimuovere l'host"
@@ -2060,7 +2071,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Impossibile rimuovere prototipo host"
@@ -2076,19 +2087,19 @@ msgstr "Impossibile rimuovere l'immagine"
msgid "Cannot delete inventory."
msgstr "Impossibile rimuovere inventario."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Impossibile rimuovere l'item"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Non posso cancellare l'item prototipo"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Non posso cancellare l'item prototipo"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Impossibile rimuovere gli item"
@@ -2172,7 +2183,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Impossibile rimuovere prototipo host con template."
@@ -2203,19 +2214,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Impossibile rimuovere scenario web con template \"%1$s\"."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Impossibile rimuovere il trigger"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Impossibile rimuovere il prototipo di trigger"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Non posso cancellare il trigger prototipo"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Impossibile rimuovere i trigger"
@@ -2253,20 +2264,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] "Impossibile disabilitare correlazione"
msgstr[1] "Impossibile disabilitare correlazioni"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Impossibile disabilitare regola di discovery"
msgstr[1] "Impossibile disabilitare regole di discovery"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Impossibile disabilitare host"
msgstr[1] "Impossibile disabilitare gli host"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Impossibile disabilitare item"
@@ -2285,7 +2296,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Impossibile disabilitare trigger"
@@ -2317,20 +2328,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] "Impossibile abilitare correlazione"
msgstr[1] "Impossibile abilitare correlazioni"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Impossibile abilitare regola discovery"
msgstr[1] "Impossibile abilitare le regole di discovery"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Impossibile abilitare host"
msgstr[1] "Impossibile abilitare gli host"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Impossibile abilitare item"
@@ -2349,7 +2360,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Impossibile abilitare trigger"
@@ -2369,7 +2380,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Impossibile eseguire lo script."
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2531,7 +2542,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "Non e' possibile importare il template \"%1$s\", template collegato \"%2$s\" inesistente."
msgstr[1] "Non e' possibile importare il template \"%1$s\", template collegati \"%2$s\" inesistenti."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Impossibile inserire espressione trigger"
@@ -2638,7 +2649,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Impossibile inviare comando, controlla connessione al server Zabbix \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2675,12 +2686,12 @@ msgstr "Impossibile impostare \"%1$s\" per l'item \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Non e' possibile definire \"%1$s\" per la template screen \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Impossibile impostare \"%1$s\" per il trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Impossibile definire \"%1$s\" per il trigger prototipo \"%2$s\"."
@@ -2710,7 +2721,7 @@ msgstr "Non posso definire la risorsa ID per l'elemento screen."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2772,22 +2783,22 @@ msgstr "Impossibile aggiornare \"%1$s\" per il grafico prototipo \"%2$s\"."
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Impossibile aggiornare \"%1$s\" per l'item \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Impossibile aggiornare \"%1$s\" per il template trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Impossibile aggiornare \"%1$s\" per il template trigger prototipo \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Impossibile aggiornare \"%1$s\" per il trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Impossibile aggiornare \"%1$s\" per il trigger prototipo \"%2$s\"."
@@ -2802,7 +2813,7 @@ msgstr "Impossibile aggiornare \"%1$s\" per un host discoverato \"%2$s\"."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Impossibile aggiornare \"%1$s\" per un item discoverato \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2871,7 +2882,7 @@ msgstr "Impossibile aggiornare correlazione"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Impossibile aggiornare le applicazioni discoverate \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Impossibile aggiornare la regola di discovery"
@@ -2908,7 +2919,7 @@ msgstr "Impossibile aggiornare l'host"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Impossibile aggiornare le impostazioni di crittografia dell'host. Occorre speificare le impostazioni di connesione per entrambe le direzioni (In/Out)."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Impossibile aggiornare il prototipo host"
@@ -2933,21 +2944,21 @@ msgstr "Impossibile aggiornare immagine"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Impossibile aggiornare l'interfaccia per l'host discoverato \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Impossibile aggiornare l'item"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Impossibile aggiornare item prototipo"
msgstr[1] "Impossibile aggiornare gli item prototipo"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Impossibile aggiornare gli item"
@@ -3030,28 +3041,28 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Impossibile aggiornare template su host discoverato \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Impossibile aggiornare il trigger"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Impossibile aggiornare trigger \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Impossibile aggiornare trigger prototipo"
msgstr[1] "Impossibile aggiornare i trigger prototipo"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Impossibile aggiornare trigger prototipo \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Impossibile aggiornare i trigger prototipo"
@@ -3108,12 +3119,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Certificato"
@@ -3157,10 +3168,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Carattere"
@@ -3187,7 +3198,7 @@ msgstr "Informazioni chassis. Restituisce stringa"
msgid "Check already exists."
msgstr "Il controllo esiste già."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Controlla la porzione di espressione che parte da \"%1$s\"."
@@ -3205,7 +3216,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Verifica prerequisiti"
@@ -3310,8 +3321,8 @@ msgid "Clear history"
msgstr "Cancella storico"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Pulisci storico e trend"
@@ -3320,11 +3331,11 @@ msgstr "Pulisci storico e trend"
msgid "Clear when unlinking"
msgstr "Pulisci duranto lo scollegamento"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3343,20 +3354,20 @@ msgstr "Orologio"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Clona"
@@ -3364,15 +3375,15 @@ msgstr "Clona"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Chiudi"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Chiudi costruttore di espressioni"
@@ -3391,8 +3402,8 @@ msgid "Close problem"
msgstr "Problema chiuso"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Espandi"
@@ -3409,7 +3420,7 @@ msgstr ""
msgid "Colour"
msgstr "Colore"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Il colore \"%1$s\" è errato: atteso codice colore esadecimale (6 simboli)"
@@ -3460,7 +3471,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3494,7 +3505,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Sessioni concorrenti"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Condizione"
@@ -3553,7 +3564,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Condizioni duplicate per la correlazione \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Configurazione"
@@ -3561,7 +3572,7 @@ msgstr "Configurazione"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Statistiche della cache di configurazione. Cache - buffer (modalità: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "File configurazione \"%1$s\" creato."
@@ -3725,7 +3736,7 @@ msgid "Configuration updated"
msgstr "Configurazione aggiornata"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Configura connessione DB"
@@ -3733,7 +3744,7 @@ msgstr "Configura connessione DB"
msgid "Confirmation text"
msgstr "Testo di conferma"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Complimenti! Hai installato con successo il frontend di Zabbix."
@@ -3789,7 +3800,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3797,9 +3808,9 @@ msgstr ""
msgid "Connections"
msgstr "Connessioni"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Connessioni dall'host"
@@ -3807,9 +3818,9 @@ msgstr "Connessioni dall'host"
msgid "Connections from proxy"
msgstr "Connessioni dal proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Connessioni verso l'host"
@@ -3826,10 +3837,10 @@ msgstr "Costruttore"
msgid "Contact"
msgstr "Contatto"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3860,10 +3871,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3903,8 +3914,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Nome contesto"
@@ -3916,8 +3928,8 @@ msgstr ""
msgid "Contract number"
msgstr "Numero contratto"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3929,8 +3941,8 @@ msgstr "Coordinate"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Copia"
@@ -3986,7 +3998,7 @@ msgstr "Correlazione aggiornata"
msgid "Could not save image!"
msgstr "Impossibile salvare l'immagine!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Conteggio"
@@ -4032,11 +4044,11 @@ msgstr "Crea correlazione"
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4056,14 +4068,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4142,7 +4154,7 @@ msgstr "Crea mappa"
msgid "Create media type"
msgstr "Crea tipo di supporto"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Crea nuovo"
@@ -4166,7 +4178,7 @@ msgstr "Crea Slide Show"
msgid "Create template"
msgstr "Crea template"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Crea trigger"
@@ -4219,11 +4231,12 @@ msgstr "Critico"
msgid "Current host"
msgstr "Host corrente"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Valore corrente"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "Personalizzato"
@@ -4231,7 +4244,7 @@ msgstr "Personalizzato"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Espressione custom"
@@ -4240,11 +4253,11 @@ msgid "Custom graphs"
msgstr "Grafici personalizzati"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Intervalli personalizzati"
@@ -4266,7 +4279,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Moltiplicatore personalizzato"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4305,11 +4318,12 @@ msgid "DD.MM.YY"
msgstr "GG.MM.AA"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4418,16 +4432,16 @@ msgstr ""
msgid "Data storage period"
msgstr "Periodo storicizzazione dati"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4435,32 +4449,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Host del database"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4468,35 +4482,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Database monitor"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Nome del database"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Password del database"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Porta del database"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Schema del database"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Server del database"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Tipo di database"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Utente del database"
@@ -4525,7 +4539,7 @@ msgstr "Data di acquisto HW"
msgid "Day"
msgstr "Giorno"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4544,7 +4558,7 @@ msgstr "Giorno della settimana"
msgid "Days"
msgstr "Giorni"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Debug"
@@ -4558,7 +4572,7 @@ msgstr "Modalità debug"
msgid "Dec"
msgstr "Dic"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Dicembre"
@@ -4568,7 +4582,7 @@ msgstr "Dicembre"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Default"
@@ -4585,7 +4599,7 @@ msgid "Default host inventory mode"
msgstr "Modalita' inventario host predefinito"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4602,18 +4616,18 @@ msgid "Default operation step duration"
msgstr "Durata predefinita step dell'operazione"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Tema predefinito"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4642,7 +4656,8 @@ msgstr "Ritardato di"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4663,8 +4678,8 @@ msgstr "Ritardato di"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Rimuovi"
@@ -4697,19 +4712,19 @@ msgstr "Rimuovere azione corrente?"
msgid "Delete current correlation?"
msgstr "Cancella attuale correlazione?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Rimuovere regola di discovery?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Rimuovere espressione?"
@@ -4733,15 +4748,15 @@ msgstr "Cancella la history dello scenario web selezionato?"
msgid "Delete icon map?"
msgstr "Rimuovere mappa di icone?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Cancella item prototipo?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Rimuovere item?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Rimuovere collegamenti tra gli elementi selezionati?"
@@ -4785,7 +4800,7 @@ msgstr "Rimuovere applicazioni selezionate?"
msgid "Delete selected correlations?"
msgstr "Cancella correlazioni selezionate?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4794,7 +4809,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr "Rimuovere regole di discovery selezionate?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Rimuovere elementi selezionati?"
@@ -4819,7 +4834,7 @@ msgstr "Rimuovere gruppi selezionati?"
msgid "Delete selected host groups?"
msgstr "Rimuovere gruppi di host selezionati?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Rimuovere prototipi host selezionati?"
@@ -4827,7 +4842,7 @@ msgstr "Rimuovere prototipi host selezionati?"
msgid "Delete selected host prototypes?"
msgstr "Rimuovere prototipi host selezionati?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Rimuovi host selezionato?"
@@ -4879,7 +4894,7 @@ msgstr "Rimuovere schermate selezionate?"
msgid "Delete selected scripts?"
msgstr "Rimuovere script selezionati?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Elimina forme selezionate?"
@@ -4939,11 +4954,11 @@ msgstr "Rimuovere Slide Show?"
msgid "Delete template?"
msgstr "Rimuovere template?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Cancella trigger prototipo?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Rimuovere trigger?"
@@ -4956,7 +4971,7 @@ msgstr "Cancellare scenario web?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Rimosso: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Rimosso: Prototipo host \"%1$s\" su \"%2$s\"."
@@ -4977,16 +4992,16 @@ msgid "Deny"
msgstr "Nega"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Dipendenze"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Subordinato"
@@ -4994,7 +5009,7 @@ msgstr "Subordinato"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5013,29 +5028,29 @@ msgstr "Stato di deploy"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Descrizione"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5168,7 +5183,8 @@ msgstr "Disabilitare trigger selezionati?"
msgid "Disable selected web scenarios?"
msgstr "Disabilitare scenario web selezionato?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5181,22 +5197,21 @@ msgstr "Disabilitare scenario web selezionato?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Disabilitato"
@@ -5213,7 +5228,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5221,12 +5236,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5327,27 +5342,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Regola di discovery creata"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Regola di discovery rimossa"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Regola di discovery disabilitata"
msgstr[1] "Regole di discovery disabilitate"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Regola di discovery abilitata"
msgstr[1] "Regole di discovery abilitate"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Regola di discovery aggiornata"
@@ -5357,13 +5372,13 @@ msgstr "Regola di discovery aggiornata"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Regole di discovery"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Regole di discovery rimosse"
@@ -5406,7 +5421,7 @@ msgstr "Mostra grafico stacked"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Visualizzati %1$s di %2$s trovate"
@@ -5425,22 +5440,22 @@ msgid "Do not calculate"
msgstr "Non calcolare"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Desideri sostituire l'espressione condizionale?"
@@ -5463,11 +5478,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Giù"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Scarica il file di configurazione"
@@ -5547,12 +5562,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5581,10 +5596,10 @@ msgstr "Usrgrpid \"%1$s\" nel gurppo utenti per la mappa \"%2$s\"."
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Usrgrpid \"%1$s\" duplicato nel gruppo utenti della screen \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Durata"
@@ -5604,7 +5619,7 @@ msgstr "Item dinamico"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Ogni URL deve avere un nome univoco. Per favore assicurarsi che ci sia un solo URL con quel nomeOgni URL deve avere un nome univoco. Per favore assicurarsi che ci sia un solo URL con quel nome"
@@ -5619,15 +5634,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Modifica"
@@ -5651,15 +5666,15 @@ msgstr "Edita screen"
msgid "Edit slide show"
msgstr "Editare Slide Show"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Modifica trigger"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5755,7 +5770,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5925,15 +5940,16 @@ msgstr "Abilitare trigger selezionati?"
msgid "Enable selected web scenarios?"
msgstr "Abilitare scenari web selezionati?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5949,13 +5965,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5964,13 +5979,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Abilitato"
@@ -5980,9 +5995,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Encryption"
@@ -5990,7 +6005,7 @@ msgstr "Encryption"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6002,10 +6017,10 @@ msgstr "Inglese (en_GB)"
msgid "English (en_US)"
msgstr "Inglese (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6032,7 +6047,7 @@ msgstr "Errore"
msgid "Error in search request for table \"%1$s\"."
msgstr "Errore nella richiesta di ricerca per la tabella \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6067,7 +6082,7 @@ msgstr "Regole correlazione eventi"
msgid "Event details"
msgstr "Dettagli evento"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Generazione evento"
@@ -6087,6 +6102,12 @@ msgstr "Lista eventi [20 precedenti]"
msgid "Event log monitoring. Returns log"
msgstr "Event log monitoring. Restituisce log"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
# Need to find a better translation
#: include/correlation.inc.php:52
msgid "Event tag pair"
@@ -6118,7 +6139,7 @@ msgstr "Ogni settimana(e)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Escludi"
@@ -6129,7 +6150,7 @@ msgstr "Escludi"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Esegui"
@@ -6147,9 +6168,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Esegue query WMI e restituisce il primo oggetto selezionato. Restituisce integer, float, string o testo (a seconda della richiesta)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6167,19 +6188,19 @@ msgid "Executed"
msgstr "Eseguito"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Script eseguito"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Conferma esecuzione"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Espandi"
@@ -6219,7 +6240,7 @@ msgstr "Esporta"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Esporta in CSV"
@@ -6227,21 +6248,21 @@ msgstr "Esporta in CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Espressione"
@@ -6254,15 +6275,15 @@ msgstr "Elementi Variabile nell'espressione"
msgid "Expression cannot be empty"
msgstr "L'espressione non può esser vuota"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Costruttore di espressioni"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Errore sintassi espressione."
@@ -6281,7 +6302,7 @@ msgstr "Espressioni"
msgid "External check"
msgstr "External check"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "V"
@@ -6295,7 +6316,7 @@ msgstr "FALSO"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Fallito"
@@ -6345,7 +6366,7 @@ msgstr "Schermate preferite"
msgid "Feb"
msgstr "Feb"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Febbraio"
@@ -6358,7 +6379,7 @@ msgstr "Campo"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Il campo \"%1$s\" non può essere impostato a NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6367,7 +6388,7 @@ msgstr "Il campo \"%1$s\" non può essere impostato a NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6487,9 +6508,7 @@ msgstr "Regione riempita"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6516,9 +6535,13 @@ msgstr "Regione riempita"
msgid "Filter"
msgstr "Filtro"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filtri"
@@ -6537,7 +6560,7 @@ msgstr "Trova stringa in un file. Restituisce la riga contenente la stringa corr
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Trova stringa su una pagina web. Restituisce la stringa corrispondente, o come specificato dal parametro di uscita opzionale"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Termina"
@@ -6550,8 +6573,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Primo"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Adatta"
@@ -6565,12 +6588,12 @@ msgid "Fixed"
msgstr "Fisso"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6578,9 +6601,9 @@ msgid "Flexible"
msgstr "Flessibile"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Segui redirezioni"
@@ -6602,8 +6625,8 @@ msgstr "Dimensione carattere"
msgid "Form data"
msgstr "Modulo dati"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Formula"
@@ -6630,11 +6653,13 @@ msgstr "Francese (fr_FR)"
msgid "Fri"
msgstr "Ven"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Venerdì"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6654,12 +6679,12 @@ msgstr "Accesso frontend"
msgid "Frontend messaging"
msgstr "Messaggi frontend"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6694,7 +6719,7 @@ msgid "GUI access disabled."
msgstr "Accesso GUI disabilitato."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6720,21 +6745,21 @@ msgstr "Tedesco (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Ottieni contenuto della pagina web. Restituisce sorgente della pagina web come testo"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "L'espressione fornita non è una macro"
@@ -6760,7 +6785,7 @@ msgstr "Valore globale"
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Vai a"
@@ -6808,8 +6833,8 @@ msgstr "Linea sfumata"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6941,7 +6966,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Prototipi di grafico"
@@ -6985,9 +7010,9 @@ msgid "Graph with same name but other type exist."
msgstr "Un grafico con lo stesso nome ma di un altro tipo esiste già."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6997,7 +7022,7 @@ msgstr "Un grafico con lo stesso nome ma di un altro tipo esiste già."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7005,7 +7030,7 @@ msgstr "Un grafico con lo stesso nome ma di un altro tipo esiste già."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Grafici"
@@ -7074,12 +7099,12 @@ msgstr "Gruppo per host discoverati"
msgid "Group name"
msgstr "Nome del gruppo"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Il prototipo gruppo non può esser basato su un gruppo host discoverato \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Prototipi gruppo"
@@ -7094,8 +7119,8 @@ msgstr "Raggruppamento per"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7127,10 +7152,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "Autenticazione HTTP"
@@ -7138,11 +7163,11 @@ msgstr "Autenticazione HTTP"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "Proxy HTTP"
@@ -7171,20 +7196,20 @@ msgstr "Hardware (Dettagli completi)"
msgid "Hardware sensor reading. Returns float"
msgstr "Lettura sensore Hardware. Restituisce decimale (float)"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Headers"
@@ -7217,11 +7242,11 @@ msgstr "Aiuto"
msgid "Hexadecimal to decimal"
msgstr "Esadecimale a decimale."
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Nascosta"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Nascondi debug"
@@ -7258,23 +7283,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Storico"
@@ -7282,17 +7307,17 @@ msgstr "Storico"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Storico pulito"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "La pulizia dello storico può durare a lungo. Continuare?"
@@ -7306,13 +7331,17 @@ msgstr "Storico eventi"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Periodo storicizzazione History"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7337,26 +7366,26 @@ msgstr "Allinea in orizzontale"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7368,8 +7397,8 @@ msgstr "Allinea in orizzontale"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Host"
@@ -7411,8 +7440,7 @@ msgstr "Accesso host"
msgid "Host added"
msgstr "Host aggiunto"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7429,19 +7457,19 @@ msgstr "Un host non può avere più di un'interfaccia predefinita dello stesso t
msgid "Host count"
msgstr "Numero host"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Host rimosso"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Host disabilitato"
msgstr[1] "Host disabilitati"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Host abilitato"
@@ -7462,7 +7490,7 @@ msgstr[1] "Host abilitati"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Gruppo host"
@@ -7508,11 +7536,11 @@ msgstr "Host group con ID \"%1$s\" non è disponibile."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7549,17 +7577,17 @@ msgstr "Gruppo host"
msgid "Host info"
msgstr "Host info"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Interfaccia host"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7580,7 +7608,7 @@ msgstr "Problemi host"
msgid "Host label type"
msgstr "Tipo etichetta host"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Host macro"
@@ -7607,53 +7635,57 @@ msgstr "Reti di host"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Il prototipo host \"%1$s\" esiste già su \"%2$s\", ereditato da un altro template."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Il prototipo host \"%1$s\" esiste già su \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Prototipo host aggiunto"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Prototipo host rimosso"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Prototipo host aggiornato"
msgstr[1] "Prototipi host aggiornati"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Il prototipo host con nome host \"%1$s\" esiste già nella regola discovery \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Il prototipo host con nome visibile \"%1$s\" esiste già nella regola discovery \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Prototipo host"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Prototipi host timossi"
@@ -7702,17 +7734,17 @@ msgstr "Host con nome uguale \"%1$s\" gia' presente."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Host con nome visibile \"%1$s\" gia' presente."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7788,7 +7820,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7823,10 +7855,10 @@ msgstr "La gamma IP \"%1$s\" supera il limite di indirizzo \"%2$s\""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7843,9 +7875,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "Gli script IPMI possono essere eseguiti solo dal server."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "Sensore IPMI"
@@ -7962,7 +7994,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Immagine"
@@ -8070,7 +8102,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8086,9 +8118,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8101,11 +8133,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8118,7 +8150,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr "Utente inaccessibile"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Includi"
@@ -8386,8 +8418,8 @@ msgstr "Argomenti errati passati alla funzione"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8528,9 +8560,9 @@ msgstr "Nome o valore errato per il campo \"%1$s\" nello statement where per la
msgid "Incorrect fields for sysmap."
msgstr "Campi errati per sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8584,7 +8616,7 @@ msgstr "Errato filtro \"tipo di condizione\" per azione \"%1$s\"."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Funzione errata utilizzata"
@@ -8660,7 +8692,7 @@ msgstr "ID item \"%1$s\" non corretto per elemento screen."
msgid "Incorrect item for axis value."
msgstr "Item errato per il valore dell'asse."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Fornita chiave item \"%1$s\" errata per l'espressione del trigger in \"%2$s\"."
@@ -8671,11 +8703,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Errato item prototipo ID \"%1$s\" fornito per elemento screen."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Fornito tipo valore item \"%1$s\" errato per la funzione trigger \"%2$s\"."
@@ -8846,35 +8878,35 @@ msgstr "ID trigger per il servizio \"%1$s\" errato."
msgid "Incorrect trigger expression"
msgstr "Espressione trigger errata"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Espressione trigger errata."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Espressione trigger errata. L'host \"%1$s\" non esiste o non hai accesso a questo host."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Espressione trigger errata. Gli elementi dell'espressione trigger non devono appartenere ad un template e a un host contemporaneamente.Espressione trigger errata. Gli elementi dell'espressione trigger non devono appartenere ad un template e a un host contemporaneamente."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Fornita funzione trigger \"%1$s\" errata nell'espressione."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Non corretta espressione prototipo trigger. Host \"%1$s\" non esiste o non si ha accesso a questo host."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Non corretta espressione prototipo trigger. Gli elementi di un prototipo trigger non dovrebbero appartenere ad un template ed un host contemporaneamente."
@@ -9025,16 +9057,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9045,7 +9076,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9195,23 +9226,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9300,10 +9333,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9311,10 +9344,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Info"
@@ -9328,15 +9361,19 @@ msgstr "Informazioni"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Informazioni su un servizio. Restituisce intero con param come stato, di avvio; stringa - con param come displayname, percorso, utente; testo - con parametro come descrizione; In particolare per lo stato: 0 - in esecuzione, 1 - in pausa, 2 - attesa avvio, 3 - attesa pausa, 4 - continua attesa, 5 - attesa stop, 6 - fermato, 7 - sconosciuto, 255 - nessun servizio; In particolare per l'avvio: 0 - automatico, 1 - automatico ritardato, 2 - manuale, 3 - disabilitato, 4 - sconosciuto"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Eredita host macro"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9352,17 +9389,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Inserisci"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Inserire espressione"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Installa"
@@ -9374,7 +9411,7 @@ msgstr "Installazione"
msgid "Installer name"
msgstr "Nome installatore"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9407,8 +9444,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "L'interfaccia con IP \"%1$s\" non può avere nome DNS vuoto."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9437,14 +9474,14 @@ msgstr "Periodo storicizzazione dati di tipo Internal"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9468,15 +9505,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Intervallo"
@@ -9503,7 +9540,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Action condition non valido: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9517,15 +9554,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Quinto parametro errato."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Primo parametro errato."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Quarto parametro non valido."
@@ -9537,11 +9574,11 @@ msgstr "Parametro hostid non valido per la macro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Intervallo errato \"%1$s\"."
@@ -9582,7 +9619,7 @@ msgstr "Macro non valida \"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "Parametri del metodo non validi."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Numero di parametri non valido."
@@ -9614,6 +9651,15 @@ msgstr "Numero di parametri non valido."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9626,75 +9672,81 @@ msgstr "Numero di parametri non valido."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9711,7 +9763,7 @@ msgstr "Parametri non validi"
msgid "Invalid response code \"%1$s\"."
msgstr "Codice di risposta \"%1$s\" non valido."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Secondo parametro non valido."
@@ -9748,15 +9800,15 @@ msgstr "Secondo parametro non valido."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9769,7 +9821,7 @@ msgstr "Secondo parametro non valido."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Tag non valido \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Terzo parametro non valido."
@@ -9788,9 +9840,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventario"
@@ -9817,9 +9869,9 @@ msgid "Issue"
msgstr "Problema"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Emittente"
@@ -9836,22 +9888,22 @@ msgid "Italian (it_IT)"
msgstr "Italiano (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Item"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9888,15 +9940,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Item \"%1$s\" su \"%2$s\": l'applicazione \"%3$s\" non esiste."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Item aggiunto"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Item copiato"
@@ -9906,17 +9958,17 @@ msgstr[1] "Item copiati"
msgid "Item count"
msgstr "Numero item"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Item rimosso"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Item disabilitato"
msgstr[1] "Item disabilitati"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Item abilitato"
@@ -9926,7 +9978,7 @@ msgstr[1] "Item disabilitato"
msgid "Item in \"not supported\" state"
msgstr "Item in stato \"non supportato\""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Item non selezionato"
@@ -9939,7 +9991,7 @@ msgstr "Item pre-processing mancanza parametro: %1$s"
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9960,15 +10012,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Prototipo Item \"%1$s\" gia' definito in \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Item prototipo aggiunto"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Item prototipo cancellato"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Prototipo item aggiornato"
@@ -9981,7 +10033,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9989,19 +10041,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "Prototipi item"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Prototipo Item cancellato"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Item aggiornato"
@@ -10073,7 +10125,7 @@ msgstr "Item con chiave \"%1$s\" esiste già su \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10083,11 +10135,11 @@ msgstr "Item con chiave \"%1$s\" esiste già su \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Item"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Item rimossi"
@@ -10099,7 +10151,7 @@ msgstr "Lista item"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Item aggiornati"
@@ -10107,7 +10159,7 @@ msgstr "Item aggiornati"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10115,10 +10167,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "Agente JMX"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX endpoint"
@@ -10131,10 +10183,10 @@ msgstr "Interfacce JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10166,7 +10218,7 @@ msgid "JSON-rpc version is not specified."
msgstr "La versione JSON-rpc non è specificata."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10174,7 +10226,7 @@ msgstr ""
msgid "Jan"
msgstr "Gen"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Gennaio"
@@ -10191,7 +10243,7 @@ msgstr ""
msgid "Jul"
msgstr "Lug"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Luglio"
@@ -10199,11 +10251,11 @@ msgstr "Luglio"
msgid "Jun"
msgstr "Giu"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Giugno"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Periodo in cui mantenere le risorse scomparse"
@@ -10237,7 +10289,7 @@ msgstr "La chiave \"%1$s\" non corrisponde <grpmax|grpmin|grpsum|grpavg>[\"Host
msgid "Key passphrase"
msgstr "Passphrase della chiave"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Parola chiave"
@@ -10274,23 +10326,23 @@ msgstr "Login LDAP riuscito"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10316,42 +10368,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Ultimo"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10388,23 +10440,24 @@ msgstr "Ultima modifica (decrescente)"
msgid "Last check"
msgstr "Ultimo controllo"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Grafico dell'ultima ora"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Grafico ultimo mese"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Ultimo di"
@@ -10417,21 +10470,21 @@ msgstr "Visto l'ultima volta (età)"
msgid "Last value"
msgstr "Ultimo valore"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Grafico ultima settimana"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Ultimi dati"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Ultimi valori"
@@ -10478,7 +10531,7 @@ msgstr "Trim sinistro"
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10520,8 +10573,8 @@ msgstr "Collegamento"
msgid "Link indicators"
msgstr "Indicatori collegamento"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10557,10 +10610,10 @@ msgstr "Collega ai template"
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10654,10 +10707,10 @@ msgid "Location longitude"
msgstr "Longitudine della posizione"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10669,10 +10722,10 @@ msgstr "Log file monitoring con supporto rotazione log. Restituisce log"
msgid "Log file monitoring. Returns log"
msgstr "Log file monitoring. Restituisce log"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Formato orario log"
@@ -10729,7 +10782,7 @@ msgstr "Regola discovery di basso livello in stato \"non supportata\"."
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "L"
@@ -10746,8 +10799,9 @@ msgstr "MAC address B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10762,7 +10816,7 @@ msgstr "Checksum MD5 dei file. Restituisce una stringa di caratteri (MD5 hash de
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Macro"
@@ -10789,10 +10843,10 @@ msgstr "La macro con hostmacroid \"%1$s\" non esiste."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10883,16 +10937,16 @@ msgstr "Manutenzione senza collezionamento dati"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Parametro obbligatorio mancante."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manuale"
@@ -10907,7 +10961,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Mappa"
@@ -11001,7 +11055,7 @@ msgstr "Mappe"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Marzo"
@@ -11017,11 +11071,11 @@ msgstr "Evidenzia altri"
msgid "Mark selected"
msgstr "Evidenzia selezionati"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Maschera"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11040,11 +11094,11 @@ msgid "Mass update shapes"
msgstr "Aggiornamento massivo forme"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11092,7 +11146,7 @@ msgstr "Numero massimo di file aperti supportati dal Sistema Operativo. Restitui
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "Numero massimo di processi supportati dal Sistema Operativo. Restituisce intero"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11107,7 +11161,7 @@ msgstr[1] "Il periodo di tempo massimo da visualizzare è \"%1$s\" giorni."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Maggio"
@@ -11262,7 +11316,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Messaggi"
@@ -11326,7 +11380,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Severity minima"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11385,7 +11439,7 @@ msgstr "Item mancanti per il prototipo grafico \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Chiave \"%1$s\" mancante per l'host \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11458,7 +11512,7 @@ msgstr ""
msgid "Mon"
msgstr "Lun"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Lunedì"
@@ -11466,9 +11520,9 @@ msgstr "Lunedì"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Monitorato dal proxy"
@@ -11500,11 +11554,11 @@ msgstr "Mese"
msgid "Monthly"
msgstr "Per mesi"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Più corrispondenze trovate..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11523,20 +11577,20 @@ msgstr "Più di un grafico con nome \"%1$s\" all'interno dell'host."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Multiplo"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Eventi PROBLEMA multipli"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Muto"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11569,13 +11623,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11603,17 +11658,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11633,19 +11688,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11654,15 +11709,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11672,12 +11727,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11768,12 +11823,12 @@ msgid "Never"
msgstr "Mai"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Nuova applicazione"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Nuova applicazione prototipo"
@@ -11787,7 +11842,7 @@ msgstr "Nuova condizione"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Nuovo elemento"
@@ -11823,13 +11878,13 @@ msgstr ""
msgid "New triggers"
msgstr "Nuovi trigger"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Prossimo step"
@@ -11838,20 +11893,20 @@ msgstr "Prossimo step"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12005,6 +12060,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Nessuna interfaccia di default per tipo \"%1$s\" su \"%2$s\"."
@@ -12021,12 +12077,12 @@ msgstr "Nessun ID regola di discovery fornito."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Nessuna encryption"
@@ -12093,12 +12149,12 @@ msgstr ""
msgid "No image"
msgstr "Nessuna immagine"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Nessuna interfaccia trovata"
@@ -12113,7 +12169,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12151,7 +12207,7 @@ msgstr "Nessun ID mappa fornito per l'elemento della screen."
msgid "No maps added."
msgstr "Nessuna mappa aggiunta."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Nessuna corrispondenza trovata"
@@ -12182,8 +12238,8 @@ msgstr "Nessun permesso per l'accesso al sistema."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12192,8 +12248,8 @@ msgstr "Nessun permesso per l'accesso al sistema."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12249,12 +12305,12 @@ msgstr "Nessun permesso per l'accesso al sistema."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12313,7 +12369,7 @@ msgstr "Nessun permesso per l'accesso al sistema."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12334,7 +12390,7 @@ msgstr "Nessun permesso per l'accesso al sistema."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Nessun permesso all'oggetto riferito o non esiste!"
@@ -12364,7 +12420,7 @@ msgstr "Nessun file di chiave pubblica specificato."
msgid "No recipients for action operation message."
msgstr "Nessun destinatario per il messaggio dell'operazione azione."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12376,11 +12432,11 @@ msgstr "Nessuna screen aggiunta."
msgid "No script specified for action operation command."
msgstr "Nessuno script specificato per il comando dell'operazione azione."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Nessun target selezionato"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Nessun target selezionato."
@@ -12397,19 +12453,19 @@ msgstr "Nessun trigger definito."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Flag non booleani sono deprecati."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12422,18 +12478,18 @@ msgstr "Flag non booleani sono deprecati."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Nessuno"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12531,7 +12587,7 @@ msgstr ""
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Novembre"
@@ -12544,11 +12600,11 @@ msgstr "Numero di CPU. Restituisce intero"
msgid "Number of enabled items on the host."
msgstr "Numero di item abilitati nell'host."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Numero di item (abilitati/disabilitati/non supportati)"
@@ -12616,11 +12672,11 @@ msgstr "Numero di cambiamenti di stato"
msgid "Number of steps"
msgstr "Numero di passi"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Numero di trigger (abilitati/disabilitati/[problema/ok])"
@@ -12636,7 +12692,7 @@ msgstr "Numero di item in stato \"non supportati\" all'interno del database Zabb
msgid "Number of unsupported items on the host."
msgstr "Numero di item in stato \"non supportato\" nell'host."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Numero di utenti (online)"
@@ -12688,22 +12744,22 @@ msgid "Numeral systems"
msgstr "Sistema numerico"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numerico (float)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numerico (senza segno)"
@@ -12721,14 +12777,14 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "Chiudere eventi in OK"
# Not so much clear
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "Generazione eventi OK"
@@ -12744,7 +12800,7 @@ msgstr "Router OOB"
msgid "OOB subnet mask"
msgstr "Maschera sottorete OOB"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "O"
@@ -12772,13 +12828,13 @@ msgstr "Ott"
msgid "Octal to decimal"
msgstr "Ottale a decimale"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Ottobre"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Off"
@@ -12810,7 +12866,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "On"
@@ -12885,7 +12941,7 @@ msgstr "Solo l'amministratore puo' definire il proprietario della screen."
msgid "Only administrators can set slide show owner."
msgstr "Solo l'amministratore puo' configurare il proprietario della Slide Show."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Solo gli item assegnati agli host abilitati sono conteggiati."
@@ -12941,7 +12997,7 @@ msgstr "Solo il super admin puo' aggiornare le mappe valore."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Solo l'ultimo 20%% dell'indicatore viene visualizzato."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Solo i trigger assegnati agli host abilitati e dipendenti da item abilitati son conteggiatiSolo i trigger assegnati agli host abilitati e dipendenti da item abilitati son conteggiati"
@@ -12963,7 +13019,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "L'operazione non può esser eseguita a causa di richiesta non autorizzata.L'operazione non può esser eseguita a causa di richiesta non autorizzata."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Dettagli dell'operazione"
@@ -12979,12 +13035,12 @@ msgstr "L'operazione non ha template per operare."
msgid "Operation type"
msgstr "Tipo operazione"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13032,24 +13088,24 @@ msgstr "Operatore"
msgid "Options"
msgstr "Opzioni"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Or"
@@ -13078,55 +13134,57 @@ msgstr "Or"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13165,8 +13223,8 @@ msgstr "Altri"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Statistiche di traffico in uscita su interfaccia di rete. Restituisce intero"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Sovrascritto da"
@@ -13190,8 +13248,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13376,16 +13434,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLEMA"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "modalità di generazione eventi PROBLEM"
@@ -13397,26 +13455,26 @@ msgstr "modalità di generazione eventi PROBLEM"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "PSK identity"
@@ -13435,13 +13493,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parametro"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "Parametro \"%1$s\" e' deprecato."
@@ -13512,28 +13570,28 @@ msgstr "Passivo"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Password"
@@ -13545,15 +13603,15 @@ msgstr "Password (ancora una volta)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Incolla"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Incolla senza link esterni"
@@ -13570,7 +13628,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr "Picco memoria usata: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Percentuale"
@@ -13587,17 +13645,22 @@ msgstr "Linea di percentile (destra)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Esegue una query DNS. Restituisce una stringa di caratteri con le informazioni richieste"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Periodo"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13643,7 +13706,7 @@ msgid "Placing algorithm"
msgstr "Algoritmo di posizionamento"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Testo semplice"
@@ -13657,7 +13720,7 @@ msgstr "Riproduci"
msgid "Play sound"
msgstr "Riproduci suono"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Si prega di controllare i parametri di configurazione. Se tutto è corretto, premere il pulsante \"%1$s\", o il pulsante \"%2$s\" per modificare i parametri di configurazione."
@@ -13666,20 +13729,20 @@ msgstr "Si prega di controllare i parametri di configurazione. Se tutto è corre
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Si prega di creare il database manualmente ed impostare i parametri di configurazione per la connessione al database. Premere \"%1$s\" quando eseguito."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Si prega di inserire il nome host o indirizzo IP dell'host e porta del server Zabbix, ed eventuale nome dell'installazione (opzionale)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Per favore seleziona due elementi"
@@ -13709,18 +13772,17 @@ msgstr "Punti"
msgid "Polish (pl_PL)"
msgstr "Polacco (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Popola campo inventario host"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13751,33 +13813,33 @@ msgid "Post type"
msgstr "Tipo POST"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Sommario pre-installazione"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "Preprocesso"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "Preprocesso"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "Passo preprocesso"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13788,23 +13850,23 @@ msgstr ""
msgid "Preview"
msgstr "Anteprima"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13837,12 +13899,14 @@ msgid "Primary POC screen name"
msgstr "Nome screen POC primaria"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Passphrase di privacy"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Protocollo di privacy"
@@ -13854,29 +13918,29 @@ msgid "Private"
msgstr "Privato"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "File chiave privata"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Livello privilegi"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13901,8 +13965,8 @@ msgstr ""
msgid "Problem display"
msgstr "Mostra problema"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Espressione problema"
@@ -13919,7 +13983,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problema su"
@@ -13949,13 +14013,13 @@ msgstr "Problema, se tutti i figli hanno problemi"
msgid "Problem, if at least one child has a problem"
msgstr "Problema, se almeno un servizio derivato ha un problema"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13964,7 +14028,7 @@ msgstr "Problema, se almeno un servizio derivato ha un problema"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problemi"
@@ -14001,7 +14065,7 @@ msgid "Properties"
msgstr "Proprietà"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14019,7 +14083,7 @@ msgstr "Proxy"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14090,20 +14154,20 @@ msgid "Public"
msgstr "Pubblico"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Chiave pubblica"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "File di chiave pubblica"
@@ -14133,8 +14197,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "RISOLTO"
@@ -14144,10 +14208,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Raw data"
@@ -14205,7 +14269,7 @@ msgid "Received value"
msgstr "Valore ricevuto"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14232,24 +14296,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Ripristino"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Espressione di recovery"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "Errore di sintassi sull'espressione di recovery."
@@ -14259,9 +14323,9 @@ msgstr "Operazioni di recovery"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Periodo di recovery"
@@ -14276,11 +14340,11 @@ msgid "Refresh"
msgstr "Aggiorna"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14294,7 +14358,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Espressione regolare"
@@ -14334,7 +14398,7 @@ msgstr "Espressioni regolari"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14358,6 +14422,12 @@ msgstr "Comando remoto"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14374,43 +14444,37 @@ msgstr "Comando remoto"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14419,14 +14483,14 @@ msgstr "Comando remoto"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14449,7 +14513,7 @@ msgstr "Comando remoto"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14482,8 +14546,8 @@ msgstr "Comando remoto"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Rimuovi"
@@ -14519,7 +14583,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14529,17 +14593,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Sostituisci"
@@ -14554,23 +14618,23 @@ msgstr "Sostituisci dipendenze"
msgid "Reports"
msgstr "Report"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14580,7 +14644,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Necessario"
@@ -14597,14 +14661,14 @@ msgstr "Performance stimate (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Nuovi valori al secondo da processare dal server Zabbix (valore teorico stimato)."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Stima performance server, nuovi valori per secondo"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Status Code atteso"
@@ -14612,7 +14676,7 @@ msgstr "Status Code atteso"
msgid "Required string"
msgstr "Stringa attesa"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Azzera"
@@ -14641,7 +14705,7 @@ msgstr "Conferma ripristino"
msgid "Reset defaults"
msgstr "Ripristina predefiniti"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Risolto"
@@ -14653,26 +14717,26 @@ msgstr "Risolto da"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Risolto da regola di correlazione \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Risolto da regola di correlazione."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Risolto dall'utente \"%1$s\"."
@@ -14709,15 +14773,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Risultato"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14736,14 +14800,14 @@ msgstr "Il risultato è VERO"
msgid "Result type"
msgstr "Tipo di risultato"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14906,12 +14970,12 @@ msgstr "Esegui comando specificato sull'host. Restituisce risultati di tipo test
msgid "Russian (ru_RU)"
msgstr "Russo (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "D"
@@ -14921,7 +14985,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14966,16 +15031,16 @@ msgstr "SMTP server port"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14983,8 +15048,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP community"
@@ -15000,11 +15067,13 @@ msgstr "Trap SNMP"
msgid "SNMP trap key is invalid."
msgstr "La chiave della trap SNMP non è valida."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15012,7 +15081,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "Agente SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15020,7 +15090,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "Agente SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15042,9 +15113,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQL totale: %1$s (selezionati: %2$s | eseguiti: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "Query SQL"
@@ -15067,40 +15138,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "Agente SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "File certificato SSL"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "File chiave SSL"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Password chiave SSL"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSL verifica host"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSL verifica peer"
@@ -15128,15 +15199,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "Sab"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Sabato"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Salva come \"%1$s\""
@@ -15158,12 +15237,12 @@ msgid "Scheduled check"
msgstr "Controllo pianificato"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15247,9 +15326,9 @@ msgid "Screen updated"
msgstr "Screen aggiornata"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15264,7 +15343,7 @@ msgstr "Screen aggiornata"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Schermate"
@@ -15329,7 +15408,7 @@ msgstr "Script aggiornato"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Script"
@@ -15387,19 +15466,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Livello di sicurezza"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Nome di sicurezza"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15410,8 +15491,8 @@ msgstr "Nome di sicurezza"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15419,15 +15500,15 @@ msgstr "Nome di sicurezza"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Seleziona"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Seleziona prototipi"
@@ -15460,19 +15541,19 @@ msgstr "Elementi selezionati"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "Manda indietro"
@@ -15497,7 +15578,7 @@ msgstr "Invia solo a"
msgid "Send to"
msgstr "Invia a"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Mandare indietro"
@@ -15524,13 +15605,13 @@ msgstr "Set"
msgid "Separated"
msgstr "Separati"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Settembre"
@@ -15655,12 +15736,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Sessione terminata, rieffettua il login, per favore."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15669,11 +15751,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr "Definisci modalita' inventario per host"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15696,28 +15778,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15736,7 +15818,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15766,7 +15848,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Condivisioni"
@@ -15784,14 +15866,14 @@ msgstr "Opzioni condivisione \"%1$s\" valore assente per la mappa \"%2$s\"."
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "Opzioni condivisione \"%1$s\" valore assente per la screen \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15802,8 +15884,8 @@ msgstr ""
msgid "Show"
msgstr "Mostra"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Mostra i dettagli"
@@ -15811,7 +15893,7 @@ msgstr "Mostra i dettagli"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15838,7 +15920,11 @@ msgstr "Mostra legenda"
msgid "Show lines"
msgstr "Mostra linee"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15860,9 +15946,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15873,7 +15959,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15887,7 +15973,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Mostra testo come HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15898,7 +15984,7 @@ msgid "Show triggers"
msgstr "Mostra trigger"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Mostra sono unacknowledged"
@@ -15907,10 +15993,10 @@ msgstr "Mostra sono unacknowledged"
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Mostra valore"
@@ -15922,7 +16008,7 @@ msgstr "Mostra avvertimento se Zabbix Server non risponde"
msgid "Show working time"
msgstr "Mostra orario di lavoro"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Visibile"
@@ -15973,8 +16059,8 @@ msgstr "Grafico semplice"
msgid "Simple graph prototype"
msgstr "Prototipo grafico semplice"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Singolo"
@@ -16085,7 +16171,7 @@ msgstr "Diapositive"
msgid "Slovak (sk_SK)"
msgstr "Slovacco (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Posponi"
@@ -16223,7 +16309,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16231,16 +16318,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16260,7 +16346,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16348,28 +16434,28 @@ msgid "Stop"
msgstr "Ferma"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16381,7 +16467,7 @@ msgstr "Dritto"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16406,14 +16492,14 @@ msgid "Subject"
msgstr "Soggetto"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Oggetto"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Sottomappa"
@@ -16421,7 +16507,7 @@ msgstr "Sottomappa"
msgid "Success Audit"
msgstr "Riuscita Audit"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16434,7 +16520,7 @@ msgstr "Somma delle statistiche di traffico in entrata ed in uscita su un'interf
msgid "Sun"
msgstr "Dom"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Domenica"
@@ -16478,7 +16564,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Il cambio del metodo di autenticazione ripristinerà tutto eccetto questa sessione! Continuare?Il cambio del metodo di autenticazione ripristinerà tutto eccetto questa sessione! Continuare?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16529,12 +16615,12 @@ msgstr "Data di sistema. Restituisce intero con tipo utc; stringa - con il tipo
msgid "System uptime in seconds. Returns integer"
msgstr "System uptime in secondi. Restituisce intero"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "G"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "M"
@@ -16576,12 +16662,12 @@ msgstr "La tavola \"%1$s\" non contiene un campo chiamato \"%2$s\"."
msgid "Tag"
msgstr "Tag"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "Tag \"%1$s\" con valore \"%2$s\" già presente."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16590,12 +16676,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Tag per corrispondenza"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16606,25 +16692,25 @@ msgstr "Valore tag"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16632,11 +16718,11 @@ msgstr "Valore tag"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16645,11 +16731,11 @@ msgid "Tags"
msgstr "Tag"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Target"
@@ -16768,13 +16854,13 @@ msgstr "Template con stesso nome visibile \"%1$s\" gia' presente."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16796,20 +16882,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Test"
@@ -16834,7 +16920,7 @@ msgstr "Dati di test"
msgid "Test expressions"
msgstr "Espressioni di test"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16862,10 +16948,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16904,7 +16990,7 @@ msgstr "L'applicazione non e' più discoverata e verrà eliminata al ciclo succe
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16997,11 +17083,11 @@ msgstr "L'applicazione dello scenario web appartiene a un host diverso dall'host
msgid "Theme"
msgstr "Tema"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17010,11 +17096,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Questo mese"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17026,23 +17112,23 @@ msgstr "Questa colonna della screen non è vuota. Cancellarla?"
msgid "This screen row is not empty. Delete it?"
msgstr "Questa riga della screen non è vuota. Cancellarla?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Questa settimana"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Quest'anno"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Soglia"
@@ -17054,7 +17140,7 @@ msgstr ""
msgid "Thu"
msgstr "Gio"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Giovedì"
@@ -17065,19 +17151,19 @@ msgstr "Giovedì"
msgid "Till"
msgstr "Fino a"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17120,12 +17206,12 @@ msgstr ""
msgid "Time period"
msgstr "Periodo di tempo"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17137,16 +17223,23 @@ msgstr "Spostamento temporale"
msgid "Time type"
msgstr "Tipo ora"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Timeout"
@@ -17160,22 +17253,23 @@ msgstr "Timeout"
msgid "Timestamp"
msgstr "Data e ora"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "A"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Per impostare un'interfaccia host seleziona un singolo tipo di item per tutti gli itemPer impostare un'interfaccia host seleziona un singolo tipo di item per tutti gli item"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Oggi"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17265,10 +17359,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Periodo storicizzazione Trend"
@@ -17277,34 +17371,34 @@ msgstr "Periodo storicizzazione Trend"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Trend"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Trigger"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Il trigger \"%1$s\" esiste già su \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "Trigger \"%1$s\" appartiene a template con diversi collegamenti."
@@ -17314,7 +17408,7 @@ msgstr "Trigger \"%1$s\" appartiene a template con diversi collegamenti."
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Il trigger \"%1$s\" dipende dal trigger \"%2$s\", il quale non esiste."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17322,7 +17416,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Trigger aggiunto"
@@ -17330,7 +17424,7 @@ msgstr "Trigger aggiunto"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Un trigger non può dipendere da un trigger che deriva da esso."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Trigger copiato"
@@ -17340,7 +17434,7 @@ msgstr[1] "Trigger copiati"
msgid "Trigger data storage period"
msgstr "Periodo storicizzazione dei dati trigger"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Trigger rimosso"
@@ -17348,7 +17442,7 @@ msgstr "Trigger rimosso"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Trigger disabilitato"
@@ -17359,13 +17453,13 @@ msgstr[1] "Trigger disabilitati"
msgid "Trigger displaying options"
msgstr "Opzioni di visualizzazione trigger"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Trigger abilitato"
msgstr[1] "Trigger abilitati"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "L'espressione trigger deve contenere almeno un riferimento host:key."
@@ -17405,24 +17499,24 @@ msgstr "Panoramica Trigger"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Prototipo trigger"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Trigger prototipo \"%1$s\" esiste già \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "Trigger prototipo \"%1$s\" appartiene a template con diversi collegamenti."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Trigger prototipo \"%1$s\" contiene prototipi item provenienti da multiple regole di discovery."
@@ -17432,12 +17526,12 @@ msgstr "Trigger prototipo \"%1$s\" contiene prototipi item provenienti da multip
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Trigger prototipo \"%1$s\" dipende dal trigger \"%2$s\", che non esiste."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Trigger prototipo \"%1$s\" deve contenere almeno un prototipo item."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Prototipo Trigger aggiunto"
@@ -17445,11 +17539,11 @@ msgstr "Prototipo Trigger aggiunto"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Trigger prototipo non può dipendere da un trigger che viene ereditato da se stesso."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Prototipo Trigger cancellato"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Prototipo trigger aggiornato"
@@ -17457,7 +17551,7 @@ msgstr[1] "Prototipi trigger aggiornati"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17465,15 +17559,15 @@ msgstr[1] "Prototipi trigger aggiornati"
msgid "Trigger prototypes"
msgstr "Prototipi trigger"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Prototipo Trigger cancellato"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Prototipi Trigger aggiornati"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "L'espressione di recovery trigger deve contenere almeno una referenza ad un host:key."
@@ -17481,11 +17575,11 @@ msgstr "L'espressione di recovery trigger deve contenere almeno una referenza ad
msgid "Trigger severity"
msgstr "Severity trigger"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Trigger stato \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Trigger con stato \"Problema\""
@@ -17493,19 +17587,19 @@ msgstr "Trigger con stato \"Problema\""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Trigger aggiornato"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17518,11 +17612,11 @@ msgstr "Trigger aggiornato"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Trigger"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Trigger rimossi"
@@ -17538,7 +17632,7 @@ msgstr "Trim"
msgid "Tue"
msgstr "Mar"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Martedì"
@@ -17551,7 +17645,7 @@ msgstr "Turco (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Due item (\"%1$s\" e \"%2$s\") non possono popolare un campo dell'inventario host \"%3$s\", questo porterebbe ad un conflitto."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17571,7 +17665,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17583,21 +17677,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17630,18 +17724,18 @@ msgstr "Tipo (discendente)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Tipo di calcolo"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Tipo di informazione"
@@ -17658,8 +17752,8 @@ msgstr "Tipi"
msgid "UNKNOWN"
msgstr "SCONOSCIUT0"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17669,11 +17763,11 @@ msgstr "SCONOSCIUT0"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17719,7 +17813,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "URL deve avere entrambe i campi \"nome\" e \"url\" per la mappa \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17803,10 +17897,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Unità"
@@ -17828,7 +17922,7 @@ msgstr "Unità"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17847,18 +17941,18 @@ msgstr "Azione sconosciuta"
msgid "Unknown error"
msgstr "Errore sconosciuto"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Funzione sconosciuta."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Item host sconosciuto, nessun item di questo tipo nell'host selezionato"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Host sconosciuto, nessun host di questo tipo presente nel sistema"
@@ -17884,15 +17978,15 @@ msgstr "Tipo valore sconosciuto"
msgid "Unlimited"
msgstr "Illimitato"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Scollega"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Scollega e pulisci"
@@ -17935,7 +18029,7 @@ msgstr "Scollegato: Prototipo di item \"%1$s\" su \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Scollegato: Scenario web \"%1$s\" su \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Disattiva muto"
@@ -17981,6 +18075,11 @@ msgstr "Parametro non supportato \"%2$s\" per il filtro dell'azione \"%1$s\"."
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Parametro non supportato \"%2$s\" per il filtro della regola di discovery \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18017,28 +18116,29 @@ msgstr "Su"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18055,16 +18155,16 @@ msgstr "Aggiorna esistenti"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Intervallo di aggiornamento"
@@ -18119,7 +18219,7 @@ msgstr "Uptime del processo Zabbix server in secondi."
msgid "Uptime/Downtime"
msgstr "Tempo di attività/inattività"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Utilizza rechieste bulk"
@@ -18148,7 +18248,7 @@ msgstr "Usati negli item"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Utente"
@@ -18310,14 +18410,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Nome utente"
@@ -18384,11 +18484,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Nome utente"
@@ -18396,8 +18496,8 @@ msgstr "Nome utente"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18662,24 +18762,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18808,18 +18908,18 @@ msgstr "Variabili"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18827,8 +18927,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18840,7 +18940,7 @@ msgstr "Fornitore"
msgid "Verbose"
msgstr "Dettagliato"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18901,7 +19001,7 @@ msgstr "Nome visibile"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Il nome visibile non può esser vuoto se il nome host è assente."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "M"
@@ -18913,22 +19013,22 @@ msgstr "M"
msgid "Warning"
msgstr "Bassa"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Attenzione"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Siamo spiacenti, il numero massimo possibile di elementi da conservare è stato raggiunto.Siamo spiacenti, il numero massimo possibile di elementi da conservare è stato raggiunto."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18938,7 +19038,7 @@ msgstr "Siamo spiacenti, il numero massimo possibile di elementi da conservare Ã
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18996,7 +19096,7 @@ msgstr[1] "Scenari web abilitati"
msgid "Web scenario updated"
msgstr "Scenario web aggiornato"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19014,7 +19114,7 @@ msgstr ""
msgid "Wed"
msgstr "Mer"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Mercoledì"
@@ -19027,7 +19127,7 @@ msgstr "Per settimane"
msgid "Welcome"
msgstr "Benvenuto"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Benvenuto a"
@@ -19035,7 +19135,7 @@ msgstr "Benvenuto a"
msgid "When active"
msgstr "Quando attivo"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19077,7 +19177,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19151,13 +19251,13 @@ msgstr "Campi errati per il servizio \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Campi errati per l'orario del servizio \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Campi errati per trigger prototipo."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Campi errati per il trigger."
@@ -19165,8 +19265,8 @@ msgstr "Campi errati per il trigger."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19199,10 +19299,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19293,7 +19393,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19312,20 +19412,20 @@ msgstr "Per anni"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19337,7 +19437,7 @@ msgstr "Per anni"
msgid "Yes"
msgstr "Si"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "Ieri"
@@ -19348,7 +19448,7 @@ msgstr "Sei loggato come \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Impossibile scegliere alcune delle lingue, in quanto i loro locale non sono installati sul server web.Impossibile scegliere alcune delle lingue, in quanto i loro locale non sono installati sul server web."
@@ -19403,7 +19503,7 @@ msgstr "Non hai i permessi per eseguire questa operazione."
msgid "You do not have permissions to create users."
msgstr "Non hai i permessi per creare utenti."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19411,7 +19511,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Non hai i permessi per accedere a questa pagina."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19486,7 +19586,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Server Zabbix"
@@ -19504,7 +19604,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbix server (proxy)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Zabbix server dettagli"
@@ -19512,15 +19612,15 @@ msgstr "Zabbix server dettagli"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Il server Zabbix non è in esecuzione: le informazioni visualizzate potrebbero non esser aggiornate.Il server Zabbix non è in esecuzione: le informazioni visualizzate potrebbero non esser aggiornate."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Il server Zabbix è in esecuzione"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Nome server Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Porta server Zabbix"
@@ -19529,6 +19629,7 @@ msgid "Zabbix trapper"
msgstr "Trapper Zabbix"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19542,51 +19643,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "è previsto un booleano"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "E' prevista una stringa di caratteri"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "è previsto un numero"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "un numero è troppo grande"
@@ -19599,8 +19705,8 @@ msgstr "un numero è troppo grande"
msgid "a numeric value is expected"
msgstr "è previsto un valore numerico"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19608,29 +19714,29 @@ msgstr ""
msgid "a time is expected"
msgstr "è previsto un orario"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "è previsto un periodo di tempo"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "è prevista un'unità di tempo"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "è prevista una macro utente"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19672,6 +19778,10 @@ msgstr "tutti"
msgid "all media"
msgstr "tutti i supporti"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19683,23 +19793,23 @@ msgstr "tutti i supporti"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "è previsto un array di dati"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19709,7 +19819,7 @@ msgid "an empty string is expected"
msgstr "è prevista una stringa vuota"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "E' previsto un numero pari di caratteri esadecimali"
@@ -19717,11 +19827,11 @@ msgstr "E' previsto un numero pari di caratteri esadecimali"
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19770,11 +19880,11 @@ msgstr ""
msgid "avg"
msgstr "avg"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19802,10 +19912,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19813,7 +19922,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19838,6 +19947,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19864,11 +19976,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19890,14 +20002,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19922,7 +20034,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19940,11 +20052,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19963,11 +20075,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19976,32 +20088,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "giorni"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "predefinito"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20027,11 +20139,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "Directory o nome script non possono essere vuoti"
@@ -20070,7 +20182,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20109,7 +20221,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr "è previsto il primo parametro"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20117,14 +20229,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "Impostazioni di housekeeping globali"
@@ -20133,7 +20245,7 @@ msgstr "Impostazioni di housekeeping globali"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20191,11 +20303,11 @@ msgstr "in"
msgid "including subgroups"
msgstr "inclusione sottogruppi"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20232,7 +20344,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr "Intervallo di indirizzi non valido \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "Sequenza di byte non valida in UTF-8"
@@ -20246,15 +20358,15 @@ msgstr "ritardo invalido"
msgid "invalid history storage period"
msgstr "Periodo di storicizzazione History non valido"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "regular expression non valida"
@@ -20264,7 +20376,7 @@ msgstr "regular expression non valida"
msgid "invalid trend storage period"
msgstr "Periodo storicizzazione Trend non valido"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20276,7 +20388,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "non è racchiuso in {} o è malformato"
@@ -20306,7 +20418,7 @@ msgstr "Key non definita"
msgid "last"
msgstr "ultimi"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20318,15 +20430,15 @@ msgstr ""
msgid "list of characters"
msgstr "lista dei caratteri"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20334,12 +20446,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr "regola discovery di basso-livello"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20369,7 +20481,7 @@ msgstr "mappa"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20393,7 +20505,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20420,12 +20532,12 @@ msgstr ""
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "lunghezza carattari minima è %1$s"
@@ -20458,27 +20570,27 @@ msgstr "deve essere un utente LDAP valido"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "deve essere tra \"%1$s\" e \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "nome"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "nuovo"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "nuovo"
@@ -20488,7 +20600,7 @@ msgstr "nuovo"
msgid "no data"
msgstr "nessun dato"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20509,7 +20621,7 @@ msgstr "non in"
msgid "not selected"
msgstr "non selezionato"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20517,8 +20629,8 @@ msgstr ""
msgid "number"
msgstr "numero"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "di"
@@ -20566,7 +20678,7 @@ msgstr "off"
msgid "on"
msgstr "il"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20582,11 +20694,11 @@ msgstr "altri"
msgid "output"
msgstr "output"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20597,11 +20709,11 @@ msgstr ""
msgid "pattern"
msgstr "pattern"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20618,12 +20730,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "aggiornamento ogni %1$s sec."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20640,7 +20752,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20689,6 +20801,7 @@ msgstr "breve descrizione"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20703,15 +20816,15 @@ msgstr "breve descrizione"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "dovrebbe essere vuoto"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20719,10 +20832,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "mostra mappature icone"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "mostra mappature valori"
@@ -20730,11 +20843,11 @@ msgstr "mostra mappature valori"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20742,7 +20855,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20751,14 +20864,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20793,9 +20906,13 @@ msgstr "L'ID template \"%1$s\" è passato %2$s volte"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "il parametro \"%1$s\" è mancante"
@@ -20810,7 +20927,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20829,18 +20946,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20851,26 +20992,26 @@ msgstr "trigger"
msgid "trigger does not allow manual closing"
msgstr "il trigger non permette la chiusura manuale"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "trigger prototipo non può essere spostato in un altro template o host"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "trigger con collegamenti non può essere spostato ad un altro template o host"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "digita qui per cercare"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20880,7 +21021,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20897,9 +21038,10 @@ msgstr "Fine della macro non valida"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "parametro inaspettato \"%1$s\""
@@ -20926,12 +21068,12 @@ msgstr "valore testo non previsto \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "Valore non previsto \"%1$s\""
@@ -20941,7 +21083,7 @@ msgstr "Valore non previsto \"%1$s\""
msgid "unknown"
msgstr "sconosciuto"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20950,28 +21092,28 @@ msgid "unsupported version number"
msgstr "numero versione non supportata"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20981,7 +21123,7 @@ msgstr "numero versione non supportata"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "valore"
@@ -20999,26 +21141,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "valore %1$s già esistente"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "valore troppo lungo"
@@ -21046,9 +21191,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21085,7 +21230,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/locale/ja/LC_MESSAGES/frontend.po b/ui/locale/ja/LC_MESSAGES/frontend.po
index d0cb7babbd4..2fc549385a2 100644
--- a/ui/locale/ja/LC_MESSAGES/frontend.po
+++ b/ui/locale/ja/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2020-10-01 01:19+0300\n"
"Last-Translator: Atsushi <a.tanaka77@gmail.com>\n"
"Language-Team: Zabbix\n"
@@ -32,7 +32,7 @@ msgstr "\"%2$s\"ã§ã¯ãªã\"%1$s\"ãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã™"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" ã§æŒ‡å®šã—ã¦ãã ã•ã„"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "\"host:key\"ã®ãƒšã‚¢ã§æŒ‡å®šã—ã¦ãã ã•ã„"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -77,7 +77,7 @@ msgid "%1$d day"
msgid_plural "%1$d days"
msgstr[0] "%1$d æ—¥"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -154,8 +154,8 @@ msgstr[0] "メッセージ%1$s件"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -167,7 +167,7 @@ msgid "%1$s of %2$s element in problem state"
msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "%2$så°ä¸­%1$så°ã®è¦ç´ ã§éšœå®³ç™ºç”Ÿä¸­"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -196,14 +196,14 @@ msgstr[0] "リトライ残り%1$s回"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s秒"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr "%1$s文字入力å¯"
@@ -221,20 +221,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$sウィジェット"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$sã®æ·±åˆ»åº¦ã¯%2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$sã¯èª­ã¿è¾¼ã¿å°‚用ã§ã™"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -270,20 +270,20 @@ msgstr "(0 - アクションã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã‚’使用)"
msgid "(Only super admins can create groups)"
msgstr "(特権管ç†è€…ã®ã¿ãŒã‚°ãƒ«ãƒ¼ãƒ—を作æˆã§ãã¾ã™)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(プロキシãªã—)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - デフォルトã®ãƒãƒ¼ãƒˆç•ªå·ã‚’使用"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0ã¾ãŸã¯1"
@@ -359,11 +359,12 @@ msgid "ADD OVERRIDE"
msgstr "オーãƒãƒ¼ãƒ©ã‚¤ãƒ‰ã®è¿½åŠ "
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "AND"
@@ -389,16 +390,16 @@ msgid_plural "Account is blocked for %1$s seconds."
msgstr[0] "アカウントã¯%1$s秒間ブロックã•ã‚Œã¦ã„ã¾ã™ã€‚"
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "確èªæ¸ˆ"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "障害確èª"
@@ -431,7 +432,7 @@ msgstr "確èªæ¸ˆã®è§£æ±ºæ¸ˆã‚¤ãƒ™ãƒ³ãƒˆ"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -444,30 +445,30 @@ msgstr "確èªæ¸ˆã®è§£æ±ºæ¸ˆã‚¤ãƒ™ãƒ³ãƒˆ"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -536,18 +537,18 @@ msgstr "アクションを更新ã—ã¾ã—ãŸ"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "アクション"
@@ -583,6 +584,9 @@ msgstr "設定有効期間ã®çµ‚了日時"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -610,9 +614,6 @@ msgstr "設定有効期間ã®çµ‚了日時"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -622,9 +623,9 @@ msgstr "設定有効期間ã®çµ‚了日時"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -636,39 +637,40 @@ msgstr "設定有効期間ã®çµ‚了日時"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -679,20 +681,20 @@ msgstr "設定有効期間ã®çµ‚了日時"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -719,8 +721,8 @@ msgstr "設定有効期間ã®çµ‚了日時"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "追加"
@@ -728,7 +730,7 @@ msgstr "追加"
msgid "Add (message type limit reached)"
msgstr "追加 (メッセージタイプã®ãƒªãƒŸãƒƒãƒˆã«åˆ°é”)"
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "æ–°ã—ã„ウィジェットを追加"
@@ -736,7 +738,7 @@ msgstr "æ–°ã—ã„ウィジェットを追加"
msgid "Add child"
msgstr "å­ã‚’追加"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "å­ã®è¦ç´ ã‚’追加"
@@ -748,7 +750,7 @@ msgstr "ホストを追加"
msgid "Add missing"
msgstr "未設定時ã«è¿½åŠ "
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "複数ã®ãƒžãƒƒãƒ—を追加"
@@ -757,6 +759,7 @@ msgid "Add new data set"
msgstr "æ–°ã—ã„データセットã®è¿½åŠ "
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr "æ–°ã—ã„インターフェースã®è¿½åŠ "
@@ -765,7 +768,7 @@ msgid "Add new override"
msgstr "æ–°ã—ã„オーãƒãƒ¼ãƒ©ã‚¤ãƒ‰ã®è¿½åŠ "
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "プロトタイプを追加"
@@ -786,11 +789,11 @@ msgstr "ホストグループã«è¿½åŠ "
msgid "Add to host groups"
msgstr "ホストグループã«è¿½åŠ "
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "ウィジェットã®è¿½åŠ "
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -814,7 +817,7 @@ msgid "Age"
msgstr "経éŽæ™‚é–“"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "表示期間"
@@ -826,7 +829,7 @@ msgstr "表示期間 %1$s"
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "エージェント"
@@ -885,7 +888,7 @@ msgstr "グリッドã«æƒãˆã‚‹"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "ã™ã¹ã¦"
@@ -903,7 +906,7 @@ msgstr "ã™ã¹ã¦ã®ã‚°ãƒ«ãƒ¼ãƒ—"
msgid "All hosts"
msgstr "ã™ã¹ã¦ã®ãƒ›ã‚¹ãƒˆ"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "ã™ã¹ã¦ã®ãƒªãƒ³ã‚¯ã«\"åå‰\"ã¨\"URL\"を設定ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™"
@@ -911,13 +914,13 @@ msgstr "ã™ã¹ã¦ã®ãƒªãƒ³ã‚¯ã«\"åå‰\"ã¨\"URL\"を設定ã™ã‚‹å¿…è¦ãŒã‚ã
msgid "All maps"
msgstr "ã™ã¹ã¦ã®ãƒžãƒƒãƒ—"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "ã™ã¹ã¦ã®éšœå®³"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "ã‚¿ã‚°ã®å€¤ãŒä¸€è‡´ã—ãŸã™ã¹ã¦ã®éšœå®³"
@@ -937,48 +940,48 @@ msgstr "ã™ã¹ã¦ã®ã‚¿ã‚°"
msgid "All templates"
msgstr "ã™ã¹ã¦ã®ãƒ†ãƒ³ãƒ—レート"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "手動クローズを許å¯"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "許å¯ã•ã‚ŒãŸãƒ›ã‚¹ãƒˆ"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "代ã‚ã‚Šã«ã€æ‰‹å‹•ã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "And"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -987,14 +990,14 @@ msgid "And/Or"
msgstr "And/Or"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1010,10 +1013,10 @@ msgstr "ã„ãšã‚Œã‹ã®æ–‡å­—列ãŒå«ã¾ã‚Œã‚‹"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1046,8 +1049,8 @@ msgid "Application error."
msgstr "アプリケーションエラー。"
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "アプリケーションプロトタイプ"
@@ -1070,15 +1073,15 @@ msgstr "applicationid \"%1$s\"ã®ã‚¢ãƒ—リケーションãŒå­˜åœ¨ã—ã¾ã›ã‚“ã€
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1086,15 +1089,17 @@ msgstr "applicationid \"%1$s\"ã®ã‚¢ãƒ—リケーションãŒå­˜åœ¨ã—ã¾ã›ã‚“ã€
msgid "Applications"
msgstr "アプリケーション"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "é©ç”¨"
@@ -1112,7 +1117,7 @@ msgstr "メンテナンス待ã¡"
msgid "Apr"
msgstr "4月"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "4月"
@@ -1124,7 +1129,11 @@ msgstr "ã“ã®æ“作を実行ã—ã¦ã‚‚良ã„ã§ã™ã‹ï¼Ÿ"
msgid "Are you sure you want to delete"
msgstr "次ã®ä»¶æ•°ã®ãƒžã‚¯ãƒ­ã‚’削除ã—ã¾ã™"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "本当ã«ã“ã®ãƒšãƒ¼ã‚¸ã‹ã‚‰é·ç§»ã—ã¾ã™ã‹ï¼Ÿ"
@@ -1140,12 +1149,12 @@ msgstr "エリアタイプ"
msgid "Arithmetic"
msgstr "計算"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "ãªã—"
@@ -1253,7 +1262,7 @@ msgstr "監査ログ"
msgid "Aug"
msgstr "8月"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "8月"
@@ -1270,9 +1279,9 @@ msgstr "AuthNリクエスト"
msgid "Authentication"
msgstr "èªè¨¼"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "èªè¨¼ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ "
@@ -1282,21 +1291,23 @@ msgid "Authentication failed: %1$s."
msgstr "èªè¨¼ã«å¤±æ•—ã—ã¾ã—ãŸï¼š%1$s。"
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "èªè¨¼æ–¹å¼"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "èªè¨¼ãƒ‘スフレーズ"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "èªè¨¼ãƒ—ロトコル"
@@ -1335,9 +1346,9 @@ msgstr "自動ログアウト"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "自動"
@@ -1367,7 +1378,7 @@ msgstr "自動登録アクション"
msgid "Autoregistration data storage period"
msgstr "自動登録データã®ä¿å­˜æœŸé–“"
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "エージェントã®çŠ¶æ…‹"
@@ -1392,8 +1403,8 @@ msgstr "軽度ã®éšœå®³"
msgid "Axes"
msgstr "軸"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "戻る"
@@ -1447,16 +1458,16 @@ msgid "Blue"
msgstr "Blue"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "ボディ"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "ボディã¨ãƒ˜ãƒƒãƒ€ãƒ¼"
@@ -1497,11 +1508,11 @@ msgstr "両方ã®ãƒ‘スワードãŒä¸€è‡´ã—ã¦ã„ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
msgid "Bottom"
msgstr "下"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "å‰é¢ã¸"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "最å‰é¢ã¸"
@@ -1528,8 +1539,8 @@ msgstr "証明書"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "クローズ処ç†ä¸­"
@@ -1549,7 +1560,7 @@ msgstr "CPUã®è² è·ã€‚浮動å°æ•°ç‚¹å€¤ã‚’è¿”ã™ã€‚"
msgid "CPU utilisation percentage. Returns float"
msgstr "CPU使用率。浮動å°æ•°ç‚¹å€¤ã‚’è¿”ã™ã€‚"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr "CRLF"
@@ -1582,7 +1593,7 @@ msgstr "引数ã«åŸºã¥ã„ã¦æœ€å°å€¤ã‚’計算。Zabbixサーãƒãƒ¼ã¯ç›´æŽ¥ãƒ‡
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr "引数ã«åŸºã¥ã„ã¦åˆè¨ˆå€¤ã‚’計算。Zabbixサーãƒãƒ¼ã¯ç›´æŽ¥ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã‚¯ã‚¨ãƒªã‚’実行ã—ã¦æƒ…報をåŽé›†ã™ã‚‹ã€‚"
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "カレンダー"
@@ -1590,7 +1601,7 @@ msgstr "カレンダー"
msgid "Callback"
msgstr "コールãƒãƒƒã‚¯"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "削除ã§ãã¾ã›ã‚“"
@@ -1616,10 +1627,10 @@ msgstr "削除ã§ãã¾ã›ã‚“"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "キャンセル"
@@ -1664,12 +1675,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "ホストã‹ã‚‰ãƒ†ãƒ³ãƒ—レートã¸ã®ä¾å­˜é–¢ä¿‚ã¯ä½œæˆã§ãã¾ã›ã‚“。"
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "トリガー\"%1$s:%2$s\"ã‹ã‚‰å­˜åœ¨ã—ãªã„トリガー\"%3$s:%4$s\"ã¸ã®ä¾å­˜é–¢ä¿‚を追加ã§ãã¾ã›ã‚“。"
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "ディスカãƒãƒªã®ãƒ«ãƒ¼ãƒ«ã‚’追加ã§ãã¾ã›ã‚“"
@@ -1693,7 +1704,7 @@ msgstr "グループを追加ã§ãã¾ã›ã‚“。"
msgid "Cannot add host"
msgstr "ホストを追加ã§ãã¾ã›ã‚“"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "ホストã®ãƒ—ロトタイプを追加ã§ãã¾ã›ã‚“"
@@ -1703,7 +1714,7 @@ msgstr "ホストã®ãƒ—ロトタイプを追加ã§ãã¾ã›ã‚“"
msgid "Cannot add image"
msgstr "イメージを追加ã§ãã¾ã›ã‚“"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "アイテムを追加ã§ãã¾ã›ã‚“"
@@ -1712,7 +1723,7 @@ msgstr "アイテムを追加ã§ãã¾ã›ã‚“"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "\"%2$s\"ã®ã‚¢ã‚¤ãƒ†ãƒ \"%1$s\"ã‚’\"%4$s\"ã®ã‚¢ãƒ—リケーション\"%3$s\"ã«è¿½åŠ ã§ãã¾ã›ã‚“。"
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "アイテムã®ãƒ—ロトタイプãŒè¿½åŠ ã§ãã¾ã›ã‚“"
@@ -1794,11 +1805,11 @@ msgstr "サブマップを追加ã§ãã¾ã›ã‚“。最大ã®éšŽå±¤ã«åˆ°é”ã—ã¾
msgid "Cannot add template"
msgstr "テンプレートを追加ã§ãã¾ã›ã‚“"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "トリガーを追加ã§ãã¾ã›ã‚“"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "トリガーã®ãƒ—ロトタイプを追加ã§ãã¾ã›ã‚“"
@@ -1821,11 +1832,11 @@ msgstr "値ã®ãƒžãƒƒãƒ”ングを追加ã§ãã¾ã›ã‚“"
msgid "Cannot add web scenario"
msgstr "Webシナリオを追加ã§ãã¾ã›ã‚“"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr "ウィジェットãŒè¿½åŠ ã§ãã¾ã›ã‚“: ダッシュボードã®ç©ºã領域ãŒè¶³ã‚Šã¾ã›ã‚“。"
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "閲覧モードã§ã¯ã‚¦ã‚£ã‚¸ã‚§ãƒƒãƒˆã‚’追加ã§ãã¾ã›ã‚“"
@@ -1842,11 +1853,11 @@ msgstr "LDAPサーãƒãƒ¼ã«ãƒã‚¤ãƒ³ãƒ‰ã§ãã¾ã›ã‚“。"
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "パラメータãªã—ã§ãƒ¡ã‚½ãƒƒãƒ‰\"%1$s.%2$s\"を呼ã³å‡ºã™ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "ヒストリを削除ã§ãã¾ã›ã‚“"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr "ヒストリを削除ã§ãã¾ã›ã‚“:é¸æŠžã—ãŸã‚¢ã‚¤ãƒ†ãƒ ã®å°‘ãªãã¨ã‚‚1ã¤ãŒç›£è¦–対象ホストã«å±žã—ã¦ã„ã¾ã›ã‚“"
@@ -1854,7 +1865,7 @@ msgstr "ヒストリを削除ã§ãã¾ã›ã‚“:é¸æŠžã—ãŸã‚¢ã‚¤ãƒ†ãƒ ã®å°‘ãª
msgid "Cannot clone graph prototypes."
msgstr "グラフã®ãƒ—ロトタイプを複製ã§ãã¾ã›ã‚“。"
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "ホストã®ãƒ—ロトタイプを複製ã§ãã¾ã›ã‚“。"
@@ -1877,7 +1888,7 @@ msgstr "障害をクローズã§ãã¾ã›ã‚“: %1$s。"
msgid "Cannot connect to LDAP server."
msgstr "LDAPサーãƒãƒ¼ã«æŽ¥ç¶šã§ãã¾ã›ã‚“。"
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "データベースã«æŽ¥ç¶šã§ãã¾ã›ã‚“。"
@@ -1890,22 +1901,22 @@ msgid "Cannot copy graph"
msgid_plural "Cannot copy graphs"
msgstr[0] "グラフをコピーã§ãã¾ã›ã‚“"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "アイテムをコピーã§ãã¾ã›ã‚“"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "トリガーをコピーã§ãã¾ã›ã‚“"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "æ¡ä»¶å¼ã«è¤‡æ•°ã®ãƒ›ã‚¹ãƒˆãŒä½¿ç”¨ã•ã‚Œã¦ã„ã‚‹ãŸã‚ã€ãƒˆãƒªã‚¬ãƒ¼\"%1$s:%2$s\"をコピーã§ãã¾ã›ã‚“。"
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "ディスカãƒãƒªã•ã‚ŒãŸãƒ›ã‚¹ãƒˆ\"%1$s\"ã«ãƒ›ã‚¹ãƒˆã®ãƒ—ロトタイプã¯ä½œæˆã§ãã¾ã›ã‚“。"
@@ -1943,7 +1954,7 @@ msgstr "æ–°è¦ã‚¢ãƒ—リケーションを作æˆã§ãã¾ã›ã‚“。Webシナリオ
msgid "Cannot create template."
msgstr "テンプレートを作æˆã§ãã¾ã›ã‚“。"
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "設定ファイルãŒä½œæˆã§ãã¾ã›ã‚“。"
@@ -1985,11 +1996,11 @@ msgstr "ä¾å­˜é–¢ä¿‚を削除ã§ãã¾ã›ã‚“"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "ディスカãƒãƒªã•ã‚ŒãŸã‚¢ãƒ—リケーション\"%1$s\"ã¯å‰Šé™¤ã§ãã¾ã›ã‚“。"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«ã‚’削除ã§ãã¾ã›ã‚“"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«ã‚’削除ã§ãã¾ã›ã‚“"
@@ -2014,7 +2025,7 @@ msgid "Cannot delete group"
msgid_plural "Cannot delete groups"
msgstr[0] "グループを削除ã§ãã¾ã›ã‚“"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "ホストを削除ã§ãã¾ã›ã‚“"
@@ -2030,7 +2041,7 @@ msgid "Cannot delete host group because maintenance \"%1$s\" must contain at lea
msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" must contain at least one host or host group."
msgstr[0] "メンテナンス\"%1$s\"ã¯å°‘ãªãã¨ã‚‚1ã¤ã®ãƒ›ã‚¹ãƒˆã‹ãƒ›ã‚¹ãƒˆã‚°ãƒ«ãƒ¼ãƒ—ãŒå¿…è¦ãªã®ã§ãƒ›ã‚¹ãƒˆã‚°ãƒ«ãƒ¼ãƒ—を削除ã§ãã¾ã›ã‚“。"
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "ホストã®ãƒ—ロトタイプを削除ã§ãã¾ã›ã‚“"
@@ -2046,19 +2057,19 @@ msgstr "イメージを削除ã§ãã¾ã›ã‚“"
msgid "Cannot delete inventory."
msgstr "インベントリを削除ã§ãã¾ã›ã‚“。"
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "アイテムを削除ã§ãã¾ã›ã‚“"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "アイテムã®ãƒ—ロトタイプを削除ã§ãã¾ã›ã‚“"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "アイテムã®ãƒ—ロトタイプを削除ã§ãã¾ã›ã‚“"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "アイテムを削除ã§ãã¾ã›ã‚“"
@@ -2137,7 +2148,7 @@ msgstr "テンプレートã®ã‚°ãƒ©ãƒ•ã®ãƒ—ロトタイプを削除ã§ãã¾ã›
msgid "Cannot delete templated graph."
msgstr "テンプレートã®ã‚°ãƒ©ãƒ•ã‚’削除ã§ãã¾ã›ã‚“。"
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "テンプレートã®ãƒ›ã‚¹ãƒˆã®ãƒ—ロトタイプを削除ã§ãã¾ã›ã‚“。"
@@ -2168,19 +2179,19 @@ msgstr "テンプレートã®ãƒˆãƒªã‚¬ãƒ¼ã®ãƒ—ロトタイプ\"%1$s:%2$s\"ã‚’å‰
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "テンプレートã®Webシナリオ\"%1$s\"を削除ã§ãã¾ã›ã‚“。"
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "トリガーを削除ã§ãã¾ã›ã‚“"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "トリガーã®ãƒ—ロトタイプを削除ã§ãã¾ã›ã‚“"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "トリガーã®ãƒ—ロトタイプを削除ã§ãã¾ã›ã‚“"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "トリガーを削除ã§ãã¾ã›ã‚“"
@@ -2213,18 +2224,18 @@ msgid "Cannot disable correlation"
msgid_plural "Cannot disable correlations"
msgstr[0] "相関関係を無効ã«ã§ãã¾ã›ã‚“"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«ã‚’無効ã«ã§ãã¾ã›ã‚“"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "ホストを無効ã«ã§ãã¾ã›ã‚“"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "アイテムを無効ã«ã§ãã¾ã›ã‚“"
@@ -2240,7 +2251,7 @@ msgid "Cannot disable module: %1$s."
msgid_plural "Cannot disable modules: %1$s."
msgstr[0] "モジュールを無効ã«ã§ãã¾ã›ã‚“: %1$s。"
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "トリガーを無効ã«ã§ãã¾ã›ã‚“"
@@ -2268,18 +2279,18 @@ msgid "Cannot enable correlation"
msgid_plural "Cannot enable correlations"
msgstr[0] "相関関係を有効ã«ã§ãã¾ã›ã‚“"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«ã‚’有効ã«ã§ãã¾ã›ã‚“"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "ホストを有効ã«ã§ãã¾ã›ã‚“"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "アイテムを有効ã«ã§ãã¾ã›ã‚“"
@@ -2295,7 +2306,7 @@ msgid "Cannot enable module: %1$s."
msgid_plural "Cannot enable modules: %1$s."
msgstr[0] "モジュールを有効ã«ã§ãã¾ã›ã‚“: %1$s。"
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "トリガーを有効ã«ã§ãã¾ã›ã‚“"
@@ -2313,7 +2324,7 @@ msgstr "æ¡ä»¶å¼ã‚’評価ã§ãã¾ã›ã‚“"
msgid "Cannot execute script"
msgstr "スクリプトを実行ã§ãã¾ã›ã‚“"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "マクロを展開ã§ãã¾ã›ã‚“。"
@@ -2474,7 +2485,7 @@ msgid "Cannot import template \"%1$s\", linked template \"%2$s\" does not exist.
msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not exist."
msgstr[0] "テンプレート\"%1$s\"をインãƒãƒ¼ãƒˆã§ãã¾ã›ã‚“。リンクã•ã‚Œã¦ã„るテンプレート\"%2$s\"ãŒå­˜åœ¨ã—ã¾ã›ã‚“。"
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "トリガーæ¡ä»¶å¼ã‚’追加ã§ãã¾ã›ã‚“"
@@ -2580,7 +2591,7 @@ msgstr "ウィジェットをä¿å­˜ã§ãã¾ã›ã‚“ \"%1$s\"。"
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "コマンドをé€ä¿¡ã§ãã¾ã›ã‚“。Zabbixサーãƒãƒ¼\"%1$s\"ã¨ã®æŽ¥ç¶šã‚’確èªã—ã¦ãã ã•ã„。"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "リクエストãŒé€ä¿¡ã§ãã¾ã›ã‚“"
@@ -2617,12 +2628,12 @@ msgstr "アイテム\"%2$s\"ã«\"%1$s\"を設定ã§ãã¾ã›ã‚“。"
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "テンプレートスクリーン\"%2$s\"ã«\"%1$s\"を設定ã§ãã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "トリガー\"%2$s\"ã«\"%1$s\"を設定ã§ãã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "トリガーã®ãƒ—ロトタイプ\"%2$s\"ã«\"%1$s\"を設定ã§ãã¾ã›ã‚“。"
@@ -2652,7 +2663,7 @@ msgstr "スクリーンã®è¦ç´ ã®ãƒªã‚½ãƒ¼ã‚¹IDãŒè¨­å®šã§ãã¾ã›ã‚“。"
msgid "Cannot set session cookie."
msgstr "セッションクッキーを設定ã§ãã¾ã›ã‚“。"
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr "ã“ã®ãƒ‡ãƒã‚¤ã‚¹ã§ã¯éŸ³å£°é€šçŸ¥ã‚’サãƒãƒ¼ãƒˆã—ã¾ã›ã‚“。"
@@ -2713,22 +2724,22 @@ msgstr "グラフã®ãƒ—ロトタイプ\"%2$s\"ã®\"%1$s\"ã‚’æ›´æ–°ã§ãã¾ã›ã‚
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "アイテム\"%2$s\"ã®\"%1$s\"ã‚’æ›´æ–°ã§ãã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "テンプレートã®ãƒˆãƒªã‚¬ãƒ¼\"%2$s\"ã®\"%1$s\"ã‚’æ›´æ–°ã§ãã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "テンプレートã®ãƒˆãƒªã‚¬ãƒ¼ã®ãƒ—ロトタイプ\"%2$s\"ã®\"%1$s\"ã‚’æ›´æ–°ã§ãã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "トリガー\"%2$s\"ã®\"%1$s\"ã‚’æ›´æ–°ã§ãã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "トリガーã®ãƒ—ロトタイプ\"%2$s\"ã®\"%1$s\"ã‚’æ›´æ–°ã§ãã¾ã›ã‚“。"
@@ -2743,7 +2754,7 @@ msgstr "ディスカãƒãƒªã•ã‚ŒãŸãƒ›ã‚¹ãƒˆ\"%1$s\"ã®\"%2$s\"ã‚’æ›´æ–°ã§ãã
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "ディスカãƒãƒªã•ã‚ŒãŸã‚¢ã‚¤ãƒ†ãƒ \"%1$s\"ã®\"%2$s\"ã‚’æ›´æ–°ã§ãã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2812,7 +2823,7 @@ msgstr "相関関係を更新ã§ãã¾ã›ã‚“"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "ディスカãƒãƒªã•ã‚ŒãŸã‚¢ãƒ—リケーション\"%1$s\"ã‚’æ›´æ–°ã§ãã¾ã›ã‚“。"
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "ディスカãƒãƒªã®ãƒ«ãƒ¼ãƒ«ã‚’æ›´æ–°ã§ãã¾ã›ã‚“"
@@ -2848,7 +2859,7 @@ msgstr "ホストを更新ã§ãã¾ã›ã‚“"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "ホストã®æš—å·åŒ–設定ãŒæ›´æ–°ã§ãã¾ã›ã‚“。両方å‘ã®æŽ¥ç¶šè¨­å®šã‚’指定ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "ホストã®ãƒ—ロトタイプを更新ã§ãã¾ã›ã‚“"
@@ -2872,20 +2883,20 @@ msgstr "イメージを更新ã§ãã¾ã›ã‚“"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "ディスカãƒãƒªã•ã‚ŒãŸãƒ›ã‚¹ãƒˆ\"%1$s\"ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’æ›´æ–°ã§ãã¾ã›ã‚“。"
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "アイテムを更新ã§ãã¾ã›ã‚“"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "アイテムã®ãƒ—ロトタイプを更新ã§ãã¾ã›ã‚“"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr "アイテムã®ãƒ—ロトタイプを更新ã§ãã¾ã›ã‚“"
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "アイテムを更新ã§ãã¾ã›ã‚“"
@@ -2968,27 +2979,27 @@ msgstr "テンプレートを更新ã§ãã¾ã›ã‚“"
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "ディスカãƒãƒªã•ã‚ŒãŸãƒ›ã‚¹ãƒˆ\"%1$s\"ã®ãƒ†ãƒ³ãƒ—レートを更新ã§ãã¾ã›ã‚“。"
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "トリガーを更新ã§ãã¾ã›ã‚“"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "トリガー\"%1$s\"ã‚’æ›´æ–°ã§ãã¾ã›ã‚“: %2$s。"
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "トリガーã®ãƒ—ロトタイプを更新ã§ãã¾ã›ã‚“"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "トリガーã®ãƒ—ロトタイプ\"%1$s\"ã‚’æ›´æ–°ã§ãã¾ã›ã‚“: %2$s。"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "トリガーã®ãƒ—ロトタイプを更新ã§ãã¾ã›ã‚“"
@@ -3044,12 +3055,12 @@ msgstr "中央"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "証明書"
@@ -3093,10 +3104,10 @@ msgid "Change type"
msgstr "å½¢å¼ã®å¤‰æ›´"
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "文字列"
@@ -3123,7 +3134,7 @@ msgstr "シャーシ情報。文字列値を返ã™ã€‚"
msgid "Check already exists."
msgstr "ã™ã§ã«å­˜åœ¨ã—ã¾ã™ã€‚"
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "æ¡ä»¶å¼ã®\"%1$s\"ã‹ã‚‰å§‹ã¾ã‚‹éƒ¨åˆ†ã‚’確èªã—ã¦ãã ã•ã„。"
@@ -3141,7 +3152,7 @@ msgid "Check for error using regular expression"
msgstr "æ­£è¦è¡¨ç¾ä½¿ç”¨æ™‚ã®ã‚¨ãƒ©ãƒ¼ãƒã‚§ãƒƒã‚¯"
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "å‰ææ¡ä»¶ã®ãƒã‚§ãƒƒã‚¯"
@@ -3246,8 +3257,8 @@ msgid "Clear history"
msgstr "ヒストリを削除"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "ヒストリã¨ãƒˆãƒ¬ãƒ³ãƒ‰ã‚’削除"
@@ -3256,11 +3267,11 @@ msgstr "ヒストリã¨ãƒˆãƒ¬ãƒ³ãƒ‰ã‚’削除"
msgid "Clear when unlinking"
msgstr "リンク削除時ã«ã‚¯ãƒªã‚¢"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr "希望ã®ã‚µã‚¤ã‚ºã«ã‚¯ãƒªãƒƒã‚¯ã—ã¦ãƒ‰ãƒ©ãƒƒã‚°ã—ã¾ã™ã€‚"
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr "クリックã—ã¦è¡¨ç¤ºã¾ãŸã¯å¤‰æ›´"
@@ -3279,20 +3290,20 @@ msgstr "時刻"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "複製"
@@ -3300,15 +3311,15 @@ msgstr "複製"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "é–‰ã˜ã‚‹"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "æ¡ä»¶å¼ãƒ“ルダーを閉ã˜ã‚‹"
@@ -3327,8 +3338,8 @@ msgid "Close problem"
msgstr "障害ã®ã‚¯ãƒ­ãƒ¼ã‚º"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "縮å°"
@@ -3345,7 +3356,7 @@ msgstr "サイドãƒãƒ¼ã®ç¸®å°"
msgid "Colour"
msgstr "色"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "色\"%1$s\"ã®è¨­å®šãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: 16進数ã®ã‚«ãƒ©ãƒ¼ã‚³ãƒ¼ãƒ‰ã‚’指定ã—ã¦ãã ã•ã„(6文字)。"
@@ -3396,7 +3407,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr "コミュニティ"
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "コンパクト表示"
@@ -3430,7 +3441,7 @@ msgstr "互æ›æ€§ã®ãªã„DBãƒãƒ¼ã‚¸ãƒ§ãƒ³ãªã®ã§åœ§ç¸®ã¯åˆ©ç”¨ã§ãã¾ã›ã
msgid "Concurrent sessions"
msgstr "並列実行数"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "トリガーæ¡ä»¶å¼"
@@ -3489,7 +3500,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "相関関係\"%1$s\"ã®å®Ÿè¡Œæ¡ä»¶ãŒé‡è¤‡ã—ã¦ã„ã¾ã™ã€‚"
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "設定"
@@ -3497,7 +3508,7 @@ msgstr "設定"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "設定ã—ãŸã‚­ãƒ£ãƒƒã‚·ãƒ¥ã®çµ±è¨ˆã€‚cache - buffer (mode: pfree, total, used, free)。"
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "設定ファイル\"%1$s\"を作æˆã—ã¾ã—ãŸã€‚"
@@ -3661,7 +3672,7 @@ msgid "Configuration updated"
msgstr "設定を更新ã—ã¾ã—ãŸ"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "データベース接続設定"
@@ -3669,7 +3680,7 @@ msgstr "データベース接続設定"
msgid "Confirmation text"
msgstr "確èªãƒ†ã‚­ã‚¹ãƒˆ"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "ãŠã‚ã§ã¨ã†ã”ã–ã„ã¾ã™ï¼Webインターフェースã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ãŒçµ‚了ã—ã¾ã—ãŸã€‚"
@@ -3736,7 +3747,7 @@ msgstr ""
"1. \"zabbix.conf.php\"ã«è¨­å®šã•ã‚ŒãŸIP/DNSãŒæ­£ã—ããªã„。\n"
"2. Firewallã«ã‚ˆã£ã¦TCPã§ã®æŽ¥ç¶šãŒãƒ–ロックã•ã‚Œã¦ã„る。\n"
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr "ソケットファイル(UNIXç³»OS上)や共有メモリ(Windows上)ãŒä½¿ç”¨ã•ã‚Œã‚‹ã®ã§æŽ¥ç¶šã¯æš—å·åŒ–ã•ã‚Œã¾ã›ã‚“。"
@@ -3744,9 +3755,9 @@ msgstr "ソケットファイル(UNIXç³»OS上)や共有メモリ(Windows上)ãŒä
msgid "Connections"
msgstr "接続"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "ホストã‹ã‚‰ã®æŽ¥ç¶š"
@@ -3754,9 +3765,9 @@ msgstr "ホストã‹ã‚‰ã®æŽ¥ç¶š"
msgid "Connections from proxy"
msgstr "プロキシã‹ã‚‰ã®æŽ¥ç¶š"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "ホストã¸ã®æŽ¥ç¶š"
@@ -3773,10 +3784,10 @@ msgstr "変更"
msgid "Contact"
msgstr "連絡先"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3807,10 +3818,10 @@ msgstr "å«ã‚€"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3850,8 +3861,9 @@ msgstr "コンテンツコントロール: ヘッダー"
msgid "Content menu"
msgstr "コンテンツメニュー"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "コンテキストå"
@@ -3863,8 +3875,8 @@ msgstr "上書ãを続行"
msgid "Contract number"
msgstr "契約番å·"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "JSONã¸ã®å¤‰æ›"
@@ -3876,8 +3888,8 @@ msgstr "座標"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "コピー"
@@ -3931,7 +3943,7 @@ msgstr "相関関係を更新ã—ã¾ã—ãŸ"
msgid "Could not save image!"
msgstr "イメージをä¿å­˜ã§ãã¾ã›ã‚“ã§ã—ãŸ!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "カウント"
@@ -3977,11 +3989,11 @@ msgstr "相関関係ã®ä½œæˆ"
msgid "Create dashboard"
msgstr "ダッシュボードã®ä½œæˆ"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr "ä¾å­˜ã™ã‚‹ãƒ‡ã‚£ã‚¹ã‚«ãƒãƒªãƒ«ãƒ¼ãƒ«ã®ä½œæˆ"
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "ä¾å­˜ã‚¢ã‚¤ãƒ†ãƒ ã®ä½œæˆ"
@@ -4001,14 +4013,14 @@ msgid "Create discovery rule (select host first)"
msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«ã®ä½œæˆ(å…ˆã«ãƒ›ã‚¹ãƒˆã‚’é¸æŠž)"
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4087,7 +4099,7 @@ msgstr "マップã®ä½œæˆ"
msgid "Create media type"
msgstr "メディアタイプã®ä½œæˆ"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "æ–°è¦ä½œæˆ"
@@ -4111,7 +4123,7 @@ msgstr "スライドショーã®ä½œæˆ"
msgid "Create template"
msgstr "テンプレートã®ä½œæˆ"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "トリガーã®ä½œæˆ"
@@ -4164,11 +4176,12 @@ msgstr "クリティカル"
msgid "Current host"
msgstr "ç¾åœ¨ã®ãƒ›ã‚¹ãƒˆ"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "ç¾åœ¨ã®å€¤"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "カスタム"
@@ -4176,7 +4189,7 @@ msgstr "カスタム"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "カスタムæ¡ä»¶å¼"
@@ -4185,11 +4198,11 @@ msgid "Custom graphs"
msgstr "カスタムグラフ"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "監視間隔ã®ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º"
@@ -4211,7 +4224,7 @@ msgstr "メッセージã®ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º"
msgid "Custom multiplier"
msgstr "ä¹—æ•°"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr "失敗時ã®ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º"
@@ -4250,11 +4263,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4362,16 +4376,16 @@ msgstr "データセット"
msgid "Data storage period"
msgstr "データä¿å­˜æœŸé–“"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr "データベースã®TLS CAファイル"
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr "データベースã®TLS証明書ファイル"
@@ -4379,32 +4393,32 @@ msgstr "データベースã®TLS証明書ファイル"
msgid "Database TLS certificate files must be read-only"
msgstr "データベースã®TLS証明書ファイルã¯èª­ã¿è¾¼ã¿å°‚用ã«ã—ã¦ãã ã•ã„"
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr "データベースã®TLSæš—å·åŒ–æ–¹å¼ãƒªã‚¹ãƒˆ"
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr "データベースã®TLSæš—å·åŒ–"
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr "データベースã®TLSキーファイル"
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr "データベースã®ãƒ’ストリテーブルをアップグレードã—ã¾ã—ãŸ"
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "データベースホスト"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr "データベースã®ãƒ›ã‚¹ãƒˆæ¤œè¨¼"
@@ -4412,35 +4426,35 @@ msgstr "データベースã®ãƒ›ã‚¹ãƒˆæ¤œè¨¼"
msgid "Database monitor"
msgstr "データベースモニタ"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "データベースå"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "データベースパスワード"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "データベースãƒãƒ¼ãƒˆ"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "データベーススキーマ"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "データベースサーãƒãƒ¼"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "データベースタイプ"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "データベースユーザー"
@@ -4469,7 +4483,7 @@ msgstr "ãƒãƒ¼ãƒ‰ã‚¦ã‚§ã‚¢è³¼å…¥æ—¥"
msgid "Day"
msgstr "æ—¥"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "一昨日"
@@ -4488,7 +4502,7 @@ msgstr "曜日"
msgid "Days"
msgstr "æ—¥"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "デãƒãƒƒã‚°"
@@ -4502,7 +4516,7 @@ msgstr "デãƒãƒƒã‚°ãƒ¢ãƒ¼ãƒ‰"
msgid "Dec"
msgstr "12月"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "12月"
@@ -4512,7 +4526,7 @@ msgstr "12月"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "標準"
@@ -4529,7 +4543,7 @@ msgid "Default host inventory mode"
msgstr "デフォルトã®ãƒ›ã‚¹ãƒˆã‚¤ãƒ³ãƒ™ãƒ³ãƒˆãƒªãƒ¢ãƒ¼ãƒ‰"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr "デフォルトã®è¨€èªž"
@@ -4546,18 +4560,18 @@ msgid "Default operation step duration"
msgstr "デフォルトã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³å®Ÿè¡Œã‚¹ãƒ†ãƒƒãƒ—ã®é–“éš”"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "デフォルトã®ãƒ†ãƒ¼ãƒž"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr "デフォルトã®ã‚¿ã‚¤ãƒ ã‚¾ãƒ¼ãƒ³"
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4586,7 +4600,8 @@ msgstr "é…延時間"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4607,8 +4622,8 @@ msgstr "é…延時間"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "削除"
@@ -4641,19 +4656,19 @@ msgstr "ç¾åœ¨ã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Delete current correlation?"
msgstr "ç¾åœ¨ã®ç›¸é–¢é–¢ä¿‚を削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "ダッシュボードを削除ã—ã¾ã™ã‹ï¼Ÿ"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "æ¡ä»¶å¼ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
@@ -4677,15 +4692,15 @@ msgstr "é¸æŠžã—ãŸWebシナリオã®ãƒ’ストリを削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Delete icon map?"
msgstr "アイコンã®ãƒžãƒƒãƒ”ングを削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "アイテムã®ãƒ—ロトタイプを削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "アイテムを削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "é¸æŠžã—ãŸè¦ç´ é–“ã®ãƒªãƒ³ã‚¯ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
@@ -4729,7 +4744,7 @@ msgstr "é¸æŠžã—ãŸã‚¢ãƒ—リケーションを削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Delete selected correlations?"
msgstr "é¸æŠžã—ãŸç›¸é–¢é–¢ä¿‚を削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "é¸æŠžã—ãŸãƒ€ãƒƒã‚·ãƒ¥ãƒœãƒ¼ãƒ‰ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
@@ -4738,7 +4753,7 @@ msgstr "é¸æŠžã—ãŸãƒ€ãƒƒã‚·ãƒ¥ãƒœãƒ¼ãƒ‰ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Delete selected discovery rules?"
msgstr "é¸æŠžã—ãŸãƒ‡ã‚£ã‚¹ã‚«ãƒãƒªãƒ«ãƒ¼ãƒ«ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "é¸æŠžã—ãŸè¦ç´ ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
@@ -4763,7 +4778,7 @@ msgstr "é¸æŠžã—ãŸã‚°ãƒ«ãƒ¼ãƒ—を削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Delete selected host groups?"
msgstr "é¸æŠžã—ãŸãƒ›ã‚¹ãƒˆã‚°ãƒ«ãƒ¼ãƒ—を削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "é¸æŠžã—ãŸãƒ›ã‚¹ãƒˆã®ãƒ—ロトタイプを削除ã—ã¾ã™ã‹ï¼Ÿ"
@@ -4771,7 +4786,7 @@ msgstr "é¸æŠžã—ãŸãƒ›ã‚¹ãƒˆã®ãƒ—ロトタイプを削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Delete selected host prototypes?"
msgstr "é¸æŠžã—ãŸãƒ›ã‚¹ãƒˆã®ãƒ—ロトタイプを削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "é¸æŠžã—ãŸãƒ›ã‚¹ãƒˆã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
@@ -4823,7 +4838,7 @@ msgstr "é¸æŠžã—ãŸã‚¹ã‚¯ãƒªãƒ¼ãƒ³ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Delete selected scripts?"
msgstr "é¸æŠžã—ãŸã‚¹ã‚¯ãƒªãƒ—トを削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "é¸æŠžã—ãŸå›³å½¢ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
@@ -4882,11 +4897,11 @@ msgstr "スライドショーを削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Delete template?"
msgstr "テンプレートを削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "トリガーã®ãƒ—ロトタイプを削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "トリガーを削除ã—ã¾ã™ã‹ï¼Ÿ"
@@ -4899,7 +4914,7 @@ msgstr "Webシナリオを削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Deleted: Host \"%1$s\"."
msgstr "削除: ホスト\"%1$s\"。"
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "削除: \"%2$s\"ã®ãƒ›ã‚¹ãƒˆã®ãƒ—ロトタイプ\"%1$s\"。"
@@ -4920,16 +4935,16 @@ msgid "Deny"
msgstr "æ‹’å¦"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "ä¾å­˜é–¢ä¿‚"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "ä¾å­˜å…ˆ"
@@ -4937,7 +4952,7 @@ msgstr "ä¾å­˜å…ˆ"
msgid "Dependent item"
msgstr "ä¾å­˜ã‚¢ã‚¤ãƒ†ãƒ "
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -4956,29 +4971,29 @@ msgstr "é…布ステータス"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "説明"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5111,7 +5126,8 @@ msgstr "é¸æŠžã—ãŸãƒˆãƒªã‚¬ãƒ¼ã‚’無効ã«ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Disable selected web scenarios?"
msgstr "é¸æŠžã—ãŸWebシナリオを無効ã«ã—ã¾ã™ã‹ï¼Ÿ"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5124,22 +5140,21 @@ msgstr "é¸æŠžã—ãŸWebシナリオを無効ã«ã—ã¾ã™ã‹ï¼Ÿ"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "無効"
@@ -5156,7 +5171,7 @@ msgstr "変化ãŒãªã‘ã‚Œã°ç ´æ£„"
msgid "Discard unchanged with heartbeat"
msgstr "指定秒内ã«å¤‰åŒ–ãŒãªã‘ã‚Œã°ç ´æ£„"
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr "値を破棄"
@@ -5164,12 +5179,12 @@ msgstr "値を破棄"
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr "ディスカãƒãƒª"
@@ -5270,25 +5285,25 @@ msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«\"%1$s\"ã¯ãƒžã‚¹ã‚¿ãƒ¼ã‚¢ã‚¤ãƒ†ãƒ ãŒãªã„ã
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«\"%1$s\"ã¯\"%2$s\"アクション内ã§ä½¿ç”¨ã•ã‚Œã¦ã„ã¾ã™ã€‚"
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«ã‚’作æˆã—ã¾ã—ãŸ"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "ディスカãƒãƒªã®ãƒ«ãƒ¼ãƒ«ã‚’削除ã—ã¾ã—ãŸ"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«ã‚’無効ã«ã—ã¾ã—ãŸ"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«ã‚’有効ã«ã—ã¾ã—ãŸ"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "ディスカãƒãƒªã®ãƒ«ãƒ¼ãƒ«ã‚’æ›´æ–°ã—ã¾ã—ãŸ"
@@ -5298,13 +5313,13 @@ msgstr "ディスカãƒãƒªã®ãƒ«ãƒ¼ãƒ«ã‚’æ›´æ–°ã—ã¾ã—ãŸ"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "ディスカãƒãƒªã®ãƒ«ãƒ¼ãƒ«ã‚’削除ã—ã¾ã—ãŸ"
@@ -5347,7 +5362,7 @@ msgstr "ç©ç®—グラフ表示"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "%2$s件ã®ã†ã¡%1$s件を表示ã—ã¦ã„ã¾ã™"
@@ -5366,22 +5381,22 @@ msgid "Do not calculate"
msgstr "計算ã—ãªã„"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr "ヒストリをä¿å­˜ã—ãªã„"
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr "トレンドをä¿å­˜ã—ãªã„"
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "æ¡ä»¶å¼ã‚’ç½®ãæ›ãˆã¾ã™ã‹ï¼Ÿ"
@@ -5404,11 +5419,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Down"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr "イメージã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰"
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "設定ファイルã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰"
@@ -5488,12 +5503,12 @@ msgstr "ホストãŒé‡è¤‡ã—ã¦ã„ã¾ã™ã€‚åŒã˜ãƒ›ã‚¹ãƒˆå\"%1$s\"ã‚’æŒã¤ã
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr "ホストãŒé‡è¤‡ã—ã¦ã„ã¾ã™ã€‚åŒã˜ãƒ›ã‚¹ãƒˆã®è¡¨ç¤ºå\"%1$s\"ã‚’æŒã¤ãƒ›ã‚¹ãƒˆãŒã™ã§ã«å­˜åœ¨ã—ã¦ã„ã¾ã™ã€‚"
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr "\"%1$s\"ã¨ã„ã†åå‰ã®ãƒˆãƒªã‚¬ãƒ¼ã®ãƒ—ロトタイプãŒé‡è¤‡ã—ã¦ã„ã¾ã™ã€‚"
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr "\"%1$s\"ã¨ã„ã†åå‰ã®ãƒˆãƒªã‚¬ãƒ¼ãŒé‡è¤‡ã—ã¦ã„ã¾ã™ã€‚"
@@ -5522,10 +5537,10 @@ msgstr "マップ\"%2$s\"ã®ãŸã‚ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚°ãƒ«ãƒ¼ãƒ—内ã®usrgrpid \"%1
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "スクリーン\"%2$s\"ã®ãŸã‚ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚°ãƒ«ãƒ¼ãƒ—内ã®usrgrpid \"%1$s\"ãŒé‡è¤‡ã—ã¦ã„ã¾ã™ã€‚"
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "継続期間"
@@ -5545,7 +5560,7 @@ msgstr "ダイナミックアイテム"
msgid "Dynamic items"
msgstr "ダイナミックアイテム"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "å„URLã®åå‰ã¯é‡è¤‡ã§ãã¾ã›ã‚“。åŒã˜URLåãŒä½¿ç”¨ã•ã‚Œã¦ã„ãªã„ã‹ç¢ºèªã—ã¦ãã ã•ã„"
@@ -5560,15 +5575,15 @@ msgstr "アイテムã”ã¨"
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "変更"
@@ -5592,15 +5607,15 @@ msgstr "スクリーンã®å¤‰æ›´"
msgid "Edit slide show"
msgstr "スライドショーã®å¤‰æ›´"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "ツリーè¦ç´ ã®å¤‰æ›´"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "トリガーã®å¤‰æ›´"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "ウィジェットã®å¤‰æ›´"
@@ -5696,7 +5711,7 @@ msgstr "アクション\"%1$s\"ã®ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼æ¡ä»¶ã‚¿ã‚¤ãƒ—ãŒç©ºç™½ã§ã™ã
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5866,15 +5881,16 @@ msgstr "é¸æŠžã—ãŸãƒˆãƒªã‚¬ãƒ¼ã‚’有効ã«ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Enable selected web scenarios?"
msgstr "é¸æŠžã—ãŸWebシナリオを有効ã«ã—ã¾ã™ã‹ï¼Ÿ"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "トラッピングã®æœ‰åŠ¹åŒ–"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5890,13 +5906,12 @@ msgstr "トラッピングã®æœ‰åŠ¹åŒ–"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5905,13 +5920,13 @@ msgstr "トラッピングã®æœ‰åŠ¹åŒ–"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "有効"
@@ -5921,9 +5936,9 @@ msgstr "æš—å·åŒ–"
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "æš—å·åŒ–"
@@ -5931,7 +5946,7 @@ msgstr "æš—å·åŒ–"
msgid "Encryption level"
msgstr "æš—å·åŒ–レベル"
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr "改行コード"
@@ -5943,10 +5958,10 @@ msgstr "英語 (en_GB)"
msgid "English (en_US)"
msgstr "英語 (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -5973,7 +5988,7 @@ msgstr "エラー"
msgid "Error in search request for table \"%1$s\"."
msgstr "テーブル\"%1$s\"ã®æ¤œç´¢ãƒªã‚¯ã‚¨ã‚¹ãƒˆã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "エラーメッセージ"
@@ -6008,7 +6023,7 @@ msgstr "イベント相関関係ルール"
msgid "Event details"
msgstr "イベント詳細"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "イベント生æˆ"
@@ -6028,6 +6043,12 @@ msgstr "イベントリスト [直近20]"
msgid "Event log monitoring. Returns log"
msgstr "イベントログã®ç›£è¦–。ログ値を返ã™ã€‚"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "イベントタグã®ãƒšã‚¢"
@@ -6057,7 +6078,7 @@ msgstr "ç¹°è¿”ã—é–“éš”(週)"
msgid "Except selected"
msgstr "é¸æŠžã—ãŸã‚‚ã®ã‚’除ã"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "å«ã‚ãªã„"
@@ -6068,7 +6089,7 @@ msgstr "å«ã‚ãªã„"
msgid "Exclude host groups"
msgstr "除外ã™ã‚‹ãƒ›ã‚¹ãƒˆã‚°ãƒ«ãƒ¼ãƒ—"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "実行"
@@ -6086,9 +6107,9 @@ msgstr "WMIクエリを実行ã—ã¦é¸æŠžã—ãŸã™ã¹ã¦ã®ã‚ªãƒ–ジェクトを
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "WMIクエリを実行ã—ã¦æœ€åˆã®æ¤œç´¢çµæžœã‚’è¿”ã™ã€‚リクエストã«å¿œã˜ã¦æ•´æ•°å€¤ã€æµ®å‹•å°æ•°ç‚¹å€¤ã€æ–‡å­—列値ã€ãƒ†ã‚­ã‚¹ãƒˆå€¤ã‚’è¿”ã™ã€‚"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr "監視データå–å¾—"
@@ -6106,19 +6127,19 @@ msgid "Executed"
msgstr "実行"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "実行ã™ã‚‹ã‚¹ã‚¯ãƒªãƒ—ト"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "実行ã®ç¢ºèª"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "展開"
@@ -6158,7 +6179,7 @@ msgstr "エクスãƒãƒ¼ãƒˆ"
msgid "Export failed"
msgstr "エクスãƒãƒ¼ãƒˆã«å¤±æ•—ã—ã¾ã—ãŸ"
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "CSVエクスãƒãƒ¼ãƒˆ"
@@ -6166,21 +6187,21 @@ msgstr "CSVエクスãƒãƒ¼ãƒˆ"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "æ¡ä»¶å¼"
@@ -6193,15 +6214,15 @@ msgstr "æ¡ä»¶å¼ã®å¤‰æ•°è¦ç´ "
msgid "Expression cannot be empty"
msgstr "æ¡ä»¶å¼ã¯å¿…é ˆã®ãƒ‘ラメータã§ã™"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "æ¡ä»¶å¼ãƒ“ルダー"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "æ¡ä»¶å¼ã®æ§‹æ–‡ã‚¨ãƒ©ãƒ¼ã€‚"
@@ -6220,7 +6241,7 @@ msgstr "æ¡ä»¶å¼"
msgid "External check"
msgstr "外部ãƒã‚§ãƒƒã‚¯"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "F"
@@ -6234,7 +6255,7 @@ msgstr "å½"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "失敗"
@@ -6284,7 +6305,7 @@ msgstr "ãŠæ°—ã«å…¥ã‚Šã®ã‚¹ã‚¯ãƒªãƒ¼ãƒ³"
msgid "Feb"
msgstr "2月"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "2月"
@@ -6297,7 +6318,7 @@ msgstr "フィールド"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "フィールド\"%1$s\"ã¯NULLã«è¨­å®šã§ãã¾ã›ã‚“。"
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6306,7 +6327,7 @@ msgstr "フィールド\"%1$s\"ã¯NULLã«è¨­å®šã§ãã¾ã›ã‚“。"
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6426,9 +6447,7 @@ msgstr "é¢"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6455,9 +6474,13 @@ msgstr "é¢"
msgid "Filter"
msgstr "フィルター"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "フィルター"
@@ -6476,7 +6499,7 @@ msgstr "ファイル内ã®æ–‡å­—列検索。一致ã™ã‚‹æ–‡å­—列をå«ã‚€è¡Œã‹
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Webページ上ã®æ–‡å­—列検索。一致ã™ã‚‹æ–‡å­—列ã‹outputパラメータã§æŒ‡å®šã—ãŸã‚‚ã®ã‚’è¿”ã™ã€‚"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "終了"
@@ -6489,8 +6512,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "最åˆ"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "近似関数"
@@ -6504,12 +6527,12 @@ msgid "Fixed"
msgstr "固定"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6517,9 +6540,9 @@ msgid "Flexible"
msgstr "例外設定"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "リダイレクトをãŸã©ã‚‹"
@@ -6541,8 +6564,8 @@ msgstr "フォントサイズ"
msgid "Form data"
msgstr "フォームデータ"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "å¼"
@@ -6569,11 +6592,13 @@ msgstr "フランス語 (fr_FR)"
msgid "Fri"
msgstr "金"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "金曜"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6593,12 +6618,12 @@ msgstr "Webインターフェースã¸ã®ã‚¢ã‚¯ã‚»ã‚¹"
msgid "Frontend messaging"
msgstr "Webインターフェースã®ã‚¢ãƒ©ãƒ¼ãƒˆè¡¨ç¤º"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr "ã™ã¹ã¦"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6633,7 +6658,7 @@ msgid "GUI access disabled."
msgstr "GUIアクセスを無効ã«ã—ã¾ã—ãŸ"
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr "GUI設定"
@@ -6659,21 +6684,21 @@ msgstr "ドイツ語 (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Webページコンテンツå–得。テキストã¨ã—ã¦Webページã®ã‚½ãƒ¼ã‚¹ã‚’è¿”ã™ã€‚"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr "値ã®å–å¾—"
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr "値ã®å–å¾—ã¨ãƒ†ã‚¹ãƒˆ"
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr "ホストã‹ã‚‰å€¤ã‚’å–å¾—"
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "設定ã—ãŸæ¡ä»¶å¼ã¯ãƒžã‚¯ãƒ­ã§ã¯ã‚ã‚Šã¾ã›ã‚“"
@@ -6699,7 +6724,7 @@ msgstr "グローãƒãƒ«å€¤"
msgid "Go back to %1$s"
msgstr "%1$sã«æˆ»ã‚‹"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "次ã®ãƒšãƒ¼ã‚¸ã¸ç§»å‹•"
@@ -6747,8 +6772,8 @@ msgstr "グラデーションライン"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6879,7 +6904,7 @@ msgstr "ID \"%1$s\"ã®ã‚°ãƒ©ãƒ•ã®ãƒ—ロトタイプã¯ä½¿ç”¨ã§ãã¾ã›ã‚“。"
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "グラフã®ãƒ—ロトタイプ"
@@ -6923,9 +6948,9 @@ msgid "Graph with same name but other type exist."
msgstr "åŒã˜åå‰ã§ç•°ãªã‚‹ã‚¿ã‚¤ãƒ—ã®ã‚°ãƒ©ãƒ•ãŒå­˜åœ¨ã—ã¾ã™ã€‚"
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6935,7 +6960,7 @@ msgstr "åŒã˜åå‰ã§ç•°ãªã‚‹ã‚¿ã‚¤ãƒ—ã®ã‚°ãƒ©ãƒ•ãŒå­˜åœ¨ã—ã¾ã™ã€‚"
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -6943,7 +6968,7 @@ msgstr "åŒã˜åå‰ã§ç•°ãªã‚‹ã‚¿ã‚¤ãƒ—ã®ã‚°ãƒ©ãƒ•ãŒå­˜åœ¨ã—ã¾ã™ã€‚"
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "グラフ"
@@ -7011,12 +7036,12 @@ msgstr "ディスカãƒãƒªã§ç™ºè¦‹ã•ã‚ŒãŸãƒ›ã‚¹ãƒˆã®ã‚°ãƒ«ãƒ¼ãƒ—"
msgid "Group name"
msgstr "グループå"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "グループã®ãƒ—ロトタイプã«ãƒ‡ã‚£ã‚¹ã‚«ãƒãƒªã•ã‚ŒãŸãƒ›ã‚¹ãƒˆç”¨ã®ã‚°ãƒ«ãƒ¼ãƒ—\"%1$s\"を使用ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "グループã®ãƒ—ロトタイプ"
@@ -7031,8 +7056,8 @@ msgstr "次ã«ã‚ˆã‚‹ã‚°ãƒ«ãƒ¼ãƒ”ング"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7064,10 +7089,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "HTTPエージェント"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTPèªè¨¼"
@@ -7075,11 +7100,11 @@ msgstr "HTTPèªè¨¼"
msgid "HTTP login form"
msgstr "HTTPã®ãƒ­ã‚°ã‚¤ãƒ³ç”»é¢"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTPプロキシ"
@@ -7108,20 +7133,20 @@ msgstr "ãƒãƒ¼ãƒ‰ã‚¦ã‚§ã‚¢ (詳細)"
msgid "Hardware sensor reading. Returns float"
msgstr "ãƒãƒ¼ãƒ‰ã‚¦ã‚§ã‚¢ã‚»ãƒ³ã‚µãƒ¼ã®èª­ã¿è¾¼ã¿ã€‚ 浮動å°æ•°ç‚¹å€¤ã‚’è¿”ã™ã€‚"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr "HashiCorp Vault"
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "ヘッダー"
@@ -7154,11 +7179,11 @@ msgstr "ヘルプ"
msgid "Hexadecimal to decimal"
msgstr "16進数ã‹ã‚‰10進数"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "éžè¡¨ç¤º"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "デãƒãƒƒã‚°ã‚’éš ã™"
@@ -7195,23 +7220,23 @@ msgstr "High-contrast dark"
msgid "High-contrast light"
msgstr "High-contrast light"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "行を強調表示"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "ヒストリ"
@@ -7219,17 +7244,17 @@ msgstr "ヒストリ"
msgid "History and trends compression"
msgstr "ヒストリã¨ãƒˆãƒ¬ãƒ³ãƒ‰ã®åœ§ç¸®"
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr "圧縮ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã‚‹ã®ã§ãƒ’ストリã®ã‚¯ãƒªãƒ¼ãƒ³ã‚¢ãƒƒãƒ—ã¯ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¾ã›ã‚“"
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "ヒストリを削除ã—ã¾ã—ãŸ"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "ヒストリã®å‰Šé™¤ã«ã¯æ™‚é–“ã‚’è¦ã—ã¾ã™ã€‚実行ã—ã¾ã™ã‹ï¼Ÿ"
@@ -7243,13 +7268,17 @@ msgstr "イベントã®å±¥æ­´"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "ヒストリã®ä¿å­˜æœŸé–“"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr "ホームページ"
@@ -7274,26 +7303,26 @@ msgstr "横ä½ç½®"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7305,8 +7334,8 @@ msgstr "横ä½ç½®"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "ホスト"
@@ -7347,8 +7376,7 @@ msgstr "ホストアクセス"
msgid "Host added"
msgstr "ホストを追加ã—ã¾ã—ãŸ"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr "ホストã®ã‚¢ãƒ‰ãƒ¬ã‚¹"
@@ -7365,18 +7393,18 @@ msgstr "ホストã«åŒã˜ã‚¿ã‚¤ãƒ—ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã¯
msgid "Host count"
msgstr "ホスト数"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "ホストを削除ã—ã¾ã—ãŸ"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "ホストを無効ã«ã—ã¾ã—ãŸ"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "ホストを有効ã«ã—ã¾ã—ãŸ"
@@ -7396,7 +7424,7 @@ msgstr[0] "ホストを有効ã«ã—ã¾ã—ãŸ"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "ホストグループ"
@@ -7442,11 +7470,11 @@ msgstr "ID \"%1$s\"ã®ãƒ›ã‚¹ãƒˆã‚°ãƒ«ãƒ¼ãƒ—ã¯ä½¿ç”¨ã§ãã¾ã›ã‚“。"
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7483,17 +7511,17 @@ msgstr "ホストグループ"
msgid "Host info"
msgstr "ホスト情報"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "ホストインターフェース"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7514,7 +7542,7 @@ msgstr "ホストã®éšœå®³"
msgid "Host label type"
msgstr "ホストã®ãƒ©ãƒ™ãƒ«ã‚¿ã‚¤ãƒ—"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "ホストマクロ"
@@ -7541,52 +7569,56 @@ msgstr "ホストãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯"
msgid "Host prototype"
msgstr "ホストプロトタイプ"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "ホストã®ãƒ—ロトタイプ\"%1$s\"ã¯\"%2$s\"ã«ã™ã§ã«å­˜åœ¨ã—ã¦ã„ã¾ã™(ä»–ã®ãƒ†ãƒ³ãƒ—レートã‹ã‚‰ã®ç¶™æ‰¿)。"
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "ホストã®ãƒ—ロトタイプ\"%1$s\"ã¯\"%2$s\"ã«ã™ã§ã«å­˜åœ¨ã—ã¦ã„ã¾ã™ã€‚"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "ホストã®ãƒ—ロトタイプを追加ã—ã¾ã—ãŸ"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "ホストã®ãƒ—ロトタイプを削除ã—ã¾ã—ãŸ"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr "ホストã®ãƒ—ロトタイプã®ãƒžã‚¯ãƒ­"
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "ホストã®ãƒ—ロトタイプを更新ã—ã¾ã—ãŸ"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "ホストå\"%1$s\"ã‚’æŒã¤ãƒ›ã‚¹ãƒˆã®ãƒ—ロトタイプã¯ãƒ‡ã‚£ã‚¹ã‚«ãƒãƒªãƒ«ãƒ¼ãƒ«\"%2$s\"ã«ã™ã§ã«å­˜åœ¨ã—ã¦ã„ã¾ã™ã€‚"
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "ホストã®è¡¨ç¤ºå\"%1$s\"ã‚’æŒã¤ãƒ›ã‚¹ãƒˆã®ãƒ—ロトタイプã¯ãƒ‡ã‚£ã‚¹ã‚«ãƒãƒªãƒ«ãƒ¼ãƒ«\"%2$s\"ã«ã™ã§ã«å­˜åœ¨ã—ã¦ã„ã¾ã™ã€‚"
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "ホストã®ãƒ—ロトタイプ"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "ホストã®ãƒ—ロトタイプを削除ã—ã¾ã—ãŸ"
@@ -7635,17 +7667,17 @@ msgstr "åŒã˜ãƒ›ã‚¹ãƒˆå\"%1$s\"ã‚’æŒã¤ãƒ›ã‚¹ãƒˆãŒã™ã§ã«å­˜åœ¨ã—ã¾ã™ã
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "åŒã˜ãƒ›ã‚¹ãƒˆã®è¡¨ç¤ºå\"%1$s\"ã‚’æŒã¤ãƒ›ã‚¹ãƒˆãŒã™ã§ã«å­˜åœ¨ã—ã¾ã™ã€‚"
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7721,7 +7753,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7756,10 +7788,10 @@ msgstr "IPアドレスã®ç¯„囲\"%1$s\"ãŒã‚¢ãƒ‰ãƒ¬ã‚¹ã®åˆ¶é™\"%2$s\"を超ãˆ
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7776,9 +7808,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "IPMIスクリプトã¯ã‚µãƒ¼ãƒãƒ¼ã§ã®ã¿å®Ÿè¡Œã§ãã¾ã™ã€‚"
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMIセンサー"
@@ -7895,7 +7927,7 @@ msgstr "Iframeサンドボックスã®ä¾‹å¤–"
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "イメージ"
@@ -8003,7 +8035,7 @@ msgid "Inaccessible graph prototype"
msgstr "アクセスã§ããªã„グラフã®ãƒ—ロトタイプ"
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "アクセスã§ããªã„グループ"
@@ -8019,9 +8051,9 @@ msgstr "アクセスã§ããªã„アイテム"
msgid "Inaccessible item prototype"
msgstr "アクセスã§ããªã„アイテムã®ãƒ—ロトタイプ"
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8034,11 +8066,11 @@ msgstr "アクセスã§ããªã„マップ"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "アクセスã§ããªã„テンプレート"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "アクセスã§ããªã„トリガー"
@@ -8051,7 +8083,7 @@ msgstr "アクセスã§ããªã„トリガー"
msgid "Inaccessible user"
msgstr "アクセスã§ããªã„ユーザー"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "å«ã‚ã‚‹"
@@ -8319,8 +8351,8 @@ msgstr "設定項目ãŒé–“é•ã£ã¦ã„ã¾ã™"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8461,9 +8493,9 @@ msgstr "テーブル\"%2$s\"ã¸ã®whereステートメントã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰\"
msgid "Incorrect fields for sysmap."
msgstr "マップã®è¨­å®šãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr "\"%1$s\": %2$sã®ãƒ•ã‚¡ã‚¤ãƒ«ãƒ‘スãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
@@ -8516,7 +8548,7 @@ msgstr "アクション\"%1$s\"ã®ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼æ¡ä»¶ã‚¿ã‚¤ãƒ—ãŒæ­£ã—ãã‚ã
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "é–“é•ã£ãŸé–¢æ•°ãŒä½¿ç”¨ã•ã‚Œã¦ã„ã¾ã™"
@@ -8592,7 +8624,7 @@ msgstr "スクリーンã®è¦ç´ ã®ã‚¢ã‚¤ãƒ†ãƒ ID\"%1$s\"ãŒæ­£ã—ãã‚ã‚Šã¾ã
msgid "Incorrect item for axis value."
msgstr "軸ã«è¨­å®šã•ã‚ŒãŸã‚¢ã‚¤ãƒ†ãƒ ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "トリガーæ¡ä»¶å¼\"%2$s\"ã«æ­£ã—ããªã„アイテムキー\"%1$s\"ãŒä½¿ç”¨ã•ã‚Œã¦ã„ã¾ã™ã€‚"
@@ -8603,11 +8635,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "スクリーンã®è¦ç´ ã®ã‚¢ã‚¤ãƒ†ãƒ ã®ãƒ—ロトタイプID\"%1$s\"ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "アイテムã®ãƒ‡ãƒ¼ã‚¿åž‹ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "トリガー関数\"%2$s\"ã«æ­£ã—ããªã„アイテムã®ãƒ‡ãƒ¼ã‚¿åž‹\"%1$s\" ãŒä½¿ç”¨ã•ã‚Œã¦ã„ã¾ã™ã€‚"
@@ -8778,35 +8810,35 @@ msgstr "サービス\"%1$s\"ã®ãƒˆãƒªã‚¬ãƒ¼IDãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
msgid "Incorrect trigger expression"
msgstr "é–“é•ã£ãŸãƒˆãƒªã‚¬ãƒ¼ã®æ¡ä»¶å¼"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "トリガーæ¡ä»¶å¼ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "トリガーæ¡ä»¶å¼ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。ホスト\"%1$s\"ãŒå­˜åœ¨ã—ãªã„ã‹ã€ãƒ›ã‚¹ãƒˆã¸ã®ã‚¢ã‚¯ã‚»ã‚¹æ¨©ãŒã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "トリガーæ¡ä»¶å¼ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。トリガーæ¡ä»¶å¼ã®ã¯ãƒ†ãƒ³ãƒ—レートã¨ãƒ›ã‚¹ãƒˆã®ä¸¡æ–¹ã«å±žã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "æ¡ä»¶å¼ã®ãƒˆãƒªã‚¬ãƒ¼é–¢æ•°\"%1$s\"ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "トリガーã®ãƒ—ロトタイプã®æ¡ä»¶å¼ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。ホスト\"%1$s\"ãŒå­˜åœ¨ã—ãªã„ã‹ã‚¢ã‚¯ã‚»ã‚¹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "トリガーã®ãƒ—ロトタイプã®æ¡ä»¶å¼ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。トリガーã®ãƒ—ロトタイプã®æ¡ä»¶å¼ã¯ãƒ†ãƒ³ãƒ—レートã¨åŒæ™‚ã«ãƒ›ã‚¹ãƒˆã«å±žã—ã¦ã„ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。"
@@ -8957,16 +8989,15 @@ msgstr "\"%1$s\"フィールドã®ãŸã‚ã®å€¤ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -8977,7 +9008,7 @@ msgstr "\"%1$s\"フィールドã®ãŸã‚ã®å€¤ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9127,23 +9158,25 @@ msgstr "\"%1$s\"フィールドã®ãŸã‚ã®å€¤ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9232,10 +9265,10 @@ msgstr "ç„¡é™å¤§"
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9243,10 +9276,10 @@ msgstr "ç„¡é™å¤§"
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "情報"
@@ -9260,15 +9293,19 @@ msgstr "情報"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "サービス情報ã®å–得。引数ãŒstateã‚„startupãªã‚‰æ•´æ•°å€¤ã‚’è¿”ã™ã€‚引数ãŒdisplaynameã€pathã€userãªã‚‰æ–‡å­—列値を返ã™ã€‚引数ãŒdescriptionãªã‚‰ãƒ†ã‚­ã‚¹ãƒˆå€¤ã‚’è¿”ã™ã€‚具体的ã«ã¯å¼•æ•°ãŒstateã§çŠ¶æ…‹ãŒé–‹å§‹ãªã‚‰ã€Œ0ã€ã€ä¸€æ™‚åœæ­¢ãªã‚‰ã€Œï¼‘ã€ã€é–‹å§‹ä¸­ãªã‚‰ã€Œ2ã€ã€ä¸€æ™‚åœæ­¢ä¸­ãªã‚‰ã€Œ3ã€ã€å†é–‹ä¸­ãªã‚‰ã€Œ4ã€ã€åœæ­¢ä¸­ãªã‚‰ã€Œ5ã€ã€åœæ­¢ãªã‚‰ã€Œ6ã€ã€ä¸æ˜Žãªã‚‰ã€Œ7ã€ã€è©²å½“サービスãªã—ãªã‚‰ã€Œ255ã€ã‚’è¿”ã™ã€‚ã¾ãŸã€å¼•æ•°ãŒstartupã§ã‚¹ã‚¿ãƒ¼ãƒˆã‚¢ãƒƒãƒ—ã®ç¨®é¡žãŒè‡ªå‹•ãªã‚‰ã€Œ0ã€ã€è‡ªå‹•(é…延開始)ãªã‚‰ã€Œ1ã€ã€æ‰‹å‹•ãªã‚‰ã€Œ2ã€ã€ç„¡åŠ¹ãªã‚‰ã€Œ3ã€ã€ä¸æ˜Žãªã‚‰ã€Œ4ã€ã‚’è¿”ã™ã€‚"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr "継承ã—ãŸã‚‚ã®"
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "継承ã—ãŸãƒžã‚¯ãƒ­ã¨ãƒ›ã‚¹ãƒˆãƒžã‚¯ãƒ­"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr "継承ã—ãŸãƒžã‚¯ãƒ­ã¨ãƒ›ã‚¹ãƒˆã®ãƒ—ロトタイプã®ãƒžã‚¯ãƒ­"
@@ -9284,17 +9321,17 @@ msgstr "継承ã—ãŸã‚¿ã‚°ã¨ãƒˆãƒªã‚¬ãƒ¼ã‚¿ã‚°"
msgid "Inherited items"
msgstr "継承ã—ãŸã‚¢ã‚¤ãƒ†ãƒ "
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "挿入"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "æ¡ä»¶å¼ã®æŒ¿å…¥"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "インストール"
@@ -9306,7 +9343,7 @@ msgstr "インストール"
msgid "Installer name"
msgstr "インストーラå"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9339,8 +9376,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "IPアドレス\"%1$s\"ãŒè¨­å®šã•ã‚ŒãŸã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã«DNSåを設定ã—ã¦ãã ã•ã„。"
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr "インターフェース"
@@ -9369,14 +9406,14 @@ msgstr "内部イベントã®ä¿å­˜æœŸé–“"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9400,15 +9437,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "監視間隔"
@@ -9435,7 +9472,7 @@ msgstr "YAMLファイルã®å†…容ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
msgid "Invalid action condition: %1$s."
msgstr "アクションã®å®Ÿè¡Œæ¡ä»¶ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“:%1$s。"
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "日付ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
@@ -9449,15 +9486,15 @@ msgstr "メールアドレス\"%1$s\"ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "ID \"%1$s\"ã®ãƒ¡ãƒ‡ã‚£ã‚¢ã‚¿ã‚¤ãƒ—ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "5番目ã®ãƒ‘ラメータãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "1ã¤ç›®ã®ãƒ‘ラメータãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "4ã¤ç›®ã®ãƒ‘ラメータãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
@@ -9469,11 +9506,11 @@ msgstr "マクロ\"%1$s\"ã®hostidãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "監視間隔\"%1$s\"ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
@@ -9514,7 +9551,7 @@ msgstr "マクロ\"%1$s\": %2$sãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
msgid "Invalid method parameters."
msgstr "メソッドã®ãƒ‘ラメータãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "パラメータã®æ•°ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
@@ -9546,6 +9583,15 @@ msgstr "パラメータã®æ•°ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9558,75 +9604,81 @@ msgstr "パラメータã®æ•°ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9643,7 +9695,7 @@ msgstr "パラメータãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
msgid "Invalid response code \"%1$s\"."
msgstr "レスãƒãƒ³ã‚¹ã‚³ãƒ¼ãƒ‰\"%1$s\"ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "2ã¤ç›®ã®ãƒ‘ラメータãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
@@ -9680,15 +9732,15 @@ msgstr "2ã¤ç›®ã®ãƒ‘ラメータãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9701,7 +9753,7 @@ msgstr "2ã¤ç›®ã®ãƒ‘ラメータãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "ã‚¿ã‚°\"%1$s\"ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: %2$s。"
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "3ã¤ç›®ã®ãƒ‘ラメータãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
@@ -9720,9 +9772,9 @@ msgstr "マクロ\"%1$s\"ã®ã‚¿ã‚¤ãƒ—ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr "マクロ\"%1$s\": %2$sã®å€¤ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "インベントリ"
@@ -9749,9 +9801,9 @@ msgid "Issue"
msgstr "å•é¡Œ"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "発行者"
@@ -9768,22 +9820,22 @@ msgid "Italian (it_IT)"
msgstr "イタリア語 (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "アイテム"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9820,15 +9872,15 @@ msgstr "アイテム\"%1$s\"ãŒå­˜åœ¨ã—ãªã„ã‹ã‚¢ã‚¯ã‚»ã‚¹æ¨©é™ãŒã‚ã‚Šã¾ã
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "\"%2$s\"上ã®ã‚¢ã‚¤ãƒ†ãƒ \"%1$s\": アプリケーション\"%3$s\"ã¯å­˜åœ¨ã—ã¾ã›ã‚“。"
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "アイテムを追加ã—ã¾ã—ãŸ"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
-msgstr "アイテムã«\"éš ã—テキスト\"å½¢å¼ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒžã‚¯ãƒ­ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚ã“れらã®ãƒžã‚¯ãƒ­ã®å€¤ã¯æ‰‹å‹•ã§å…¥åŠ›ã—ã¦ãã ã•ã„。"
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
+msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "アイテムをコピーã—ã¾ã—ãŸ"
@@ -9837,16 +9889,16 @@ msgstr[0] "アイテムをコピーã—ã¾ã—ãŸ"
msgid "Item count"
msgstr "アイテム数"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "アイテムを削除ã—ã¾ã—ãŸ"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "アイテムを無効ã«ã—ã¾ã—ãŸ"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "アイテムを有効ã«ã—ã¾ã—ãŸ"
@@ -9855,7 +9907,7 @@ msgstr[0] "アイテムを有効ã«ã—ã¾ã—ãŸ"
msgid "Item in \"not supported\" state"
msgstr "アイテムãŒ\"å–å¾—ä¸å¯\"ã®çŠ¶æ…‹"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "アイテムãŒé¸æŠžã•ã‚Œã¦ã„ã¾ã›ã‚“"
@@ -9868,7 +9920,7 @@ msgstr "アイテムã®ä¿å­˜å‰å‡¦ç†ã®å¼•æ•°ãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“:
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9889,15 +9941,15 @@ msgstr "アイテムã®ãƒ—ロトタイプ\"%1$s\"ã¯\"%2$s\"ã«ã™ã§ã«å­˜åœ¨ã
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "アイテムã®ãƒ—ロトタイプ\"%1$s\"ã¯\"%2$s\"ã«ã™ã§ã«å­˜åœ¨ã—ã¾ã™ã€‚"
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "アイテムã®ãƒ—ロトタイプを追加ã—ã¾ã—ãŸ"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "アイテムã®ãƒ—ロトタイプを削除ã—ã¾ã—ãŸ"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "アイテムã®ãƒ—ロトタイプを更新ã—ã¾ã—ãŸ"
@@ -9909,7 +9961,7 @@ msgstr "ID \"%1$s\"ã®ã‚¢ã‚¤ãƒ†ãƒ ã®ãƒ—ロトタイプã¯ä½¿ç”¨ã§ãã¾ã›ã‚“ã
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9917,19 +9969,19 @@ msgstr "ID \"%1$s\"ã®ã‚¢ã‚¤ãƒ†ãƒ ã®ãƒ—ロトタイプã¯ä½¿ç”¨ã§ãã¾ã›ã‚“ã
msgid "Item prototypes"
msgstr "アイテムã®ãƒ—ロトタイプ"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "アイテムã®ãƒ—ロトタイプを削除ã—ã¾ã—ãŸ"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr "アイテムã®ãƒ—ロトタイプを更新ã—ã¾ã—ãŸ"
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr "アイテムタイプã¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’使用ã—ã¾ã›ã‚“"
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "アイテムを更新ã—ã¾ã—ãŸ"
@@ -10001,7 +10053,7 @@ msgstr "キー\"%1$s\"ãŒè¨­å®šã•ã‚ŒãŸã‚¢ã‚¤ãƒ†ãƒ ã¯æŒ‡å®šã—ãŸãƒ›ã‚¹ãƒˆ\"%2
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10011,11 +10063,11 @@ msgstr "キー\"%1$s\"ãŒè¨­å®šã•ã‚ŒãŸã‚¢ã‚¤ãƒ†ãƒ ã¯æŒ‡å®šã—ãŸãƒ›ã‚¹ãƒˆ\"%2
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "アイテム"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "アイテムを削除ã—ã¾ã—ãŸ"
@@ -10027,7 +10079,7 @@ msgstr "アイテムã®ãƒªã‚¹ãƒˆ"
msgid "Items location"
msgstr "アイテムåã®ä½ç½®"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "アイテムを更新ã—ã¾ã—ãŸ"
@@ -10035,7 +10087,7 @@ msgstr "アイテムを更新ã—ã¾ã—ãŸ"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10043,10 +10095,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMXエージェント"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMXエンドãƒã‚¤ãƒ³ãƒˆ"
@@ -10059,10 +10111,10 @@ msgstr "JMXインターフェース"
msgid "JSON"
msgstr "JSON"
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "JSONデータ"
@@ -10094,7 +10146,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpcãƒãƒ¼ã‚¸ãƒ§ãƒ³ãŒã‚ã‚Šã¾ã›ã‚“。"
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr "JSONPath"
@@ -10102,7 +10154,7 @@ msgstr "JSONPath"
msgid "Jan"
msgstr "1月"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "1月"
@@ -10119,7 +10171,7 @@ msgstr "JavaScript"
msgid "Jul"
msgstr "7月"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "7月"
@@ -10127,11 +10179,11 @@ msgstr "7月"
msgid "Jun"
msgstr "6月"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "6月"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "存在ã—ãªããªã£ãŸãƒªã‚½ãƒ¼ã‚¹ã®ä¿æŒæœŸé–“"
@@ -10165,7 +10217,7 @@ msgstr "キー\"%1$s\"ãŒ<grpmax|grpmin|grpsum|grpavg>[\"Host group(s)\", \"Item
msgid "Key passphrase"
msgstr "キーã®ãƒ‘スフレーズ"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "キーワード"
@@ -10202,23 +10254,23 @@ msgstr "LDAPã«ã‚ˆã‚‹ãƒ­ã‚°ã‚¤ãƒ³ãŒæˆåŠŸã—ã¾ã—ãŸ"
msgid "LDAP settings"
msgstr "LDAPèªè¨¼ã®è¨­å®š"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr "LF"
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr "LLDマクロ"
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr "LLDマクロ"
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10244,37 +10296,37 @@ msgctxt "page navigation"
msgid "Last"
msgstr "最後"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] "最新ã®%1$d日間"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] "最新ã®%1$d時間"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] "最新ã®%1$d分間"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] "最新ã®%1$dヶ月間"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] "最新ã®%1$d秒間"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10310,23 +10362,24 @@ msgstr "最新ã®å¤‰æ›´ (é™é †)"
msgid "Last check"
msgstr "最新ã®ãƒã‚§ãƒƒã‚¯æ™‚刻"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "最新1時間ã®ã‚°ãƒ©ãƒ•"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "最新1ヶ月ã®ã‚°ãƒ©ãƒ•"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "最新ã®"
@@ -10339,21 +10392,21 @@ msgstr "最新データå—信時刻 (経éŽæ™‚é–“)"
msgid "Last value"
msgstr "最新ã®å€¤"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "最新1週間ã®ã‚°ãƒ©ãƒ•"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "最新データ"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "最新ã®å€¤"
@@ -10400,7 +10453,7 @@ msgstr "先頭文字列削除"
msgid "Legend"
msgstr "凡例"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr "ライセンスã¯"
@@ -10442,8 +10495,8 @@ msgstr "リンク"
msgid "Link indicators"
msgstr "障害発生時ã®æ¡ä»¶è¨­å®š"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr "æ–°è¦ãƒ†ãƒ³ãƒ—レートをリンク"
@@ -10479,10 +10532,10 @@ msgstr "テンプレートã¨ãƒªãƒ³ã‚¯"
msgid "Linked map"
msgstr "リンクã•ã‚ŒãŸãƒžãƒƒãƒ—"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10576,10 +10629,10 @@ msgid "Location longitude"
msgstr "経度"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "ログ"
@@ -10591,10 +10644,10 @@ msgstr "ログローテーションã«å¯¾å¿œã—ãŸãƒ­ã‚°ãƒ•ã‚¡ã‚¤ãƒ«ç›£è¦–。ロ
msgid "Log file monitoring. Returns log"
msgstr "ログファイル監視。ログ値を返ã™ã€‚"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "ログã®æ™‚é–“ã®å½¢å¼"
@@ -10651,7 +10704,7 @@ msgstr "ローレベルディスカãƒãƒªãŒ\"å–å¾—ä¸å¯\"ã®çŠ¶æ…‹"
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10668,8 +10721,9 @@ msgstr "MACアドレスB"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10684,7 +10738,7 @@ msgstr "ファイルã®MD5ãƒã‚§ãƒƒã‚¯ã‚µãƒ ã€‚ファイルã®MD5ãƒãƒƒã‚·ãƒ¥å€¤
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "マクロ"
@@ -10711,10 +10765,10 @@ msgstr "hostmacroid \"%1$s\"ã‚’æŒã¤ãƒžã‚¯ãƒ­ã¯å­˜åœ¨ã—ã¾ã›ã‚“。"
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10805,16 +10859,16 @@ msgstr "データåŽé›†ãªã—ã®ãƒ¡ãƒ³ãƒ†ãƒŠãƒ³ã‚¹"
msgid "Maintenance: %1$s"
msgstr "メンテナンス:%1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "å¿…é ˆã®ãƒ‘ラメータãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "マニュアル"
@@ -10829,7 +10883,7 @@ msgstr "手動クローズ済"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "マップ"
@@ -10923,7 +10977,7 @@ msgstr "マップ"
msgid "Mar"
msgstr "3月"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "3月"
@@ -10939,11 +10993,11 @@ msgstr "ãã®ä»–をマーク"
msgid "Mark selected"
msgstr "é¸æŠžã‚’マーク"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "マスク"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -10962,11 +11016,11 @@ msgid "Mass update shapes"
msgstr "図形ã®ä¸€æ‹¬æ›´æ–°"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "マスターアイテム"
@@ -11014,7 +11068,7 @@ msgstr "OSãŒã‚µãƒãƒ¼ãƒˆã—ã¦ã„る最大ファイルオープン数。整数å
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "OSãŒã‚µãƒãƒ¼ãƒˆã—ã¦ã„る最大プロセス数。整数値を返ã™ã€‚"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11028,7 +11082,7 @@ msgstr[0] "表示ã§ãる最大ã®æœŸé–“ã¯%1$sæ—¥ã§ã™ã€‚"
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "ID \"%1$s\"ã®ãƒ¡ãƒ‡ã‚£ã‚¢ã‚¿ã‚¤ãƒ—ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ãŒæœ€å¤§é•·ã‚’超ãˆã¦ã„ã¾ã™ã€‚"
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "5月"
@@ -11180,7 +11234,7 @@ msgid "Message/Command"
msgstr "メッセージ/コマンド"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "メッセージ"
@@ -11244,7 +11298,7 @@ msgstr "PHPã®postサイズã®æœ€å°å€¤ã¯%1$sã§ã™(\"post_max_size\"設定オã
msgid "Minimum severity"
msgstr "最å°ã®æ·±åˆ»åº¦"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11302,7 +11356,7 @@ msgstr "グラフã®ãƒ—ロトタイプ\"%1$s\"ã®ã‚¢ã‚¤ãƒ†ãƒ ãŒå­˜åœ¨ã—ã¾ã›ã
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "ホスト\"%2$s\"ã«ã¯ã‚­ãƒ¼\"%1$s\"ãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11371,7 +11425,7 @@ msgstr "モジュールを更新ã—ã¾ã—ãŸ"
msgid "Mon"
msgstr "月"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "月曜"
@@ -11379,9 +11433,9 @@ msgstr "月曜"
msgid "Monitored by"
msgstr "監視ã™ã‚‹ã‚‚ã®"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "プロキシã«ã‚ˆã‚‹ç›£è¦–"
@@ -11413,11 +11467,11 @@ msgstr "月"
msgid "Monthly"
msgstr "毎月"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "æ¡ä»¶ã«ä¸€è‡´ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ãŒã•ã‚‰ã«å­˜åœ¨ã—ã¾ã™..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11436,20 +11490,20 @@ msgstr "ホストã«\"%1$s\"ã®åå‰ã‚’æŒã¤ã‚°ãƒ©ãƒ•ãŒ1ã¤ä»¥ä¸Šå­˜åœ¨ã—ã¾
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "複数"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "障害イベントを継続ã—ã¦ç”Ÿæˆ"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "ミュート"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr "ç§ãŒä½œæˆ"
@@ -11482,13 +11536,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11516,17 +11571,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11546,19 +11601,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11567,15 +11622,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11585,12 +11640,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11681,12 +11736,12 @@ msgid "Never"
msgstr "未監視"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "アプリケーションã®ä½œæˆ"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "アプリケーションプロトタイプã®ä½œæˆ"
@@ -11700,7 +11755,7 @@ msgstr "æ–°è¦æ¡ä»¶"
msgid "New dashboard"
msgstr "æ–°è¦ãƒ€ãƒƒã‚·ãƒ¥ãƒœãƒ¼ãƒ‰"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "æ–°è¦è¦ç´ "
@@ -11736,13 +11791,13 @@ msgstr "æ–°ã—ã„ã‚¿ã‚°å"
msgid "New triggers"
msgstr "æ–°è¦ãƒˆãƒªã‚¬ãƒ¼"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr "次ã®ãƒšãƒ¼ã‚¸"
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "次ã®ã‚¹ãƒ†ãƒƒãƒ—"
@@ -11751,20 +11806,20 @@ msgstr "次ã®ã‚¹ãƒ†ãƒƒãƒ—"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -11918,6 +11973,7 @@ msgid "No data."
msgstr "データãŒã‚ã‚Šã¾ã›ã‚“。"
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "\"%2$s\"上ã®\"%1$s\"タイプã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
@@ -11934,12 +11990,12 @@ msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«IDãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "æš—å·ãªã—"
@@ -12006,12 +12062,12 @@ msgstr "マップã®è¦ç´ \"%1$s\"ã«ã‚¢ã‚¤ã‚³ãƒ³ãŒå­˜åœ¨ã—ã¾ã›ã‚“。"
msgid "No image"
msgstr "イメージã¯å­˜åœ¨ã—ã¾ã›ã‚“"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "インターフェースãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。"
@@ -12026,8 +12082,8 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr "プロキシ\"%1$s\"ã«ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
-msgstr "ã“ã®ãƒ›ã‚¹ãƒˆã«ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ãŒå®šç¾©ã•ã‚Œã¦ã„ã¾ã›ã‚“。"
+msgid "No interfaces are defined."
+msgstr ""
#: include/classes/api/services/CAction.php:1957
msgid "No inventory mode specified for action operation."
@@ -12064,7 +12120,7 @@ msgstr "スクリーンã®è¦ç´ ã«ãƒžãƒƒãƒ—IDãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
msgid "No maps added."
msgstr "マップãŒè¿½åŠ ã•ã‚Œã¦ã„ã¾ã›ã‚“。"
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "æ¡ä»¶ã«ä¸€è‡´ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ã¯ã‚ã‚Šã¾ã›ã‚“"
@@ -12095,8 +12151,8 @@ msgstr "システムã¸ã®ã‚¢ã‚¯ã‚»ã‚¹æ¨©ãŒã‚ã‚Šã¾ã›ã‚“。"
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12105,8 +12161,8 @@ msgstr "システムã¸ã®ã‚¢ã‚¯ã‚»ã‚¹æ¨©ãŒã‚ã‚Šã¾ã›ã‚“。"
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12162,12 +12218,12 @@ msgstr "システムã¸ã®ã‚¢ã‚¯ã‚»ã‚¹æ¨©ãŒã‚ã‚Šã¾ã›ã‚“。"
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12226,7 +12282,7 @@ msgstr "システムã¸ã®ã‚¢ã‚¯ã‚»ã‚¹æ¨©ãŒã‚ã‚Šã¾ã›ã‚“。"
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12247,7 +12303,7 @@ msgstr "システムã¸ã®ã‚¢ã‚¯ã‚»ã‚¹æ¨©ãŒã‚ã‚Šã¾ã›ã‚“。"
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "対象ãŒå­˜åœ¨ã—ãªã„ã‹ã€ã‚¢ã‚¯ã‚»ã‚¹æ¨©ãŒã‚ã‚Šã¾ã›ã‚“ï¼"
@@ -12277,7 +12333,7 @@ msgstr "公開éµãƒ•ã‚¡ã‚¤ãƒ«ãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
msgid "No recipients for action operation message."
msgstr "実行ã™ã‚‹ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã«é€ä¿¡å…ˆãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "リフレッシュãªã—"
@@ -12289,11 +12345,11 @@ msgstr "スクリーンãŒè¿½åŠ ã•ã‚Œã¦ã„ã¾ã›ã‚“。"
msgid "No script specified for action operation command."
msgstr "実行ã™ã‚‹ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚³ãƒžãƒ³ãƒ‰ã«ã‚¹ã‚¯ãƒªãƒ—トãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "何もé¸æŠžã•ã‚Œã¦ã„ã¾ã›ã‚“"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "何もé¸æŠžã•ã‚Œã¦ã„ã¾ã›ã‚“。"
@@ -12310,19 +12366,19 @@ msgstr "トリガーãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
msgid "No value"
msgstr "値ãªã—"
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "è«–ç†å€¤ã§ã¯ãªã„フラグã¯å»ƒæ­¢äºˆå®šã§ã™ã€‚"
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12335,18 +12391,18 @@ msgstr "è«–ç†å€¤ã§ã¯ãªã„フラグã¯å»ƒæ­¢äºˆå®šã§ã™ã€‚"
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "ãªã—"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12444,7 +12500,7 @@ msgstr "障害通知é€ä¿¡æ¸ˆã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã™ã¹ã¦ã«ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’é€ä¿¡
msgid "Nov"
msgstr "11月"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "11月"
@@ -12457,11 +12513,11 @@ msgstr "CPU数。整数値を返ã™ã€‚"
msgid "Number of enabled items on the host."
msgstr "ホスト上ã®æœ‰åŠ¹ã‚¢ã‚¤ãƒ†ãƒ æ•°ã€‚"
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr "ホスト数 (有効/無効)"
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "アイテム数 (有効/無効/å–å¾—ä¸å¯)"
@@ -12529,11 +12585,11 @@ msgstr "ステータス変更ã®å›žæ•°"
msgid "Number of steps"
msgstr "ステップ数"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr "テンプレート数"
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "トリガー数 (有効/無効 [障害/正常])"
@@ -12549,7 +12605,7 @@ msgstr "Zabbixデータベース内ã®å–å¾—ä¸å¯ã‚¢ã‚¤ãƒ†ãƒ æ•°ã€‚"
msgid "Number of unsupported items on the host."
msgstr "ホスト上ã®å–å¾—ä¸å¯ã‚¢ã‚¤ãƒ†ãƒ æ•°ã€‚"
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "ユーザー数 (オンライン)"
@@ -12601,22 +12657,22 @@ msgid "Numeral systems"
msgstr "数値変æ›"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "数値 (浮動å°æ•°)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "数値 (整数)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "数値 (整数)"
@@ -12634,13 +12690,13 @@ msgstr "OEM"
msgid "OK"
msgstr "正常"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "正常時ã®ã‚¤ãƒ™ãƒ³ãƒˆã‚¯ãƒ­ãƒ¼ã‚º"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "正常イベントã®ç”Ÿæˆ"
@@ -12656,7 +12712,7 @@ msgstr "OOBルータ"
msgid "OOB subnet mask"
msgstr "OOBサブãƒãƒƒãƒˆãƒžã‚¹ã‚¯"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "OR"
@@ -12684,13 +12740,13 @@ msgstr "10月"
msgid "Octal to decimal"
msgstr "8進数ã‹ã‚‰10進数"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "10月"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "OFF"
@@ -12722,7 +12778,7 @@ msgstr "å¤ã„ã‚¿ã‚°å"
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "ON"
@@ -12797,7 +12853,7 @@ msgstr "管ç†è€…ã ã‘ãŒã‚¹ã‚¯ãƒªãƒ¼ãƒ³ã®æ‰€æœ‰è€…を設定ã§ãã¾ã™ã€‚"
msgid "Only administrators can set slide show owner."
msgstr "管ç†è€…ã ã‘ãŒã‚¹ãƒ©ã‚¤ãƒ‰ã‚·ãƒ§ãƒ¼ã®æ‰€æœ‰è€…を設定ã§ãã¾ã™ã€‚"
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "有効ãªãƒ›ã‚¹ãƒˆã®ã‚¢ã‚¤ãƒ†ãƒ ã®ã¿ã‚«ã‚¦ãƒ³ãƒˆ"
@@ -12852,7 +12908,7 @@ msgstr "特権管ç†è€…ã®ã¿ãŒå€¤ã®ãƒžãƒƒãƒ”ングを更新ã§ãã¾ã™ã€‚"
msgid "Only the last 20%% of the indicator is displayed."
msgstr "上ä½20%%ã®é ˜åŸŸãŒè¡¨ç¤ºã•ã‚Œã¦ã„ã¾ã™ã€‚"
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "有効ãªãƒ›ã‚¹ãƒˆã¨ã‚¢ã‚¤ãƒ†ãƒ ã®ãƒˆãƒªã‚¬ãƒ¼ã®ã¿ã‚«ã‚¦ãƒ³ãƒˆ"
@@ -12874,7 +12930,7 @@ msgstr "実行ã™ã‚‹ã‚¢ã‚¯ã‚·ãƒ§ãƒ³\"%1$s\"ã¯ã™ã§ã«å­˜åœ¨ã—ã¦ã„ã¾ã™ã€‚"
msgid "Operation cannot be performed due to unauthorized request."
msgstr "èªè¨¼ã•ã‚Œã¦ã„ãªã„リクエストã®ãŸã‚æ“作を実行ã§ãã¾ã›ã‚“。"
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "実行内容ã®è©³ç´°"
@@ -12890,12 +12946,12 @@ msgstr "æ“作対象ã®ãƒ†ãƒ³ãƒ—レートãŒã‚ã‚Šã¾ã›ã‚“。"
msgid "Operation type"
msgstr "実行内容ã®ã‚¿ã‚¤ãƒ—"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr "é‹ç”¨ãƒ‡ãƒ¼ã‚¿"
@@ -12943,24 +12999,24 @@ msgstr "オペレータ"
msgid "Options"
msgstr "オプション"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Or"
@@ -12989,55 +13045,57 @@ msgstr "Or"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13076,8 +13134,8 @@ msgstr "ãã®ä»–"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®é€ä¿¡çµ±è¨ˆã€‚整数値を返ã™ã€‚"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "次ã§ä¸Šæ›¸ã"
@@ -13101,8 +13159,8 @@ msgstr "\"%1$s\"ã¨ã„ã†åå‰ã®ä¸Šæ›¸ãã¯ã™ã§ã«å­˜åœ¨ã—ã¾ã™ã€‚"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "オーãƒãƒ¼ãƒ©ã‚¤ãƒ‰"
@@ -13287,16 +13345,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "障害"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "障害イベント生æˆãƒ¢ãƒ¼ãƒ‰"
@@ -13308,26 +13366,26 @@ msgstr "障害イベント生æˆãƒ¢ãƒ¼ãƒ‰"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "PSKアイデンティティ"
@@ -13346,13 +13404,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr "ページャー"
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "パラメータ"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "パラメータ\"%1$s\"ã¯å»ƒæ­¢äºˆå®šã§ã™ã€‚"
@@ -13423,28 +13481,28 @@ msgstr "パッシブ"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "パスワード"
@@ -13456,15 +13514,15 @@ msgstr "パスワード(確èª)"
msgid "Password is not mandatory for non internal authentication type."
msgstr "パスワードã¯å†…部èªè¨¼ã‚¿ã‚¤ãƒ—以外ã«ã¯å¿…é ˆã§ã¯ã‚ã‚Šã¾ã›ã‚“。"
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "貼り付ã‘"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr "ウィジェットã®è²¼ã‚Šä»˜ã‘"
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "リンクãªã—ã§è²¼ã‚Šä»˜ã‘"
@@ -13481,7 +13539,7 @@ msgstr "メンテナンス中ã®å ´åˆã«å®Ÿè¡Œã‚’ä¿ç•™"
msgid "Peak memory usage: %1$s"
msgstr "ピーク時ã®ãƒ¡ãƒ¢ãƒªä½¿ç”¨é‡: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "パーセンテージ"
@@ -13498,17 +13556,22 @@ msgstr "パーセンタイルライン (å³)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "DNSクエリã®å®Ÿè¡Œã€‚è¦æ±‚ã—ãŸæƒ…å ±ã®ã‚¿ã‚¤ãƒ—ã®æ–‡å­—列を返ã™ã€‚"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "期間"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13554,7 +13617,7 @@ msgid "Placing algorithm"
msgstr "é…置アルゴリズム"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "プレーンテキスト"
@@ -13568,7 +13631,7 @@ msgstr "å†ç”Ÿ"
msgid "Play sound"
msgstr "サウンドå†ç”Ÿ"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "設定値を確èªã—ã¦ãã ã•ã„。正ã—ã‘ã‚Œã°\"%1$s\"ボタンを押ã—ã¦ãã ã•ã„。もã—ãã¯ã€\"%2$s\"ボタンを押ã—ã¦è¨­å®šå€¤ã‚’修正ã—ã¦ãã ã•ã„。"
@@ -13577,20 +13640,20 @@ msgstr "設定値を確èªã—ã¦ãã ã•ã„。正ã—ã‘ã‚Œã°\"%1$s\"ボタンã
msgid "Please confirm that you want to remove all macros."
msgstr "ã™ã¹ã¦ã®ãƒžã‚¯ãƒ­ã‚’削除ã—ã¦ã‚ˆã„ã‹ç¢ºèªã—ã¦ãã ã•ã„。"
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "データベースを手動ã§ä½œæˆã—ã¦ãã ã•ã„。ãã—ã¦ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã«æŽ¥ç¶šã™ã‚‹ãŸã‚ã®è¨­å®šå€¤ã‚’設定ã—ã¦ãã ã•ã„。終了ã—ãŸã‚‰\"%1$s\"ボタンを押ã—ã¦ãã ã•ã„。"
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr "\"allow_url_fopen\"ディレクティブを有効ã«ã—ã¦ãã ã•ã„。"
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Zabbixサーãƒãƒ¼ã®ãƒ›ã‚¹ãƒˆåã‹ãƒ›ã‚¹ãƒˆã®IPアドレスã¨ãƒãƒ¼ãƒˆç•ªå·ã‚’を入力ã—ã¦ãã ã•ã„。必è¦ã«å¿œã˜ã¦åå‰ã‚‚入力ã—ã¦ãã ã•ã„。"
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "2ã¤ã®è¦ç´ ã‚’é¸æŠžã—ã¦ãã ã•ã„"
@@ -13620,18 +13683,17 @@ msgstr "ãƒã‚¤ãƒ³ãƒˆ"
msgid "Polish (pl_PL)"
msgstr "ãƒãƒ¼ãƒ©ãƒ³ãƒ‰èªž (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "ホストインベントリフィールドã®è‡ªå‹•è¨­å®š"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13662,33 +13724,33 @@ msgid "Post type"
msgstr "POSTデータã®å½¢å¼"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "インストール事å‰æº–備概è¦"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "ä¿å­˜å‰å‡¦ç†"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "ä¿å­˜å‰å‡¦ç†"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "ä¿å­˜å‰å‡¦ç†ã®è¨­å®š"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr "å‰ã®æ™‚é–“"
@@ -13699,23 +13761,23 @@ msgstr "å‰ã®æ™‚é–“"
msgid "Preview"
msgstr "プレビュー"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "先月"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr "å‰ã®ãƒšãƒ¼ã‚¸"
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr "å‰ã®å€¤"
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "先週"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "去年"
@@ -13748,12 +13810,14 @@ msgid "Primary POC screen name"
msgstr "プライマリPOCスクリーンå"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "プライãƒã‚·ãƒ¼ãƒ‘スフレーズ"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "プライãƒã‚·ãƒ¼ãƒ—ロトコル"
@@ -13765,29 +13829,29 @@ msgid "Private"
msgstr "éžå…¬é–‹"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "秘密éµãƒ•ã‚¡ã‚¤ãƒ«"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "特権レベル"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13812,8 +13876,8 @@ msgstr "障害発生"
msgid "Problem display"
msgstr "障害ã®è¡¨ç¤º"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "障害ã®æ¡ä»¶å¼"
@@ -13830,7 +13894,7 @@ msgstr "メンテナンス期間外"
msgid "Problem is suppressed"
msgstr "メンテナンス期間中"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "障害"
@@ -13860,13 +13924,13 @@ msgstr "ã™ã¹ã¦ã®å­ã«éšœå®³ãŒã‚ã£ãŸå ´åˆã«éšœå®³ã¨ã—ã¦æ¤œçŸ¥"
msgid "Problem, if at least one child has a problem"
msgstr "å­ã«ä¸€ã¤ã§ã‚‚障害ãŒã‚ã£ãŸå ´åˆã«éšœå®³ã¨ã—ã¦æ¤œçŸ¥"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13875,7 +13939,7 @@ msgstr "å­ã«ä¸€ã¤ã§ã‚‚障害ãŒã‚ã£ãŸå ´åˆã«éšœå®³ã¨ã—ã¦æ¤œçŸ¥"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "障害"
@@ -13912,7 +13976,7 @@ msgid "Properties"
msgstr "プロパティ"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -13930,7 +13994,7 @@ msgstr "プロキシ"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14000,20 +14064,20 @@ msgid "Public"
msgstr "公開"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "公開éµ"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "公開éµãƒ•ã‚¡ã‚¤ãƒ«"
@@ -14043,8 +14107,8 @@ msgstr "プロキシã”ã¨ã®ã‚­ãƒ¥ãƒ¼æ¦‚è¦"
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "解決済"
@@ -14054,10 +14118,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "RAWデータ"
@@ -14115,7 +14179,7 @@ msgid "Received value"
msgstr "å—ä¿¡ã—ãŸå€¤"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14142,24 +14206,24 @@ msgid "Recipients"
msgstr "å—信者"
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "復旧"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "復旧æ¡ä»¶å¼"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "復旧æ¡ä»¶å¼ã®æ§‹æ–‡ã‚¨ãƒ©ãƒ¼ã€‚"
@@ -14169,9 +14233,9 @@ msgstr "復旧時ã®å®Ÿè¡Œå†…容"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "復旧時刻"
@@ -14186,11 +14250,11 @@ msgid "Refresh"
msgstr "リフレッシュ"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "リフレッシュ間隔"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "リフレッシュ間隔ã®ä¹—æ•°"
@@ -14204,7 +14268,7 @@ msgstr "Regular"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "æ­£è¦è¡¨ç¾"
@@ -14243,7 +14307,7 @@ msgstr "æ­£è¦è¡¨ç¾"
msgid "Regular items"
msgstr "通常アイテム"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr "作æˆã—ãŸã‚¦ã‚£ã‚¸ã‚§ãƒƒãƒˆã‚’離ã™ã€‚"
@@ -14267,6 +14331,12 @@ msgstr "リモートコマンド"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14283,43 +14353,37 @@ msgstr "リモートコマンド"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14328,14 +14392,14 @@ msgstr "リモートコマンド"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14358,7 +14422,7 @@ msgstr "リモートコマンド"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14391,8 +14455,8 @@ msgstr "リモートコマンド"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "削除"
@@ -14428,7 +14492,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "%1$sã®å‰Šé™¤"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14438,17 +14502,17 @@ msgstr "%1$sを削除ã—ã¾ã—ãŸ"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "ç½®æ›"
@@ -14463,23 +14527,23 @@ msgstr "ä¾å­˜é–¢ä¿‚ã‚’ç½®æ›"
msgid "Reports"
msgstr "レãƒãƒ¼ãƒˆ"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr "リクエストボディ"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr "リクエストボディã®ã‚¿ã‚¤ãƒ—"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "リクエストをé€ä¿¡ã—ã¾ã—ãŸ"
@@ -14489,7 +14553,7 @@ msgstr "リクエストをé€ä¿¡ã—ã¾ã—ãŸ"
msgid "Request type"
msgstr "リクエストメソッド"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "è¦æ±‚文字列"
@@ -14506,14 +14570,14 @@ msgstr "è¦æ±‚パフォーマンス (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Zabbixサーãƒãƒ¼ã®è¦æ±‚パフォーマンスを1秒ã”ã¨ã«æœŸå¾…ã•ã‚Œã‚‹æ–°ã—ã„値ã§å–得。"
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "1秒ã‚ãŸã‚Šã®ç›£è¦–項目数(Zabbixサーãƒãƒ¼ã®è¦æ±‚パフォーマンス)"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "è¦æ±‚ステータスコード"
@@ -14521,7 +14585,7 @@ msgstr "è¦æ±‚ステータスコード"
msgid "Required string"
msgstr "è¦æ±‚文字列"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "リセット"
@@ -14550,7 +14614,7 @@ msgstr "リセットã®ç¢ºèª"
msgid "Reset defaults"
msgstr "デフォルトã«ãƒªã‚»ãƒƒãƒˆ"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "解決済"
@@ -14562,26 +14626,26 @@ msgstr "解決ç†ç”±"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "相関関係ルール\"%1$s\"ã«ã‚ˆã£ã¦è§£æ±ºæ¸ˆã€‚"
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "相関関係ルールã«ã‚ˆã£ã¦è§£æ±ºæ¸ˆã€‚"
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr "アクセスã§ããªã„ユーザーã«ã‚ˆã£ã¦è§£æ±ºæ¸ˆã€‚"
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "ユーザー\"%1$s\"ã«ã‚ˆã£ã¦è§£æ±ºæ¸ˆã€‚"
@@ -14618,15 +14682,15 @@ msgstr "レスãƒãƒ³ã‚¹ã‚¿ã‚¤ãƒ—: 文字列"
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "çµæžœ"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr "çµæžœã‚’%1$sã«å¤‰æ›"
@@ -14645,14 +14709,14 @@ msgstr "çµæžœãŒçœŸ"
msgid "Result type"
msgstr "çµæžœã®ã‚¿ã‚¤ãƒ—"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr "値ã®ãƒžãƒƒãƒ”ングをé©ç”¨ã—ãŸçµæžœ"
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "å–得モード"
@@ -14815,12 +14879,12 @@ msgstr "ホスト上ã§æŒ‡å®šã—ãŸã‚³ãƒžãƒ³ãƒ‰ã®å®Ÿè¡Œã€‚コマンドã®å®Ÿè¡Œ
msgid "Russian (ru_RU)"
msgstr "ロシア語 (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "S"
@@ -14830,7 +14894,8 @@ msgid "SAML settings"
msgstr "SAMLèªè¨¼ã®è¨­å®š"
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14875,16 +14940,16 @@ msgstr "SMTPサーãƒãƒ¼ãƒãƒ¼ãƒˆç•ªå·"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14892,8 +14957,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr "SNMPエージェント"
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMPコミュニティ"
@@ -14909,11 +14976,13 @@ msgstr "SNMPトラップ"
msgid "SNMP trap key is invalid."
msgstr "SNMPトラップã®ã‚­ãƒ¼ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr "SNMPãƒãƒ¼ã‚¸ãƒ§ãƒ³"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr "SNMPv1"
@@ -14921,7 +14990,8 @@ msgstr "SNMPv1"
msgid "SNMPv1 agent"
msgstr "SNMPv1エージェント"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr "SNMPv2"
@@ -14929,7 +14999,8 @@ msgstr "SNMPv2"
msgid "SNMPv2 agent"
msgstr "SNMPv2エージェント"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr "SNMPv3"
@@ -14951,9 +15022,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQLæ•°: %1$s (selects: %2$s | executes: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQLクエリ"
@@ -14976,40 +15047,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSHエージェント"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "SSL証明書ファイル"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "SSL秘密éµãƒ•ã‚¡ã‚¤ãƒ«"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "SSL秘密éµãƒ‘スワード"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSLホスト検証"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSLピア検証"
@@ -15037,15 +15108,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "土"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "土曜"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "変更をä¿å­˜"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "\"%1$s\"ã¨ã—ã¦ä¿å­˜ã—ã¾ã—ãŸ"
@@ -15067,12 +15146,12 @@ msgid "Scheduled check"
msgstr "スケジュールã•ã‚ŒãŸãƒã‚§ãƒƒã‚¯æ™‚刻"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15156,9 +15235,9 @@ msgid "Screen updated"
msgstr "スクリーンを更新ã—ã¾ã—ãŸ"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15173,7 +15252,7 @@ msgstr "スクリーンを更新ã—ã¾ã—ãŸ"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "スクリーン"
@@ -15237,7 +15316,7 @@ msgstr "スクリプトを更新ã—ã¾ã—ãŸ"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "スクリプト"
@@ -15295,19 +15374,21 @@ msgid "Security"
msgstr "セキュリティ"
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "セキュリティレベル"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "セキュリティå"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15318,8 +15399,8 @@ msgstr "セキュリティå"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15327,15 +15408,15 @@ msgstr "セキュリティå"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "é¸æŠž"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "プロトタイプã®é¸æŠž"
@@ -15368,19 +15449,19 @@ msgstr "é¸æŠžã—ãŸè¦ç´ "
msgid "Selected items only"
msgstr "é¸æŠžã—ãŸã‚¢ã‚¤ãƒ†ãƒ ã®ã¿"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "%3$dã®%2$dã®ä½ç½®ã«ã‚ã‚‹%1$sã‚’é¸æŠžã—ã¾ã—ãŸ"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "%3$dã®%2$dã®ä½ç½®ã«ã‚る読ã¿è¾¼ã¿å°‚用ã®%1$sã‚’é¸æŠžã—ã¾ã—ãŸ"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "後é¢ã¸"
@@ -15405,7 +15486,7 @@ msgstr "次ã®ãƒ¡ãƒ‡ã‚£ã‚¢ã®ã¿ä½¿ç”¨"
msgid "Send to"
msgstr "é€ä¿¡å…ˆ"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "å†å¾Œé¢ã¸"
@@ -15432,13 +15513,13 @@ msgstr "9月"
msgid "Separated"
msgstr "障害数ã¨æœªç¢ºèªæ•°ã‚’表示"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr "別々ã«"
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "9月"
@@ -15563,12 +15644,13 @@ msgstr "セッションåˆæœŸåŒ–エラー。"
msgid "Session terminated, re-login, please."
msgstr "セッションãŒåˆ‡æ–­ã•ã‚Œã¾ã—ãŸã€‚å†åº¦ãƒ­ã‚°ã‚¤ãƒ³ã—ã¦ãã ã•ã„。"
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "時間範囲ã®ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr "エラーを設定"
@@ -15577,11 +15659,11 @@ msgstr "エラーを設定"
msgid "Set host inventory mode"
msgstr "インベントリモードã®è¨­å®š"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr "æ–°ã—ã„値を設定"
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr "値を設定"
@@ -15604,28 +15686,28 @@ msgstr "設定"
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15644,7 +15726,7 @@ msgid "Severity changed"
msgstr "深刻度を変更ã—ã¾ã—ãŸ"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "深刻度変更"
@@ -15674,7 +15756,7 @@ msgstr "共有済"
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "共有"
@@ -15692,14 +15774,14 @@ msgstr "マップ\"%2$s\"ã®å…±æœ‰ã‚ªãƒ—ション\"%1$s\"ã®å€¤ãŒã‚ã‚Šã¾ã›ã‚
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "スクリーン\"%2$s\"ã®å…±æœ‰ã‚ªãƒ—ション\"%1$s\"ã®å€¤ãŒã‚ã‚Šã¾ã›ã‚“。"
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "短縮"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15710,8 +15792,8 @@ msgstr "短縮"
msgid "Show"
msgstr "表示"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "詳細を表示"
@@ -15719,7 +15801,7 @@ msgstr "詳細を表示"
msgid "Show header"
msgstr "ヘッダーを表示"
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15746,7 +15828,11 @@ msgstr "凡例を表示"
msgid "Show lines"
msgstr "表示ã™ã‚‹è¡Œæ•°"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15768,9 +15854,9 @@ msgid "Show sidebar"
msgstr "サイドãƒãƒ¼ã‚’表示"
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15781,7 +15867,7 @@ msgstr "サイドãƒãƒ¼ã‚’表示"
msgid "Show suppressed problems"
msgstr "メンテナンス中ã®éšœå®³ã‚’表示"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "タグを表示"
@@ -15795,7 +15881,7 @@ msgstr "技術的エラーを表示"
msgid "Show text as HTML"
msgstr "HTMLã¨ã—ã¦ãƒ†ã‚­ã‚¹ãƒˆã‚’表示"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15806,7 +15892,7 @@ msgid "Show triggers"
msgstr "トリガーを表示"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "未確èªã®ã¿è¡¨ç¤º"
@@ -15815,10 +15901,10 @@ msgstr "未確èªã®ã¿è¡¨ç¤º"
msgid "Show unavailable maps"
msgstr "使用ä¸å¯ãªãƒžãƒƒãƒ—ã®è¡¨ç¤º"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "値ã®ãƒžãƒƒãƒ”ング"
@@ -15830,7 +15916,7 @@ msgstr "Zabbixサーãƒãƒ¼åœæ­¢æ™‚ã«ãƒ¯ãƒ¼ãƒ‹ãƒ³ã‚°ã‚’表示"
msgid "Show working time"
msgstr "ワーキングタイムã®è¡¨ç¤º"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "表示"
@@ -15881,8 +15967,8 @@ msgstr "シンプルグラフ"
msgid "Simple graph prototype"
msgstr "シンプルグラフã®ãƒ—ロトタイプ"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "å˜ä¸€"
@@ -15993,7 +16079,7 @@ msgstr "スライド"
msgid "Slovak (sk_SK)"
msgstr "スロãƒã‚­ã‚¢èªž (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "スヌーズ"
@@ -16131,7 +16217,8 @@ msgstr "固定"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16139,16 +16226,15 @@ msgstr "固定"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16168,7 +16254,7 @@ msgstr "固定"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16256,28 +16342,28 @@ msgid "Stop"
msgstr "åœæ­¢"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr "処ç†ã®åœæ­¢"
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr "ä¿å­˜æœŸé–“"
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr "資格情報ä¿å­˜å…ˆ"
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr "HashiCorp Vaultã®ã‚·ãƒ¼ã‚¯ãƒ¬ãƒƒãƒˆå†…ã«ä¿å­˜"
@@ -16289,7 +16375,7 @@ msgstr "Straight"
msgid "Strict"
msgstr "é™å®š"
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr "文字列"
@@ -16314,14 +16400,14 @@ msgid "Subject"
msgstr "件å"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "サブジェクト"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "サブマップ"
@@ -16329,7 +16415,7 @@ msgstr "サブマップ"
msgid "Success Audit"
msgstr "æˆåŠŸã®ç›£æŸ»"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "æˆåŠŸãƒ¡ãƒƒã‚»ãƒ¼ã‚¸"
@@ -16342,7 +16428,7 @@ msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®é€å—ä¿¡åˆè¨ˆå€¤ã€‚æ•´æ•°
msgid "Sun"
msgstr "æ—¥"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "日曜"
@@ -16386,7 +16472,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "èªè¨¼æ–¹å¼ã®å¤‰æ›´ã‚’è¡Œã†ã¨ç¾åœ¨ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ä»¥å¤–ã¯ãƒªã‚»ãƒƒãƒˆã•ã‚Œã¾ã™å®Ÿè¡Œã—ã¾ã™ã‹ï¼Ÿ"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr "システム"
@@ -16437,12 +16523,12 @@ msgstr "システム時間。typeãŒutcã§ã‚ã£ãŸå ´åˆã¯æ•´æ•°å€¤ã‚’è¿”ã—ã€
msgid "System uptime in seconds. Returns integer"
msgstr "システムã®ç¨¼åƒç§’数。整数値を返ã™ã€‚"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "T"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16484,12 +16570,12 @@ msgstr "テーブル\"%1$s\"ã«ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰å\"%2$s\"ãŒå­˜åœ¨ã—ã¾ã›ã‚“ã€
msgid "Tag"
msgstr "ã‚¿ã‚°"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "値\"%2$s\"ã®ã‚¿ã‚°\"%1$s\"ã¯ã™ã§ã«å­˜åœ¨ã—ã¾ã™ã€‚"
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "タグ表示優先度"
@@ -16498,12 +16584,12 @@ msgstr "タグ表示優先度"
msgid "Tag filter"
msgstr "タグフィルター"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "クローズã«åˆ©ç”¨ã™ã‚‹ã‚¿ã‚°å"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "ã‚¿ã‚°å"
@@ -16514,25 +16600,25 @@ msgstr "ã‚¿ã‚°ã®å€¤"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16540,11 +16626,11 @@ msgstr "ã‚¿ã‚°ã®å€¤"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16553,11 +16639,11 @@ msgid "Tags"
msgstr "ã‚¿ã‚°"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "ターゲット"
@@ -16676,13 +16762,13 @@ msgstr "åŒã˜è¡¨ç¤ºå\"%1$s\"ã‚’æŒã¤ãƒ†ãƒ³ãƒ—レートãŒã™ã§ã«å­˜åœ¨ã—ã
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16704,20 +16790,20 @@ msgstr "テンプレートを更新ã—ã¾ã—ãŸ"
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "テスト"
@@ -16742,7 +16828,7 @@ msgstr "テストデータ"
msgid "Test expressions"
msgstr "æ¡ä»¶å¼ã®ãƒ†ã‚¹ãƒˆ"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr "アイテムã®ãƒ†ã‚¹ãƒˆ"
@@ -16770,10 +16856,10 @@ msgstr "テスト用ã®ä»¶å"
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16812,7 +16898,7 @@ msgstr "ディスカãƒãƒªã•ã‚ŒãŸã‚¢ãƒ—リケーションãŒè¦‹ã¤ã‹ã‚Šã¾ã›
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr "クローンã—ãŸãƒ›ã‚¹ãƒˆã¯\"éš ã—テキスト\"タイプã®ãƒ¦ãƒ¼ã‚¶ãƒ¼å®šç¾©ãƒžã‚¯ãƒ­ã‚’å«ã‚“ã§ã„ã¾ã™ã€‚ãれらã®ãƒžã‚¯ãƒ­ã®å€¤ã¨ã‚¿ã‚¤ãƒ—ã¯ãƒªã‚»ãƒƒãƒˆã•ã‚Œã¾ã—ãŸã€‚"
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr "クローンã—ãŸãƒ›ã‚¹ãƒˆã®ãƒ—ロトタイプã«ã¯ã€\"éš ã—テキスト\"タイプã®ãƒ¦ãƒ¼ã‚¶ãƒ¼å®šç¾©ãƒžã‚¯ãƒ­ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚ ã“れらã®ãƒžã‚¯ãƒ­ã®å€¤ã¨ã‚¿ã‚¤ãƒ—ã¯ãƒªã‚»ãƒƒãƒˆã•ã‚Œã¾ã—ãŸã€‚"
@@ -16903,11 +16989,11 @@ msgstr "WebシナリオãŒè¨­å®šã•ã‚Œã¦ã„るホストã¨ç•°ãªã‚‹ãƒ›ã‚¹ãƒˆã«
msgid "Theme"
msgstr "テーマ"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "先週ã®ä»Šæ—¥"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã¯ã‚¢ã‚¤ãƒ†ãƒ \"%1$s\"ã«ã‚ˆã£ã¦è‡ªå‹•çš„ã«è¨­å®šã•ã‚Œã¾ã™ã€‚"
@@ -16916,11 +17002,11 @@ msgstr "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã¯ã‚¢ã‚¤ãƒ†ãƒ \"%1$s\"ã«ã‚ˆã£ã¦è‡ªå‹•çš„ã«è¨­å
msgid "This is the test message from Zabbix"
msgstr "ã“ã‚Œã¯Zabbixã‹ã‚‰ã®ãƒ†ã‚¹ãƒˆãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã§ã™"
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "今月"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "今月(ç¾åœ¨ã¾ã§)"
@@ -16932,23 +17018,23 @@ msgstr "スクリーンã®åˆ—ã¯ç©ºã§ã¯ã‚ã‚Šã¾ã›ã‚“。削除ã—ã¾ã™ã‹ï¼Ÿ
msgid "This screen row is not empty. Delete it?"
msgstr "スクリーンã®è¡Œã¯ç©ºã§ã¯ã‚ã‚Šã¾ã›ã‚“。削除ã—ã¾ã™ã‹ï¼Ÿ"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "今週"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "今週(ç¾åœ¨ã¾ã§)"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "今年"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "今年(ç¾åœ¨ã¾ã§)"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "閾値"
@@ -16960,7 +17046,7 @@ msgstr "絞り込ã¿"
msgid "Thu"
msgstr "木"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "木曜"
@@ -16971,19 +17057,19 @@ msgstr "木曜"
msgid "Till"
msgstr "終了"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17026,12 +17112,12 @@ msgstr "最後ã«ãƒ—ロキシã«ã‚¢ã‚¯ã‚»ã‚¹ã—ãŸæ™‚間。name - プロキシã
msgid "Time period"
msgstr "期間"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17043,16 +17129,23 @@ msgstr "タイムシフト"
msgid "Time type"
msgstr "時間ã®å½¢å¼"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr "タイムゾーン"
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "タイムアウト"
@@ -17066,22 +17159,23 @@ msgstr "タイムアウト"
msgid "Timestamp"
msgstr "タイムスタンプ"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "終了"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "ã™ã¹ã¦ã®ã‚¢ã‚¤ãƒ†ãƒ ã®ãŸã‚1ã¤ã®ãƒ›ã‚¹ãƒˆã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’é¸æŠžã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "今日"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "今日(ç¾åœ¨ã¾ã§)"
@@ -17171,10 +17265,10 @@ msgstr "0ã¨ã¿ãªã™"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "トレンドã®ä¿å­˜æœŸé–“"
@@ -17183,34 +17277,34 @@ msgstr "トレンドã®ä¿å­˜æœŸé–“"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "トレンド"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "トリガー"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "トリガー\"%1$s\"ã¯\"%2$s\"ã«ã™ã§ã«å­˜åœ¨ã—ã¾ã™ã€‚"
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "トリガー\"%1$s\"ã¯ãƒªãƒ³ã‚¯ã•ã‚Œã¦ã„ã‚‹ä»–ã®ãƒ†ãƒ³ãƒ—レートã«å«ã¾ã‚Œã¦ã„ã¾ã™ã€‚"
@@ -17220,7 +17314,7 @@ msgstr "トリガー\"%1$s\"ã¯ãƒªãƒ³ã‚¯ã•ã‚Œã¦ã„ã‚‹ä»–ã®ãƒ†ãƒ³ãƒ—レートã
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "トリガー\"%1$s\"ã¯å­˜åœ¨ã—ãªã„トリガー\"%2$s\"ã«ä¾å­˜ã—ã¦ã„ã¾ã™ã€‚"
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr "トリガーURL"
@@ -17228,7 +17322,7 @@ msgstr "トリガーURL"
msgid "Trigger actions"
msgstr "トリガーアクション"
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "トリガーを追加ã—ã¾ã—ãŸ"
@@ -17236,7 +17330,7 @@ msgstr "トリガーを追加ã—ã¾ã—ãŸ"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "トリガーã¯è‡ªèº«ã‚’継承ã—ãŸãƒˆãƒªã‚¬ãƒ¼ã¨ä¾å­˜é–¢ä¿‚ã‚’æŒã¤ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "トリガーをコピーã—ã¾ã—ãŸ"
@@ -17245,7 +17339,7 @@ msgstr[0] "トリガーをコピーã—ã¾ã—ãŸ"
msgid "Trigger data storage period"
msgstr "トリガーã«ã‚ˆã‚‹ã‚¤ãƒ™ãƒ³ãƒˆã®ä¿å­˜æœŸé–“"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "トリガーを削除ã—ã¾ã—ãŸ"
@@ -17253,7 +17347,7 @@ msgstr "トリガーを削除ã—ã¾ã—ãŸ"
msgid "Trigger details"
msgstr "トリガーã®è©³ç´°"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "トリガーを無効ã«ã—ã¾ã—ãŸ"
@@ -17263,12 +17357,12 @@ msgstr[0] "トリガーを無効ã«ã—ã¾ã—ãŸ"
msgid "Trigger displaying options"
msgstr "イベントã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "トリガーを有効ã«ã—ã¾ã—ãŸ"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "トリガーæ¡ä»¶å¼ã«ã¯å°‘ãªãã¨ã‚‚1ã¤ä»¥ä¸Šã®ãƒ›ã‚¹ãƒˆã¨ã‚¢ã‚¤ãƒ†ãƒ ã®ã‚­ãƒ¼ã‚’設定ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
@@ -17308,24 +17402,24 @@ msgstr "トリガーã®æ¦‚è¦"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "トリガーã®ãƒ—ロトタイプ"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "トリガーã®ãƒ—ロトタイプ\"%1$s\"ã¯ã™ã§ã«\"%2$s\"ã«å­˜åœ¨ã—ã¾ã™ã€‚"
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "トリガーã®ãƒ—ロトタイプ\"%1$s\"ã¯ãƒªãƒ³ã‚¯ã•ã‚Œã¦ã„ã‚‹ä»–ã®ãƒ†ãƒ³ãƒ—レートã«å«ã¾ã‚Œã¦ã„ã¾ã™ã€‚"
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "トリガーã®ãƒ—ロトタイプ\"%1$s\"ã«è¤‡æ•°ã®ãƒ‡ã‚£ã‚¹ã‚«ãƒãƒªãƒ«ãƒ¼ãƒ«ã‹ã‚‰ã®ã‚¢ã‚¤ãƒ†ãƒ ã®ãƒ—ロトタイプãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚"
@@ -17335,12 +17429,12 @@ msgstr "トリガーã®ãƒ—ロトタイプ\"%1$s\"ã«è¤‡æ•°ã®ãƒ‡ã‚£ã‚¹ã‚«ãƒãƒªã
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "トリガーã®ãƒ—ロトタイプ\"%1$s\"ã¯ãƒˆãƒªã‚¬ãƒ¼\"%2$s\"ã«ä¾å­˜ã—ã¾ã™ãŒå­˜åœ¨ã—ã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "トリガーã®ãƒ—ロトタイプ\"%1$s\"ã¯å°‘ãªãã¨ã‚‚1ã¤ä»¥ä¸Šã®ã‚¢ã‚¤ãƒ†ãƒ ã®ãƒ—ロトタイプを設定ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "トリガーã®ãƒ—ロトタイプを追加ã—ã¾ã—ãŸ"
@@ -17348,18 +17442,18 @@ msgstr "トリガーã®ãƒ—ロトタイプを追加ã—ã¾ã—ãŸ"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "トリガーã®ãƒ—ロトタイプã¯è‡ªèº«ã‹ã‚‰ç¶™æ‰¿ã—ãŸãƒˆãƒªã‚¬ãƒ¼ã«ä¾å­˜ã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“。"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "トリガーã®ãƒ—ロトタイプを削除ã—ã¾ã—ãŸ"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "トリガーã®ãƒ—ロトタイプを更新ã—ã¾ã—ãŸ"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17367,15 +17461,15 @@ msgstr[0] "トリガーã®ãƒ—ロトタイプを更新ã—ã¾ã—ãŸ"
msgid "Trigger prototypes"
msgstr "トリガーã®ãƒ—ロトタイプ"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "トリガーã®ãƒ—ロトタイプを削除ã—ã¾ã—ãŸ"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "トリガーã®ãƒ—ロトタイプを更新ã—ã¾ã—ãŸ"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "トリガーã®å¾©æ—§æ¡ä»¶å¼ã«ã¯å°‘ãªãã¨ã‚‚1ã¤ã®host:keyã¸ã®å‚ç…§ãŒå¿…è¦ã§ã™ã€‚"
@@ -17383,11 +17477,11 @@ msgstr "トリガーã®å¾©æ—§æ¡ä»¶å¼ã«ã¯å°‘ãªãã¨ã‚‚1ã¤ã®host:keyã¸ã®
msgid "Trigger severity"
msgstr "トリガーã®æ·±åˆ»åº¦"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "トリガーã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ \"正常\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "トリガーã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ \"障害\""
@@ -17395,19 +17489,19 @@ msgstr "トリガーã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ \"障害\""
msgid "Trigger tags"
msgstr "トリガータグ"
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "トリガーを更新ã—ã¾ã—ãŸ"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17420,11 +17514,11 @@ msgstr "トリガーを更新ã—ã¾ã—ãŸ"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "トリガー"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "トリガーを削除ã—ã¾ã—ãŸ"
@@ -17440,7 +17534,7 @@ msgstr "å‰å¾Œæ–‡å­—列削除"
msgid "Tue"
msgstr "ç«"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "ç«æ›œ"
@@ -17453,7 +17547,7 @@ msgstr "トルコ語 (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "2ã¤ã®ã‚¢ã‚¤ãƒ†ãƒ (\"%1$s\"ã¨\"%2$s\")ã‹ã‚‰1ã¤ã®ãƒ›ã‚¹ãƒˆã®ã‚¤ãƒ³ãƒ™ãƒ³ãƒˆãƒªãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰\"%3$s\"を自動的ã«è¨­å®šã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "2ã¤ã®ãƒžãƒƒãƒ—è¦ç´ ã‚’é¸æŠžã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™"
@@ -17473,7 +17567,7 @@ msgstr "2ã¤ã®ãƒžãƒƒãƒ—è¦ç´ ã‚’é¸æŠžã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™"
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17485,21 +17579,21 @@ msgstr "2ã¤ã®ãƒžãƒƒãƒ—è¦ç´ ã‚’é¸æŠžã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™"
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17532,18 +17626,18 @@ msgstr "タイプ (é™é †)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "計算ã®ã‚¿ã‚¤ãƒ—"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "データ型"
@@ -17560,8 +17654,8 @@ msgstr "タイプ"
msgid "UNKNOWN"
msgstr "ä¸æ˜Ž"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17571,11 +17665,11 @@ msgstr "ä¸æ˜Ž"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17621,7 +17715,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "マップ\"%1$s\"ã®URLã«ã¯\"name\"ã¨\"url\"ã®ä¸¡æ–¹ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ãŒå¿…è¦ã§ã™ã€‚"
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URL"
@@ -17705,10 +17799,10 @@ msgstr "アクション%1$sã‹ã‚‰æƒ³å®šå¤–ã®å¿œç­”ã‚’å—ä¿¡ã—ã¾ã—ãŸã€‚"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "å˜ä½"
@@ -17730,7 +17824,7 @@ msgstr "å˜ä½"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17749,18 +17843,18 @@ msgstr "ä¸æ˜Žãªã‚¢ã‚¯ã‚·ãƒ§ãƒ³"
msgid "Unknown error"
msgstr "ä¸æ˜Žãªã‚¨ãƒ©ãƒ¼"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "ä¸æ˜Žãªé–¢æ•°ã€‚"
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "ä¸æ˜Žãªã‚¢ã‚¤ãƒ†ãƒ ã€‚é¸æŠžã—ãŸãƒ›ã‚¹ãƒˆã«ãã®ã‚ˆã†ãªã‚¢ã‚¤ãƒ†ãƒ ã¯å­˜åœ¨ã—ã¾ã›ã‚“"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "ä¸æ˜Žãªãƒ›ã‚¹ãƒˆã€‚ãã®ã‚ˆã†ãªãƒ›ã‚¹ãƒˆã¯å­˜åœ¨ã—ã¾ã›ã‚“"
@@ -17786,15 +17880,15 @@ msgstr "ä¸æ˜Žãªå€¤ã®ã‚¿ã‚¤ãƒ—"
msgid "Unlimited"
msgstr "無制é™"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "リンクを削除"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "リンクã¨ä¿å­˜ãƒ‡ãƒ¼ã‚¿ã‚’削除"
@@ -17837,7 +17931,7 @@ msgstr "リンク削除: \"%2$s\"ã®ã‚¢ã‚¤ãƒ†ãƒ ã®ãƒ—ロトタイプ\"%1$s\"。
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "リンク削除: \"%2$s\"ã®Webシナリオ\"%1$s\"。"
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "ミュートを解除"
@@ -17882,6 +17976,11 @@ msgstr "アクション\"%1$s\"ã®ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ã§ã¯ãƒ‘ラメータ\"%2$s\"ã
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«\"%1$s\"ã®ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ã§ã¯ãƒ‘ラメータ\"%2$s\"ã¯ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ã¾ã›ã‚“。"
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -17918,28 +18017,29 @@ msgstr "Up"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -17956,16 +18056,16 @@ msgstr "既存ã®è¨­å®šã‚’上書"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "監視間隔"
@@ -18020,7 +18120,7 @@ msgstr "Zabbixサーãƒãƒ¼ãƒ—ロセスã®ç¨¼åƒç§’数。"
msgid "Uptime/Downtime"
msgstr "アップタイム/ダウンタイム"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "bulkリクエストを使用"
@@ -18049,7 +18149,7 @@ msgstr "アイテムã§ä½¿ç”¨"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "ユーザー"
@@ -18208,14 +18308,14 @@ msgstr "ユーザーメニュー"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "ユーザーå"
@@ -18281,11 +18381,11 @@ msgstr "アカウントå\"%1$s\"ã‚’æŒã¤ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒã™ã§ã«å­˜åœ¨ã—ã¾ã
msgid "User/Recipient"
msgstr "ユーザー/é€ä¿¡å…ˆ"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "ユーザーå"
@@ -18293,8 +18393,8 @@ msgstr "ユーザーå"
msgid "Username and password"
msgstr "ユーザーåã¨ãƒ‘スワード"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr "ユーザーåã¨ãƒ‘スワードã¯Vaultã®ã‚·ãƒ¼ã‚¯ãƒ¬ãƒƒãƒˆã‚­ãƒ¼å†…ã®\"username\"ã¨\"password\"ã¨ã—ã¦ä¿å­˜ã—ã¦ãã ã•ã„。"
@@ -18559,24 +18659,24 @@ msgstr "ãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³"
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18704,18 +18804,18 @@ msgstr "変数"
msgid "Various information about specific process(es). Returns float"
msgstr "特定ã®ãƒ—ロセスã«é–¢ã™ã‚‹æ§˜ã€…ãªæƒ…報。浮動å°æ•°ç‚¹å€¤ã‚’è¿”ã™"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr "Vaultã®APIエンドãƒã‚¤ãƒ³ãƒˆ"
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr "Vaultã®èªè¨¼ãƒˆãƒ¼ã‚¯ãƒ³"
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr "Vaultã¸ã®æŽ¥ç¶šã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
@@ -18723,8 +18823,8 @@ msgstr "Vaultã¸ã®æŽ¥ç¶šã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
msgid "Vault secret"
msgstr "Vaultã®ã‚·ãƒ¼ã‚¯ãƒ¬ãƒƒãƒˆ"
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr "Vaultã®ã‚·ãƒ¼ã‚¯ãƒ¬ãƒƒãƒˆãƒ‘ス"
@@ -18736,7 +18836,7 @@ msgstr "ベンダー"
msgid "Verbose"
msgstr "Verbose"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr "データベースã®è¨¼æ˜Žæ›¸ç¢ºèª"
@@ -18797,7 +18897,7 @@ msgstr "表示å"
msgid "Visible name cannot be empty if host name is missing."
msgstr "ホストåを設定ã—ãªã„å ´åˆã€è¡¨ç¤ºåã¯å¿…須項目ã§ã™ã€‚"
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "W"
@@ -18809,22 +18909,22 @@ msgstr "W"
msgid "Warning"
msgstr "警告"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "警告"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr "警告メッセージ"
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "è¦ç´ ã‚’ä¿å­˜ã§ãる最大値ã«é”ã—ã¾ã—ãŸ"
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18834,7 +18934,7 @@ msgstr "è¦ç´ ã‚’ä¿å­˜ã§ãる最大値ã«é”ã—ã¾ã—ãŸ"
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18889,7 +18989,7 @@ msgstr[0] "Webシナリオを有効ã«ã—ã¾ã—ãŸ"
msgid "Web scenario updated"
msgstr "Webシナリオを更新ã—ã¾ã—ãŸ"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -18907,7 +19007,7 @@ msgstr "Webhookã«ã¯ãƒ‘ラメータãŒã‚ã‚Šã¾ã›ã‚“。"
msgid "Wed"
msgstr "æ°´"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "水曜"
@@ -18920,7 +19020,7 @@ msgstr "毎週"
msgid "Welcome"
msgstr "よã†ã“ã"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "よã†ã“ã"
@@ -18928,7 +19028,7 @@ msgstr "よã†ã“ã"
msgid "When active"
msgstr "有効ãªæ™‚間帯"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr "指定ã•ã‚ŒãŸåˆ—ã¨è¡Œã®æ•°ã«å¯¾ã—ã¦ã‚¦ã‚£ã‚¸ã‚§ãƒƒãƒˆãŒå°ã•ã™ãŽã¾ã™ã€‚"
@@ -18970,7 +19070,7 @@ msgstr "ä¾å­˜é–¢ä¿‚ãŒã‚ã‚‹"
msgid "With header row"
msgstr "ヘッダ行をå«ã‚€"
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19044,13 +19144,13 @@ msgstr "サービス\"%1$s\"ã®è¨­å®šãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "サービス\"%1$s\"ã®ãŸã‚ã®æ™‚é–“ã®è¨­å®šãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "トリガーã®ãƒ—ロトタイプã®è¨­å®šãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "トリガーã®è¨­å®šãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
@@ -19058,8 +19158,8 @@ msgstr "トリガーã®è¨­å®šãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "URLフィールドã®å€¤ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“。"
@@ -19092,10 +19192,10 @@ msgstr "XML"
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "XMLデータ"
@@ -19186,7 +19286,7 @@ msgstr "YYYY-MM-DD hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19205,20 +19305,20 @@ msgstr "毎年"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19230,7 +19330,7 @@ msgstr "毎年"
msgid "Yes"
msgstr "ã¯ã„"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "昨日"
@@ -19241,7 +19341,7 @@ msgstr "\"%1$s\"ã¨ã—ã¦ãƒ­ã‚°ã‚¤ãƒ³ã—ã¦ã„ã¾ã™ã€‚"
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Webサーãƒãƒ¼ã«ãƒ­ã‚±ãƒ¼ãƒ«ãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ãªã„ãŸã‚ã€ã„ãã¤ã‹ã®è¨€èªžã¯åˆ©ç”¨ã§ãã¾ã›ã‚“。"
@@ -19296,7 +19396,7 @@ msgstr "æ“作ã«å¯¾ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“。"
msgid "You do not have permissions to create users."
msgstr "ユーザーを作æˆã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“。"
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr "ダッシュボードを編集ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“"
@@ -19304,7 +19404,7 @@ msgstr "ダッシュボードを編集ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“"
msgid "You have no permissions to access this page."
msgstr "ã“ã®ãƒšãƒ¼ã‚¸ã‚’表示ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“。"
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "ä¿å­˜ã—ã¦ã„ãªã„変更ãŒã‚ã‚Šã¾ã™ã€‚"
@@ -19379,7 +19479,7 @@ msgstr "Zabbixã®ãƒ­ã‚°ã‚¤ãƒ³ç”»é¢"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbixサーãƒãƒ¼"
@@ -19400,7 +19500,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbixサーãƒãƒ¼ã¾ãŸã¯ãƒ—ロキシ"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Zabbixサーãƒãƒ¼ã®è©³ç´°"
@@ -19408,15 +19508,15 @@ msgstr "Zabbixサーãƒãƒ¼ã®è©³ç´°"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbixサーãƒãƒ¼ãŒå‹•ä½œã—ã¦ã„ã¾ã›ã‚“ (ç”»é¢ã®ãƒªãƒ•ãƒ¬ãƒƒã‚·ãƒ¥ã‚’è¡Œã£ã¦ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ã‚’å†ç¢ºèªã—ã¦ãã ã•ã„)"
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbixサーãƒãƒ¼ã®èµ·å‹•"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbixサーãƒãƒ¼å"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Zabbixサーãƒãƒ¼ã®ãƒãƒ¼ãƒˆ"
@@ -19425,6 +19525,7 @@ msgid "Zabbix trapper"
msgstr "Zabbixトラッパー"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "ズームアウト"
@@ -19438,51 +19539,56 @@ msgstr "[æ—¥ã®å€¤ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: \"%1$s\"]"
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr "[月ã®å€¤ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: \"%1$s\"]"
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "è«–ç†å€¤ã§æŒ‡å®šã—ã¦ãã ã•ã„"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "文字列ã§æŒ‡å®šã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr "浮動å°æ•°ç‚¹ã®å€¤ã§æŒ‡å®šã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "16進数ã®ã‚«ãƒ©ãƒ¼ã‚³ãƒ¼ãƒ‰ï¼ˆ6æ¡ï¼‰ã‚’指定ã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr "LLDマクロを指定ã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr "数値ã®å°æ•°ã®æ¡ãŒå¤šã™ãŽã¾ã™"
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "æ•°å­—ã§æŒ‡å®šã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "æ•°å­—ãŒå¤§ãã™ãŽã¾ã™"
@@ -19495,8 +19601,8 @@ msgstr "æ•°å­—ãŒå¤§ãã™ãŽã¾ã™"
msgid "a numeric value is expected"
msgstr "数値ã§æŒ‡å®šã—ã¦ãã ã•ã„"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr "相対的ãªæ™‚é–“ã§æŒ‡å®šã—ã¦ãã ã•ã„"
@@ -19504,29 +19610,29 @@ msgstr "相対的ãªæ™‚é–“ã§æŒ‡å®šã—ã¦ãã ã•ã„"
msgid "a time is expected"
msgstr "時間ã§æŒ‡å®šã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "期間を指定ã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "時間範囲を指定ã—ã¦ãã ã•ã„"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "時間ã®å˜ä½ã‚’指定ã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "ユーザーマクロを指定ã—ã¦ãã ã•ã„"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange() - 最新値ã¨å‰å›žå€¤ã¨ã®çµ¶å¯¾çš„ãªå·®åˆ†"
@@ -19568,6 +19674,10 @@ msgstr "ã™ã¹ã¦"
msgid "all media"
msgstr "ã™ã¹ã¦ã®ãƒ¡ãƒ‡ã‚£ã‚¢"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19579,23 +19689,23 @@ msgstr "ã™ã¹ã¦ã®ãƒ¡ãƒ‡ã‚£ã‚¢"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "é…列ã§æŒ‡å®šã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "é…列ã‹æ–‡å­—列ã§æŒ‡å®šã—ã¦ãã ã•ã„"
@@ -19605,7 +19715,7 @@ msgid "an empty string is expected"
msgstr "空ã®æ–‡å­—列ã§æŒ‡å®šã—ã¦ãã ã•ã„"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "16進文字列ã§æŒ‡å®šã—ã¦ãã ã•ã„"
@@ -19613,11 +19723,11 @@ msgstr "16進文字列ã§æŒ‡å®šã—ã¦ãã ã•ã„"
msgid "an explicit time is expected"
msgstr "具体的ãªæ™‚間を指定ã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr "æ•´æ•°ã§æŒ‡å®šã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr "符å·ãªã—æ•´æ•°ã§æŒ‡å®šã—ã¦ãã ã•ã„"
@@ -19666,11 +19776,11 @@ msgstr "自動登録"
msgid "avg"
msgstr "å¹³å‡"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg() - 期間Tã®å€¤ã®å¹³å‡å€¤"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band() - 最新ã¾ãŸã¯ç›´è¿‘ã®å€¤ã¨ãƒžã‚¹ã‚¯ã¨ã®ãƒ“ットã§ã®ANDã®å€¤"
@@ -19698,10 +19808,9 @@ msgstr "変更ã§ãã¾ã›ã‚“"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19709,7 +19818,7 @@ msgstr "変更ã§ãã¾ã›ã‚“"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19734,6 +19843,9 @@ msgstr "変更ã§ãã¾ã›ã‚“"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19760,11 +19872,11 @@ msgstr "変更ã§ãã¾ã›ã‚“"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19786,14 +19898,14 @@ msgstr "変更ã§ãã¾ã›ã‚“"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19818,7 +19930,7 @@ msgstr "スクロールAPIリクエストを実行ã§ãã¾ã›ã‚“。データã¯
msgid "cannot update property for templated discovery rule"
msgstr "テンプレートã®ãƒ‡ã‚£ã‚¹ã‚«ãƒãƒªãƒ«ãƒ¼ãƒ«ã®ãƒ—ロパティを更新ã§ãã¾ã›ã‚“"
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "change() - 最新値ã¨å‰å›žå€¤ã¨ã®å·®åˆ†"
@@ -19836,11 +19948,11 @@ msgstr "循環ã™ã‚‹ä¾å­˜é–¢ä¿‚ã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“"
msgid "circular item dependency is not allowed"
msgstr "循環ã™ã‚‹ã‚¢ã‚¤ãƒ†ãƒ ã®ä¾å­˜é–¢ä¿‚ã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "色"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "カンマ区切りã®ãƒªã‚¹ãƒˆ"
@@ -19859,11 +19971,11 @@ msgstr "å«ã‚€"
msgid "count"
msgstr "個数"
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "count() - 期間Tã§åŽé›†ã•ã‚ŒãŸå€¤V(オペレータOを満ãŸã™)ã®æ•°"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19872,32 +19984,32 @@ msgstr "d"
msgid "d.M"
msgstr "m/d"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date() - ç¾åœ¨ã®æ—¥ä»˜"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth() - 月内ã®æ—¥ä»˜"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek() - 曜日(月曜 - 1ã€æ—¥æ›œ - 7)"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "æ—¥"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "デフォルト"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta() - 期間Tã§ã®æœ€å¤§å€¤ã¨æœ€å°å€¤ã®å·®åˆ†"
@@ -19923,11 +20035,11 @@ msgstr "é™é †"
msgid "description"
msgstr "説明"
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff() - 最新値ã¨å‰å›žå€¤ã®å·®ã®æœ‰ç„¡ (1 - 有ã€0 - ç„¡)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "ディレクトリåã‹ã‚¹ã‚¯ãƒªãƒ—トåを指定ã—ã¦ãã ã•ã„"
@@ -19966,7 +20078,7 @@ msgstr "ç­‰ã—ããªã„"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20005,7 +20117,7 @@ msgstr "第1"
msgid "first parameter is expected"
msgstr "最åˆã®ãƒ‘ラメータを指定ã—ã¦ãã ã•ã„"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "forecast() - 期間Tã«åŸºã¥ã次ã®t秒ã®äºˆæ¸¬å€¤"
@@ -20013,14 +20125,14 @@ msgstr "forecast() - 期間Tã«åŸºã¥ã次ã®t秒ã®äºˆæ¸¬å€¤"
msgid "fourth"
msgstr "第4"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr "fuzzytime() - アイテムã®å€¤(タイムスタンプã¨ã—ã¦)ã¨Zabbixサーãƒãƒ¼ã®ã‚¿ã‚¤ãƒ ã‚¹ã‚¿ãƒ³ãƒ—ã¨ã®å·®ãŒT秒以下㋠(1 - T秒以下ã€0 - ãれ以外)"
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "データã®ä¿å­˜æœŸé–“設定(全体設定)"
@@ -20029,7 +20141,7 @@ msgstr "データã®ä¿å­˜æœŸé–“設定(全体設定)"
msgid "graph pattern"
msgstr "グラフã®ãƒ‘ターン"
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20087,11 +20199,11 @@ msgstr "期間中"
msgid "including subgroups"
msgstr "サブグループをå«ã‚€"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr "計算アイテムã®è¨ˆç®—å¼ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr "\"%1$s\"ã‹ã‚‰å§‹ã¾ã‚‹è¨ˆç®—アイテムã®è¨ˆç®—å¼ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
@@ -20128,7 +20240,7 @@ msgstr "PrometheusパターンãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
msgid "invalid address range \"%1$s\""
msgstr "アドレスã®ç¯„囲 \"%1$s\"ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "UTF-8ã®ãƒã‚¤ãƒˆã‚·ãƒ¼ã‚±ãƒ³ã‚¹ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
@@ -20142,15 +20254,15 @@ msgstr "監視間隔ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
msgid "invalid history storage period"
msgstr "ヒストリã®ä¿å­˜æœŸé–“ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "ホストグループåãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "ホストåãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "æ­£è¦è¡¨ç¾ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
@@ -20160,7 +20272,7 @@ msgstr "æ­£è¦è¡¨ç¾ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
msgid "invalid trend storage period"
msgstr "トレンドデータã®ä¿å­˜æœŸé–“ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregexp() - 期間T内ã®æœ€æ–°å€¤ã®æ­£è¦è¡¨ç¾Vãƒã‚§ãƒƒã‚¯ (大文字å°æ–‡å­—区別ãªã—; 1 - 見ã¤ã‹ã£ãŸã€0 - ãれ以外)"
@@ -20172,7 +20284,7 @@ msgstr "以上"
msgid "is less than or equals"
msgstr "以下"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "{}ã§æ‹¬ã‚‰ã‚Œã¦ã„ãªã„ã‹ä¸æ­£ãªå€¤ã§ã™"
@@ -20202,7 +20314,7 @@ msgstr "キーãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“"
msgid "last"
msgstr "最新値"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last() - 最新値"
@@ -20214,15 +20326,15 @@ msgstr "å·¦"
msgid "list of characters"
msgstr "文字列ã®ãƒªã‚¹ãƒˆ"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid() - 最新ログã®ã‚¤ãƒ™ãƒ³ãƒˆIDã®æ­£è¦è¡¨ç¾Tã¨ã®ãƒžãƒƒãƒãƒ³ã‚° (1 - 一致ã™ã‚‹ã€0 - 一致ã—ãªã„)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity() - 最新ログã®æ·±åˆ»åº¦"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logsource() - 最新ログã®ã‚½ãƒ¼ã‚¹ã®ãƒ‘ラメーターTã¨ã®ãƒžãƒƒãƒãƒ³ã‚° (1 - 一致ã™ã‚‹ã€0 - 一致ã—ãªã„)"
@@ -20230,12 +20342,12 @@ msgstr "logsource() - 最新ログã®ã‚½ãƒ¼ã‚¹ã®ãƒ‘ラメーターTã¨ã®ãƒžãƒƒ
msgid "low-level discovery rule"
msgstr "ローレベルディスカãƒãƒªãƒ«ãƒ¼ãƒ«"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20265,7 +20377,7 @@ msgstr "マップ"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20289,7 +20401,7 @@ msgstr "最大"
msgid "max period is less than time filter default period"
msgstr "最大期間ãŒãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®ãƒ•ã‚£ãƒ«ã‚¿æœŸé–“よりもå°ã•ã„ã§ã™"
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max() - 期間Tã§ã®æœ€å¤§å€¤"
@@ -20316,12 +20428,12 @@ msgstr "ä¾å­˜ãƒ¬ãƒ™ãƒ«ã®æ•°ãŒæœ€å¤§æ•°ã«é”ã—ã¾ã—ãŸ\""
msgid "min"
msgstr "最å°"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "min() - 期間Tã§ã®æœ€å°å€¤"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "%1$s文字以上ã§æŒ‡å®šã—ã¦ãã ã•ã„"
@@ -20354,27 +20466,27 @@ msgstr "有効ãªLDAPユーザーãŒå¿…è¦ã§ã™"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "\"%1$s\"ã‹ã‚‰\"%2$s\"ã®å€¤ã§è¨­å®šã—ã¦ãã ã•ã„"
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "å°‘ãªãã¨ã‚‚1ã¤ã®LLDマクロをå«ã‚ã‚‹ã“ã¨ãŒå¿…è¦ã§ã™"
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "åå‰"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "æ–°è¦"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "æ–°è¦"
@@ -20384,7 +20496,7 @@ msgstr "æ–°è¦"
msgid "no data"
msgstr "データãªã—"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr "nodata() - 期間Tã®é–“å–得データãªã— (1 - å–得データãªã—ã€0 - ãれ以外)ã€Mode (strict - é€ã‚‰ã‚Œã¦ããŸãƒ‡ãƒ¼ã‚¿å†…ã®ãƒ—ロキシã§ã®é…延を無視)"
@@ -20405,7 +20517,7 @@ msgstr "期間外"
msgid "not selected"
msgstr "é¸æŠžã•ã‚Œã¦ã„ã¾ã›ã‚“"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now() - エãƒãƒƒã‚¯ã‚’基準ã¨ã—ãŸçµŒéŽç§’æ•°"
@@ -20413,8 +20525,8 @@ msgstr "now() - エãƒãƒƒã‚¯ã‚’基準ã¨ã—ãŸçµŒéŽç§’æ•°"
msgid "number"
msgstr "数値"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "of"
@@ -20462,7 +20574,7 @@ msgstr "off"
msgid "on"
msgstr "on"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr "時間ã®å˜ä½ã¯1ã¤ã ã‘ã«ã—ã¦ãã ã•ã„"
@@ -20478,11 +20590,11 @@ msgstr "ãã®ä»–"
msgid "output"
msgstr "出力"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr "path/to/secret"
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr "path/to/secret:key"
@@ -20493,11 +20605,11 @@ msgstr "path/to/secret:key"
msgid "pattern"
msgstr "パターン"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "percentile() - 期間Tã§ã®ãƒ‘ーセンタイルP"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev() - å‰å›žå€¤"
@@ -20514,12 +20626,12 @@ msgstr "存在ã—ãªã„ツリーè¦ç´ ã¸ã®å‚ç…§ã§ã™"
msgid "refreshed every %1$s sec."
msgstr "%1$s秒ã”ã¨ã«æ›´æ–°ã€‚"
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp() - 期間T内ã®æœ€æ–°å€¤ã®æ­£è¦è¡¨ç¾Vãƒã‚§ãƒƒã‚¯ (1 - 見ã¤ã‹ã£ãŸã€0 - ãれ以外)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20536,7 +20648,7 @@ msgstr "å³"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "ルート"
@@ -20585,6 +20697,7 @@ msgstr "説明"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20599,15 +20712,15 @@ msgstr "説明"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "空ã«ã—ã¦ãã ã•ã„"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr "ç¾åœ¨æ™‚刻よりå‰ã®æ™‚間をを指定ã—ã¦ãã ã•ã„"
@@ -20615,10 +20728,10 @@ msgstr "ç¾åœ¨æ™‚刻よりå‰ã®æ™‚間をを指定ã—ã¦ãã ã•ã„"
msgid "show icon mappings"
msgstr "アイコンã®ãƒžãƒƒãƒ”ングを表示"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "値ã®ãƒžãƒƒãƒ”ングã®è¡¨ç¤º"
@@ -20626,11 +20739,11 @@ msgstr "値ã®ãƒžãƒƒãƒ”ングã®è¡¨ç¤º"
msgid "sign in as guest"
msgstr "ゲストã¨ã—ã¦ã‚µã‚¤ãƒ³ã‚¤ãƒ³"
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str() - 最新値ã‹ã‚‰ã®æ–‡å­—列V検索 (1 - 見ã¤ã‹ã£ãŸã€0 - ãれ以外)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen() - 最新値ã®æ–‡å­—æ•°ã§ã®æ–‡å­—列ã®é•·ã•"
@@ -20638,7 +20751,7 @@ msgstr "strlen() - 最新値ã®æ–‡å­—æ•°ã§ã®æ–‡å­—列ã®é•·ã•"
msgid "sum"
msgstr "åˆè¨ˆ"
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "sum() - 期間Tã§ã®åˆè¨ˆå€¤"
@@ -20647,14 +20760,14 @@ msgid "supplied credentials are not unique"
msgstr "指定ã•ã‚ŒãŸè³‡æ ¼æƒ…å ±ã¯ãƒ¦ãƒ‹ãƒ¼ã‚¯ã§ã¯ã‚ã‚Šã¾ã›ã‚“"
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20689,9 +20802,13 @@ msgstr "テンプレートID\"%1$s\"ãŒ%2$s回使用ã•ã‚Œã¦ã„ã¾ã™"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "パラメータ \"%1$s\"ãŒæŒ‡å®šã•ã‚Œã¦ã„ã¾ã›ã‚“"
@@ -20706,7 +20823,7 @@ msgstr "テーブル\"%1$s\"ãŒå­˜åœ¨ã—ã¾ã›ã‚“"
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20725,18 +20842,42 @@ msgstr "3番目ã®ãƒ‘ラメータを指定ã—ã¦ãã ã•ã„"
msgid "time filter default period exceeds the max period"
msgstr "デフォルトã®ãƒ•ã‚£ãƒ«ã‚¿æœŸé–“ãŒæœ€å¤§æœŸé–“を超ãˆã¾ã—ãŸ"
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "タイムシフト"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time() - ç¾åœ¨æ™‚刻"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft() - 期間Tã«åŸºã¥ã閾値ã«é”ã™ã‚‹ã¾ã§ã®æ™‚é–“"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20747,26 +20888,26 @@ msgstr "トリガー"
msgid "trigger does not allow manual closing"
msgstr "トリガーã¯æ‰‹å‹•ã‚¯ãƒ­ãƒ¼ã‚ºã‚’許å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "トリガーã®ãƒ—ロトタイプã¯ä»–ã®ãƒ†ãƒ³ãƒ—レートやホストã«ç§»å‹•ã§ãã¾ã›ã‚“"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "リンクã®ã‚るトリガーã¯ä»–ã®ãƒ†ãƒ³ãƒ—レートやホストã«ç§»å‹•ã§ãã¾ã›ã‚“"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "検索文字列を入力"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr "アクセスã§ããªã„URLã§ã™"
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20776,7 +20917,7 @@ msgstr "定数 \"%1$s\" ãŒé–“é•ã£ã¦ã„ã¾ã™"
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr "定数値 \"%1$s\" ãŒé–“é•ã£ã¦ã„ã¾ã™"
@@ -20793,9 +20934,10 @@ msgstr "マクロã®æœ«å°¾ãŒé–“é•ã£ã¦ã„ã¾ã™"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "パラメータ \"%1$s\"ãŒé–“é•ã£ã¦ã„ã¾ã™"
@@ -20822,12 +20964,12 @@ msgstr "テキスト\"%1$s\"ãŒé–“é•ã£ã¦ã„ã¾ã™"
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "値\"%1$s\"ãŒé–“é•ã£ã¦ã„ã¾ã™ã€‚"
@@ -20837,7 +20979,7 @@ msgstr "値\"%1$s\"ãŒé–“é•ã£ã¦ã„ã¾ã™ã€‚"
msgid "unknown"
msgstr "ä¸æ˜Ž"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr "サãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ãªã„時間ã®å˜ä½ã§ã™"
@@ -20846,28 +20988,28 @@ msgid "unsupported version number"
msgstr "サãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ãªã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ç•ªå·ã§ã™"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20877,7 +21019,7 @@ msgstr "サãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ãªã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ç•ªå·ã§ã™"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "値"
@@ -20895,26 +21037,29 @@ msgstr "値\"%1$s\"ã¯ã™ã§ã«ã‚ã‚Šã¾ã™"
msgid "value \"%1$s\" not found"
msgstr "値\"%1$s\"ãŒå­˜åœ¨ã—ã¾ã›ã‚“"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "値%1$sã¯ã™ã§ã«ã‚ã‚Šã¾ã™"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "値ãŒé•·ã™ãŽã¾ã™"
@@ -20942,9 +21087,9 @@ msgstr "値ã¯\"%1$s\"以上ã«ã—ã¦ãã ã•ã„"
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -20981,7 +21126,7 @@ msgstr "ディスカãƒãƒªãƒ«ãƒ¼ãƒ«ã®ã‚¿ã‚¤ãƒ—ãŒé–“é•ã£ã¦ã„ã‚‹"
msgid "wrong item type"
msgstr "アイテムã®ã‚¿ã‚¤ãƒ—ãŒé–“é•ã£ã¦ã„ã‚‹"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/locale/ka/LC_MESSAGES/frontend.po b/ui/locale/ka/LC_MESSAGES/frontend.po
index 82570e6a749..fa4b7186050 100644
--- a/ui/locale/ka/LC_MESSAGES/frontend.po
+++ b/ui/locale/ka/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2016-03-28 08:39+0300\n"
"Last-Translator: giomac <giomac@gmail.com>\n"
"Language-Team: none\n"
@@ -31,7 +31,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -59,7 +59,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -76,7 +76,7 @@ msgid "%1$d day"
msgid_plural "%1$d days"
msgstr[0] "%1$d დღე"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -153,8 +153,8 @@ msgstr[0] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -166,7 +166,7 @@ msgid "%1$s of %2$s element in problem state"
msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -195,14 +195,14 @@ msgstr[0] "დáƒáƒ áƒ©áƒ %1$s მცდელáƒáƒ‘áƒ"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s წáƒáƒ›áƒ˜"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -220,20 +220,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -269,20 +269,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr "(მხáƒáƒšáƒáƒ“ სუპერ áƒáƒ“მინისტრáƒáƒ¢áƒáƒ áƒ”ბს შეუძლიáƒáƒ— ჯგუფების შექმნáƒ)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(პრáƒáƒ¥áƒ¡áƒ˜áƒ¡ გáƒáƒ áƒ”შე)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - ნáƒáƒ’ულისხმები პáƒáƒ áƒ¢áƒ˜áƒ¡ გáƒáƒ›áƒáƒ§áƒ”ნებáƒ"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 áƒáƒœ 1"
@@ -358,11 +358,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
#, fuzzy
msgid "AND"
msgstr "AND"
@@ -389,17 +390,17 @@ msgid_plural "Account is blocked for %1$s seconds."
msgstr[0] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
#, fuzzy
msgid "Ack"
msgstr "დáƒáƒ“áƒáƒ¡áƒ¢"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "დáƒáƒ“áƒáƒ¡áƒ¢áƒ£áƒ áƒ”ბáƒ"
@@ -432,7 +433,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -445,30 +446,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -537,18 +538,18 @@ msgstr "მáƒáƒ¥áƒ›áƒ”დებრგáƒáƒœáƒáƒ®áƒšáƒ“áƒ"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "მáƒáƒ¥áƒ›áƒ”დებები"
@@ -585,6 +586,9 @@ msgstr ""
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -612,9 +616,6 @@ msgstr ""
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -624,9 +625,9 @@ msgstr ""
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -638,39 +639,40 @@ msgstr ""
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -681,20 +683,20 @@ msgstr ""
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -721,8 +723,8 @@ msgstr ""
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "დáƒáƒ›áƒáƒ¢áƒ”ბáƒ"
@@ -730,7 +732,7 @@ msgstr "დáƒáƒ›áƒáƒ¢áƒ”ბáƒ"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -738,7 +740,7 @@ msgstr ""
msgid "Add child"
msgstr "შვილáƒáƒ‘ილის დáƒáƒ›áƒáƒ¢áƒ”ბáƒ"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -750,7 +752,7 @@ msgstr "ჰáƒáƒ¡áƒ¢áƒ˜áƒ¡ დáƒáƒ›áƒáƒ¢áƒ”ბáƒ"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -759,6 +761,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -767,7 +770,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "პრáƒáƒ¢áƒáƒ¢áƒ˜áƒžáƒ˜áƒ¡ დáƒáƒ›áƒáƒ¢áƒ”ბáƒ"
@@ -788,11 +791,11 @@ msgstr "ჰáƒáƒ¡áƒ¢áƒ”ბის ჯგუფში დáƒáƒ›áƒáƒ¢áƒ”ბáƒ"
msgid "Add to host groups"
msgstr "ჰáƒáƒ¡áƒ¢áƒ”ბის ჯგუფებში დáƒáƒ›áƒáƒ¢áƒ”ბáƒ"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -816,7 +819,7 @@ msgid "Age"
msgstr "áƒáƒ¡áƒáƒ™áƒ˜"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "áƒáƒ¡áƒáƒ™áƒ˜ ნáƒáƒ™áƒšáƒ”ბირვიდრე"
@@ -828,7 +831,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "áƒáƒ’ენტი"
@@ -887,7 +890,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "ყველáƒ"
@@ -905,7 +908,7 @@ msgstr ""
msgid "All hosts"
msgstr "ყველრჰáƒáƒ¡áƒ¢áƒ˜"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr ""
@@ -913,13 +916,13 @@ msgstr ""
msgid "All maps"
msgstr "ყველრრუკáƒ"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -939,48 +942,48 @@ msgstr ""
msgid "All templates"
msgstr "ყველრშáƒáƒ‘ლáƒáƒœáƒ˜"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "დáƒáƒ¨áƒ•áƒ”ბული ჰáƒáƒ¡áƒ¢áƒ”ბი"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "áƒáƒšáƒ¢áƒ”რნáƒáƒ¢áƒ˜áƒ£áƒšáƒáƒ“, თქვენ შეგიძლიáƒáƒ— ის ხელით დáƒáƒáƒ§áƒ”ნáƒáƒ—:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "დáƒ"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -989,14 +992,14 @@ msgid "And/Or"
msgstr "დáƒ/áƒáƒœ"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1012,10 +1015,10 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1048,8 +1051,8 @@ msgid "Application error."
msgstr "პრáƒáƒ’რáƒáƒ›áƒ˜áƒ¡ შეცდáƒáƒ›áƒ."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "áƒáƒžáƒšáƒ˜áƒ™áƒáƒªáƒ˜áƒ˜áƒ¡ პრáƒáƒ¢áƒáƒ¢áƒ˜áƒžáƒ”ბი"
@@ -1072,15 +1075,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1088,15 +1091,17 @@ msgstr ""
msgid "Applications"
msgstr "áƒáƒžáƒšáƒ˜áƒ™áƒáƒªáƒ˜áƒ”ბი"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "გáƒáƒ›áƒáƒ§áƒ”ნებáƒ"
@@ -1114,7 +1119,7 @@ msgstr ""
msgid "Apr"
msgstr "áƒáƒžáƒ "
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "áƒáƒžáƒ áƒ˜áƒšáƒ˜"
@@ -1126,7 +1131,11 @@ msgstr "ნáƒáƒ›áƒ“ვილáƒáƒ“ გსურთ áƒáƒ› მáƒáƒ¥áƒ›áƒ”დე
msgid "Are you sure you want to delete"
msgstr "ნáƒáƒ›áƒ“ვილáƒáƒ“ გსურთ წáƒáƒ¨áƒáƒšáƒáƒ—"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1142,12 +1151,12 @@ msgstr ""
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "რáƒáƒ’áƒáƒ áƒª áƒáƒ áƒ˜áƒ¡"
@@ -1255,7 +1264,7 @@ msgstr "áƒáƒ£áƒ“იტის ჟურნáƒáƒšáƒ˜"
msgid "Aug"
msgstr "áƒáƒ’ვ"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "áƒáƒ’ვისტáƒ"
@@ -1272,9 +1281,9 @@ msgstr ""
msgid "Authentication"
msgstr "áƒáƒ•áƒ—ენტიფიკáƒáƒªáƒ˜áƒ"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "áƒáƒ•áƒ—ენტიფიკáƒáƒªáƒ˜áƒ˜áƒ¡ áƒáƒšáƒ’áƒáƒ áƒ˜áƒ—მი"
@@ -1284,21 +1293,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "áƒáƒ•áƒ—ენტიფიკáƒáƒªáƒ˜áƒ˜áƒ¡ მეთáƒáƒ“ი"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "áƒáƒ•áƒ—ენტიფიკáƒáƒªáƒ˜áƒ˜áƒ¡ პáƒáƒ áƒáƒšáƒ˜"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "áƒáƒ•áƒ—ენტიფიკáƒáƒªáƒ˜áƒ˜áƒ¡ áƒáƒ¥áƒ›áƒ˜"
@@ -1337,9 +1348,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "áƒáƒ•áƒ¢áƒáƒ›áƒáƒ¢áƒ£áƒ áƒ˜"
@@ -1369,7 +1380,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "ხელმისáƒáƒ¬áƒ•áƒ“áƒáƒ›áƒáƒ‘áƒ"
@@ -1394,8 +1405,8 @@ msgstr "სáƒáƒ¨áƒ£áƒáƒšáƒ"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "უკáƒáƒœ"
@@ -1449,16 +1460,16 @@ msgid "Blue"
msgstr "ლურჯი"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1500,11 +1511,11 @@ msgstr ""
msgid "Bottom"
msgstr "ქვედáƒ"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1532,8 +1543,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1556,7 +1567,7 @@ msgstr "CPU-ის დáƒáƒ¢áƒ•áƒ˜áƒ áƒ—ვáƒ. áƒáƒ‘რუნებს float-á
msgid "CPU utilisation percentage. Returns float"
msgstr "CPU-ის უტილიზáƒáƒªáƒ˜áƒ˜áƒ¡ პრáƒáƒªáƒ”ნტი. áƒáƒ‘რუნებს float-ს"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1589,7 +1600,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1597,7 +1608,7 @@ msgstr ""
msgid "Callback"
msgstr ""
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1623,10 +1634,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "გáƒáƒ£áƒ¥áƒ›áƒ”ბáƒ"
@@ -1671,12 +1682,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "ჰáƒáƒ¡áƒ¢áƒ˜áƒ“áƒáƒœ შáƒáƒ‘ლáƒáƒœáƒ¨áƒ˜ დáƒáƒ›áƒáƒ™áƒ˜áƒ“ებულების დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr ""
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr ""
@@ -1700,7 +1711,7 @@ msgstr "ჯგუფის დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხ
msgid "Cannot add host"
msgstr "ჰáƒáƒ¡áƒ¢áƒ˜áƒ¡ დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "ჰáƒáƒ¡áƒ¢áƒ˜áƒ¡ პრáƒáƒ¢áƒáƒ¢áƒ˜áƒžáƒ˜áƒ¡ დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ"
@@ -1710,7 +1721,7 @@ msgstr "ჰáƒáƒ¡áƒ¢áƒ˜áƒ¡ პრáƒáƒ¢áƒáƒ¢áƒ˜áƒžáƒ˜áƒ¡ დáƒáƒ›áƒáƒ¢áƒ”ბá
msgid "Cannot add image"
msgstr "გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ£áƒšáƒ”ბის დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "ელემენტის დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ"
@@ -1719,7 +1730,7 @@ msgstr "ელემენტის დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "ელემენტის პრáƒáƒ¢áƒáƒ¢áƒ˜áƒžáƒ˜áƒ¡ დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ"
@@ -1801,11 +1812,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "შáƒáƒ‘ლáƒáƒœáƒ˜áƒ¡ დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "ტრიგერის დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "ტრიგერის პრáƒáƒ¢áƒáƒ¢áƒ˜áƒžáƒ˜áƒ¡ დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ"
@@ -1828,11 +1839,11 @@ msgstr ""
msgid "Cannot add web scenario"
msgstr "ვებ სცენáƒáƒ áƒ˜áƒ¡ დáƒáƒ›áƒáƒ¢áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1849,11 +1860,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "ისტáƒáƒ áƒ˜áƒ˜áƒ¡ გáƒáƒ¬áƒ›áƒ”ნდრვერ მáƒáƒ®áƒ”რხდáƒ"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1861,7 +1872,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "გრáƒáƒ¤áƒ˜áƒ™áƒ˜áƒ¡ პრáƒáƒ¢áƒáƒ¢áƒ˜áƒžáƒ”ბის კლáƒáƒœáƒ˜áƒ áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "ჰáƒáƒ¡áƒ¢áƒ˜áƒ¡ პრáƒáƒ¢áƒáƒ¢áƒ˜áƒžáƒ”ბის კლáƒáƒœáƒ˜áƒ áƒ”ბრვერ მáƒáƒ®áƒ”რხდáƒ."
@@ -1884,7 +1895,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "ვერ მáƒáƒ®áƒ”რხდრმáƒáƒœáƒáƒªáƒ”მთრბáƒáƒ–áƒáƒ¡áƒ—áƒáƒœ დáƒáƒ™áƒáƒ•áƒ¨áƒ˜áƒ áƒ”ბáƒ."
@@ -1897,22 +1908,22 @@ msgid "Cannot copy graph"
msgid_plural "Cannot copy graphs"
msgstr[0] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr ""
@@ -1950,7 +1961,7 @@ msgstr ""
msgid "Cannot create template."
msgstr "შáƒáƒ‘ლáƒáƒœáƒ˜áƒ¡ შექმნრვერ მáƒáƒ®áƒ”რხდáƒ."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "კáƒáƒœáƒ¤áƒ˜áƒ’ურáƒáƒªáƒ˜áƒ˜áƒ¡ ფáƒáƒ˜áƒšáƒ˜áƒ¡ შექმნრვერ მáƒáƒ®áƒ”რხდáƒ."
@@ -1992,11 +2003,11 @@ msgstr "დáƒáƒ›áƒáƒ™áƒ˜áƒ“ებულების წáƒáƒ¨áƒšáƒ ვერ
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr ""
@@ -2021,7 +2032,7 @@ msgid "Cannot delete group"
msgid_plural "Cannot delete groups"
msgstr[0] ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr ""
@@ -2037,7 +2048,7 @@ msgid "Cannot delete host group because maintenance \"%1$s\" must contain at lea
msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" must contain at least one host or host group."
msgstr[0] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr ""
@@ -2053,19 +2064,19 @@ msgstr "გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ£áƒšáƒ”ბის წáƒáƒ¨áƒšáƒ ვერ მáƒ
msgid "Cannot delete inventory."
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "ელემენტის წáƒáƒ¨áƒšáƒ ვერ მáƒáƒ®áƒ”რხდáƒ"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "ელემენტის პრáƒáƒ¢áƒáƒ¢áƒ˜áƒžáƒ˜áƒ¡ წáƒáƒ¨áƒšáƒ ვერ მáƒáƒ®áƒ”რხდáƒ"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "ელემენტის პრáƒáƒ¢áƒáƒ¢áƒ˜áƒžáƒ”ბის წáƒáƒ¨áƒšáƒ ვერ მáƒáƒ®áƒ”რხდáƒ"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "ელემენტების წáƒáƒ¨áƒšáƒ ვერ მáƒáƒ®áƒ”რხდáƒ"
@@ -2144,7 +2155,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr ""
@@ -2175,19 +2186,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr ""
@@ -2220,18 +2231,18 @@ msgid "Cannot disable correlation"
msgid_plural "Cannot disable correlations"
msgstr[0] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] ""
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] ""
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] ""
@@ -2247,7 +2258,7 @@ msgid "Cannot disable module: %1$s."
msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] ""
@@ -2275,18 +2286,18 @@ msgid "Cannot enable correlation"
msgid_plural "Cannot enable correlations"
msgstr[0] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] ""
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] ""
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] ""
@@ -2302,7 +2313,7 @@ msgid "Cannot enable module: %1$s."
msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] ""
@@ -2320,7 +2331,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2481,7 +2492,7 @@ msgid "Cannot import template \"%1$s\", linked template \"%2$s\" does not exist.
msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not exist."
msgstr[0] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr ""
@@ -2587,7 +2598,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2624,12 +2635,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2659,7 +2670,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2720,22 +2731,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2750,7 +2761,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2819,7 +2830,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr ""
@@ -2855,7 +2866,7 @@ msgstr ""
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2879,20 +2890,20 @@ msgstr ""
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr ""
@@ -2975,27 +2986,27 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3051,12 +3062,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3100,10 +3111,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr ""
@@ -3130,7 +3141,7 @@ msgstr ""
msgid "Check already exists."
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr ""
@@ -3148,7 +3159,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3253,8 +3264,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr ""
@@ -3263,11 +3274,11 @@ msgstr ""
msgid "Clear when unlinking"
msgstr ""
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3286,20 +3297,20 @@ msgstr ""
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr ""
@@ -3307,15 +3318,15 @@ msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr ""
@@ -3334,8 +3345,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3352,7 +3363,7 @@ msgstr ""
msgid "Colour"
msgstr ""
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr ""
@@ -3403,7 +3414,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3437,7 +3448,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr ""
@@ -3496,7 +3507,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr ""
@@ -3504,7 +3515,7 @@ msgstr ""
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3668,7 +3679,7 @@ msgid "Configuration updated"
msgstr ""
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3676,7 +3687,7 @@ msgstr ""
msgid "Confirmation text"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3732,7 +3743,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3740,9 +3751,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3750,9 +3761,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3769,10 +3780,10 @@ msgstr ""
msgid "Contact"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3803,10 +3814,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3846,8 +3857,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3859,8 +3871,8 @@ msgstr ""
msgid "Contract number"
msgstr ""
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3872,8 +3884,8 @@ msgstr ""
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr ""
@@ -3927,7 +3939,7 @@ msgstr ""
msgid "Could not save image!"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr ""
@@ -3973,11 +3985,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -3997,14 +4009,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4083,7 +4095,7 @@ msgstr ""
msgid "Create media type"
msgstr ""
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4107,7 +4119,7 @@ msgstr ""
msgid "Create template"
msgstr ""
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr ""
@@ -4160,11 +4172,12 @@ msgstr ""
msgid "Current host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr ""
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4172,7 +4185,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4181,11 +4194,11 @@ msgid "Custom graphs"
msgstr ""
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4207,7 +4220,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4246,11 +4259,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr ""
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr ""
@@ -4358,16 +4372,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4375,32 +4389,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4408,35 +4422,35 @@ msgstr ""
msgid "Database monitor"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr ""
@@ -4465,7 +4479,7 @@ msgstr ""
msgid "Day"
msgstr ""
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4484,7 +4498,7 @@ msgstr ""
msgid "Days"
msgstr ""
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr ""
@@ -4498,7 +4512,7 @@ msgstr ""
msgid "Dec"
msgstr ""
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr ""
@@ -4508,7 +4522,7 @@ msgstr ""
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr ""
@@ -4525,7 +4539,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4542,18 +4556,18 @@ msgid "Default operation step duration"
msgstr ""
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr ""
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4582,7 +4596,8 @@ msgstr ""
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4603,8 +4618,8 @@ msgstr ""
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr ""
@@ -4637,19 +4652,19 @@ msgstr ""
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr ""
@@ -4673,15 +4688,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr ""
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr ""
@@ -4725,7 +4740,7 @@ msgstr ""
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4734,7 +4749,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr ""
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr ""
@@ -4759,7 +4774,7 @@ msgstr ""
msgid "Delete selected host groups?"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4767,7 +4782,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr ""
@@ -4819,7 +4834,7 @@ msgstr ""
msgid "Delete selected scripts?"
msgstr ""
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4878,11 +4893,11 @@ msgstr ""
msgid "Delete template?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr ""
@@ -4895,7 +4910,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -4916,16 +4931,16 @@ msgid "Deny"
msgstr ""
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr ""
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr ""
@@ -4933,7 +4948,7 @@ msgstr ""
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -4952,29 +4967,29 @@ msgstr ""
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr ""
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5107,7 +5122,8 @@ msgstr ""
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5120,22 +5136,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr ""
@@ -5152,7 +5167,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5160,12 +5175,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5266,25 +5281,25 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr ""
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr ""
@@ -5294,13 +5309,13 @@ msgstr ""
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr ""
@@ -5343,7 +5358,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr ""
@@ -5362,22 +5377,22 @@ msgid "Do not calculate"
msgstr ""
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr ""
@@ -5400,11 +5415,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr ""
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5484,12 +5499,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5518,10 +5533,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr ""
@@ -5541,7 +5556,7 @@ msgstr ""
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr ""
@@ -5556,15 +5571,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr ""
@@ -5588,15 +5603,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr ""
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5692,7 +5707,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5862,15 +5877,16 @@ msgstr ""
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5886,13 +5902,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5901,13 +5916,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr ""
@@ -5917,9 +5932,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -5927,7 +5942,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -5939,10 +5954,10 @@ msgstr ""
msgid "English (en_US)"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -5969,7 +5984,7 @@ msgstr ""
msgid "Error in search request for table \"%1$s\"."
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6004,7 +6019,7 @@ msgstr ""
msgid "Event details"
msgstr ""
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr ""
@@ -6024,6 +6039,12 @@ msgstr ""
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6053,7 +6074,7 @@ msgstr ""
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr ""
@@ -6064,7 +6085,7 @@ msgstr ""
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr ""
@@ -6082,9 +6103,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6102,19 +6123,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr ""
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6154,7 +6175,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr ""
@@ -6162,21 +6183,21 @@ msgstr ""
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr ""
@@ -6189,15 +6210,15 @@ msgstr ""
msgid "Expression cannot be empty"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr ""
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6216,7 +6237,7 @@ msgstr ""
msgid "External check"
msgstr ""
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr ""
@@ -6230,7 +6251,7 @@ msgstr ""
msgid "FTP"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr ""
@@ -6280,7 +6301,7 @@ msgstr ""
msgid "Feb"
msgstr ""
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr ""
@@ -6293,7 +6314,7 @@ msgstr ""
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6302,7 +6323,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6422,9 +6443,7 @@ msgstr ""
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6451,9 +6470,13 @@ msgstr ""
msgid "Filter"
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6472,7 +6495,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr ""
@@ -6485,8 +6508,8 @@ msgctxt "page navigation"
msgid "First"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6500,12 +6523,12 @@ msgid "Fixed"
msgstr ""
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6513,9 +6536,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6537,8 +6560,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr ""
@@ -6565,11 +6588,13 @@ msgstr ""
msgid "Fri"
msgstr ""
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr ""
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6589,12 +6614,12 @@ msgstr ""
msgid "Frontend messaging"
msgstr ""
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6629,7 +6654,7 @@ msgid "GUI access disabled."
msgstr ""
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6655,21 +6680,21 @@ msgstr ""
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr ""
@@ -6695,7 +6720,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr ""
@@ -6743,8 +6768,8 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6875,7 +6900,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr ""
@@ -6919,9 +6944,9 @@ msgid "Graph with same name but other type exist."
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6931,7 +6956,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -6939,7 +6964,7 @@ msgstr ""
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr ""
@@ -7007,12 +7032,12 @@ msgstr ""
msgid "Group name"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7027,8 +7052,8 @@ msgstr ""
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7060,10 +7085,10 @@ msgstr ""
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr ""
@@ -7071,11 +7096,11 @@ msgstr ""
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr ""
@@ -7104,20 +7129,20 @@ msgstr ""
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7150,11 +7175,11 @@ msgstr ""
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr ""
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7191,23 +7216,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr ""
@@ -7215,17 +7240,17 @@ msgstr ""
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr ""
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr ""
@@ -7239,13 +7264,17 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7270,26 +7299,26 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7301,8 +7330,8 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] ""
@@ -7343,8 +7372,7 @@ msgstr ""
msgid "Host added"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7361,18 +7389,18 @@ msgstr ""
msgid "Host count"
msgstr ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr ""
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7392,7 +7420,7 @@ msgstr[0] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr ""
@@ -7438,11 +7466,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7479,17 +7507,17 @@ msgstr ""
msgid "Host info"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr ""
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7510,7 +7538,7 @@ msgstr ""
msgid "Host label type"
msgstr ""
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7537,52 +7565,56 @@ msgstr ""
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7631,17 +7663,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7717,7 +7749,7 @@ msgstr ""
msgid "IMAP"
msgstr ""
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7752,10 +7784,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr ""
@@ -7772,9 +7804,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr ""
@@ -7891,7 +7923,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr ""
@@ -7999,7 +8031,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8015,9 +8047,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8030,11 +8062,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8047,7 +8079,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr ""
@@ -8315,8 +8347,8 @@ msgstr ""
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8457,9 +8489,9 @@ msgstr ""
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8512,7 +8544,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr ""
@@ -8588,7 +8620,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr ""
@@ -8599,11 +8631,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr ""
@@ -8774,35 +8806,35 @@ msgstr ""
msgid "Incorrect trigger expression"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -8953,16 +8985,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -8973,7 +9004,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9123,23 +9154,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9228,10 +9261,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9239,10 +9272,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr ""
@@ -9256,15 +9289,19 @@ msgstr ""
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9280,17 +9317,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9302,7 +9339,7 @@ msgstr ""
msgid "Installer name"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9335,8 +9372,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr ""
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9365,14 +9402,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9396,15 +9433,15 @@ msgstr ""
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr ""
@@ -9431,7 +9468,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9445,15 +9482,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9465,11 +9502,11 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9510,7 +9547,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9542,6 +9579,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9554,75 +9600,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9639,7 +9691,7 @@ msgstr ""
msgid "Invalid response code \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9676,15 +9728,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9697,7 +9749,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9716,9 +9768,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr ""
@@ -9745,9 +9797,9 @@ msgid "Issue"
msgstr ""
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9764,22 +9816,22 @@ msgid "Italian (it_IT)"
msgstr ""
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9816,15 +9868,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9833,16 +9885,16 @@ msgstr[0] ""
msgid "Item count"
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr ""
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -9851,7 +9903,7 @@ msgstr[0] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -9864,7 +9916,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9885,15 +9937,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -9905,7 +9957,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9913,19 +9965,19 @@ msgstr ""
msgid "Item prototypes"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr ""
@@ -9997,7 +10049,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10007,11 +10059,11 @@ msgstr ""
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr ""
@@ -10023,7 +10075,7 @@ msgstr ""
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr ""
@@ -10031,7 +10083,7 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr ""
@@ -10039,10 +10091,10 @@ msgstr ""
msgid "JMX agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10055,10 +10107,10 @@ msgstr ""
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10090,7 +10142,7 @@ msgid "JSON-rpc version is not specified."
msgstr ""
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10098,7 +10150,7 @@ msgstr ""
msgid "Jan"
msgstr ""
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr ""
@@ -10115,7 +10167,7 @@ msgstr ""
msgid "Jul"
msgstr ""
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr ""
@@ -10123,11 +10175,11 @@ msgstr ""
msgid "Jun"
msgstr ""
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10161,7 +10213,7 @@ msgstr ""
msgid "Key passphrase"
msgstr ""
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr ""
@@ -10198,23 +10250,23 @@ msgstr ""
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10240,37 +10292,37 @@ msgctxt "page navigation"
msgid "Last"
msgstr ""
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10306,23 +10358,24 @@ msgstr ""
msgid "Last check"
msgstr ""
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr ""
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr ""
@@ -10335,21 +10388,21 @@ msgstr ""
msgid "Last value"
msgstr ""
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr ""
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr ""
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10396,7 +10449,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10438,8 +10491,8 @@ msgstr ""
msgid "Link indicators"
msgstr ""
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10475,10 +10528,10 @@ msgstr ""
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10572,10 +10625,10 @@ msgid "Location longitude"
msgstr ""
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr ""
@@ -10587,10 +10640,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr ""
@@ -10647,7 +10700,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr ""
@@ -10664,8 +10717,9 @@ msgstr ""
msgid "MD2"
msgstr ""
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr ""
@@ -10680,7 +10734,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr ""
@@ -10707,10 +10761,10 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10801,16 +10855,16 @@ msgstr ""
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr ""
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr ""
@@ -10825,7 +10879,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr ""
@@ -10919,7 +10973,7 @@ msgstr ""
msgid "Mar"
msgstr ""
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr ""
@@ -10935,11 +10989,11 @@ msgstr ""
msgid "Mark selected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -10958,11 +11012,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11010,7 +11064,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11024,7 +11078,7 @@ msgstr[0] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr ""
@@ -11176,7 +11230,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr ""
@@ -11240,7 +11294,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11298,7 +11352,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11367,7 +11421,7 @@ msgstr ""
msgid "Mon"
msgstr ""
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr ""
@@ -11375,9 +11429,9 @@ msgstr ""
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr ""
@@ -11409,11 +11463,11 @@ msgstr ""
msgid "Monthly"
msgstr ""
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11432,20 +11486,20 @@ msgstr ""
msgid "Mozilla Firefox"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr ""
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11478,13 +11532,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11512,17 +11567,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11542,19 +11597,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11563,15 +11618,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11581,12 +11636,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11677,12 +11732,12 @@ msgid "Never"
msgstr ""
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11696,7 +11751,7 @@ msgstr ""
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr ""
@@ -11732,13 +11787,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11747,20 +11802,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -11914,6 +11969,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr ""
@@ -11930,12 +11986,12 @@ msgstr ""
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12002,12 +12058,12 @@ msgstr ""
msgid "No image"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr ""
@@ -12022,7 +12078,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12060,7 +12116,7 @@ msgstr ""
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12091,8 +12147,8 @@ msgstr ""
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12101,8 +12157,8 @@ msgstr ""
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12158,12 +12214,12 @@ msgstr ""
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12222,7 +12278,7 @@ msgstr ""
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12243,7 +12299,7 @@ msgstr ""
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr ""
@@ -12273,7 +12329,7 @@ msgstr ""
msgid "No recipients for action operation message."
msgstr ""
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12285,11 +12341,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr ""
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr ""
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr ""
@@ -12306,19 +12362,19 @@ msgstr ""
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12331,18 +12387,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr ""
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12440,7 +12496,7 @@ msgstr ""
msgid "Nov"
msgstr ""
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr ""
@@ -12453,11 +12509,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12525,11 +12581,11 @@ msgstr ""
msgid "Number of steps"
msgstr ""
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12545,7 +12601,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr ""
@@ -12597,22 +12653,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr ""
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr ""
@@ -12630,13 +12686,13 @@ msgstr ""
msgid "OK"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12652,7 +12708,7 @@ msgstr ""
msgid "OOB subnet mask"
msgstr ""
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr ""
@@ -12680,13 +12736,13 @@ msgstr ""
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr ""
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr ""
@@ -12718,7 +12774,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr ""
@@ -12793,7 +12849,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr ""
@@ -12848,7 +12904,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr ""
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr ""
@@ -12870,7 +12926,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr ""
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr ""
@@ -12886,12 +12942,12 @@ msgstr ""
msgid "Operation type"
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -12939,24 +12995,24 @@ msgstr ""
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -12985,55 +13041,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13072,8 +13130,8 @@ msgstr ""
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13097,8 +13155,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13283,16 +13341,16 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13304,26 +13362,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13342,13 +13400,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr ""
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13419,28 +13477,28 @@ msgstr ""
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr ""
@@ -13452,15 +13510,15 @@ msgstr ""
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13477,7 +13535,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13494,17 +13552,22 @@ msgstr ""
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13550,7 +13613,7 @@ msgid "Placing algorithm"
msgstr ""
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr ""
@@ -13564,7 +13627,7 @@ msgstr ""
msgid "Play sound"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13573,20 +13636,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr ""
@@ -13616,18 +13679,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr ""
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13658,33 +13720,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13695,23 +13757,23 @@ msgstr ""
msgid "Preview"
msgstr ""
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13744,12 +13806,14 @@ msgid "Primary POC screen name"
msgstr ""
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13761,29 +13825,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr ""
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr ""
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13808,8 +13872,8 @@ msgstr ""
msgid "Problem display"
msgstr ""
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13826,7 +13890,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr ""
@@ -13856,13 +13920,13 @@ msgstr ""
msgid "Problem, if at least one child has a problem"
msgstr ""
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13871,7 +13935,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr ""
@@ -13908,7 +13972,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -13926,7 +13990,7 @@ msgstr ""
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -13996,20 +14060,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr ""
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr ""
@@ -14039,8 +14103,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14050,10 +14114,10 @@ msgid "RMCP+"
msgstr ""
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14111,7 +14175,7 @@ msgid "Received value"
msgstr ""
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14138,24 +14202,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr ""
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14165,9 +14229,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14182,11 +14246,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14200,7 +14264,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr ""
@@ -14239,7 +14303,7 @@ msgstr ""
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14263,6 +14327,12 @@ msgstr ""
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14279,43 +14349,37 @@ msgstr ""
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14324,14 +14388,14 @@ msgstr ""
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14354,7 +14418,7 @@ msgstr ""
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14387,8 +14451,8 @@ msgstr ""
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr ""
@@ -14424,7 +14488,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14434,17 +14498,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr ""
@@ -14459,23 +14523,23 @@ msgstr ""
msgid "Reports"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14485,7 +14549,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr ""
@@ -14502,14 +14566,14 @@ msgstr ""
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr ""
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr ""
@@ -14517,7 +14581,7 @@ msgstr ""
msgid "Required string"
msgstr ""
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr ""
@@ -14546,7 +14610,7 @@ msgstr ""
msgid "Reset defaults"
msgstr ""
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr ""
@@ -14558,26 +14622,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14614,15 +14678,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14641,14 +14705,14 @@ msgstr ""
msgid "Result type"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14811,12 +14875,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr ""
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr ""
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr ""
@@ -14826,7 +14890,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14871,16 +14936,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr ""
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr ""
@@ -14888,8 +14953,10 @@ msgstr ""
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr ""
@@ -14905,11 +14972,13 @@ msgstr ""
msgid "SNMP trap key is invalid."
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -14917,7 +14986,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -14925,7 +14995,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -14947,9 +15018,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -14972,40 +15043,40 @@ msgstr ""
msgid "SSH agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15033,15 +15104,23 @@ msgstr ""
msgid "Sat"
msgstr ""
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr ""
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15063,12 +15142,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15152,9 +15231,9 @@ msgid "Screen updated"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15169,7 +15248,7 @@ msgstr ""
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr ""
@@ -15233,7 +15312,7 @@ msgstr ""
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr ""
@@ -15291,19 +15370,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15314,8 +15395,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15323,15 +15404,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr ""
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr ""
@@ -15364,19 +15445,19 @@ msgstr ""
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15401,7 +15482,7 @@ msgstr ""
msgid "Send to"
msgstr ""
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15428,13 +15509,13 @@ msgstr ""
msgid "Separated"
msgstr ""
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr ""
@@ -15559,12 +15640,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr ""
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15573,11 +15655,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15600,28 +15682,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15640,7 +15722,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15670,7 +15752,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15688,14 +15770,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15706,8 +15788,8 @@ msgstr ""
msgid "Show"
msgstr ""
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr ""
@@ -15715,7 +15797,7 @@ msgstr ""
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15742,7 +15824,11 @@ msgstr ""
msgid "Show lines"
msgstr ""
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15764,9 +15850,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15777,7 +15863,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15791,7 +15877,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr ""
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15802,7 +15888,7 @@ msgid "Show triggers"
msgstr ""
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15811,10 +15897,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr ""
@@ -15826,7 +15912,7 @@ msgstr ""
msgid "Show working time"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr ""
@@ -15877,8 +15963,8 @@ msgstr ""
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -15989,7 +16075,7 @@ msgstr ""
msgid "Slovak (sk_SK)"
msgstr ""
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr ""
@@ -16127,7 +16213,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16135,16 +16222,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16164,7 +16250,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16252,28 +16338,28 @@ msgid "Stop"
msgstr ""
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16285,7 +16371,7 @@ msgstr ""
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16310,14 +16396,14 @@ msgid "Subject"
msgstr ""
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr ""
@@ -16325,7 +16411,7 @@ msgstr ""
msgid "Success Audit"
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16338,7 +16424,7 @@ msgstr ""
msgid "Sun"
msgstr ""
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr ""
@@ -16382,7 +16468,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr ""
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16433,12 +16519,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr ""
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr ""
@@ -16480,12 +16566,12 @@ msgstr ""
msgid "Tag"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16494,12 +16580,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16510,25 +16596,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16536,11 +16622,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16549,11 +16635,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr ""
@@ -16672,13 +16758,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16700,20 +16786,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr ""
@@ -16738,7 +16824,7 @@ msgstr ""
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16766,10 +16852,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16808,7 +16894,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16899,11 +16985,11 @@ msgstr ""
msgid "Theme"
msgstr ""
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -16912,11 +16998,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr ""
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -16928,23 +17014,23 @@ msgstr ""
msgid "This screen row is not empty. Delete it?"
msgstr ""
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr ""
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr ""
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -16956,7 +17042,7 @@ msgstr ""
msgid "Thu"
msgstr ""
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr ""
@@ -16967,19 +17053,19 @@ msgstr ""
msgid "Till"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17022,12 +17108,12 @@ msgstr ""
msgid "Time period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17039,16 +17125,23 @@ msgstr ""
msgid "Time type"
msgstr ""
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr ""
@@ -17062,22 +17155,23 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr ""
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr ""
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17167,10 +17261,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17179,34 +17273,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr ""
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17216,7 +17310,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17224,7 +17318,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr ""
@@ -17232,7 +17326,7 @@ msgstr ""
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17241,7 +17335,7 @@ msgstr[0] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr ""
@@ -17249,7 +17343,7 @@ msgstr ""
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17259,12 +17353,12 @@ msgstr[0] ""
msgid "Trigger displaying options"
msgstr ""
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr ""
@@ -17304,24 +17398,24 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17331,12 +17425,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17344,18 +17438,18 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17363,15 +17457,15 @@ msgstr[0] ""
msgid "Trigger prototypes"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17379,11 +17473,11 @@ msgstr ""
msgid "Trigger severity"
msgstr ""
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17391,19 +17485,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17416,11 +17510,11 @@ msgstr ""
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr ""
@@ -17436,7 +17530,7 @@ msgstr ""
msgid "Tue"
msgstr ""
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr ""
@@ -17449,7 +17543,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr ""
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17469,7 +17563,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17481,21 +17575,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17528,18 +17622,18 @@ msgstr ""
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr ""
@@ -17556,8 +17650,8 @@ msgstr ""
msgid "UNKNOWN"
msgstr ""
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17567,11 +17661,11 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr ""
@@ -17617,7 +17711,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr ""
@@ -17701,10 +17795,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr ""
@@ -17726,7 +17820,7 @@ msgstr ""
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17745,18 +17839,18 @@ msgstr ""
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr ""
@@ -17782,15 +17876,15 @@ msgstr ""
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr ""
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr ""
@@ -17833,7 +17927,7 @@ msgstr ""
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr ""
@@ -17878,6 +17972,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -17914,28 +18013,29 @@ msgstr ""
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -17952,16 +18052,16 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr ""
@@ -18016,7 +18116,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18045,7 +18145,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr ""
@@ -18204,14 +18304,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr ""
@@ -18277,11 +18377,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr ""
@@ -18289,8 +18389,8 @@ msgstr ""
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18555,24 +18655,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18700,18 +18800,18 @@ msgstr ""
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18719,8 +18819,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18732,7 +18832,7 @@ msgstr ""
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18793,7 +18893,7 @@ msgstr ""
msgid "Visible name cannot be empty if host name is missing."
msgstr ""
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr ""
@@ -18805,22 +18905,22 @@ msgstr ""
msgid "Warning"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr ""
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18830,7 +18930,7 @@ msgstr ""
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr ""
@@ -18885,7 +18985,7 @@ msgstr[0] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -18903,7 +19003,7 @@ msgstr ""
msgid "Wed"
msgstr ""
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr ""
@@ -18916,7 +19016,7 @@ msgstr ""
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -18924,7 +19024,7 @@ msgstr ""
msgid "When active"
msgstr ""
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -18966,7 +19066,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19040,13 +19140,13 @@ msgstr ""
msgid "Wrong fields for time for service \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr ""
@@ -19054,8 +19154,8 @@ msgstr ""
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19088,10 +19188,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19182,7 +19282,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19201,20 +19301,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19226,7 +19326,7 @@ msgstr ""
msgid "Yes"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19237,7 +19337,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr ""
@@ -19292,7 +19392,7 @@ msgstr ""
msgid "You do not have permissions to create users."
msgstr ""
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19300,7 +19400,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19375,7 +19475,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr ""
@@ -19393,7 +19493,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19401,15 +19501,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr ""
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr ""
@@ -19418,6 +19518,7 @@ msgid "Zabbix trapper"
msgstr ""
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19431,51 +19532,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19488,8 +19594,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19497,29 +19603,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19561,6 +19667,10 @@ msgstr ""
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19572,23 +19682,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19598,7 +19708,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19606,11 +19716,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19659,11 +19769,11 @@ msgstr ""
msgid "avg"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19691,10 +19801,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19702,7 +19811,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19727,6 +19836,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19753,11 +19865,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19779,14 +19891,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19811,7 +19923,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19829,11 +19941,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19852,11 +19964,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr ""
@@ -19865,32 +19977,32 @@ msgstr ""
msgid "d.M"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr ""
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -19916,11 +20028,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -19959,7 +20071,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -19998,7 +20110,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20006,14 +20118,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20022,7 +20134,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr ""
@@ -20080,11 +20192,11 @@ msgstr ""
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20121,7 +20233,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20135,15 +20247,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20153,7 +20265,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20165,7 +20277,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20195,7 +20307,7 @@ msgstr ""
msgid "last"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20207,15 +20319,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20223,12 +20335,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr ""
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr ""
@@ -20258,7 +20370,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20282,7 +20394,7 @@ msgstr ""
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20309,12 +20421,12 @@ msgstr ""
msgid "min"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20347,27 +20459,27 @@ msgstr ""
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20377,7 +20489,7 @@ msgstr ""
msgid "no data"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20398,7 +20510,7 @@ msgstr ""
msgid "not selected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20406,8 +20518,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr ""
@@ -20455,7 +20567,7 @@ msgstr ""
msgid "on"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20471,11 +20583,11 @@ msgstr ""
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20486,11 +20598,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20507,12 +20619,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20529,7 +20641,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr ""
@@ -20578,6 +20690,7 @@ msgstr ""
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20592,15 +20705,15 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20608,10 +20721,10 @@ msgstr ""
msgid "show icon mappings"
msgstr ""
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr ""
@@ -20619,11 +20732,11 @@ msgstr ""
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20631,7 +20744,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20640,14 +20753,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20682,9 +20795,13 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20699,7 +20816,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20718,18 +20835,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20740,26 +20881,26 @@ msgstr ""
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20769,7 +20910,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20786,9 +20927,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20815,12 +20957,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20830,7 +20972,7 @@ msgstr ""
msgid "unknown"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20839,28 +20981,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20870,7 +21012,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr ""
@@ -20888,26 +21030,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -20935,9 +21080,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -20974,7 +21119,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr ""
diff --git a/ui/locale/ko/LC_MESSAGES/frontend.po b/ui/locale/ko/LC_MESSAGES/frontend.po
index 1ef2eca5724..fe691b76d22 100644
--- a/ui/locale/ko/LC_MESSAGES/frontend.po
+++ b/ui/locale/ko/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2018-12-04 06:16+0300\n"
"Last-Translator: JONGKWON <jkkim.photo@gmail.com>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" 로 지정해 주세요"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "\"host:key\"ì˜ íŽ˜ì–´ë¡œ 지정해 주십시오"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -77,7 +77,7 @@ msgid "%1$d day"
msgid_plural "%1$d days"
msgstr[0] "%1$d ì¼"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -154,8 +154,8 @@ msgstr[0] "메세지 %1$s건"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -167,7 +167,7 @@ msgid "%1$s of %2$s element in problem state"
msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "%2$s대 중 %1$sëŒ€ì˜ ìš”ì†Œì—ì„œ 장애발ìƒì¤‘"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -196,14 +196,14 @@ msgstr[0] "%1$s ì˜ ìž¬ì‹œë„ ê°€ëŠ¥"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s ì´ˆ"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -221,20 +221,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s 위젯"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$sì˜ ì‹¬ê°ë„는, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s는 ì½ê¸°ì „ìš© 입니다."
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -270,20 +270,20 @@ msgstr "(0 - 기본 ì•¡ì…˜ì„ ì‚¬ìš©)"
msgid "(Only super admins can create groups)"
msgstr "(최고관리ìžë§Œ ê·¸ë£¹ì„ ìž‘ì„±í•  수 있습니다)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(프ë¡ì‹œ ì—†ìŒ)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - 기본 í¬íŠ¸ 사용"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 ë˜ëŠ” 1"
@@ -359,11 +359,12 @@ msgid "ADD OVERRIDE"
msgstr "오버ë¼ì´ë“œ 추가"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "AND"
@@ -389,16 +390,16 @@ msgid_plural "Account is blocked for %1$s seconds."
msgstr[0] "어카운트가 %1$sì´ˆ 블ë¡ë˜ì—ˆìŠµë‹ˆë‹¤."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "ì¸ì§€"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "ì¸ì§€"
@@ -431,7 +432,7 @@ msgstr "ëŒ€ì‘ ì™„ë£Œëœ í•´ê²° ì´ë²¤íŠ¸"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -444,30 +445,30 @@ msgstr "ëŒ€ì‘ ì™„ë£Œëœ í•´ê²° ì´ë²¤íŠ¸"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -536,18 +537,18 @@ msgstr "ì•¡ì…˜ì„ ê°±ì‹ í•˜ì˜€ìŠµë‹ˆë‹¤"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "ì•¡ì…˜"
@@ -583,6 +584,9 @@ msgstr "종료시간"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -610,9 +614,6 @@ msgstr "종료시간"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -622,9 +623,9 @@ msgstr "종료시간"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -636,39 +637,40 @@ msgstr "종료시간"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -679,20 +681,20 @@ msgstr "종료시간"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -719,8 +721,8 @@ msgstr "종료시간"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "추가"
@@ -728,7 +730,7 @@ msgstr "추가"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "새로운 ìœ„ì ¯ì„ ì¶”ê°€"
@@ -736,7 +738,7 @@ msgstr "새로운 ìœ„ì ¯ì„ ì¶”ê°€"
msgid "Add child"
msgstr "하위 추가"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "하위 요소 추가"
@@ -748,7 +750,7 @@ msgstr "호스트 추가"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "ë³µìˆ˜ì˜ ë§µì„ ì¶”ê°€"
@@ -757,6 +759,7 @@ msgid "Add new data set"
msgstr "새로운 ë°ì´í„° ì…‹ì„ ì¶”ê°€"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -765,7 +768,7 @@ msgid "Add new override"
msgstr "새로운 오버ë¼ì´ë“œë¥¼ 추가"
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "í”„ë¡œí† íƒ€ìž…ì„ ì¶”ê°€"
@@ -786,11 +789,11 @@ msgstr "í˜¸ìŠ¤íŠ¸ê·¸ë£¹ì„ ì¶”ê°€"
msgid "Add to host groups"
msgstr "í˜¸ìŠ¤íŠ¸ê·¸ë£¹ì„ ì¶”ê°€"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "ìœ„ì ¯ì„ ì¶”ê°€"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -814,7 +817,7 @@ msgid "Age"
msgstr "경과시간"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "표시시간"
@@ -826,7 +829,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "ì—ì´ì „트"
@@ -885,7 +888,7 @@ msgstr "ê·¸ë¦¬ë“œì— ì •ë ¬í•˜ê¸°"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "모ë‘"
@@ -903,7 +906,7 @@ msgstr "모든 그룹"
msgid "All hosts"
msgstr "모든 호스트"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "모든 ë§í¬ëŠ” 반드시 \"ì´ë¦„\"ê³¼ \"URL\"ì„ ì„¤ì •í•  필요가 있습니다"
@@ -911,13 +914,13 @@ msgstr "모든 ë§í¬ëŠ” 반드시 \"ì´ë¦„\"ê³¼ \"URL\"ì„ ì„¤ì •í•  필요가
msgid "All maps"
msgstr "모든 맵"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "모든 장애"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "태그 ê°’ì´ ì¼ì¹˜í•˜ëŠ” 모든 장애"
@@ -937,48 +940,48 @@ msgstr "모든 태그"
msgid "All templates"
msgstr "모든 템플릿"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "수ë™ìœ¼ë¡œ í´ë¡œì¦ˆ 허가"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "í—ˆê°€ëœ í˜¸ìŠ¤íŠ¸"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "혹ì€, 수ë™ìœ¼ë¡œ ì¸ìŠ¤í†¨ 하실 수 있습니다:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "And"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -987,14 +990,14 @@ msgid "And/Or"
msgstr "And/Or"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1010,10 +1013,10 @@ msgstr "ì–´ë–¤ 문ìžì—´ì´ í¬í•¨ë¨"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1046,8 +1049,8 @@ msgid "Application error."
msgstr "어플리케ì´ì…˜ ì—러."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "어플리케ì´ì…˜ 프로토타입"
@@ -1070,15 +1073,15 @@ msgstr "applicationid \"%1$s\"ì˜ ì–´í”Œë¦¬ì¼€ì´ì…˜ì´ 없습니다."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1086,15 +1089,17 @@ msgstr "applicationid \"%1$s\"ì˜ ì–´í”Œë¦¬ì¼€ì´ì…˜ì´ 없습니다."
msgid "Applications"
msgstr "어플리케ì´ì…˜"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "ì ìš©"
@@ -1112,7 +1117,7 @@ msgstr "ë©”ì¸í„°ë„ŒìŠ¤ 중"
msgid "Apr"
msgstr "4ì›”"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "4ì›”"
@@ -1124,7 +1129,11 @@ msgstr "ì‹¤í–‰í•´ë„ ê´œì°®ìŠµë‹ˆê¹Œ?"
msgid "Are you sure you want to delete"
msgstr "ì •ë§ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "ì´ íŽ˜ì´ì§€ë¥¼ ì •ë§ë¡œ 나가시겠습니까?"
@@ -1140,12 +1149,12 @@ msgstr "ì—리어 타입"
msgid "Arithmetic"
msgstr "계산"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "하지 ì•ŠìŒ"
@@ -1253,7 +1262,7 @@ msgstr "ê°ì‚¬ 로그"
msgid "Aug"
msgstr "8ì›”"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "8ì›”"
@@ -1270,9 +1279,9 @@ msgstr ""
msgid "Authentication"
msgstr "ì¸ì¦"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "ì¸ì¦ 알고리즘"
@@ -1282,21 +1291,23 @@ msgid "Authentication failed: %1$s."
msgstr "ì¸ì¦ì— 실패하였습니다 : %1$s"
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "ì¸ì¦ ë°©ì‹"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "ì¸ì¦ 패스 프레ì´ì¦ˆ"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "ì¸ì¦ 프로토콜"
@@ -1335,9 +1346,9 @@ msgstr "ìžë™ 로그아웃"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "ìžë™"
@@ -1367,7 +1378,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "ìƒíƒœ"
@@ -1392,8 +1403,8 @@ msgstr "가벼운 장애"
msgid "Axes"
msgstr "축"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "ëŒì•„가기"
@@ -1447,16 +1458,16 @@ msgid "Blue"
msgstr "Blue"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "Body"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "Body와 Header"
@@ -1497,11 +1508,11 @@ msgstr ""
msgid "Bottom"
msgstr "아래쪽"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "앞면으로"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "가장 앞면으로"
@@ -1528,8 +1539,8 @@ msgstr "ì¦ëª…ì„œ"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "í´ë¡œì§•"
@@ -1549,7 +1560,7 @@ msgstr "CPUì˜ ë¶€í•˜ëŸ‰. float ê°’ì„ ë¦¬í„´"
msgid "CPU utilisation percentage. Returns float"
msgstr "CPU 사용률. float ê°’ì„ ë¦¬í„´"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1582,7 +1593,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "달력"
@@ -1590,7 +1601,7 @@ msgstr "달력"
msgid "Callback"
msgstr "콜백"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "삭제할 수 없습니다"
@@ -1616,10 +1627,10 @@ msgstr "삭제할 수 없습니다"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "취소"
@@ -1664,12 +1675,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "호스트ì—ì„œ í…œí”Œë¦¿ì— ì˜ì¡´ê´€ê³„는 작성할 수 없습니다."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "트리거 \"%1$s:%2$s\"ì—ì„œ 존재하지 않는 트리거 \"%3$s:%4$s\"ì— ì˜ì¡´ê´€ê³„는 추가할 수 없습니다."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "디스커버리 ê·œì¹™ì„ ì¶”ê°€í•  수 없습니다"
@@ -1693,7 +1704,7 @@ msgstr "ê·¸ë£¹ì„ ì¶”ê°€í•  수 없습니다."
msgid "Cannot add host"
msgstr "호스트를 추가할 수 없습니다"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "호스트 í”„ë¡œí† íƒ€ìž…ì„ ì¶”ê°€í•  수 없습니다"
@@ -1703,7 +1714,7 @@ msgstr "호스트 í”„ë¡œí† íƒ€ìž…ì„ ì¶”ê°€í•  수 없습니다"
msgid "Cannot add image"
msgstr "ì´ë¯¸ì§€ë¥¼ 추가할 수 없습니다"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "ì•„ì´í…œì„ 추가할 수 없습니다"
@@ -1712,7 +1723,7 @@ msgstr "ì•„ì´í…œì„ 추가할 수 없습니다"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "\"%2$s\"ì˜ ì•„ì´í…œ \"%1$s\"를 \"%4$s\"ì˜ ì–´í”Œë¦¬ì¼€ì´ì…˜ \"%3$s\"ì— ì¶”ê°€í•  수 없습니다."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "ì•„ì´í…œ í”„ë¡œí† íƒ€ìž…ì„ ì¶”ê°€í•  수 없습니다"
@@ -1794,11 +1805,11 @@ msgstr "ì„œë¸Œë§µì„ ì¶”ê°€í•  수 없습니다. 최대 ê³„ì¸µì— ë„달하였ìŠ
msgid "Cannot add template"
msgstr "í…œí”Œë¦¿ì„ ì¶”ê°€í•  수 없습니다"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "트리거를 추가할 수 없습니다"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì„ ì¶”ê°€í•  수 없습니다"
@@ -1821,11 +1832,11 @@ msgstr "ê°’ ë§¤í•‘ì„ ì¶”ê°€í•  수 없습니다"
msgid "Cannot add web scenario"
msgstr "Web시나리오를 추가할 수 없습니다"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "KIOSK 모드ì—서는 ìœ„ì ¯ì„ ì¶”ê°€í•  수 없습니다."
@@ -1842,11 +1853,11 @@ msgstr "LDAPì„œë²„ì— ë°”ì¸ë“œ í•  수 없습니다."
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "파ë¼ë¯¸í„° ì—†ì´ëŠ” 메소드 \"%1$s.%2$s\"를 불러올 수 없습니다."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "히스토리를 정리할 수 없습니다"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1854,7 +1865,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "그래프 í”„ë¡œí† íƒ€ìž…ì„ ë³µì œí•  수 없습니다."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "호스트 í”„ë¡œí† íƒ€ìž…ì„ ë³µì œí•  수 없습니다."
@@ -1877,7 +1888,7 @@ msgstr "장애를 í´ë¡œì¦ˆí•  수 없습니다 : %1$s."
msgid "Cannot connect to LDAP server."
msgstr "LDAPì„œë²„ì— ì ‘ì†í•  수 없습니다."
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "ë°ì´í„°ë² ì´ìŠ¤ì— ì ‘ì†í•  수 없습니다."
@@ -1890,22 +1901,22 @@ msgid "Cannot copy graph"
msgid_plural "Cannot copy graphs"
msgstr[0] "그래프를 복사할 수 없습니다"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "ì•„ì´í…œì„ 복사할 수 없습니다"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "트리거를 복사할 수 없습니다"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "ì¡°ê±´ì‹ì— ë³µìˆ˜ì˜ í˜¸ìŠ¤íŠ¸ê°€ ì´ìš©ë˜ê³  있기 때문ì—, 트리거 \"%1$s:%2$s\"를 복사할 수 없습니다."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "ë°œê²¬ëœ í˜¸ìŠ¤íŠ¸ \"%1$s\"ì— í˜¸ìŠ¤íŠ¸ í”„ë¡œí† íƒ€ìž…ì€ ìž‘ì„±í•  수 없습니다."
@@ -1943,7 +1954,7 @@ msgstr "ì‹ ê·œ 어플리케ì´ì…˜ì„ 작성할 수 없습니다. Web시나리오
msgid "Cannot create template."
msgstr "í…œí”Œë¦¿ì„ ìž‘ì„±í•  수 없습니다."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "설정 파ì¼ì„ 작성할 수 없습니다."
@@ -1985,11 +1996,11 @@ msgstr "ì˜ì¡´ê´€ê³„를 삭제할 수 없습니다"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "ë””ìŠ¤ì»¤ë²„ë¦¬ëœ ì–´í”Œë¦¬ì¼€ì´ì…˜ \"%1$s\"는 삭제할 수 없습니다."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "디스커버리 ê·œì¹™ì„ ì‚­ì œí•  수 없습니다"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "디스커버리 ê·œì¹™ì„ ì‚­ì œí•  수 없습니다"
@@ -2014,7 +2025,7 @@ msgid "Cannot delete group"
msgid_plural "Cannot delete groups"
msgstr[0] "ê·¸ë£¹ì„ ì‚­ì œí•  수 없습니다"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "호스트를 삭제할 수 없습니다"
@@ -2030,7 +2041,7 @@ msgid "Cannot delete host group because maintenance \"%1$s\" must contain at lea
msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" must contain at least one host or host group."
msgstr[0] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "호스트 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•  수 없습니다"
@@ -2046,19 +2057,19 @@ msgstr "ì´ë¯¸ì§€ë¥¼ 삭제할 수 없습니다"
msgid "Cannot delete inventory."
msgstr "ì¸ë²¤í† ë¦¬ë¥¼ 삭제할 수 없습니다."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "ì•„ì´í…œì„ 삭제할 수 없습니다"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "ì•„ì´í…œ í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•  수 없습니다"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "ì•„ì´í…œ í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•  수 없습니다"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "ì•„ì´í…œì„ 삭제할 수 없습니다"
@@ -2137,7 +2148,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "템플릿 호스트 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•  수 없습니다."
@@ -2168,19 +2179,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "í…œí”Œë¦¿ì˜ Web시나리오 \"%1$s\"ì„ ì‚­ì œí•  수 없습니다."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "트리거를 삭제할 수 없습니다"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•  수 없습니다"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "íŠ¸ë¦¬ê±°ì˜ í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•  수 없습니다"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "트리거를 삭제할 수 없습니다"
@@ -2213,18 +2224,18 @@ msgid "Cannot disable correlation"
msgid_plural "Cannot disable correlations"
msgstr[0] "ìƒê´€ê´€ê³„를 비활성화 í•  수 없습니다"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "디스커버리 ê·œì¹™ì„ ë¹„í™œì„±í™” í•  수 없습니다."
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "호스트를 비활성화 할 수 없습니다."
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "ì•„ì´í…œì„ 비활성화 í•  수 없습니다."
@@ -2240,7 +2251,7 @@ msgid "Cannot disable module: %1$s."
msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "트리거를 비활성화 할 수 없습니다"
@@ -2268,18 +2279,18 @@ msgid "Cannot enable correlation"
msgid_plural "Cannot enable correlations"
msgstr[0] "ìƒê´€ê´€ê³„를 활성화 í•  수 없습니다"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "디스커버리 ê·œì¹™ì„ í™œì„±í™” í•  수 없습니다."
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "호스트를 활성화 할 수 없습니다."
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "ì•„ì´í…œì„ 활성화 í•  수 없습니다."
@@ -2295,7 +2306,7 @@ msgid "Cannot enable module: %1$s."
msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "트리거를 활성화 할 수 없습니다."
@@ -2313,7 +2324,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "스í¬ë¦½íŠ¸ë¥¼ 실행할 수 없습니다"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "매í¬ë¡œë¥¼ 전개할 수 없습니다."
@@ -2474,7 +2485,7 @@ msgid "Cannot import template \"%1$s\", linked template \"%2$s\" does not exist.
msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not exist."
msgstr[0] "템플릿 \"%1$s\"를 가져올 수 없습니다. ë§í¬ë˜ì–´ 있는 템플릿 \"%2$s\"ê°€ 존재하지 않습니다."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "트리거 ì¡°ê±´ì‹ì„ 추가할 수 없습니다"
@@ -2580,7 +2591,7 @@ msgstr "ìœ„ì ¯ì„ ë³´ì¡´í•  수 없습니다 \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "커맨드를 송신할 수 없습니다. Zabbix서버 \"%1$s\"ì™€ì˜ ì ‘ì†ì„ 확ì¸í•´ 주십시오."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "리퀘스트를 송신할 수 없습니다"
@@ -2617,12 +2628,12 @@ msgstr "ì•„ì´í…œ\"%2$s\"ì— \"%1$s\"를 설정할 수 없습니다."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "템플릿 스í¬ë¦° \"%2$s\"ì— \"%1$s\"를 설정할 수 없습니다."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "트리거\"%2$s\"ì— \"%1$s\"를 설정할 수 없습니다."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "트리거 프로토타입 \"%2$s\"ì— \"%1$s\"를 설정할 수 없습니다."
@@ -2652,7 +2663,7 @@ msgstr "스í¬ë¦°ì˜ ìš”ì†Œì˜ ë¦¬ì†ŒìŠ¤ID를 설정할 수 없습니다."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2713,22 +2724,22 @@ msgstr "그래프 프로토타입 \"%2$s\"ì˜ \"%1$s\"ì„ ê°±ì‹ í•  수 없습ë‹
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "ì•„ì´í…œ \"%2$s\"ì˜ \"%1$s\"를 갱신할 수 없습니다."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "템플릿 트리거 \"%2$s\"ì˜ \"%1$s\"를 갱신할 수 없습니다."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "í…œí”Œë¦¿ì˜ íŠ¸ë¦¬ê±° 프로토타입 \"%2$s\"ì˜ \"%1$s\"를 갱신할 수 없습니다."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "트리거 \"%2$s\"ì˜ \"%1$s\"를 갱신할 수 없습니다."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "트리거 프로토타입 \"%2$s\"ì˜ \"%1$s\"를 갱신할 수 없습니다."
@@ -2743,7 +2754,7 @@ msgstr "디스커버리 ëœ í˜¸ìŠ¤íŠ¸ \"%1$s\" ì˜\"%2$s\"를 갱신할 수 ì—†ì
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "디스커버리 ëœ ì•„ì´í…œ \"%1$s\"ì˜ \"%2$s\"를 갱신할 수 없습니다"
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2812,7 +2823,7 @@ msgstr "ìƒê´€ê´€ê³„를 갱신할 수 없습니다"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "ë°œê²¬ëœ ì–´í”Œë¦¬ì¼€ì´ì…˜ \"%1$s\"를 갱신할 수 없습니다."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "디스커버리 ê·œì¹™ì„ ê°±ì‹ í•  수 없습니다"
@@ -2848,7 +2859,7 @@ msgstr "호스트를 갱신할 수 없습니다"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "í˜¸ìŠ¤íŠ¸ì˜ ì•”í˜¸í™” ì„¤ì •ì„ ê°±ì‹ í•  수 없습니다. ì–‘ ì¸¡ì˜ ì ‘ì†ì„¤ì •ì„ 확ì¸í•  필요가 있습니다."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "호스트 í”„ë¡œí† íƒ€ìž…ì„ ê°±ì‹ í•  수 없습니다"
@@ -2872,20 +2883,20 @@ msgstr "ì´ë¯¸ì§€ë¥¼ 갱신할 수 없습니다"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "ë°œê²¬ëœ í˜¸ìŠ¤íŠ¸ \"%1$s\"ì˜ ì¸í„°íŽ˜ì´ìŠ¤ë¥¼ 갱신할 수 없습니다"
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "ì•„ì´í…œì„ 갱신할 수 없습니다"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "ì•„ì´í…œì˜ í”„ë¡œí† íƒ€ìž…ì„ ê°±ì‹ í•  수 없습니다"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "ì•„ì´í…œì„ 갱신할 수 없습니다"
@@ -2968,27 +2979,27 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "ë°œê²¬ëœ í˜¸ìŠ¤íŠ¸ \"%1$s\"ì˜ í…œí”Œë¦¿ì„ ê°±ì‹ í•  수 없습니다."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "트리거를 갱신할 수 없습니다"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "트리거 \"%1$s\"ì„ ê°±ì‹ í•  수 없습니다: %2$s"
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "트리거 í”„ë¡œí† íƒ€ìž…ì„ ê°±ì‹ í•  수 없습니다"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "트리거 프로토타입 \"%1$s\"ì„ ê°±ì‹ í•  수 없습니다: %2$s"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì„ ê°±ì‹ í•  수 없습니다"
@@ -3044,12 +3055,12 @@ msgstr "중앙"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "ì¸ì¦ì„œ"
@@ -3093,10 +3104,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "문ìž"
@@ -3123,7 +3134,7 @@ msgstr "섀시 ì •ë³´. string ê°’ì„ ë¦¬í„´."
msgid "Check already exists."
msgstr "ì´ë¯¸ 존재합니다"
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "ì¡°ê±´ì‹ \"%1$s\" ì—ì„œ ì‹œìž‘ëœ ë¶€ë¶„ì„ í™•ì¸í•´ 주십시오."
@@ -3141,7 +3152,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "ì „ì œì¡°ê±´ì˜ ì²´í¬"
@@ -3246,8 +3257,8 @@ msgid "Clear history"
msgstr "히스토리를 삭제"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "히스토리와 트렌드를 삭제"
@@ -3256,11 +3267,11 @@ msgstr "히스토리와 트렌드를 삭제"
msgid "Clear when unlinking"
msgstr "ë§í¬ 삭제시 í´ë¦¬ì–´"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3279,20 +3290,20 @@ msgstr "ì‹œê°"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "복제"
@@ -3300,15 +3311,15 @@ msgstr "복제"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "닫기"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "ì¡°ê±´ì‹ ë¹Œë”를 닫는다"
@@ -3327,8 +3338,8 @@ msgid "Close problem"
msgstr "ìž¥ì• ì˜ í´ë¡œì¦ˆ"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "축소"
@@ -3345,7 +3356,7 @@ msgstr ""
msgid "Colour"
msgstr "색"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "색 \"%1$s\"ì˜ ì„¤ì •ì´ ì˜¬ë°”ë¥´ì§€ 않습니다 : 16ì§„ìˆ˜ì˜ ì»¬ëŸ¬ì½”ë“œë¥¼ 지정해주십시오 (6문ìž)."
@@ -3396,7 +3407,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "컴팩트 뷰"
@@ -3430,7 +3441,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "ë™ì‹œ ì„¸ì…˜ì˜ ìˆ«ìž"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "ì¡°ê±´"
@@ -3489,7 +3500,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "ìƒê´€ê´€ê³„ \"%1$s\"ì˜ ì‹¤í–‰ì¡°ê±´ì´ ì¤‘ë³µë˜ì–´ 있습니다."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "설정"
@@ -3497,7 +3508,7 @@ msgstr "설정"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "설정한 ìºì‰¬ì˜ 통계. cache - buffer (mode: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "설정 íŒŒì¼ \"%1$s\"를 작성하였습니다."
@@ -3661,7 +3672,7 @@ msgid "Configuration updated"
msgstr "ì„¤ì •ì„ ê°±ì‹ í•˜ì˜€ìŠµë‹ˆë‹¤"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "DBì ‘ì† ì„¤ì •"
@@ -3669,7 +3680,7 @@ msgstr "DBì ‘ì† ì„¤ì •"
msgid "Confirmation text"
msgstr "í™•ì¸ í…스트"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "축하합니다! Zabbix frontend 설치가 종료ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -3725,7 +3736,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3733,9 +3744,9 @@ msgstr ""
msgid "Connections"
msgstr "ì ‘ì†"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "호스트ì—ì„œ ì ‘ì†"
@@ -3743,9 +3754,9 @@ msgstr "호스트ì—ì„œ ì ‘ì†"
msgid "Connections from proxy"
msgstr "프ë¡ì‹œì—ì„œ ì ‘ì†"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "í˜¸ìŠ¤íŠ¸ì— ì ‘ì†"
@@ -3762,10 +3773,10 @@ msgstr "맵 편집"
msgid "Contact"
msgstr "ì—°ë½ì²˜"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3796,10 +3807,10 @@ msgstr "í¬í•¨"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3839,8 +3850,9 @@ msgstr ""
msgid "Content menu"
msgstr "컨í…츠 메뉴"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "컨í…스트 ì´ë¦„"
@@ -3852,8 +3864,8 @@ msgstr ""
msgid "Contract number"
msgstr "계약번호"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "JSON변환"
@@ -3865,8 +3877,8 @@ msgstr "좌표"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "복사"
@@ -3920,7 +3932,7 @@ msgstr "ìƒê´€ê´€ê³„를 갱신하였습니다"
msgid "Could not save image!"
msgstr "ì´ë¯¸ì§€ë¥¼ 보존하지 못했습니다!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "회"
@@ -3966,11 +3978,11 @@ msgstr "ìƒê´€ê´€ê³„ì˜ ìž‘ì„±"
msgid "Create dashboard"
msgstr "ëŒ€ì‹œë³´ë“œì˜ ìž‘ì„±"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "ì˜ì¡´ ì•„ì´í…œì˜ 작성"
@@ -3990,14 +4002,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4076,7 +4088,7 @@ msgstr "맵 작성"
msgid "Create media type"
msgstr "ì—°ë½ ë°©ë²• 작성"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "새 작성"
@@ -4100,7 +4112,7 @@ msgstr "슬ë¼ì´ë“œ 쇼 작성"
msgid "Create template"
msgstr "템플릿 작성"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "트리거 작성"
@@ -4153,11 +4165,12 @@ msgstr "í¬ë¦¬í‹°ì»¬"
msgid "Current host"
msgstr "현재 호스트"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "현재 값"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "커스텀"
@@ -4165,7 +4178,7 @@ msgstr "커스텀"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "커스텀 ì¡°ê±´ì‹"
@@ -4174,11 +4187,11 @@ msgid "Custom graphs"
msgstr "커스텀 그래프"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "갱신 간격(intervals) 커스터마ì´ì¦ˆ"
@@ -4200,7 +4213,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "승수"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4239,11 +4252,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4351,16 +4365,16 @@ msgstr "ë°ì´í„° ì…‹"
msgid "Data storage period"
msgstr "ë°ì´í„° 보존기간"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4368,32 +4382,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "ë°ì´í„°ë² ì´ìŠ¤ 호스트"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4401,35 +4415,35 @@ msgstr ""
msgid "Database monitor"
msgstr "ë°ì´í„°ë² ì´ìŠ¤ 모니터"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "ë°ì´í„°ë² ì´ìŠ¤ ì´ë¦„"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "ë°ì´í„°ë² ì´ìŠ¤ 패스워드"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "ë°ì´í„°ë² ì´ìŠ¤ í¬íŠ¸"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "ë°ì´í„°ë² ì´ìŠ¤ 스키마"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "ë°ì´í„°ë² ì´ìŠ¤ 서버"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "ë°ì´í„°ë² ì´ìŠ¤ 타입"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "ë°ì´í„°ë² ì´ìŠ¤ 유저"
@@ -4458,7 +4472,7 @@ msgstr "하드웨어 구입ì¼"
msgid "Day"
msgstr "ì¼"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "그저께"
@@ -4477,7 +4491,7 @@ msgstr "ìš”ì¼"
msgid "Days"
msgstr "ì¼"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "디버그"
@@ -4491,7 +4505,7 @@ msgstr "디버그 모드"
msgid "Dec"
msgstr "12ì›”"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "12ì›”"
@@ -4501,7 +4515,7 @@ msgstr "12ì›”"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "ë””í´íŠ¸"
@@ -4518,7 +4532,7 @@ msgid "Default host inventory mode"
msgstr "기본 호스트 ì¸ë²¤í† ë¦¬ 모드"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4535,18 +4549,18 @@ msgid "Default operation step duration"
msgstr "ë””í´íŠ¸ ì•¡ì…˜ 실행 스í…ì˜ ê°„ê²©"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "ë””í´íŠ¸ 테마"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4575,7 +4589,8 @@ msgstr "연장 시간"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4596,8 +4611,8 @@ msgstr "연장 시간"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "삭제"
@@ -4630,19 +4645,19 @@ msgstr "현재 ì•¡ì…˜ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
msgid "Delete current correlation?"
msgstr "í˜„ìž¬ì˜ ìƒê´€ê´€ê³„를 삭제하시겠습니다?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "대시보드를 삭제하시겠습니까?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "디스커버리 규칙를 삭제하시겠습니까?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "ì¡°ê±´ì‹ë¥¼ 삭제하시겠습니까?"
@@ -4666,15 +4681,15 @@ msgstr "ì„ íƒí•œ Webì‹œë‚˜ë¦¬ì˜¤ì˜ ížˆìŠ¤í† ë¦¬ë¥¼ 삭제하시겠습니까?"
msgid "Delete icon map?"
msgstr "ì•„ì´ì½˜ 매핑를 삭제하시겠습니까?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "ì•„ì´í…œ í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "ì•„ì´í…œë¥¼ 삭제하시겠습니까?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "ì„ íƒí•œ ìš”ì†Œê°„ì˜ ë§í¬ë¥¼ 삭제하시겠습니까?"
@@ -4718,7 +4733,7 @@ msgstr "ì„ íƒí•œ 어플리케ì´ì…˜ì„ 삭제하시겠습니까?"
msgid "Delete selected correlations?"
msgstr "ì„ íƒí•œ ìƒê´€ê´€ê³„를 삭제하시겠습니까?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "ì„ íƒí•œ 대시보드를 삭제하시겠습니까?"
@@ -4727,7 +4742,7 @@ msgstr "ì„ íƒí•œ 대시보드를 삭제하시겠습니까?"
msgid "Delete selected discovery rules?"
msgstr "ì„ íƒí•œ 디스커버리 규칙를 삭제하시겠습니까?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "ì„ íƒí•œ 요소를 삭제하시겠습니까?"
@@ -4752,7 +4767,7 @@ msgstr "ì„ íƒí•œ ê·¸ë£¹ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
msgid "Delete selected host groups?"
msgstr "ì„ íƒí•œ 호스트 그룹를 삭제하시겠습니까?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "ì„ íƒí•œ 호스트 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
@@ -4760,7 +4775,7 @@ msgstr "ì„ íƒí•œ 호스트 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
msgid "Delete selected host prototypes?"
msgstr "ì„ íƒí•œ 호스트 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "ì„ íƒí•œ 호스트를 삭제하시겠습니까?"
@@ -4812,7 +4827,7 @@ msgstr "ì„ íƒí•œ 스í¬ë¦°ë¥¼ 삭제하시겠습니까?"
msgid "Delete selected scripts?"
msgstr "ì„ íƒí•œ 스í¬ë¦½íŠ¸ë¥¼ 삭제하시겠습니까?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "ì„ íƒí•œ ë„í˜•ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
@@ -4871,11 +4886,11 @@ msgstr "슬ë¼ì´ë“œ 쇼를 삭제하시겠습니까?"
msgid "Delete template?"
msgstr "í…œí”Œë¦¿ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "트리거를 삭제하시겠습니까?"
@@ -4888,7 +4903,7 @@ msgstr "Web시나리오를 삭제하시겠습니까?"
msgid "Deleted: Host \"%1$s\"."
msgstr "삭제: 호스트\"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "삭제: \"%2$s\" 호스트 프로토타입\"%1$s\"."
@@ -4909,16 +4924,16 @@ msgid "Deny"
msgstr "거부"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "ì˜ì¡´ê´€ê³„"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "ì˜ì¡´ì²˜"
@@ -4926,7 +4941,7 @@ msgstr "ì˜ì¡´ì²˜"
msgid "Dependent item"
msgstr "ì˜ì¡´ ì•„ì´í…œ"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -4945,29 +4960,29 @@ msgstr "ë°°í¬ìƒíƒœ"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "ì´ë¦„"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5100,7 +5115,8 @@ msgstr "ì„ íƒí•œ 트리거를 비활성으로 하시겠습니까?"
msgid "Disable selected web scenarios?"
msgstr "ì„ íƒí•œ Web시나리오를 비활성으로 하시겠습니까?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5113,22 +5129,21 @@ msgstr "ì„ íƒí•œ Web시나리오를 비활성으로 하시겠습니까?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "비활성"
@@ -5145,7 +5160,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5153,12 +5168,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5259,26 +5274,26 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "디스커버리 규칙 \"%1$s\"는 \"%2$s\" 액션내ì—ì„œ 사용ë˜ê³  있습니다."
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "디스커버리 ê·œì¹™ì„ ìž‘ì„±í•˜ì˜€ìŠµë‹ˆë‹¤"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "디스커버리 ê·œì¹™ì„ ì‚­ì œí•˜ì˜€ìŠµë‹ˆë‹¤"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "디스커버리 ê·œì¹™ì„ ë¹„í™œì„±í™” 하였습니다."
# Japanese check (Discovery tool?)
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "디스커버리 ê·œì¹™ì„ í™œì„±í™” 하였습니다."
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "디스커버리 ê·œì¹™ì„ ê°±ì‹ í•˜ì˜€ìŠµë‹ˆë‹¤"
@@ -5288,13 +5303,13 @@ msgstr "디스커버리 ê·œì¹™ì„ ê°±ì‹ í•˜ì˜€ìŠµë‹ˆë‹¤"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "디스커버리 규칙"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "디스커버리 ê·œì¹™ì„ ì‚­ì œí•˜ì˜€ìŠµë‹ˆë‹¤"
@@ -5337,7 +5352,7 @@ msgstr "누계 그래프 표시"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "%2$s 중 %1$sê±´ì„ í‘œì‹œí•˜ê³  있습니다"
@@ -5356,22 +5371,22 @@ msgid "Do not calculate"
msgstr "계산 안함"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "ì¡°ê±´ì‹ì„ 치환하시겠습니까?"
@@ -5394,11 +5409,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Down"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "설정 íŒŒì¼ ë‹¤ìš´ë¡œë“œ"
@@ -5478,12 +5493,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5512,10 +5527,10 @@ msgstr "맵 \"%2$s\"를 위한 유저 그룹 ë‚´ì˜ usrgrpid \"%1$s\"ê°€ 중복ë
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "스í¬ë¦° \"%2$s\"ì„ ìœ„í•œ 유저그룹 ë‚´ì˜ usrgrpid \"%1$s\"ê°€ 중복ë˜ì—ˆìŠµë‹ˆë‹¤."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "기간"
@@ -5535,7 +5550,7 @@ msgstr "다ì´ë‚´ë¯¹ ì•„ì´í…œ"
msgid "Dynamic items"
msgstr "다ì´ë‚˜ë¯¹ ì•„ì´í…œ"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "ê°URLì˜ ì´ë¦„ì€ ì¤‘ë³µë  ìˆ˜ 없습니다. ê°™ì€ URL ì´ë¦„ì´ ì´ìš©ë˜ì§€ 않는지 확ì¸í•´ 주세요"
@@ -5550,15 +5565,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "편집"
@@ -5582,15 +5597,15 @@ msgstr "스í¬ë¦° 변경"
msgid "Edit slide show"
msgstr "슬ë¼ì´ë“œ 쇼 변경"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "트리 ìš”ì†Œì˜ ë³€ê²½"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "íŠ¸ë¦¬ê±°ì˜ ë³€ê²½"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "ìœ„ì ¯ì˜ ë³€ê²½"
@@ -5686,7 +5701,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5856,15 +5871,16 @@ msgstr "ì„ íƒí•œ 트리거를 활성화 하시겠습니까?"
msgid "Enable selected web scenarios?"
msgstr "ì„ íƒí•œ Web시나리오를 활성화 하시겠습니까?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "íŠ¸ëž˜í•‘ì˜ í™œì„±í™”"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5880,13 +5896,12 @@ msgstr "íŠ¸ëž˜í•‘ì˜ í™œì„±í™”"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5895,13 +5910,13 @@ msgstr "íŠ¸ëž˜í•‘ì˜ í™œì„±í™”"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "활성"
@@ -5911,9 +5926,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "암호화"
@@ -5921,7 +5936,7 @@ msgstr "암호화"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -5933,10 +5948,10 @@ msgstr "ì˜ì–´ (en_GB)"
msgid "English (en_US)"
msgstr "ì˜ì–´ (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -5963,7 +5978,7 @@ msgstr "ì—러"
msgid "Error in search request for table \"%1$s\"."
msgstr "í…Œì´ë¸” \"%1$s\"ì˜ ê²€ìƒ‰ 리퀘스트를 실패하였습니다."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "ì—러 메세지"
@@ -5998,7 +6013,7 @@ msgstr "ì´ë²¤íŠ¸ ìƒê´€ê´€ê³„ 규칙"
msgid "Event details"
msgstr "ì´ë²¤íŠ¸ 세부 ë‚´ìš©"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "ì´ë²¤íŠ¸ ìƒì„±"
@@ -6018,6 +6033,12 @@ msgstr "ì´ë²¤íŠ¸ë¦¬ìŠ¤íŠ¸ [최근20]"
msgid "Event log monitoring. Returns log"
msgstr "ì´ë²¤íŠ¸ ë¡œê·¸ì˜ ê°ì‹œ. 로그 ê°’ì„ ë¦¬í„´."
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "ì´ë²¤íŠ¸ íƒœê·¸ì˜ ì§"
@@ -6047,7 +6068,7 @@ msgstr "반복 기간(주)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "í¬í•¨í•˜ì§€ ì•ŠìŒ"
@@ -6058,7 +6079,7 @@ msgstr "í¬í•¨í•˜ì§€ ì•ŠìŒ"
msgid "Exclude host groups"
msgstr "제외할 호스트그룹"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "실행"
@@ -6076,9 +6097,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "WMI쿼리를 실행하여 처ìŒì˜ 검색결과를 리턴. ë¦¬í€˜ìŠ¤íŠ¸ì— ì‘답한 integer, float, string, í˜¹ì€ text를 리턴."
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6096,19 +6117,19 @@ msgid "Executed"
msgstr "실행"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "실행 스í¬ë¦½íŠ¸"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "실행 확ì¸"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "전개"
@@ -6148,7 +6169,7 @@ msgstr "내보내기"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "CSV 내보내기"
@@ -6156,21 +6177,21 @@ msgstr "CSV 내보내기"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "ì¡°ê±´ì‹"
@@ -6183,15 +6204,15 @@ msgstr "ì¡°ê±´ì‹ì˜ 변수요소"
msgid "Expression cannot be empty"
msgstr "ì¡°ê±´ì‹ì€ 필수 파ë¼ë¯¸í„°ìž…니다"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "ì¡°ê±´ì‹ ë¹Œë”"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "ì¡°ê±´ì‹ì˜ syntax ì—러."
@@ -6210,7 +6231,7 @@ msgstr "ì¡°ê±´ì‹"
msgid "External check"
msgstr "외부 검사"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "F"
@@ -6224,7 +6245,7 @@ msgstr "ì •ìƒ"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "실패"
@@ -6274,7 +6295,7 @@ msgstr "ì¦ê²¨ì°¾ê¸°ì˜ 스í¬ë¦°"
msgid "Feb"
msgstr "2ì›”"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "2ì›”"
@@ -6287,7 +6308,7 @@ msgstr "항목"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "항목 \"%1$s\"는 NULL로 설정할 수 없습니다."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6296,7 +6317,7 @@ msgstr "항목 \"%1$s\"는 NULL로 설정할 수 없습니다."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6416,9 +6437,7 @@ msgstr "ë©´"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6445,9 +6464,13 @@ msgstr "ë©´"
msgid "Filter"
msgstr "í•„í„°"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "í•„í„°"
@@ -6466,7 +6489,7 @@ msgstr "파ì¼ë‚´ì˜ 문ìžì—´ 검색. ì¼ì¹˜í•˜ëŠ” 문ìžì—´ì„ í¬í•¨í•œ í–‰ì
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Web페ì´ì§€ ìƒì˜ 문ìžì—´ 검색. ì¼ì¹˜í•˜ëŠ” 문ìžì—´ì´ë‚˜ output 파ë¼ë¯¸í„°ë¡œ 지정한 ê²ƒì„ ë¦¬í„´."
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "종료"
@@ -6479,8 +6502,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "첫번째"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Fit"
@@ -6494,12 +6517,12 @@ msgid "Fixed"
msgstr "ê³ ì •"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6507,9 +6530,9 @@ msgid "Flexible"
msgstr "예외 설정"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "리다ì´ë ‰íŠ¸ë¥¼ ë”°ë¼ê°„다"
@@ -6531,8 +6554,8 @@ msgstr "í°íŠ¸ 사ì´ì¦ˆ"
msgid "Form data"
msgstr "í¼ ë°ì´í„°"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "ì‹"
@@ -6559,11 +6582,13 @@ msgstr "프랑스어 (fr_FR)"
msgid "Fri"
msgstr "금"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "금"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6583,12 +6608,12 @@ msgstr "Web ì¸í„°íŽ˜ì´ìŠ¤ì— 액세스"
msgid "Frontend messaging"
msgstr "Web ì¸í„°íŽ˜ì´ìŠ¤ 알림 표시"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr "전부"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6623,7 +6648,7 @@ msgid "GUI access disabled."
msgstr "GUI 액세스를 비활성 하였습니다"
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6649,21 +6674,21 @@ msgstr "ë…ì¼ì–´ (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Web페ì´ì§€ 콘í…츠 습ë“. textë¡œ Web페ì´ì§€ 소스를 리턴."
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "설정한 ì¡°ê±´ì‹ì€ 매í¬ë¡œê°€ 아닙니다"
@@ -6689,7 +6714,7 @@ msgstr "글로벌 값"
msgid "Go back to %1$s"
msgstr "%1$sì— ëŒì•„ê°"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "ë‹¤ìŒ íŽ˜ì´ì§€ë¡œ ì´ë™"
@@ -6737,8 +6762,8 @@ msgstr "ê·¸ë¼ë°ì´ì…˜ ë¼ì¸"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6869,7 +6894,7 @@ msgstr "ID \"%1$s\"ì˜ ê·¸ëž˜í”„ì˜ í”„ë¡œí† íƒ€ìž…ì€ ì‚¬ìš©í•  수 없습니ë‹
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "그래프 프로토타입"
@@ -6913,9 +6938,9 @@ msgid "Graph with same name but other type exist."
msgstr "ê°™ì€ ì´ë¦„ì— ë‹¤ë¥¸ íƒ€ìž…ì˜ ê·¸ëž˜í”„ê°€ 존재합니다."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6925,7 +6950,7 @@ msgstr "ê°™ì€ ì´ë¦„ì— ë‹¤ë¥¸ íƒ€ìž…ì˜ ê·¸ëž˜í”„ê°€ 존재합니다."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -6933,7 +6958,7 @@ msgstr "ê°™ì€ ì´ë¦„ì— ë‹¤ë¥¸ íƒ€ìž…ì˜ ê·¸ëž˜í”„ê°€ 존재합니다."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "그래프"
@@ -7001,12 +7026,12 @@ msgstr "디스커버리ì—ì„œ 발견한 호스트 그룹"
msgid "Group name"
msgstr "그룹 ì´ë¦„"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "그룹 í”„ë¡œí† íƒ€ìž…ì— ë°œê²¬ëœ í˜¸ìŠ¤íŠ¸ìš©ì˜ ê·¸ë£¹ \"%1$s\"ì„ì´ìš©í•˜ëŠ” ê²ƒì€ í•  수 없습니다."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "그룹 프로토타입"
@@ -7021,8 +7046,8 @@ msgstr "다ìŒì— ì˜í•œ 그루핑"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7054,10 +7079,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "HTTP ì—ì´ì „트"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP ì¸ì¦"
@@ -7065,11 +7090,11 @@ msgstr "HTTP ì¸ì¦"
msgid "HTTP login form"
msgstr "HTTPì˜ ë¡œê·¸ì¸ í™”ë©´"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP 프ë¡ì‹œ"
@@ -7098,20 +7123,20 @@ msgstr "하드웨어 (전체설명)"
msgid "Hardware sensor reading. Returns float"
msgstr "하드웨어 센서 ì½ê¸°. float를 리턴."
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "í—¤ë”"
@@ -7144,11 +7169,11 @@ msgstr "ë„움ë§"
msgid "Hexadecimal to decimal"
msgstr "16진수ì—ì„œ 10진수로"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "표시하지 ì•ŠìŒ"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "디버그를 ê°ì¶”기"
@@ -7185,23 +7210,23 @@ msgstr "High-contrast dark"
msgid "High-contrast light"
msgstr "High-contrast light"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "í–‰ì„ ê°•ì¡°í‘œì‹œ"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "ì´ë ¥"
@@ -7209,17 +7234,17 @@ msgstr "ì´ë ¥"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "ì´ë ¥ì´ ì‚­ì œë˜ì—ˆìŠµë‹ˆë‹¤"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "ì´ë ¥ ì‚­ì œì— ì‹œê°„ì´ ê±¸ë¦´ ìˆ˜ë„ ìžˆìŠµë‹ˆë‹¤. 계ì†í•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
@@ -7233,13 +7258,17 @@ msgstr "ì´ë²¤íŠ¸ ì´ë ¥"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "히스토리 보존 기간"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7264,26 +7293,26 @@ msgstr "가로 위치"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7295,8 +7324,8 @@ msgstr "가로 위치"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "호스트"
@@ -7337,8 +7366,7 @@ msgstr "호스트 ì ‘ì†"
msgid "Host added"
msgstr "호스트를 추가하였습니다"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7355,18 +7383,18 @@ msgstr "í˜¸ìŠ¤íŠ¸ì— ê°™ì€ íƒ€ìž…ì˜ ê¸°ë³¸ ì¸í„°íŽ˜ì´ìŠ¤ëŠ” 2ê°œ ì´ìƒ 설ì
msgid "Host count"
msgstr "호스트 수"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "호스트를 삭제하였습니다"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "호스트를 비활성화 하였습니다"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "호스트를 활성화 하였습니다"
@@ -7386,7 +7414,7 @@ msgstr[0] "호스트를 활성화 하였습니다"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "호스트 그룹"
@@ -7432,11 +7460,11 @@ msgstr "ID \"%1$s\"ì˜ í˜¸ìŠ¤íŠ¸ê·¸ë£¹ì€ ì‚¬ìš©í•  수 없습니다."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7473,17 +7501,17 @@ msgstr "호스트 그룹"
msgid "Host info"
msgstr "호스트 정보"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "호스트 ì¸í„°íŽ˜ì´ìŠ¤"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7504,7 +7532,7 @@ msgstr "호스트 장애"
msgid "Host label type"
msgstr "í˜¸ìŠ¤íŠ¸ì˜ ë¼ë²¨ 타입"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "호스트 매í¬ë¡œ"
@@ -7531,52 +7559,56 @@ msgstr "호스트 네트워í¬"
msgid "Host prototype"
msgstr "호스트 프로토타입"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "호스트 프로토타입 \"%1$s\"는 \"%2$s\"ì— ì´ë¯¸ 존재하고 있습니다. (다른 템플릿ì—ì„œ 계승)"
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "호스트 프로토타입 \"%1$s\"는 \"%2$s\"ì— ì´ë¯¸ 존재하고 있습니다."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "호스트 í”„ë¡œí† íƒ€ìž…ì„ ì¶”ê°€í•˜ì˜€ìŠµë‹ˆë‹¤."
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "호스트 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì˜€ìŠµë‹ˆë‹¤."
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] " 호스트 í”„ë¡œí† íƒ€ìž…ì„ ê°±ì‹ í•˜ì˜€ìŠµë‹ˆë‹¤"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "호스트명 \"%1$s\"를 가진 호스트 í”„ë¡œí† íƒ€ìž…ì€ ë””ìŠ¤ì»¤ë²„ë¦¬ 규칙 \"%2$s\"ì— ì´ë¯¸ 존재합니다."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "í˜¸ìŠ¤íŠ¸ì˜ í‘œì‹œëª… \"%1$s\"를 가진 호스트 í”„ë¡œí† íƒ€ìž…ì€ ë””ìŠ¤ì»¤ë²„ë¦¬ 규칙 \"%2$s\"ì— ì´ë¯¸ 존재합니다."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "호스트 프로토타입"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "호스트 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì˜€ìŠµë‹ˆë‹¤"
@@ -7625,17 +7657,17 @@ msgstr "ê°™ì€ í˜¸ìŠ¤íŠ¸ ì´ë¦„\"%1$s\"를 지닌 호스트가 ì´ë¯¸ 존재합ë
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "ê°™ì€ í˜¸ìŠ¤íŠ¸ì˜ í‘œì‹œ ì´ë¦„ \"%1$s\"를 지닌 호스트가 ì´ë¯¸ 존재합니다."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7711,7 +7743,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7746,10 +7778,10 @@ msgstr "IPì£¼ì†Œì˜ ë²”ìœ„ \"%1$s\"ê°€ 주소제한 \"%2$s\"ì„ ì´ˆê³¼í•©ë‹ˆë‹¤.
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7766,9 +7798,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "IPMI스í¬ë¦½íŠ¸ëŠ” 서버ì—서만 실행가능합니다."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI센서"
@@ -7885,7 +7917,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "ì´ë¯¸ì§€"
@@ -7993,7 +8025,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "접근할 수 없는 그룹"
@@ -8009,9 +8041,9 @@ msgstr "접근할 수 없는 ì•„ì´í…œ"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8024,11 +8056,11 @@ msgstr "접근할 수 없는 맵"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "접근할 수 없는 템플릿"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "ì ‘ì†ì´ 안ë˜ëŠ” 트리거"
@@ -8041,7 +8073,7 @@ msgstr "ì ‘ì†ì´ 안ë˜ëŠ” 트리거"
msgid "Inaccessible user"
msgstr "ì ‘ì†í•  수 없는 유저"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "í¬í•¨"
@@ -8309,8 +8341,8 @@ msgstr "ì„¤ì •í•­ëª©ì´ ìž˜ëª»ë˜ì–´ 있습니다."
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8451,9 +8483,9 @@ msgstr "í…Œì´ë¸” \"%2$s\"ì— where 스테ì´íŠ¸ë¨¼íŠ¸ì˜ í•„ë“œ \"%1$s\"ì˜ ì´
msgid "Incorrect fields for sysmap."
msgstr "ë§µì˜ ì„¤ì •ì´ ì˜¬ë°”ë¥´ì§€ 않습니다."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8506,7 +8538,7 @@ msgstr "ì•¡ì…˜ \"%1$s\"ì˜ í•„í„° ì¡°ê±´íƒ€ìž…ì´ ì˜¬ë°”ë¥´ì§€ 않습니다."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "ìž˜ëª»ëœ í•¨ìˆ˜ê°€ ì´ìš©ë˜ì–´ 있습니다."
@@ -8582,7 +8614,7 @@ msgstr "스í¬ë¦°ì˜ 요소 ì•„ì´í…œID \"%1$s\"ê°€ 올바르지 않습니다."
msgid "Incorrect item for axis value."
msgstr "ì¶•ì— ì„¤ì •ëœ ì•„ì´í…œì´ 올바르지 않습니다."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "트리거 ì¡°ê±´ì‹ \"%2$s\"ì— ì˜¬ë°”ë¥´ì§€ ì•Šì€ ì•„ì´í…œí‚¤ \"%1$s\"ê°€ ì´ìš©ë˜ì–´ 있습니다."
@@ -8593,11 +8625,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "스í¬ë¦° ìš”ì†Œì˜ ì•„ì´í…œì˜ 프로토타입ID \"%1$s\"ê°€ 올바르지 않습니다."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "ì•„ì´í…œì˜ ë°ì´í„° íƒ€ìž…ì´ ì˜¬ë°”ë¥´ì§€ 않습니다."
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "트리거 함수 \"%2$s\"ì— ì˜¬ë°”ë¥´ì§€ ì•Šì€ ì•„ì´í…œì˜ ë°ì´í„° 형 \"%1$s\" ê°€ ì´ìš©ë˜ì–´ 있습니다."
@@ -8768,35 +8800,35 @@ msgstr "서비스 \"%1$s\"ì˜ íŠ¸ë¦¬ê±° IDê°€ 올바르지 않습니다."
msgid "Incorrect trigger expression"
msgstr "ìž˜ëª»ëœ íŠ¸ë¦¬ê±°ì˜ ì¡°ê±´ì‹"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "트리거조건ì‹ì´ 올바르지 않습니다."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "트리거조건ì‹ì´ 올바르지 않습니다. 호스트\"%1$s\"ê°€ 존재하지 않거나, í˜¸ìŠ¤íŠ¸ì— ì•¡ì„¸ìŠ¤ ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "트리거조건ì‹ì´ 올바르지 않습니다. 트리거 ì¡°ê±´ì‹ì—는 템플릿과 호스트를 ëª¨ë‘ ë„£ì„ ìˆ˜ 없습니다."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "ì¡°ê±´ì‹ì˜ 트리거 함수\"%1$s\"ê°€ 올바르지 않습니다."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "트리거 프로토타입 ì¡°ê±´ì‹ì´ 올바르지 않습니다. 호스트\"%1$s\"ê°€ 존재하지 않거나 앱세스 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "트리거 프로토타입 ì¡°ê±´ì‹ì´ 올바르지 않습니다. 트리거 프로토타입 ì¡°ê±´ì‹ì€ 템플릿과 ë™ì‹œì— í˜¸ìŠ¤íŠ¸ì— ë„£ì„ ìˆ˜ 없습니다."
@@ -8947,16 +8979,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -8967,7 +8998,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9117,23 +9148,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9222,10 +9255,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9233,10 +9266,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "ì •ë³´"
@@ -9250,15 +9283,19 @@ msgstr "ì •ë³´"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "서비스 ì •ë³´ì˜ ìŠµë“. 파ë¼ë¯¸í„°ê°€ state나 startupì´ë¼ë©´ integer를 리턴. 파ë¼ë¯¸í„°ê°€ displayname, path, userë¼ë©´ stringì„ ë¦¬í„´. 파ë¼ë¯¸í„°ê°€ descriptionë¼ë©´ text를 리턴. 구체ì ìœ¼ë¡œëŠ” 파ë¼ë¯¸í„°ê°€ stateë¼ë©´ ìƒíƒœë¡œ : 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 를 리턴. í˜¹ì€ íŒŒë¼ë¯¸í„°ê°€ startupë¼ë©´ 스타트업 종류로 : 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown를 리턴"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "계승한 매í¬ë¡œì™€ 호스트 매í¬ë¡œ"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9274,17 +9311,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "삽입"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "ì¡°ê±´ì‹ì˜ 삽입"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "설치"
@@ -9296,7 +9333,7 @@ msgstr "설치"
msgid "Installer name"
msgstr "ì¸ìŠ¤í†¨ëŸ¬ ì´ë¦„"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9329,8 +9366,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "IP주소 \"%1$s\"ê°€ ì„¤ì •ëœ ì¸í„°íŽ˜ì´ìŠ¤ì— DNS ì´ë¦„ì„ ì„¤ì •í•´ 주세요."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9359,14 +9396,14 @@ msgstr "내부 ë°ì´í„°ì˜ 보존기간"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9390,15 +9427,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "갱신 간격"
@@ -9425,7 +9462,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "ì•¡ì…˜ì˜ ì‹¤í–‰ì¡°ê±´ì´ ì˜¬ë°”ë¥´ì§€ 않습니다 : %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "날짜가 올바르지 않습니다."
@@ -9439,15 +9476,15 @@ msgstr "ë©”ì¼ ì£¼ì†Œ \"%1$s\"ê°€ 올바르지 않습니다."
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "ID \"%1$s\"ì˜ ë¯¸ë””ì–´ íƒ€ìž…ì˜ ë©”ì¼ ì£¼ì†Œê°€ 올바르지 않습니다."
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "5ë²ˆì§¸ì˜ íŒŒë¼ë¯¸í„°ê°€ 올바르지 않습니다."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "1ë²ˆì§¸ì˜ íŒŒë¼ë¯¸í„°ê°€ 올바르지 않습니다."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "4ë²ˆì§¸ì˜ íŒŒë¼ë¯¸í„°ê°€ 올바르지 않습니다."
@@ -9459,11 +9496,11 @@ msgstr "매í¬ë¡œ \"%1$s\"ì˜ hostidê°€ 올바르지 않습니다."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "갱신간격 \"%1$s\"가 올바르지 않습니다."
@@ -9504,7 +9541,7 @@ msgstr "매í¬ë¡œ \"%1$s\": %2$sê°€ 올바르지 않습니다."
msgid "Invalid method parameters."
msgstr "ë©”ì†Œë“œì˜ íŒŒë¼ë¯¸í„°ê°€ 올바르지 않습니다."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "파ë¼ë¯¸í„°ì˜ 수가 올바르지 않습니다."
@@ -9536,6 +9573,15 @@ msgstr "파ë¼ë¯¸í„°ì˜ 수가 올바르지 않습니다."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9548,75 +9594,81 @@ msgstr "파ë¼ë¯¸í„°ì˜ 수가 올바르지 않습니다."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9633,7 +9685,7 @@ msgstr "파ë¼ë¯¸í„°ê°€ 올바르지 않습니다."
msgid "Invalid response code \"%1$s\"."
msgstr "레스í°ìŠ¤ 코드 \"%1$s\"ê°€ 올바르지 않습니다."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "2ë²ˆì§¸ì˜ íŒŒë¼ë¯¸í„°ê°€ 올바르지 않습니다."
@@ -9670,15 +9722,15 @@ msgstr "2ë²ˆì§¸ì˜ íŒŒë¼ë¯¸í„°ê°€ 올바르지 않습니다."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9691,7 +9743,7 @@ msgstr "2ë²ˆì§¸ì˜ íŒŒë¼ë¯¸í„°ê°€ 올바르지 않습니다."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "태그 \"%1$s\"가 올바르지 않습니다: %2$s"
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "3ë²ˆì§¸ì˜ íŒŒë¼ë¯¸í„°ê°€ 올바르지 않습니다."
@@ -9710,9 +9762,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "ì¸ë²¤í† ë¦¬"
@@ -9739,9 +9791,9 @@ msgid "Issue"
msgstr "ì´ìŠˆ"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "발행ì¸(Issuer)"
@@ -9758,22 +9810,22 @@ msgid "Italian (it_IT)"
msgstr "ì´íƒˆë¦¬ì•„ì–´ (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "ì•„ì´í…œ"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9810,15 +9862,15 @@ msgstr "ì•„ì´í…œ \"%1$s\"ê°€ 존재하지 않거나 ì ‘ì†ê¶Œí•œì´ 없습니ë‹
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "\"%2$s\" ìƒì˜ ì•„ì´í…œ \"%1$s\": 어플리케ì´ì…˜ \"%3$s\"는 존재하지 않습니다."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "ì•„ì´í…œì„ 추가하였습니다"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "ì•„ì´í…œì„ 복사하였습니다"
@@ -9827,16 +9879,16 @@ msgstr[0] "ì•„ì´í…œì„ 복사하였습니다"
msgid "Item count"
msgstr "ì•„ì´í…œ 수"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "ì•„ì´í…œì„ 삭제하였습니다"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "ì•„ì´í…œì„ 비활성화 하였습니다"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "ì•„ì´í…œì„ 활성화 하였습니다"
@@ -9845,7 +9897,7 @@ msgstr[0] "ì•„ì´í…œì„ 활성화 하였습니다"
msgid "Item in \"not supported\" state"
msgstr "ì•„ì´í…œì´ \"습ë“불가\" ìƒíƒœ"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "ì•„ì´í…œì´ ì„ íƒë˜ì–´ 있지 않습니다"
@@ -9858,7 +9910,7 @@ msgstr "ì•„ì´í…œ ë³´ì¡´ ì²˜ë¦¬ì˜ íŒŒë¼ë¯¸í„°ê°€ 설정ë˜ì–´ 있지 않습니
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9879,15 +9931,15 @@ msgstr "ì•„ì´í…œ 프로토타입 \"%1$s\"ì€ \"%2$s\"ì— ì´ë¯¸ 존재합니다
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "ì•„ì´í…œ 프로토타입\"%1$s\"는 \"%2$s\"ì— ì´ë¯¸ 존재합니다."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "ì•„ì´í…œ í”„ë¡œí† íƒ€ìž…ì„ ì¶”ê°€í•˜ì˜€ìŠµë‹ˆë‹¤"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "ì•„ì´í…œ í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì˜€ìŠµë‹ˆë‹¤"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "ì•„ì´í…œ í”„ë¡œí† íƒ€ìž…ì„ ê°±ì‹ í•˜ì˜€ìŠµë‹ˆë‹¤"
@@ -9899,7 +9951,7 @@ msgstr "ID \"%1$s\"ì˜ ì•„ì´í…œì˜ í”„ë¡œí† íƒ€ìž…ì€ ì‚¬ìš©í•  수 없습니ë‹
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9907,19 +9959,19 @@ msgstr "ID \"%1$s\"ì˜ ì•„ì´í…œì˜ í”„ë¡œí† íƒ€ìž…ì€ ì‚¬ìš©í•  수 없습니ë‹
msgid "Item prototypes"
msgstr "ì•„ì´í…œ 프로토타입"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "ì•„ì´í…œ í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì˜€ìŠµë‹ˆë‹¤"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "ì•„ì´í…œì„ 갱신하였습니다"
@@ -9991,7 +10043,7 @@ msgstr "키\"%1$s\"ê°€ ì„¤ì •ëœ ì•„ì´í…œì€ 지정한 호스트 \"%2$s\"ì— ì
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10001,11 +10053,11 @@ msgstr "키\"%1$s\"ê°€ ì„¤ì •ëœ ì•„ì´í…œì€ 지정한 호스트 \"%2$s\"ì— ì
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "ì•„ì´í…œ"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "ì•„ì´í…œì„ 삭제하였습니다"
@@ -10017,7 +10069,7 @@ msgstr "ì•„ì´í…œ 리스트"
msgid "Items location"
msgstr "ì•„ì´í…œëª…ì˜ ìœ„ì¹˜"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "ì•„ì´í…œì„ 갱신하였습니다"
@@ -10025,7 +10077,7 @@ msgstr "ì•„ì´í…œì„ 갱신하였습니다"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10033,10 +10085,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX ì—ì´ì „트"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX 엔드 í¬ì¸íŠ¸"
@@ -10049,10 +10101,10 @@ msgstr "JMX ì¸í„°íŽ˜ì´ìŠ¤"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "JSON ë°ì´í„°"
@@ -10084,7 +10136,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc버전가 없습니다."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10092,7 +10144,7 @@ msgstr ""
msgid "Jan"
msgstr "1ì›”"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "1ì›”"
@@ -10109,7 +10161,7 @@ msgstr ""
msgid "Jul"
msgstr "7ì›”"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "7ì›”"
@@ -10117,11 +10169,11 @@ msgstr "7ì›”"
msgid "Jun"
msgstr "6ì›”"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "6ì›”"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "lostëœ ë¦¬ì†ŒìŠ¤ì˜ ë³´ì¡´ê¸°ê°„"
@@ -10155,7 +10207,7 @@ msgstr "키\"%1$s\"가 <grpmax|grpmin|grpsum|grpavg>[\"Host group(s)\", \"Item k
msgid "Key passphrase"
msgstr "í‚¤ì˜ íŒ¨ìŠ¤í”„ë ˆì´ì¦ˆ"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "키워드"
@@ -10192,23 +10244,23 @@ msgstr "LDAPì— ì˜í•œ 로그ì¸ì´ 성공하였습니다"
msgid "LDAP settings"
msgstr "LDAPì¸ì¦ì˜ 설정"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10234,37 +10286,37 @@ msgctxt "page navigation"
msgid "Last"
msgstr "최근"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] "최신 %1$d ì¼ê°„"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] "최신 %1$d 시간"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] "최신 %1$d 분간"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] "최신 %1$d 개월간"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] "최신 %1$d 초간"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10300,23 +10352,24 @@ msgstr "최근 변경 (내림차순)"
msgid "Last check"
msgstr "최근 검사"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "최근 1ì‹œê°„ì˜ ê·¸ëž˜í”„"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "최근 1ê°œì›”ì˜ ê·¸ëž˜í”„"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "최근"
@@ -10329,21 +10382,21 @@ msgstr "최신 ë°ì´í„° ìˆ˜ì‹ ì‹œê° (경과시간)"
msgid "Last value"
msgstr "최근 값"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "최근 1주ì¼ì˜ 그래프"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "최근 ë°ì´í„°"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "최근 값"
@@ -10390,7 +10443,7 @@ msgstr "왼쪽 trim"
msgid "Legend"
msgstr "범례"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10432,8 +10485,8 @@ msgstr "ì—°ê²°"
msgid "Link indicators"
msgstr "장애발ìƒì‹œì˜ 조건설정"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10469,10 +10522,10 @@ msgstr "템플릿과 ë§í¬"
msgid "Linked map"
msgstr "ë§í¬ëœ 맵"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10566,10 +10619,10 @@ msgid "Location longitude"
msgstr "ê²½ë„"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "로그"
@@ -10581,10 +10634,10 @@ msgstr "로그 로테ì´ì…˜ì— 대ì‘í•œ ë¡œê·¸íŒŒì¼ ê°ì‹œ. 로그 ê°’ì„ ë¦¬í
msgid "Log file monitoring. Returns log"
msgstr "ë¡œê·¸íŒŒì¼ ê°ì‹œ. 로그 ê°’ì„ ë¦¬í„´."
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "로그 시간 형ì‹"
@@ -10641,7 +10694,7 @@ msgstr "Low-level 디스커버리가 \"ì·¨ë“불가\" ìƒíƒœ"
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10658,8 +10711,9 @@ msgstr "MAC주소B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10674,7 +10728,7 @@ msgstr "파ì¼ì˜ MD5 ì²´í¬ì„¬. 파ì¼ì˜ MD5í•´ì‹œ ê°’ì„ string값으로 리í
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "매í¬ë¡œ"
@@ -10701,10 +10755,10 @@ msgstr "hostmacroid \"%1$s\"를 가진 매í¬ë¡œëŠ” 업습니다."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10795,16 +10849,16 @@ msgstr "ë°ì´í„°ìˆ˜ì§‘ì„ í•˜ì§€ 않는 ë©”ì¸í„°ë„ŒìŠ¤"
msgid "Maintenance: %1$s"
msgstr "ë©”ì¸í…Œë„ŒìŠ¤ : %1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "필수 파ë¼ë¯¸í„°ê°€ 설정ë˜ì–´ 있지 않습니다."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "수ë™"
@@ -10819,7 +10873,7 @@ msgstr "ìˆ˜ë™ í´ë¡œì¦ˆ 완료"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "맵"
@@ -10913,7 +10967,7 @@ msgstr "맵"
msgid "Mar"
msgstr "3ì›”"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "3ì›”"
@@ -10929,11 +10983,11 @@ msgstr "ì„ íƒ ì´ì™¸ 항목 색 지정"
msgid "Mark selected"
msgstr "ì„ íƒ í•­ëª© 색 지정"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "마스í¬"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -10952,11 +11006,11 @@ msgid "Mass update shapes"
msgstr "í˜•íƒœì˜ ì¼ê´„갱신"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "마스터 ì•„ì´í…œ"
@@ -11004,7 +11058,7 @@ msgstr "OSê°€ 지ì›í•˜ê³  있는 최대 íŒŒì¼ ì˜¤í”ˆ 수. integer를 리턴."
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "OSê°€ 지ì›í•˜ê³  있는 최대 프로세스 수. integer를 리턴"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11018,7 +11072,7 @@ msgstr[0] "표시 가능한 최대 ê¸°ê°„ì€ %1$sì¼ ìž…ë‹ˆë‹¤."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "ID \"%1$s\"ì˜ ë¯¸ë””ì–´ íƒ€ìž…ì˜ ë©”ì¼ì£¼ì†Œê°€ 최대 길ì´ë¥¼ 넘었습니다."
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "5ì›”"
@@ -11170,7 +11224,7 @@ msgid "Message/Command"
msgstr "메세지/커맨드"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "메시지"
@@ -11234,7 +11288,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "최소 심ê°ë„"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11292,7 +11346,7 @@ msgstr "그래프 프로토타입 \"%1$s\"ì˜ ì•„ì´í…œì´ 존재하지 않습ë‹
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "호스트\"%2$s\"ì—는 키\"%1$s\"ê°€ 설정ë˜ì–´ 있지 않습니다"
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11361,7 +11415,7 @@ msgstr ""
msgid "Mon"
msgstr "ì›”"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "ì›”"
@@ -11369,9 +11423,9 @@ msgstr "ì›”"
msgid "Monitored by"
msgstr "ê°ì‹œìš© 서버"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "프ë¡ì‹œì— ì˜í•œ ê°ì‹œ"
@@ -11403,11 +11457,11 @@ msgstr "ì›”"
msgid "Monthly"
msgstr "월간"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "ì¡°ê±´ì— ì¼ì¹˜í•˜ëŠ” ë°ì´í„°ê°€ ë” ì¡´ìž¬í•©ë‹ˆë‹¤..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11426,20 +11480,20 @@ msgstr "í˜¸ìŠ¤íŠ¸ì— \"%1$s\"ì˜ ì´ë¦„ì„ ì§€ë‹Œ 그래프가 하나 ì´ìƒ ì¡´
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "복수"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "장애ì´ë²¤íŠ¸ë¥¼ 계ì†í•´ì„œ ìƒì„±"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "ìŒì†Œê±°"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11472,13 +11526,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11506,17 +11561,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11536,19 +11591,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11557,15 +11612,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11575,12 +11630,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11671,12 +11726,12 @@ msgid "Never"
msgstr "ì—†ìŒ"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "어플리케ì´ì…˜ 작성"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "어플리케ì´ì…˜ í”„ë¡œí† íƒ€ìž…ì˜ ìž‘ì„±"
@@ -11690,7 +11745,7 @@ msgstr "새 조건"
msgid "New dashboard"
msgstr "신규 대시보드"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "새 요소"
@@ -11726,13 +11781,13 @@ msgstr ""
msgid "New triggers"
msgstr "신규 트리거"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "ë‹¤ìŒ ìŠ¤í…"
@@ -11741,20 +11796,20 @@ msgstr "ë‹¤ìŒ ìŠ¤í…"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -11908,6 +11963,7 @@ msgid "No data."
msgstr "ë°ì´í„°ê°€ 없습니다."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "\"%2$s\"ìƒì˜ \"%1$s\"íƒ€ìž…ì˜ ë””í´íŠ¸ì¸í„°íŽ˜ì´ìŠ¤ê°€ 설정ë˜ì–´ 있지 않습니다"
@@ -11924,12 +11980,12 @@ msgstr "디스커버리 규칙IDì´ ì„¤ì •ë˜ì–´ 있지 않습니다"
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "암호 ì—†ìŒ"
@@ -11996,12 +12052,12 @@ msgstr ""
msgid "No image"
msgstr "ì´ë¯¸ì§€ëŠ” 존재하지 않습니다"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "ì¸í„°íŽ˜ì´ìŠ¤ë¥¼ ì°¾ì„ ìˆ˜ 없습니다."
@@ -12016,7 +12072,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12054,7 +12110,7 @@ msgstr "스í¬ë¦°ì˜ ìš”ì†Œì— ë§µIDê°€ 설정ë˜ì–´ 있지 않습니다"
msgid "No maps added."
msgstr "ë§µì´ ì¶”ê°€ë˜ì–´ 있지 않습니다."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "ì¡°ê±´ì— ì¼ì¹˜í•˜ëŠ” ë°ì´í„°ê°€ 없습니다"
@@ -12085,8 +12141,8 @@ msgstr "시스템 액세스 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12095,8 +12151,8 @@ msgstr "시스템 액세스 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12152,12 +12208,12 @@ msgstr "시스템 액세스 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12216,7 +12272,7 @@ msgstr "시스템 액세스 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12237,7 +12293,7 @@ msgstr "시스템 액세스 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "대ìƒì´ 존재하지 않거나, 액세스 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤!"
@@ -12267,7 +12323,7 @@ msgstr "공개키 파ì¼ì´ 설정ë˜ì–´ 있지 않습니다"
msgid "No recipients for action operation message."
msgstr "실행하는 ì•¡ì…˜ì˜ ë©”ì‹œì§€ì— ì†¡ì‹ ì²˜ê°€ 설정ë˜ì–´ 있지 않습니다"
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "새로고침 ì—†ìŒ"
@@ -12279,11 +12335,11 @@ msgstr "스í¬ë¦°ì´ 추가ë˜ì–´ 있지 않습니다."
msgid "No script specified for action operation command."
msgstr "실행하는 ì•¡ì…˜ ì»¤ë§¨ë“œì— ìŠ¤í¬ë¦½íŠ¸ê°€ 설정ë˜ì–´ 있지 않습니다"
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "아무 ê²ƒë„ ì„ íƒë˜ì–´ 있지 않습니다"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "아무 ê²ƒë„ ì„ íƒë˜ì–´ 있지 않습니다."
@@ -12300,19 +12356,19 @@ msgstr "트리거가 설정ë˜ì–´ 있지 않습니다"
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "booleanì´ ì•„ë‹Œ 플래그는 íì§€ë  ì˜ˆì •ìž…ë‹ˆë‹¤."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12325,18 +12381,18 @@ msgstr "booleanì´ ì•„ë‹Œ 플래그는 íì§€ë  ì˜ˆì •ìž…ë‹ˆë‹¤."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "ì—†ìŒ"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12434,7 +12490,7 @@ msgstr "ê´€ê³„ìž ì „ì›ì—게 통지"
msgid "Nov"
msgstr "11ì›”"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "11ì›”"
@@ -12447,11 +12503,11 @@ msgstr "CPU 수. integer를 리턴."
msgid "Number of enabled items on the host."
msgstr "호스트ìƒì˜ 유효 ì•„ì´í…œ 수."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "ì•„ì´í…œìˆ˜ (활성/비활성/습ë“불가)"
@@ -12519,11 +12575,11 @@ msgstr "ìƒíƒœ 변경 횟수"
msgid "Number of steps"
msgstr "ìŠ¤í… ìˆ˜"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "트리거 수 (활성/비활성 [장애/ì •ìƒ])"
@@ -12539,7 +12595,7 @@ msgstr "Zabbixë°ì´í„°ë² ì´ìŠ¤ ë‚´ì˜ ìŠµë“불가 ì•„ì´í…œ 수."
msgid "Number of unsupported items on the host."
msgstr "호스트 ìƒì˜ 습ë“불가 ì•„ì´í…œ 수."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "유저 수 (온ë¼ì¸)"
@@ -12591,22 +12647,22 @@ msgid "Numeral systems"
msgstr "수치변환"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "수치 (float)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "수치 (integer)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "수치 (unsigned)"
@@ -12624,13 +12680,13 @@ msgstr "OEM"
msgid "OK"
msgstr "ì •ìƒ"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "ì •ìƒ ì´ë²¤íŠ¸ë¥¼ 닫기"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "ì •ìƒ ì´ë²¤íŠ¸ë¥¼ ìƒì„±"
@@ -12646,7 +12702,7 @@ msgstr "OOBë¼ìš°í„°"
msgid "OOB subnet mask"
msgstr "OOB서브넷 마스í¬"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "OR"
@@ -12674,13 +12730,13 @@ msgstr "10ì›”"
msgid "Octal to decimal"
msgstr "8진수ì—ì„œ 10진수로"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "10ì›”"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "OFF"
@@ -12712,7 +12768,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "ON"
@@ -12787,7 +12843,7 @@ msgstr "관리ìžë§Œ 스í¬ë¦°ì˜ 소유ìžë¥¼ 설정할 수 있습니다."
msgid "Only administrators can set slide show owner."
msgstr "관리ìžë§Œ 슬ë¼ì´ë“œì‡¼ì˜ 소유ìžë¥¼ 설정할 수 있습니다."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "í™œì„±í™”ëœ í˜¸ìŠ¤íŠ¸ì˜ ì•„ì´í…œë§Œ 카운트"
@@ -12842,7 +12898,7 @@ msgstr "최고관리ìžë§Œ ê°’ì˜ ë§µì„ ê°±ì‹ í•  수 있습니다."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "ìƒìœ„ 20%%ì˜ ì˜ì—­ì´ 표시ë˜ì–´ 있습니다."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "í™œì„±í™”ëœ í˜¸ìŠ¤íŠ¸ì™€ ì•„ì´í…œì˜ 트리거만 카운트"
@@ -12864,7 +12920,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "ì¸ì¦ë˜ì§€ ì•Šì€ ë¦¬í€˜ìŠ¤íŠ¸ì´ê¸° ë•Œë¬¸ì— ì¡°ìž‘ì„ ì‹¤í–‰í•  수 없습니다."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "ì‹¤í–‰ë‚´ìš©ì˜ ìƒì„¸ ì •ë³´"
@@ -12880,12 +12936,12 @@ msgstr "조작대ìƒì˜ í…œí”Œë¦¿ì´ ì—†ìŠµë‹ˆë‹¤."
msgid "Operation type"
msgstr "오í¼ë ˆì´ì…˜ 종류"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -12933,24 +12989,24 @@ msgstr "오í¼ë ˆì´í„°"
msgid "Options"
msgstr "옵션"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Or"
@@ -12979,55 +13035,57 @@ msgstr "Or"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13066,8 +13124,8 @@ msgstr "기타"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "ë„¤íŠ¸ì›Œí¬ ì¸í„°íŽ˜ì´ìŠ¤ì˜ 송신 통계. integer를 리턴"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "다ìŒì— ë®ì–´ì“°ê¸°"
@@ -13091,8 +13149,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "오버ë¼ì´ë“œ"
@@ -13277,16 +13335,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "장애"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "장애 ì´ë²¤íŠ¸ì˜ ìƒì„±ëª¨ë“œ"
@@ -13298,26 +13356,26 @@ msgstr "장애 ì´ë²¤íŠ¸ì˜ ìƒì„±ëª¨ë“œ"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "PSK ì•„ì´ë´í‹°í‹°"
@@ -13336,13 +13394,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "파ë¼ë¯¸í„°"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "파ë¼ë¯¸í„° \"%1$s\"는 íì§€ë  ì˜ˆì •ìž…ë‹ˆë‹¤."
@@ -13413,28 +13471,28 @@ msgstr "패시브"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "암호"
@@ -13446,15 +13504,15 @@ msgstr "암호 확ì¸"
msgid "Password is not mandatory for non internal authentication type."
msgstr "암호는 내부ì¸ì¦ 타입 ì´ì™¸ì—는 필수가 아닙니다."
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "붙여넣기"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "ë§í¬ ì—†ì´ ë¶™ì—¬ë„£ê¸°"
@@ -13471,7 +13529,7 @@ msgstr "ìž ì‹œ ì–µì œëœ ë¬¸ì œì˜ ì‹¤í–‰ì„ ì¼ì‹œì¤‘지"
msgid "Peak memory usage: %1$s"
msgstr "í”¼í¬ ë•Œì˜ ë©”ëª¨ë¦¬ 사용량 : %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "백분율"
@@ -13488,17 +13546,22 @@ msgstr "백분위 선 (오른쪽)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "DNS쿼리를 실행. 요구한 ì •ë³´ íƒ€ìž…ì˜ stringì„ ë¦¬í„´."
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "기간"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13544,7 +13607,7 @@ msgid "Placing algorithm"
msgstr "배치 알고리즘"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "ì¼ë°˜ í…스트"
@@ -13558,7 +13621,7 @@ msgstr "재ìƒ"
msgid "Play sound"
msgstr "사운드 재ìƒ"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "설정 ê°’ì„ í™•ì¸í•´ì£¼ì„¸ìš”. 올바른 ê°’ì´ë©´ \"%1$s\"ë²„íŠ¼ì„ ëˆŒëŸ¬ 주세요. 아니면 \"%2$s\" ë²„íŠ¼ì„ ëˆŒëŸ¬ ì„¤ì •ê°’ì„ ìˆ˜ì •í•´ 주세요."
@@ -13567,20 +13630,20 @@ msgstr "설정 ê°’ì„ í™•ì¸í•´ì£¼ì„¸ìš”. 올바른 ê°’ì´ë©´ \"%1$s\"버튼ì„
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "ë°ì´í„°ë² ì´ìŠ¤ë¥¼ 수ë™ìœ¼ë¡œ 작성해주세요. 그리고 ë°ì´í„°ë² ì´ìŠ¤ì— ì ‘ì†í•˜ê¸° 위한 설정치를 설정해 주세요. 종료하였다면 \"%1$s\"ë²„íŠ¼ì„ ëˆŒëŸ¬ì£¼ì„¸ìš”."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Zabbix ì„œë²„ì˜ í˜¸ìŠ¤íŠ¸ëª…ì´ë‚˜ 호스트 IP주소와 í¬íŠ¸ 번호를 입력해주세요. 필요하다면 ì´ë¦„ë„ ìž…ë ¥í•´ì£¼ì„¸ìš” (옵션)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "2ê°œì˜ ìš”ì†Œë¥¼ ì„ íƒí•˜ì—¬ 주십시오"
@@ -13610,18 +13673,17 @@ msgstr "í¬ì¸íŠ¸"
msgid "Polish (pl_PL)"
msgstr "í´ëž€ë“œì–´ (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "호스트 ì¸ë²¤í† ë¦¬ í•„ë“œì˜ ìžë™ì„¤ì •"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13652,33 +13714,33 @@ msgid "Post type"
msgstr "í¬ìŠ¤íŠ¸ 형ì‹"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "설치 사전 준비 요약"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "보존하기 ì „ì˜ ì²˜ë¦¬"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "보존하기 ì „ì˜ ì²˜ë¦¬"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "보존하기 ì „ì˜ ì²˜ë¦¬ 스탭"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13689,23 +13751,23 @@ msgstr ""
msgid "Preview"
msgstr "미리보기"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "저번 달"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "저번 주"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "ìž‘ë…„"
@@ -13738,12 +13800,14 @@ msgid "Primary POC screen name"
msgstr "Primary POC 스í¬ë¦°ëª…"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "프ë¼ì´ë²„ì‹œ 패스프레ì´ì¦ˆ"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "프ë¼ì´ë²„ì‹œ 프로토콜"
@@ -13755,29 +13819,29 @@ msgid "Private"
msgstr "비공개"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "비밀키 파ì¼"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "특권 레벨"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13802,8 +13866,8 @@ msgstr "장애 ë°œìƒ"
msgid "Problem display"
msgstr "ìž¥ì• ì˜ í‘œì‹œ"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "ìž¥ì• ì˜ ì¡°ê±´ì‹"
@@ -13820,7 +13884,7 @@ msgstr "장애가 억제ë˜ì§€ 않습니다"
msgid "Problem is suppressed"
msgstr "장애가 억제ë˜ì—ˆìŠµë‹ˆë‹¤"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "장애"
@@ -13850,13 +13914,13 @@ msgstr "모든 ìžì‹ì— 문제가 있는 경우 장애로 검사"
msgid "Problem, if at least one child has a problem"
msgstr "ìžì‹ì— 하나ë¼ë„ 문제가 ë°œìƒí•œ 경우 장애로 검사"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13865,7 +13929,7 @@ msgstr "ìžì‹ì— 하나ë¼ë„ 문제가 ë°œìƒí•œ 경우 장애로 검사"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "장애"
@@ -13902,7 +13966,7 @@ msgid "Properties"
msgstr "ì†ì„±"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -13920,7 +13984,7 @@ msgstr "프ë¡ì‹œ"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -13990,20 +14054,20 @@ msgid "Public"
msgstr "공개"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "공개키"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "공개키 파ì¼"
@@ -14033,8 +14097,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "í•´ê²°ë¨"
@@ -14044,10 +14108,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "로우 ë°ì´í„°"
@@ -14105,7 +14169,7 @@ msgid "Received value"
msgstr "수신 값"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14132,24 +14196,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "복구"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "복구조건ì‹"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "복구조건ì‹ì˜ syntax ì—러"
@@ -14159,9 +14223,9 @@ msgstr "복구시 실행내용"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "복구시ê°"
@@ -14176,11 +14240,11 @@ msgid "Refresh"
msgstr "새로고침"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "새로고침 간격"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "새로고침 ê°„ê²©ì˜ ê³±ìˆ˜"
@@ -14194,7 +14258,7 @@ msgstr "Regular"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "정규표현ì‹"
@@ -14233,7 +14297,7 @@ msgstr "정규표현ì‹"
msgid "Regular items"
msgstr "ì¼ë°˜ ì•„ì´í…œ"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14257,6 +14321,12 @@ msgstr "ì›ê²© 명령"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14273,43 +14343,37 @@ msgstr "ì›ê²© 명령"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14318,14 +14382,14 @@ msgstr "ì›ê²© 명령"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14348,7 +14412,7 @@ msgstr "ì›ê²© 명령"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14381,8 +14445,8 @@ msgstr "ì›ê²© 명령"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "삭제"
@@ -14418,7 +14482,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "%1$sì˜ ì‚­ì œ"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14428,17 +14492,17 @@ msgstr "%1$sì„ ì‚­ì œí•˜ì˜€ìŠµë‹ˆë‹¤"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "치환"
@@ -14453,23 +14517,23 @@ msgstr "ì˜ì¡´ê´€ê³„를 치환"
msgid "Reports"
msgstr "보고서"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr "리퀘스트 body"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr "리퀘스트 body 타입"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "리퀘스트를 ì†¡ì‹ ì„ ì„±ê³µí•˜ì˜€ìŠµë‹ˆë‹¤"
@@ -14479,7 +14543,7 @@ msgstr "리퀘스트를 ì†¡ì‹ ì„ ì„±ê³µí•˜ì˜€ìŠµë‹ˆë‹¤"
msgid "Request type"
msgstr "리퀘스트 타입"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "요구 문ìžì—´"
@@ -14496,14 +14560,14 @@ msgstr "요구 í¼í¬ë¨¼ìŠ¤ (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Zabbixì„œë²„ì˜ ìš”êµ¬ í¼í¬ë¨¼ìŠ¤ë¥¼ 1초간격으로 기대ë˜ëŠ” ê°’ì„ ì·¨ë“"
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "1ì´ˆê°„ì˜ ê°ì‹œí•­ëª©ìˆ˜(Zabbixì„œë²„ì˜ ìš”êµ¬ í¼í¬ë¨¼ìŠ¤)"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "요구 스테ì´í„°ìŠ¤ 코드"
@@ -14511,7 +14575,7 @@ msgstr "요구 스테ì´í„°ìŠ¤ 코드"
msgid "Required string"
msgstr "요구문ìžì—´"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "리셋"
@@ -14540,7 +14604,7 @@ msgstr "리셋 확ì¸"
msgid "Reset defaults"
msgstr "기본값으로 설정"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "í•´ê²°ë¨"
@@ -14552,26 +14616,26 @@ msgstr "í•´ê²° ì´ìœ "
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "ìƒê´€ê´€ê³„ 규칙 \"%1$s\"ì— ì˜í•´ í•´ê²°ë¨."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "ìƒê´€ê´€ê³„ ê·œì¹™ì— ì˜í•´ í•´ê²°ë¨."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "유저 \"%1$s\"ì— ì˜í•´ í•´ê²°ë¨"
@@ -14608,15 +14672,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "ê²°ê³¼"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14635,14 +14699,14 @@ msgstr "결과가 TRUE"
msgid "Result type"
msgstr "결과 타입"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "ìž¬ìŠµë“ ëª¨ë“œ"
@@ -14805,12 +14869,12 @@ msgstr "호스트 ìƒì—ì„œ 지정한 커맨드를 실행. ì»¤ë§¨ë“œì˜ ì‹¤í–‰ê²
msgid "Russian (ru_RU)"
msgstr "러시아어 (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "S"
@@ -14820,7 +14884,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14865,16 +14930,16 @@ msgstr "SMTP 서버 í¬íŠ¸ 번호"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14882,8 +14947,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP community"
@@ -14899,11 +14966,13 @@ msgstr "SNMP 트랩"
msgid "SNMP trap key is invalid."
msgstr "SNMP 트랩키가 올바르지 않습니다."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -14911,7 +14980,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 ì—ì´ì „트"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -14919,7 +14989,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 ì—ì´ì „트"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -14941,9 +15012,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQL수: %1$s (selects: %2$s | executes: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL 쿼리"
@@ -14966,40 +15037,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH ì—ì´ì „트"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "SSL ì¸ì¦ì„œ 파ì¼"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "SSL 키 파ì¼"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "SSL 키 패스워드"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSL호스트 ê²€ì¦"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSL피어 ê²€ì¦"
@@ -15027,15 +15098,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "토"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "토"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "ë³€ê²½ì„ ì €ìž¥"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "\"%1$s\"로 저장하였습니다"
@@ -15057,12 +15136,12 @@ msgid "Scheduled check"
msgstr "스케쥴 ì²´í¬"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15146,9 +15225,9 @@ msgid "Screen updated"
msgstr "스í¬ë¦°ì„ 갱신하였습니다"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15163,7 +15242,7 @@ msgstr "스í¬ë¦°ì„ 갱신하였습니다"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "스í¬ë¦°"
@@ -15227,7 +15306,7 @@ msgstr "스í¬ë¦½íŠ¸ë¥¼ 갱신하였습니다"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "스í¬ë¦½íŠ¸"
@@ -15285,19 +15364,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "보안 레벨"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "보안 ì´ë¦„"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15308,8 +15389,8 @@ msgstr "보안 ì´ë¦„"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15317,15 +15398,15 @@ msgstr "보안 ì´ë¦„"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "ì„ íƒ"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "í”„ë¡œí† íƒ€ìž…ì˜ ì„ íƒ"
@@ -15358,19 +15439,19 @@ msgstr "ì„ íƒí•œ 요소"
msgid "Selected items only"
msgstr "ì„ íƒí•œ ì•„ì´í…œë§Œ"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "%3$dì˜ %2$dìœ„ì¹˜ì— ìžˆëŠ” %1$s를 ì„ íƒí•˜ì˜€ìŠµë‹ˆë‹¤"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "%3$dì˜ %2$d ìœ„ì¹˜ì— ìžˆëŠ” ì½ê¸° ì „ìš© %1$s를 ì„ íƒí•˜ì˜€ìŠµë‹ˆë‹¤"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "뒤로 보내기"
@@ -15395,7 +15476,7 @@ msgstr "다른 미디어만 사용"
msgid "Send to"
msgstr "수신처"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "맨 뒤로 보내기"
@@ -15422,13 +15503,13 @@ msgstr "9ì›”"
msgid "Separated"
msgstr "장애와 ë¯¸ëŒ€ì‘ ë³´ì´ê¸°"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "9ì›”"
@@ -15553,12 +15634,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "ì„¸ì…˜ì´ ëŠê²¼ìŠµë‹ˆë‹¤. 다시 로그ì¸í•˜ì—¬ 주십시오."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "ì‹œê°„ë²”ìœ„ì˜ ì»¤ìŠ¤í„°ë§ˆì´ì¦ˆ"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15567,11 +15649,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr "ì¸ë²¤í† ë¦¬ ëª¨ë“œì˜ ì„¤ì •"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15594,28 +15676,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15634,7 +15716,7 @@ msgid "Severity changed"
msgstr "심ê°ë„를 변경하였습니다"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "심ê°ë„ 변경"
@@ -15664,7 +15746,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "공유"
@@ -15682,14 +15764,14 @@ msgstr "맵 \"%2$s\"ì˜ ê³µìœ  옵션 \"%1$s\"ì˜ ê°’ì´ ì—†ìŠµë‹ˆë‹¤."
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "스í¬ë¦° \"%2$s\"ì˜ ê³µìœ  옵션 \"%1$s\"ì˜ ê°’ì´ ì—†ìŠµë‹ˆë‹¤."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "단축"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15700,8 +15782,8 @@ msgstr "단축"
msgid "Show"
msgstr "ë³´ì´ê¸°"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "ìžì„¸ížˆ 표시"
@@ -15709,7 +15791,7 @@ msgstr "ìžì„¸ížˆ 표시"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15736,7 +15818,11 @@ msgstr "범례 ë³´ì´ê¸°"
msgid "Show lines"
msgstr "표시할 행 수"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15758,9 +15844,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15771,7 +15857,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr "ì–µì œëœ ìž¥ì• ì˜ í‘œì‹œ"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "태그를 표시"
@@ -15785,7 +15871,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "HTMLë¡œ í…스트 ë³´ì´ê¸°"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15796,7 +15882,7 @@ msgid "Show triggers"
msgstr "트리거 표시"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "대ì‘하지 ì•Šì€ í•­ëª©ë§Œ 표시하기"
@@ -15805,10 +15891,10 @@ msgstr "대ì‘하지 ì•Šì€ í•­ëª©ë§Œ 표시하기"
msgid "Show unavailable maps"
msgstr "사용불가 ë§µì˜ í‘œì‹œ"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "값 매핑 사용"
@@ -15820,7 +15906,7 @@ msgstr "Zabbix 서버 정지시 경고 ë³´ì´ê¸°"
msgid "Show working time"
msgstr "워킹 타임 표시"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "표시"
@@ -15871,8 +15957,8 @@ msgstr "단순 그래프"
msgid "Simple graph prototype"
msgstr "심플그래프 프로토타입"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "싱글"
@@ -15983,7 +16069,7 @@ msgstr "슬ë¼ì´ë“œ"
msgid "Slovak (sk_SK)"
msgstr "슬로바키아어 (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "스누즈"
@@ -16121,7 +16207,8 @@ msgstr "ê³ ì •"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16129,16 +16216,15 @@ msgstr "ê³ ì •"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16158,7 +16244,7 @@ msgstr "ê³ ì •"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16246,28 +16332,28 @@ msgid "Stop"
msgstr "정지"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16279,7 +16365,7 @@ msgstr "Straight"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16304,14 +16390,14 @@ msgid "Subject"
msgstr "제목"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "서브ì íŠ¸"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "서브맵"
@@ -16319,7 +16405,7 @@ msgstr "서브맵"
msgid "Success Audit"
msgstr "성공 ê°ì‚¬"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "성공 메세지"
@@ -16332,7 +16418,7 @@ msgstr "ë„¤íŠ¸ì›Œí¬ ì¸í„°íŽ˜ì´ìŠ¤ì˜ 송수신합계치. integer를 리턴."
msgid "Sun"
msgstr "ì¼"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "ì¼"
@@ -16376,7 +16462,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "ì¸ì¦ë°©ì‹ì„ 변경하면 현재 세션ì´ì™¸ì—는 ëª¨ë‘ ë¦¬ì…‹ë©ë‹ˆë‹¤! 실행하시겠습니까?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16427,12 +16513,12 @@ msgstr "시스템 시간. typeì´ utcì¸ ê²½ìš° integer를 리턴하고 typeê°€
msgid "System uptime in seconds. Returns integer"
msgstr "시스템 ê°€ë™ ì‹œê°„(ì´ˆ). integer를 리턴."
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "T"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16474,12 +16560,12 @@ msgstr "í…Œì´ë¸”\"%1$s\"ì— í•­ëª© ì´ë¦„ \"%2$s\"ê°€ 존재하지 않습니다
msgid "Tag"
msgstr "태그"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "ê°’ \"%2$s\"ì˜ íƒœê·¸ %1$s\"는 ì´ë¯¸ 존재합니다."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "태그 표시 ìš°ì„ ë„"
@@ -16488,12 +16574,12 @@ msgstr "태그 표시 ìš°ì„ ë„"
msgid "Tag filter"
msgstr "태그 필터"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "ë§¤ì¹­ì„ ìœ„í•œ 태그"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "태그 명"
@@ -16504,25 +16590,25 @@ msgstr "태그 값"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16530,11 +16616,11 @@ msgstr "태그 값"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16543,11 +16629,11 @@ msgid "Tags"
msgstr "태그"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "대ìƒ"
@@ -16666,13 +16752,13 @@ msgstr "ê°™ì€ í‘œì‹œ ì´ë¦„\"%1$s\"를 지닌 í…œí”Œë¦¿ì´ ì´ë¯¸ 존재합니ë
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16694,20 +16780,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "테스트"
@@ -16732,7 +16818,7 @@ msgstr "테스트ë°ì´í„°"
msgid "Test expressions"
msgstr "테스트조건ì‹"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16760,10 +16846,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16802,7 +16888,7 @@ msgstr "ë””ìŠ¤ì»¤ë²„ë¦¬ëœ ì–´í”Œë¦¬ì¼€ì´ì…˜ì„ ì°¾ì„ ìˆ˜ 없었습니다. 다
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16893,11 +16979,11 @@ msgstr "Web시나리오가 설정ë˜ì–´ìžˆëŠ” 호스트와 다른 í˜¸ìŠ¤íŠ¸ì— ì
msgid "Theme"
msgstr "테마"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "ì €ë²ˆì£¼ì˜ ì˜¤ëŠ˜"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -16906,11 +16992,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "ì´ë²ˆ 달"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "ì´ë²ˆ ë‹¬ì˜ ì§€ê¸ˆê¹Œì§€"
@@ -16922,23 +17008,23 @@ msgstr "스í¬ë¦°ì˜ ì—´ì€ ê³µë°±ì´ ì•„ë‹™ë‹ˆë‹¤. 삭제합니까?"
msgid "This screen row is not empty. Delete it?"
msgstr "스í¬ë¦°ì˜ í–‰ì€ ê³µë°±ì´ ì•„ë‹™ë‹ˆë‹¤. 삭제합니까?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "ì´ë²ˆì£¼"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "ì €ë²ˆì£¼ì˜ ì§€ê¸ˆê¹Œì§€"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "올해"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "ì˜¬í•´ì˜ ì§€ê¸ˆê¹Œì§€"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "허용치(Threshold)"
@@ -16950,7 +17036,7 @@ msgstr ""
msgid "Thu"
msgstr "목"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "목"
@@ -16961,19 +17047,19 @@ msgstr "목"
msgid "Till"
msgstr "종료"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17016,12 +17102,12 @@ msgstr ""
msgid "Time period"
msgstr "기간"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17033,16 +17119,23 @@ msgstr "타임 시프트"
msgid "Time type"
msgstr "사용할 시간"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "타임아웃"
@@ -17056,22 +17149,23 @@ msgstr "타임아웃"
msgid "Timestamp"
msgstr "타임 스탬프"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "종료"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "모든 ì•„ì´í…œì€ í•˜ë‚˜ì˜ í˜¸ìŠ¤íŠ¸ ì¸í„°íŽ˜ì´ìŠ¤ë¥¼ ì„ íƒí•  필요가 있습니다"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "오늘"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "ì˜¤ëŠ˜ì˜ ì§€ê¸ˆê¹Œì§€"
@@ -17161,10 +17255,10 @@ msgstr "0 으로 처리"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "트랜드 보존기간"
@@ -17173,34 +17267,34 @@ msgstr "트랜드 보존기간"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "트렌드"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "트리거"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "트리거 \"%1$s\"는 \"%2$s\"ì— ì´ë¯¸ 존재합니다."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "트리거 \"%1$s\"는 ë§í¬ë˜ì–´ 있는 다른 í…œí”Œë¦¿ì— í¬í•¨ë©ë‹ˆë‹¤."
@@ -17210,7 +17304,7 @@ msgstr "트리거 \"%1$s\"는 ë§í¬ë˜ì–´ 있는 다른 í…œí”Œë¦¿ì— í¬í•¨ë©ë
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "트리거 \"%1$s\"는 존재하지않는 트리거\"%2$s\"ì— ì˜ì¡´í•˜ê³  있습니다."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17218,7 +17312,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "트리거를 추가하였습니다"
@@ -17226,7 +17320,7 @@ msgstr "트리거를 추가하였습니다"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "트리거는 ìžì‹ ì„ 계승한 트리거와 ì˜ì¡´ê´€ê³„를 ì§€ë‹ ìˆ˜ 없습니다."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "트리거를 복사하였습니다"
@@ -17235,7 +17329,7 @@ msgstr[0] "트리거를 복사하였습니다"
msgid "Trigger data storage period"
msgstr "트리거 ë°ì´í„°ì˜ 보존기간"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "트리거를 삭제하였습니다"
@@ -17243,7 +17337,7 @@ msgstr "트리거를 삭제하였습니다"
msgid "Trigger details"
msgstr "íŠ¸ë¦¬ê±°ì˜ ìƒì„¸"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "트리거를 비활성화 하였습니다"
@@ -17253,12 +17347,12 @@ msgstr[0] "트리거를 비활성화 하였습니다"
msgid "Trigger displaying options"
msgstr "트리거 표시 옵션"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "트리거를 활성화 하였습니다"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "트리거조건ì‹ì—는 ì ì–´ë„ 1ê°œ ì´ìƒì˜ 호스트와 ì•„ì´í…œì˜ 키를 설정할 필요가 있습니다."
@@ -17298,24 +17392,24 @@ msgstr "트리거 개요"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "트리거 프로토타입"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "트리거 프로토타입 \"%1$s\"는 ì´ë¯¸ \"%2$s\"ì— ì¡´ìž¬í•©ë‹ˆë‹¤."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "트리거 프로토타입 \"%1$s\"는 ë§í¬ë˜ì–´ìžˆëŠ” 다른 í…œí”Œë¦¿ì— í¬í•¨ë˜ì–´ìžˆìŠµë‹ˆë‹¤."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "트리거 프로토타입 \"%1$s\"ì— ë³µìˆ˜ì˜ ë””ìŠ¤ì»¤ë²„ë¦¬ 규칙ì—ì„œì˜ ì•„ì´í…œ í”„ë¡œí† íƒ€ìž…ì´ í¬í•¨ë˜ì–´ 있습니다."
@@ -17325,12 +17419,12 @@ msgstr "트리거 프로토타입 \"%1$s\"ì— ë³µìˆ˜ì˜ ë””ìŠ¤ì»¤ë²„ë¦¬ 규칙ì—
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "트리거 프로토타입 \"%1$s\"는 트리거 \"%2$s\"ì— ì˜ì¡´í•˜ì§€ë§Œ 존재하지 않습니다."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "트리거 프로토타입\"%1$s\"ì€ ì ì–´ë„ 하나 ì´ìƒì˜ ì•„ì´í…œ í”„ë¡œí† íƒ€ìž…ì„ ì„¤ì •í•  필요가 있습니다."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì„ ì¶”ê°€í•˜ì˜€ìŠµë‹ˆë‹¤"
@@ -17338,18 +17432,18 @@ msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì„ ì¶”ê°€í•˜ì˜€ìŠµë‹ˆë‹¤"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì€ ìžì‹ ì„ 계승한 íŠ¸ë¦¬ê±°ì— ì˜ì¡´í•  수 없습니다."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì˜€ìŠµë‹ˆë‹¤"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "트리거 í”„ë¡œí† íƒ€ìž…ì„ ê°±ì‹ í•˜ì˜€ìŠµë‹ˆë‹¤"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17357,15 +17451,15 @@ msgstr[0] "트리거 í”„ë¡œí† íƒ€ìž…ì„ ê°±ì‹ í•˜ì˜€ìŠµë‹ˆë‹¤"
msgid "Trigger prototypes"
msgstr "트리거 프로토타입"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì„ ì‚­ì œí•˜ì˜€ìŠµë‹ˆë‹¤"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì„ ê°±ì‹ í•˜ì˜€ìŠµë‹ˆë‹¤"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "트리거 복구조건ì‹ì—는 ì ì–´ë„ í•˜ë‚˜ì˜ host:keyì— ì°¸ì¡°ê°€ 필요합니다."
@@ -17373,11 +17467,11 @@ msgstr "트리거 복구조건ì‹ì—는 ì ì–´ë„ í•˜ë‚˜ì˜ host:keyì— ì°¸ì¡°ê°
msgid "Trigger severity"
msgstr "트리거 심ê°ë„"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "íŠ¸ë¦¬ê±°ì˜ ìƒíƒœ \"ì •ìƒ\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "íŠ¸ë¦¬ê±°ì˜ ìƒíƒœ \"장애\""
@@ -17385,19 +17479,19 @@ msgstr "íŠ¸ë¦¬ê±°ì˜ ìƒíƒœ \"장애\""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "트리거를 갱신하였습니다"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17410,11 +17504,11 @@ msgstr "트리거를 갱신하였습니다"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "트리거"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "트리거를 삭제하였습니다"
@@ -17430,7 +17524,7 @@ msgstr "Trim"
msgid "Tue"
msgstr "í™”"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "í™”"
@@ -17443,7 +17537,7 @@ msgstr "터키어 (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "2ê°œì˜ ì•„ì´í…œ(\"%1$s\"와 \"%2$s\")ì—ì„œ í•˜ë‚˜ì˜ í˜¸ìŠ¤íŠ¸ì˜ ì¸ë²¤í† ë¦¬ 항목 \"%3$s\"ì„ ìžë™ì ìœ¼ë¡œ 설정할 수는 없습니다."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "2ê°œì˜ íƒ€ìž…ìš”ì†Œë¥¼ ì„ íƒí•  필요가 있습니다"
@@ -17463,7 +17557,7 @@ msgstr "2ê°œì˜ íƒ€ìž…ìš”ì†Œë¥¼ ì„ íƒí•  필요가 있습니다"
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17475,21 +17569,21 @@ msgstr "2ê°œì˜ íƒ€ìž…ìš”ì†Œë¥¼ ì„ íƒí•  필요가 있습니다"
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17522,18 +17616,18 @@ msgstr "타입 (내림차순)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "계산 종류"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "ë°ì´í„°í˜•"
@@ -17550,8 +17644,8 @@ msgstr "타입"
msgid "UNKNOWN"
msgstr "ì•Œ 수 ì—†ìŒ"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17561,11 +17655,11 @@ msgstr "ì•Œ 수 ì—†ìŒ"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17611,7 +17705,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "맵 \"%1$s\"ì˜ URLì—는 \"name\"ê³¼ \"url\" 필드가 둘다 필요합니다."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URL"
@@ -17695,10 +17789,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "단위"
@@ -17720,7 +17814,7 @@ msgstr "단위"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17739,18 +17833,18 @@ msgstr "알 수 없는 액션"
msgid "Unknown error"
msgstr "ì•Œ 수 없는 ì—러"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "알 수 없는 함수."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "ì•Œ 수 없는 ì•„ì´í…œ. ì„ íƒí•œ í˜¸ìŠ¤íŠ¸ì— ê·¸ëŸ° ì•„ì´í…œì€ 존재하지 않습니다"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "알 수 없는 호스트. 그런 호스트는 존재하지 않습니다"
@@ -17776,15 +17870,15 @@ msgstr "ì•Œ 수 없는 ê°’ì˜ íƒ€ìž…"
msgid "Unlimited"
msgstr "무제한"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "ë§í¬ ì‚­ì œ"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "ë§í¬ì™€ ë³´ì¡´ ë°ì´í„° ì‚­ì œ"
@@ -17827,7 +17921,7 @@ msgstr "ë§í¬ì‚­ì œ: \"%2$s\"ì˜ ì•„ì´í…œ 프로토타입\"%1$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "ë§í¬ì‚­ì œ: \"%2$s\"ì˜ Web시나리오\"%1$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "ìŒì†Œê±° í•´ì œ"
@@ -17872,6 +17966,11 @@ msgstr "ì•¡ì…˜\"%1$s\"ì˜ í•„í„°ì—서는 파ë¼ë¯¸í„°\"%2$s\"는 ì´ìš©í•  수
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "디스커버리 규칙 \"%1$s\"ì˜ í•„í„°ì—ì„œ 파ë¼ë¯¸í„°\"%2$s\"는 지ì›ë˜ì§€ 않습니다."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -17908,28 +18007,29 @@ msgstr "Up"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -17946,16 +18046,16 @@ msgstr "ê¸°ì¡´ì„¤ì •ì„ ë®ì–´ì”Œì›€"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "갱신 간격"
@@ -18010,7 +18110,7 @@ msgstr "Zabbix서버 í”„ë¡œì„¸ìŠ¤ì˜ ê°€ë™ì‹œê°„(ì´ˆ)."
msgid "Uptime/Downtime"
msgstr "업타임/다운타임"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "bulk 리퀘스트를 사용"
@@ -18039,7 +18139,7 @@ msgstr "ì•„ì´í…œìœ¼ë¡œ 사용"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "유저"
@@ -18198,14 +18298,14 @@ msgstr "유저 메뉴"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "유저 명"
@@ -18271,11 +18371,11 @@ msgstr ""
msgid "User/Recipient"
msgstr "유저/보낸곳"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "유저 ì´ë¦„"
@@ -18283,8 +18383,8 @@ msgstr "유저 ì´ë¦„"
msgid "Username and password"
msgstr "유저 ì´ë¦„ê³¼ 비밀번호"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18549,24 +18649,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18694,18 +18794,18 @@ msgstr "변수"
msgid "Various information about specific process(es). Returns float"
msgstr "특정 í”„ë¡œì„¸ìŠ¤ì— ê´€í•œ 여러가지 ì •ë³´. 부ë™ì†Œìˆ˜ì  ê°’ì„ ë¦¬í„´"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18713,8 +18813,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18726,7 +18826,7 @@ msgstr "벤ë”"
msgid "Verbose"
msgstr "Verbose"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18787,7 +18887,7 @@ msgstr "표시명"
msgid "Visible name cannot be empty if host name is missing."
msgstr "í˜¸ìŠ¤íŠ¸ëª…ì„ ì„¤ì •í•˜ì§€ ì•Šì€ ê²½ìš° í‘œì‹œëª…ì€ í•„ìˆ˜í•­ëª©ìž…ë‹ˆë‹¤."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "W"
@@ -18799,22 +18899,22 @@ msgstr "W"
msgid "Warning"
msgstr "경고"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "경고"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "요소를 보존가능한 ìµœëŒ€ì¹˜ì— ë„달하였습니다."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18824,7 +18924,7 @@ msgstr "요소를 보존가능한 ìµœëŒ€ì¹˜ì— ë„달하였습니다."
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "웹"
@@ -18879,7 +18979,7 @@ msgstr[0] "Web시나리오를 활성화 하였습니다"
msgid "Web scenario updated"
msgstr "Web시나리오를 갱신했습니다."
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -18897,7 +18997,7 @@ msgstr ""
msgid "Wed"
msgstr "수"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "수"
@@ -18910,7 +19010,7 @@ msgstr "주간"
msgid "Welcome"
msgstr "환ì˜í•©ë‹ˆë‹¤"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "환ì˜í•©ë‹ˆë‹¤"
@@ -18918,7 +19018,7 @@ msgstr "환ì˜í•©ë‹ˆë‹¤"
msgid "When active"
msgstr "ì—°ë½ í—ˆìš© 시간대"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -18960,7 +19060,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19034,13 +19134,13 @@ msgstr "서비스 \"%1$s\"ì˜ ì„¤ì •ì´ ì˜¬ë°”ë¥´ì§€ 않습니다."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "서비스 \"%1$s\"를 위한 ì‹œê°„ì˜ ì„¤ì •ì´ ì˜¬ë°”ë¥´ì§€ 않습니다."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì˜ ì„¤ì •ì´ ì˜¬ë°”ë¥´ì§€ 않습니다."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "íŠ¸ë¦¬ê±°ì˜ ì„¤ì •ì´ ì˜¬ë°”ë¥´ì§€ 않습니다."
@@ -19048,8 +19148,8 @@ msgstr "íŠ¸ë¦¬ê±°ì˜ ì„¤ì •ì´ ì˜¬ë°”ë¥´ì§€ 않습니다."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "URLí•„ë“œì˜ ê°’ì´ ì˜¬ë°”ë¥´ì§€ 않습니다."
@@ -19082,10 +19182,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "XML ë°ì´í„°"
@@ -19176,7 +19276,7 @@ msgstr "YYYY-MM-DD hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19195,20 +19295,20 @@ msgstr "ì—°ê°„"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19220,7 +19320,7 @@ msgstr "ì—°ê°„"
msgid "Yes"
msgstr "예"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "어제"
@@ -19231,7 +19331,7 @@ msgstr "\"%1$s\"ë¡œ ë¡œê·¸ì¸ í•˜ì˜€ìŠµë‹ˆë‹¤."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Webì„œë²„ì˜ ì–¸ì–´ê°€ ì¸ìŠ¤í†¨ë˜ì–´ìžˆì§€ 않기 ë•Œë¬¸ì— ëª‡ 언어를 ì´ìš©í•  수 없습니다."
@@ -19286,7 +19386,7 @@ msgstr "ì¡°ìž‘ 가능한 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
msgid "You do not have permissions to create users."
msgstr "사용ìžë¥¼ 작성하는 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19294,7 +19394,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "ì´ íŽ˜ì´ì§€ë¥¼ 표시하는 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "보존하지 ì•Šì€ ë³€ê²½ì ì´ 있습니다."
@@ -19369,7 +19469,7 @@ msgstr "Zabbixì˜ ë¡œê·¸ì¸ í™”ë©´"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix 서버"
@@ -19387,7 +19487,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbix 서버 (프ë¡ì‹œ)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Zabbix서버 ìƒì„¸ì •ë³´"
@@ -19395,15 +19495,15 @@ msgstr "Zabbix서버 ìƒì„¸ì •ë³´"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix 서버가 ë™ìž‘하지 않습니다. (í™”ë©´ì„ ìž¬ì‹œìž‘í•˜ì—¬ 스테ì´í„°ìŠ¤ë¥¼ 다시 확ì¸í•´ì£¼ì„¸ìš”)"
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix 서버 ê°€ë™ ì¤‘"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbix 서버 ì´ë¦„"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Zabbix 서버 í¬íŠ¸"
@@ -19412,6 +19512,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix 트랩í¼"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "줌 아웃"
@@ -19425,51 +19526,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "booleanì„ ì§€ì •í•´ì£¼ì„¸ìš”"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "문ìžì—´ë¡œ 지정해 주십시오"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "16ì§„ìˆ˜ì˜ ìƒ‰ìƒì½”ë“œ(6ìž)를 입력해주십시오."
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "숫ìžë¡œ 지정해주세요"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "숫ìžê°€ 너무 í½ë‹ˆë‹¤"
@@ -19482,8 +19588,8 @@ msgstr "숫ìžê°€ 너무 í½ë‹ˆë‹¤"
msgid "a numeric value is expected"
msgstr "숫ìžë¡œ 지정해주세요"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19491,29 +19597,29 @@ msgstr ""
msgid "a time is expected"
msgstr "시간으로 지정해주세요."
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "ê¸°ê°„ì„ ì§€ì •í•´ì£¼ì„¸ìš”"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "시간범위를 지정해주세요"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "ì‹œê°„ì˜ ë‹¨ìœ„ë¥¼ 지정해주세요"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "유저 매í¬ë¡œë¥¼ 지정해주세요"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange() - 최신값과 ì´ì „ê°’ì˜ ì ˆëŒ€ì ì¸ ê°’ ì°¨ì´"
@@ -19555,6 +19661,10 @@ msgstr "ì „ì²´"
msgid "all media"
msgstr "모든 미디어"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19566,23 +19676,23 @@ msgstr "모든 미디어"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "배열로 지정해주세요"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "ë°°ì—´ì´ë‚˜ 문ìžì—´ë¡œ 지정해주세요"
@@ -19592,7 +19702,7 @@ msgid "an empty string is expected"
msgstr "공백문ìž(empty string)ë¡œ 지정해 주십시오."
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "16진수 문ìžë¡œ 입력해주세요"
@@ -19600,11 +19710,11 @@ msgstr "16진수 문ìžë¡œ 입력해주세요"
msgid "an explicit time is expected"
msgstr "구체ì ì¸ ì‹œê°„ì„ ì§€ì •í•´ 주십시오"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19653,11 +19763,11 @@ msgstr ""
msgid "avg"
msgstr "í‰ê· "
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg() - 기간 Tê°’ì˜ í‰ê· ì¹˜"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band() - 최신 í˜¹ì€ ìµœê·¼ê°’ê³¼ 마스í¬ì˜ 비트 ANDì˜ ê°’"
@@ -19685,10 +19795,9 @@ msgstr "변경할 수 없습니다"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19696,7 +19805,7 @@ msgstr "변경할 수 없습니다"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19721,6 +19830,9 @@ msgstr "변경할 수 없습니다"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19747,11 +19859,11 @@ msgstr "변경할 수 없습니다"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19773,14 +19885,14 @@ msgstr "변경할 수 없습니다"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19805,7 +19917,7 @@ msgstr "스í¬ë¡¤ API 리퀘스트를 실행할 수 없습니다. ë°ì´í„° ë’·ë
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "change() - 최신값과 ì´ì „ê°’ì˜ ê°’ ì°¨ì´"
@@ -19823,11 +19935,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "ëª¨ìˆœëœ ì•„ì´í…œì˜ ì˜ì¡´ê´€ê³„는 허가ë˜ì§€ 않습니다."
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "색ìƒ"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "콤마로 나누는 리스트"
@@ -19847,11 +19959,11 @@ msgstr "í¬í•¨"
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "count() - 기간 Të¡œ ìˆ˜ì§‘ëœ ê°’ V(오í¼ë ˆì´í„° O를 만족하는) ì˜ ìˆ˜"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19860,32 +19972,32 @@ msgstr "d"
msgid "d.M"
msgstr "m/d"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date() - í˜„ìž¬ì˜ ì‹œê°„"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth() - 월간 시간"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek() - ìš”ì¼ (ì›”ìš”ì¼ - 1, ì¼ìš”ì¼ - 7)"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "ì¼"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "기본"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta() - 기간 Tì•ˆì˜ ìµœëŒ€ê°’ê³¼ ìµœì†Œê°’ì˜ ì°¨ì´"
@@ -19911,11 +20023,11 @@ msgstr "내림차순"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff() - 최신값과 ì´ì „ê°’ì˜ ì°¨ì´ì˜ 유무 (1 - true, 0 - false)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "디렉토리명ì´ë‚˜ 스í¬ë¦½íŠ¸ëª…ì„ ì§€ì •í•´ì£¼ì„¸ìš”"
@@ -19954,7 +20066,7 @@ msgstr "같지 ì•ŠìŒ"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -19993,7 +20105,7 @@ msgstr "제1"
msgid "first parameter is expected"
msgstr "첫 파ë¼ë¯¸í„°ë¥¼ 지정해주세요"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "forecast() - 기간 T를 기준으로 하는 ë‹¤ìŒ tì´ˆì˜ ì˜ˆì¸¡ì¹˜"
@@ -20001,14 +20113,14 @@ msgstr "forecast() - 기간 T를 기준으로 하는 ë‹¤ìŒ tì´ˆì˜ ì˜ˆì¸¡ì¹˜"
msgid "fourth"
msgstr "제4"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "글로벌 ë°ì´í„°ì˜ 보존기간 설정"
@@ -20017,7 +20129,7 @@ msgstr "글로벌 ë°ì´í„°ì˜ 보존기간 설정"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20075,11 +20187,11 @@ msgstr "범위 내"
msgid "including subgroups"
msgstr "서브 ê·¸ë£¹ì„ í¬í•¨"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20116,7 +20228,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr "주소 범위 \"%1$s\"가 올바르지 않습니다"
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "UTF-8ì˜ ë°”ì´íŠ¸ 시퀀스가 올바르지 않습니다"
@@ -20130,15 +20242,15 @@ msgstr "ê°±ì‹ ê°„ê²©ì´ ì˜¬ë°”ë¥´ì§€ 않습니다"
msgid "invalid history storage period"
msgstr "ížˆìŠ¤í† ë¦¬ì˜ ë³´ì¡´ê¸°ê°„ì´ ì˜¬ë°”ë¥´ì§€ 않습니다"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "í˜¸ìŠ¤íŠ¸ê·¸ë£¹ëª…ì´ ì˜¬ë°”ë¥´ì§€ 않습니다"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "í˜¸ìŠ¤íŠ¸ì˜ ì´ë¦„ì´ ì˜¬ë°”ë¥´ì§€ 않습니다"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "정규표현ì‹ì´ 올바르지 않습니다"
@@ -20148,7 +20260,7 @@ msgstr "정규표현ì‹ì´ 올바르지 않습니다"
msgid "invalid trend storage period"
msgstr "트렌드 ë°ì´í„°ì˜ ë³´ì¡´ê¸°ê°„ì´ ì˜¬ë°”ë¥´ì§€ 않습니다"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregexp() - 기간 Të‚´ì˜ ìµœì‹ ê°’ì˜ ì •ê·œí‘œí˜„ V 매칭 (ëŒ€ì†Œë¬¸ìž êµ¬ë³„ ì—†ìŒ; 1 - 매칭ë¨, 0 - 확ì¸ë˜ì§€ ì•ŠìŒ)"
@@ -20160,7 +20272,7 @@ msgstr "ì´ìƒ"
msgid "is less than or equals"
msgstr "ì´í•˜"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "{}ë¡œ í¬í•¨ë˜ì–´ 있지 않거나 ìž˜ëª»ëœ ê°’ìž…ë‹ˆë‹¤"
@@ -20190,7 +20302,7 @@ msgstr "키가 설정ë˜ì§€ 않았습니다."
msgid "last"
msgstr "최신값"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last() - 최신값"
@@ -20202,15 +20314,15 @@ msgstr "왼쪽"
msgid "list of characters"
msgstr "문ìžì—´ì˜ 리스트"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid() - 최신 ë¡œê·¸ì˜ ì´ë²¤íŠ¸ IDì˜ ì •ê·œí‘œí˜„ Tì™€ì˜ ë§¤ì¹­ (1 - 매칭ë¨, 0 - 확ì¸ë˜ì§€ ì•ŠìŒ)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity() - 최신 ë¡œê·¸ì˜ ì‹¬ê°ë„"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logsource() - 최신 ë¡œê·¸ì˜ ì†ŒìŠ¤ 파ë¼ë¯¸í„° Tì™€ì˜ ë§¤ì¹­ (1 - 매칭ë¨, 0 - 확ì¸ë˜ì§€ ì•ŠìŒ)"
@@ -20218,12 +20330,12 @@ msgstr "logsource() - 최신 ë¡œê·¸ì˜ ì†ŒìŠ¤ 파ë¼ë¯¸í„° Tì™€ì˜ ë§¤ì¹­ (1 - ë
msgid "low-level discovery rule"
msgstr "low-level 디스커버리 룰"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20253,7 +20365,7 @@ msgstr "맵"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20277,7 +20389,7 @@ msgstr "최대"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max() - 기간T ì•ˆì˜ ìµœëŒ€ì¹˜"
@@ -20304,12 +20416,12 @@ msgstr "ì˜ì¡´ 레벨 수가 ìµœëŒ€ìˆ˜ì— ë„달하였습니다"
msgid "min"
msgstr "최소"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "min() - 기간T ì•ˆì˜ ìµœì†Œì¹˜"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "%1$s ë¬¸ìž ì´ìƒ 입력해주세요"
@@ -20342,27 +20454,27 @@ msgstr "유효한 LDAP서버가 필요합니다."
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "\"%1$s\"ì—ì„œ \"%2$s\"ì˜ ìˆ˜ì¹˜ë¡œ 설정해주세요"
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "ì ì–´ë„ 하나 ì´ìƒì˜ LLD 매í¬ë¡œë¥¼ í¬í•¨í•  필요가 있습니다."
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "ì´ë¦„"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "신규"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "신규"
@@ -20372,7 +20484,7 @@ msgstr "신규"
msgid "no data"
msgstr "ë°ì´í„° ì—†ìŒ"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20393,7 +20505,7 @@ msgstr "범위 밖"
msgid "not selected"
msgstr "ì„ íƒë˜ì§€ ì•ŠìŒ"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now() - Epoch를 기준으로 한 경과 시간 (초단위)"
@@ -20401,8 +20513,8 @@ msgstr "now() - Epoch를 기준으로 한 경과 시간 (초단위)"
msgid "number"
msgstr "수치"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "of"
@@ -20450,7 +20562,7 @@ msgstr "off"
msgid "on"
msgstr "on"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20466,11 +20578,11 @@ msgstr "그 외"
msgid "output"
msgstr "출력"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20481,11 +20593,11 @@ msgstr ""
msgid "pattern"
msgstr "패턴"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "percentile() - 기간 Tì˜ í¼ì„¼í…Œì¼ P"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev() - ì´ì „ ê°’"
@@ -20502,12 +20614,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "%1$s 초 마다 갱신"
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp() - 기간 Tì•ˆì˜ ìµœì‹ ê°’ì˜ ì •ê·œí‘œí˜„ Vì˜ ë§¤ì¹­ (1 - 매칭ë¨, 0 - 확ì¸ë˜ì§€ ì•ŠìŒ)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20524,7 +20636,7 @@ msgstr "오른쪽"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20573,6 +20685,7 @@ msgstr "ì§§ì€ ì„¤ëª…"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20587,15 +20700,15 @@ msgstr "ì§§ì€ ì„¤ëª…"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "비워주십시오"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20603,10 +20716,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "ì•„ì´ì½˜ì˜ ë§¤í•‘ì„ í‘œì‹œ"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "ê°’ ë§¤í•‘ì˜ í‘œì‹œ"
@@ -20614,11 +20727,11 @@ msgstr "ê°’ ë§¤í•‘ì˜ í‘œì‹œ"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str() - 최신값ì—ì„œ 문ìžì—´V를 검색 (1 - 검색ë¨, 0 - 검색ë˜ì§€ ì•ŠìŒ)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen() - ìµœì‹ ê°’ì˜ ë¬¸ìž ìˆ˜ì—ì„œì˜ ë¬¸ìžì—´ 길ì´"
@@ -20626,7 +20739,7 @@ msgstr "strlen() - ìµœì‹ ê°’ì˜ ë¬¸ìž ìˆ˜ì—ì„œì˜ ë¬¸ìžì—´ 길ì´"
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "sum() - 기간 Tì•ˆì˜ í•©ê³„ì¹˜"
@@ -20635,14 +20748,14 @@ msgid "supplied credentials are not unique"
msgstr "ì§€ì •ëœ ìžê²© 정보는 ìœ ë‹ˆí¬ ê°’ì´ ì•„ë‹™ë‹ˆë‹¤."
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20677,9 +20790,13 @@ msgstr "템플릿ID \"%1$s\"ê°€ %2$s번 사용ë˜ê³  있습니다"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "파ë¼ë¯¸í„° \"%1$s\" ê°€ 없습니다"
@@ -20694,7 +20811,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20713,18 +20830,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "타임시프트"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time() - 현재시간"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft() - 기간T를 기준으로 하여 지정한 ê°’ì— ë„달하기 ê¹Œì§€ì˜ ì‹œê°„"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20735,26 +20876,26 @@ msgstr "트리거"
msgid "trigger does not allow manual closing"
msgstr "트리거는 ìˆ˜ë™ í´ë¡œì¦ˆê°€ 허가ë˜ì–´ 있지 않습니다."
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "트리거 í”„ë¡œí† íƒ€ìž…ì€ ë‹¤ë¥¸ 템플릿ì´ë‚˜ í˜¸ìŠ¤íŠ¸ì— ì´ë™í•  수 없습니다"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "ë§í¬ê°€ 있는 트리거는 다른 템플릿ì´ë‚˜ 호스트로 ì´ë™í•  수 없습니다"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "검색 문ìžì—´ì„ ìž…ë ¥"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20764,7 +20905,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20781,9 +20922,10 @@ msgstr "매í¬ë¡œì˜ ëë¶€ë¶„ì´ ìž˜ëª»ë˜ì–´ 있습니다"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "파ë¼ë¯¸í„° \"%1$s\" ê°€ 잘못ë˜ì—ˆìŠµë‹ˆë‹¤"
@@ -20810,12 +20952,12 @@ msgstr "í…스트 \"%1$s\"ê°€ 잘못ë˜ì—ˆìŠµë‹ˆë‹¤."
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "ê°’ \"%1$s\"ê°€ 잘못ë˜ì—ˆìŠµë‹ˆë‹¤"
@@ -20825,7 +20967,7 @@ msgstr "ê°’ \"%1$s\"ê°€ 잘못ë˜ì—ˆìŠµë‹ˆë‹¤"
msgid "unknown"
msgstr "불명"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20834,28 +20976,28 @@ msgid "unsupported version number"
msgstr "지ì›ë˜ì§€ 않는 ë²„ì „ì˜ ë²ˆí˜¸ìž…ë‹ˆë‹¤."
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20865,7 +21007,7 @@ msgstr "지ì›ë˜ì§€ 않는 ë²„ì „ì˜ ë²ˆí˜¸ìž…ë‹ˆë‹¤."
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "ê°’"
@@ -20883,26 +21025,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr "값 \"%1$s\"가 존재하지 않습니다"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "ê°’ %1$s는 ì´ë¯¸ 존재합니다"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "ê°’ì´ ë„ˆë¬´ ê¹ë‹ˆë‹¤"
@@ -20930,9 +21075,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -20969,7 +21114,7 @@ msgstr "디스커버리 ê·œì¹™ì˜ íƒ€ìž…ì´ ìž˜ëª»ë˜ì—ˆìŠµë‹ˆë‹¤"
msgid "wrong item type"
msgstr "ì•„ì´í…œì˜ íƒ€ìž…ì´ ìž˜ëª»ë˜ì—ˆìŠµë‹ˆë‹¤"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/locale/lt/LC_MESSAGES/frontend.po b/ui/locale/lt/LC_MESSAGES/frontend.po
index bd10aaf5f73..b8b2bf13abc 100644
--- a/ui/locale/lt/LC_MESSAGES/frontend.po
+++ b/ui/locale/lt/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2013-10-10 08:29+0300\n"
"Last-Translator: richlv <richlv@nakts.net>\n"
"Language-Team: none\n"
@@ -31,7 +31,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -59,7 +59,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -78,7 +78,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -169,8 +169,8 @@ msgstr[2] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -186,7 +186,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -221,8 +221,8 @@ msgstr[2] ""
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
@@ -230,7 +230,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -250,20 +250,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -303,20 +303,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr "(Tik super administratoriai gali kurti grupes)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(nerastas įgaliotasis serveris)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 arba 1"
@@ -392,11 +392,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr ""
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "AND"
@@ -425,16 +426,16 @@ msgstr[2] ""
# There is no acronym for this word in LT language we're writing all word "Pripažinimas"
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Pripažinimas"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Pripažinimas"
@@ -467,7 +468,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -480,30 +481,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -576,18 +577,18 @@ msgstr "Veiksmas atnaujintas"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Veiksmai"
@@ -623,6 +624,9 @@ msgstr "Aktyvus iki"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -650,9 +654,6 @@ msgstr "Aktyvus iki"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -662,9 +663,9 @@ msgstr "Aktyvus iki"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -676,39 +677,40 @@ msgstr "Aktyvus iki"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -719,20 +721,20 @@ msgstr "Aktyvus iki"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -759,8 +761,8 @@ msgstr "Aktyvus iki"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "PridÄ—ti"
@@ -768,7 +770,7 @@ msgstr "PridÄ—ti"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -776,7 +778,7 @@ msgstr ""
msgid "Add child"
msgstr ""
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -788,7 +790,7 @@ msgstr "PridÄ—ti mazgÄ…"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -797,6 +799,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -805,7 +808,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "PridÄ—ti prototipÄ…"
@@ -826,11 +829,11 @@ msgstr "Pridėti prie mazgų grupės"
msgid "Add to host groups"
msgstr "Pridėti prie mazgų grupių"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -854,7 +857,7 @@ msgid "Age"
msgstr "Laikotarpis"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Laikotarpis mažesnis už"
@@ -866,7 +869,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agentas"
@@ -925,7 +928,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Visi"
@@ -943,7 +946,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Visos nuorodos turi turėti apibrėžtą \"Pavadinimą\" ir \"URL\""
@@ -951,13 +954,13 @@ msgstr "Visos nuorodos turi turėti apibrėžtą \"Pavadinimą\" ir \"URL\""
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -977,48 +980,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Leidžiami mazgai"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr ""
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1027,14 +1030,14 @@ msgid "And/Or"
msgstr ""
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1050,10 +1053,10 @@ msgstr "Bet kuri simbolio eilutė įtraukta"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1089,8 +1092,8 @@ msgid "Application error."
msgstr "Programos klaida."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1113,15 +1116,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1129,15 +1132,17 @@ msgstr ""
msgid "Applications"
msgstr "Programos"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Taikyti"
@@ -1155,7 +1160,7 @@ msgstr "Kreipiantis"
msgid "Apr"
msgstr "Bal"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Balandis"
@@ -1167,7 +1172,11 @@ msgstr "Ar tikrai jūs norite atlikti šį veiksmą?"
msgid "Are you sure you want to delete"
msgstr "Ar jūs tikrai norite ištrinti"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1183,12 +1192,12 @@ msgstr "Srities tipas"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Kaip"
@@ -1296,7 +1305,7 @@ msgstr ""
msgid "Aug"
msgstr "Rugpj"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Rugpjūtis"
@@ -1313,9 +1322,9 @@ msgstr ""
msgid "Authentication"
msgstr "Autentifikacija"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Autentifikacijos algoritmas"
@@ -1325,21 +1334,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Autentifikacijos metodas"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr ""
@@ -1378,9 +1389,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automatinis"
@@ -1410,7 +1421,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Prieinamumas"
@@ -1435,8 +1446,8 @@ msgstr "Vidutinis"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1490,16 +1501,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1540,11 +1551,11 @@ msgstr ""
msgid "Bottom"
msgstr "ApaÄia"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1571,8 +1582,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1592,7 +1603,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1625,7 +1636,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1633,7 +1644,7 @@ msgstr ""
msgid "Callback"
msgstr "Atgalinis skambutis"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1659,10 +1670,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Atšaukti"
@@ -1707,12 +1718,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Negalima pridėti priklausomybės iš mazgo į šabloną."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Negalima pridėti priklausomybės iš trigerio \"%1$s:%2$s\" į neegzistuojantį trigerį \"%3$s:%4$s\".Negalima pridėti priklausomybės iš trigerio \"%1$s:%2$s\" į neegzistuojantį trigerį \"%3$s:%4$s\".Negalima pridėti priklausomybės iš trigerio \"%1$s:%2$s\" į neegzistuojantį trigerį \"%3$s:%4$s\".Negalima pridėti priklausomybės iš trigerio \"%1$s:%2$s\" į neegzistuojantį trigerį \"%3$s:%4$s\".Negalima pridėti priklausomybės iš trigerio \"%1$s:%2$s\" į neegzistuojantį trigerį \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Negalima pridÄ—ti atradimo taisyklÄ—s"
@@ -1736,7 +1747,7 @@ msgstr ""
msgid "Cannot add host"
msgstr "Negalima pridÄ—ti mazgo"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr ""
@@ -1746,7 +1757,7 @@ msgstr ""
msgid "Cannot add image"
msgstr "Negalima pridÄ—ti atvaizdo"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Negalima pridÄ—ti elemento"
@@ -1755,7 +1766,7 @@ msgstr "Negalima pridÄ—ti elemento"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr ""
@@ -1839,11 +1850,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "Negalima pridÄ—ti Å¡ablono"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Negalima pridÄ—ti trigerio"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr ""
@@ -1866,11 +1877,11 @@ msgstr "Negalima pridėti reikšmių žemėlapio"
msgid "Cannot add web scenario"
msgstr ""
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1887,11 +1898,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Negalima išvalyti istorijos"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1899,7 +1910,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Negalima klonuoti grafiko prototipų."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr ""
@@ -1922,7 +1933,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1937,26 +1948,26 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr ""
@@ -1994,7 +2005,7 @@ msgstr ""
msgid "Cannot create template."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -2040,11 +2051,11 @@ msgstr ""
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr ""
@@ -2071,7 +2082,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr ""
@@ -2091,7 +2102,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr ""
@@ -2107,19 +2118,19 @@ msgstr ""
msgid "Cannot delete inventory."
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr ""
@@ -2208,7 +2219,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr ""
@@ -2239,19 +2250,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr ""
@@ -2294,7 +2305,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] ""
@@ -2302,14 +2313,14 @@ msgstr[1] ""
msgstr[2] ""
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] ""
@@ -2331,7 +2342,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] ""
@@ -2367,7 +2378,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] ""
@@ -2375,14 +2386,14 @@ msgstr[1] ""
msgstr[2] ""
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] ""
@@ -2404,7 +2415,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] ""
@@ -2426,7 +2437,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2589,7 +2600,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr ""
@@ -2697,7 +2708,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2734,12 +2745,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2769,7 +2780,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2832,22 +2843,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2862,7 +2873,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2931,7 +2942,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr ""
@@ -2969,7 +2980,7 @@ msgstr ""
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2995,22 +3006,22 @@ msgstr ""
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr ""
@@ -3093,29 +3104,29 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3173,12 +3184,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3222,10 +3233,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr ""
@@ -3252,7 +3263,7 @@ msgstr ""
msgid "Check already exists."
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr ""
@@ -3270,7 +3281,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3375,8 +3386,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr ""
@@ -3385,11 +3396,11 @@ msgstr ""
msgid "Clear when unlinking"
msgstr ""
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3408,20 +3419,20 @@ msgstr ""
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr ""
@@ -3429,15 +3440,15 @@ msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr ""
@@ -3456,8 +3467,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3474,7 +3485,7 @@ msgstr ""
msgid "Colour"
msgstr ""
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr ""
@@ -3525,7 +3536,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3559,7 +3570,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr ""
@@ -3618,7 +3629,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr ""
@@ -3626,7 +3637,7 @@ msgstr ""
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3790,7 +3801,7 @@ msgid "Configuration updated"
msgstr ""
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3798,7 +3809,7 @@ msgstr ""
msgid "Confirmation text"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3854,7 +3865,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3862,9 +3873,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3872,9 +3883,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3891,10 +3902,10 @@ msgstr ""
msgid "Contact"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3925,10 +3936,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3968,8 +3979,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3981,8 +3993,8 @@ msgstr ""
msgid "Contract number"
msgstr ""
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3994,8 +4006,8 @@ msgstr ""
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr ""
@@ -4053,7 +4065,7 @@ msgstr ""
msgid "Could not save image!"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr ""
@@ -4099,11 +4111,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4123,14 +4135,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4209,7 +4221,7 @@ msgstr ""
msgid "Create media type"
msgstr ""
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4233,7 +4245,7 @@ msgstr ""
msgid "Create template"
msgstr ""
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr ""
@@ -4286,11 +4298,12 @@ msgstr ""
msgid "Current host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr ""
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4298,7 +4311,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4307,11 +4320,11 @@ msgid "Custom graphs"
msgstr ""
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4333,7 +4346,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4372,11 +4385,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr ""
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr ""
@@ -4486,16 +4500,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4503,32 +4517,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4536,35 +4550,35 @@ msgstr ""
msgid "Database monitor"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr ""
@@ -4593,7 +4607,7 @@ msgstr ""
msgid "Day"
msgstr ""
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4612,7 +4626,7 @@ msgstr ""
msgid "Days"
msgstr ""
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr ""
@@ -4626,7 +4640,7 @@ msgstr ""
msgid "Dec"
msgstr ""
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr ""
@@ -4636,7 +4650,7 @@ msgstr ""
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr ""
@@ -4653,7 +4667,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4670,18 +4684,18 @@ msgid "Default operation step duration"
msgstr ""
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr ""
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4710,7 +4724,8 @@ msgstr ""
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4731,8 +4746,8 @@ msgstr ""
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr ""
@@ -4765,19 +4780,19 @@ msgstr ""
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr ""
@@ -4801,15 +4816,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr ""
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr ""
@@ -4853,7 +4868,7 @@ msgstr ""
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4862,7 +4877,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr ""
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr ""
@@ -4887,7 +4902,7 @@ msgstr ""
msgid "Delete selected host groups?"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4895,7 +4910,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr ""
@@ -4947,7 +4962,7 @@ msgstr ""
msgid "Delete selected scripts?"
msgstr ""
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -5008,11 +5023,11 @@ msgstr ""
msgid "Delete template?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr ""
@@ -5025,7 +5040,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -5046,16 +5061,16 @@ msgid "Deny"
msgstr ""
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr ""
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr ""
@@ -5063,7 +5078,7 @@ msgstr ""
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5082,29 +5097,29 @@ msgstr ""
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr ""
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5237,7 +5252,8 @@ msgstr ""
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5250,22 +5266,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr ""
@@ -5282,7 +5297,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5290,12 +5305,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5396,29 +5411,29 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr ""
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr ""
@@ -5428,13 +5443,13 @@ msgstr ""
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr ""
@@ -5477,7 +5492,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr ""
@@ -5496,22 +5511,22 @@ msgid "Do not calculate"
msgstr ""
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr ""
@@ -5534,11 +5549,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr ""
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5618,12 +5633,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5652,10 +5667,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr ""
@@ -5675,7 +5690,7 @@ msgstr ""
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr ""
@@ -5690,15 +5705,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr ""
@@ -5722,15 +5737,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr ""
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5826,7 +5841,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5996,15 +6011,16 @@ msgstr ""
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -6020,13 +6036,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -6035,13 +6050,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr ""
@@ -6051,9 +6066,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -6061,7 +6076,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6073,10 +6088,10 @@ msgstr ""
msgid "English (en_US)"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6103,7 +6118,7 @@ msgstr ""
msgid "Error in search request for table \"%1$s\"."
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6138,7 +6153,7 @@ msgstr ""
msgid "Event details"
msgstr ""
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr ""
@@ -6158,6 +6173,12 @@ msgstr ""
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6189,7 +6210,7 @@ msgstr ""
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr ""
@@ -6200,7 +6221,7 @@ msgstr ""
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr ""
@@ -6218,9 +6239,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6238,19 +6259,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr ""
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6290,7 +6311,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr ""
@@ -6298,21 +6319,21 @@ msgstr ""
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr ""
@@ -6325,15 +6346,15 @@ msgstr ""
msgid "Expression cannot be empty"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr ""
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6352,7 +6373,7 @@ msgstr ""
msgid "External check"
msgstr ""
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr ""
@@ -6366,7 +6387,7 @@ msgstr ""
msgid "FTP"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr ""
@@ -6416,7 +6437,7 @@ msgstr ""
msgid "Feb"
msgstr ""
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr ""
@@ -6429,7 +6450,7 @@ msgstr ""
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6438,7 +6459,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6558,9 +6579,7 @@ msgstr ""
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6587,9 +6606,13 @@ msgstr ""
msgid "Filter"
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6608,7 +6631,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr ""
@@ -6621,8 +6644,8 @@ msgctxt "page navigation"
msgid "First"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6636,12 +6659,12 @@ msgid "Fixed"
msgstr ""
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6649,9 +6672,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6673,8 +6696,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr ""
@@ -6701,11 +6724,13 @@ msgstr ""
msgid "Fri"
msgstr ""
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr ""
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6725,12 +6750,12 @@ msgstr ""
msgid "Frontend messaging"
msgstr ""
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6765,7 +6790,7 @@ msgid "GUI access disabled."
msgstr ""
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6791,21 +6816,21 @@ msgstr ""
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr ""
@@ -6831,7 +6856,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr ""
@@ -6879,8 +6904,8 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -7013,7 +7038,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr ""
@@ -7057,9 +7082,9 @@ msgid "Graph with same name but other type exist."
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7069,7 +7094,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7077,7 +7102,7 @@ msgstr ""
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr ""
@@ -7147,12 +7172,12 @@ msgstr ""
msgid "Group name"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7167,8 +7192,8 @@ msgstr ""
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7200,10 +7225,10 @@ msgstr ""
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr ""
@@ -7211,11 +7236,11 @@ msgstr ""
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr ""
@@ -7244,20 +7269,20 @@ msgstr ""
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7290,11 +7315,11 @@ msgstr ""
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr ""
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7331,23 +7356,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr ""
@@ -7355,17 +7380,17 @@ msgstr ""
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr ""
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr ""
@@ -7379,13 +7404,17 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7410,26 +7439,26 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7441,8 +7470,8 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] ""
@@ -7485,8 +7514,7 @@ msgstr ""
msgid "Host added"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7503,12 +7531,12 @@ msgstr ""
msgid "Host count"
msgstr ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr ""
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
@@ -7516,7 +7544,7 @@ msgstr[1] ""
msgstr[2] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7538,7 +7566,7 @@ msgstr[2] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr ""
@@ -7584,11 +7612,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7625,17 +7653,17 @@ msgstr ""
msgid "Host info"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr ""
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7656,7 +7684,7 @@ msgstr ""
msgid "Host label type"
msgstr ""
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7683,54 +7711,58 @@ msgstr ""
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7779,17 +7811,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7865,7 +7897,7 @@ msgstr ""
msgid "IMAP"
msgstr ""
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7900,10 +7932,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr ""
@@ -7920,9 +7952,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr ""
@@ -8039,7 +8071,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr ""
@@ -8147,7 +8179,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8163,9 +8195,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8178,11 +8210,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8195,7 +8227,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr ""
@@ -8463,8 +8495,8 @@ msgstr ""
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8605,9 +8637,9 @@ msgstr ""
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8660,7 +8692,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr ""
@@ -8736,7 +8768,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr ""
@@ -8747,11 +8779,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr ""
@@ -8922,35 +8954,35 @@ msgstr ""
msgid "Incorrect trigger expression"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -9101,16 +9133,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9121,7 +9152,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9271,23 +9302,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9376,10 +9409,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9387,10 +9420,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr ""
@@ -9404,15 +9437,19 @@ msgstr ""
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9428,17 +9465,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9450,7 +9487,7 @@ msgstr ""
msgid "Installer name"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9483,8 +9520,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr ""
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9513,14 +9550,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9544,15 +9581,15 @@ msgstr ""
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr ""
@@ -9579,7 +9616,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9593,15 +9630,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9613,11 +9650,11 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9658,7 +9695,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9690,6 +9727,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9702,75 +9748,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9787,7 +9839,7 @@ msgstr ""
msgid "Invalid response code \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9824,15 +9876,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9845,7 +9897,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9864,9 +9916,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr ""
@@ -9893,9 +9945,9 @@ msgid "Issue"
msgstr ""
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9912,22 +9964,22 @@ msgid "Italian (it_IT)"
msgstr ""
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9964,15 +10016,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9983,18 +10035,18 @@ msgstr[2] ""
msgid "Item count"
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr ""
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -10005,7 +10057,7 @@ msgstr[2] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -10018,7 +10070,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -10039,15 +10091,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -10061,7 +10113,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10069,19 +10121,19 @@ msgstr ""
msgid "Item prototypes"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr ""
@@ -10153,7 +10205,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10163,11 +10215,11 @@ msgstr ""
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr ""
@@ -10179,7 +10231,7 @@ msgstr ""
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr ""
@@ -10187,7 +10239,7 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr ""
@@ -10195,10 +10247,10 @@ msgstr ""
msgid "JMX agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10211,10 +10263,10 @@ msgstr ""
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10246,7 +10298,7 @@ msgid "JSON-rpc version is not specified."
msgstr ""
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10254,7 +10306,7 @@ msgstr ""
msgid "Jan"
msgstr ""
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr ""
@@ -10271,7 +10323,7 @@ msgstr ""
msgid "Jul"
msgstr ""
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr ""
@@ -10279,11 +10331,11 @@ msgstr ""
msgid "Jun"
msgstr ""
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10317,7 +10369,7 @@ msgstr ""
msgid "Key passphrase"
msgstr ""
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr ""
@@ -10354,23 +10406,23 @@ msgstr ""
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10396,7 +10448,7 @@ msgctxt "page navigation"
msgid "Last"
msgstr ""
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
@@ -10404,7 +10456,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
@@ -10412,7 +10464,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
@@ -10420,7 +10472,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
@@ -10428,7 +10480,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
@@ -10436,7 +10488,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10474,23 +10526,24 @@ msgstr ""
msgid "Last check"
msgstr ""
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr ""
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr ""
@@ -10503,21 +10556,21 @@ msgstr ""
msgid "Last value"
msgstr ""
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr ""
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr ""
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10564,7 +10617,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10606,8 +10659,8 @@ msgstr ""
msgid "Link indicators"
msgstr ""
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10643,10 +10696,10 @@ msgstr ""
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10740,10 +10793,10 @@ msgid "Location longitude"
msgstr ""
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr ""
@@ -10755,10 +10808,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr ""
@@ -10815,7 +10868,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr ""
@@ -10832,8 +10885,9 @@ msgstr ""
msgid "MD2"
msgstr ""
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr ""
@@ -10848,7 +10902,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr ""
@@ -10875,10 +10929,10 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10969,16 +11023,16 @@ msgstr ""
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr ""
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr ""
@@ -10993,7 +11047,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr ""
@@ -11087,7 +11141,7 @@ msgstr ""
msgid "Mar"
msgstr ""
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr ""
@@ -11103,11 +11157,11 @@ msgstr ""
msgid "Mark selected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11126,11 +11180,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11178,7 +11232,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11194,7 +11248,7 @@ msgstr[2] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr ""
@@ -11352,7 +11406,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr ""
@@ -11416,7 +11470,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11476,7 +11530,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11553,7 +11607,7 @@ msgstr ""
msgid "Mon"
msgstr ""
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr ""
@@ -11561,9 +11615,9 @@ msgstr ""
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr ""
@@ -11595,11 +11649,11 @@ msgstr ""
msgid "Monthly"
msgstr ""
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11618,20 +11672,20 @@ msgstr ""
msgid "Mozilla Firefox"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr ""
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11664,13 +11718,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11698,17 +11753,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11728,19 +11783,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11749,15 +11804,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11767,12 +11822,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11863,12 +11918,12 @@ msgid "Never"
msgstr ""
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11882,7 +11937,7 @@ msgstr ""
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr ""
@@ -11918,13 +11973,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11933,20 +11988,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12100,6 +12155,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr ""
@@ -12116,12 +12172,12 @@ msgstr ""
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12188,12 +12244,12 @@ msgstr ""
msgid "No image"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr ""
@@ -12208,7 +12264,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12246,7 +12302,7 @@ msgstr ""
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12277,8 +12333,8 @@ msgstr ""
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12287,8 +12343,8 @@ msgstr ""
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12344,12 +12400,12 @@ msgstr ""
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12408,7 +12464,7 @@ msgstr ""
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12429,7 +12485,7 @@ msgstr ""
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr ""
@@ -12459,7 +12515,7 @@ msgstr ""
msgid "No recipients for action operation message."
msgstr ""
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12471,11 +12527,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr ""
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr ""
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr ""
@@ -12492,19 +12548,19 @@ msgstr ""
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12517,18 +12573,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr ""
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12626,7 +12682,7 @@ msgstr ""
msgid "Nov"
msgstr ""
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr ""
@@ -12639,11 +12695,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12711,11 +12767,11 @@ msgstr ""
msgid "Number of steps"
msgstr ""
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12731,7 +12787,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr ""
@@ -12783,22 +12839,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr ""
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr ""
@@ -12816,13 +12872,13 @@ msgstr ""
msgid "OK"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12838,7 +12894,7 @@ msgstr ""
msgid "OOB subnet mask"
msgstr ""
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr ""
@@ -12866,13 +12922,13 @@ msgstr ""
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr ""
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr ""
@@ -12904,7 +12960,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr ""
@@ -12979,7 +13035,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr ""
@@ -13036,7 +13092,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr ""
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr ""
@@ -13058,7 +13114,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr ""
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr ""
@@ -13074,12 +13130,12 @@ msgstr ""
msgid "Operation type"
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13127,24 +13183,24 @@ msgstr ""
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -13173,55 +13229,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13260,8 +13318,8 @@ msgstr ""
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13285,8 +13343,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13471,16 +13529,16 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13492,26 +13550,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13530,13 +13588,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr ""
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13607,28 +13665,28 @@ msgstr ""
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr ""
@@ -13640,15 +13698,15 @@ msgstr ""
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13665,7 +13723,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13682,17 +13740,22 @@ msgstr ""
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13738,7 +13801,7 @@ msgid "Placing algorithm"
msgstr ""
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr ""
@@ -13752,7 +13815,7 @@ msgstr ""
msgid "Play sound"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13761,20 +13824,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr ""
@@ -13804,18 +13867,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr ""
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13846,33 +13908,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13883,23 +13945,23 @@ msgstr ""
msgid "Preview"
msgstr ""
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13932,12 +13994,14 @@ msgid "Primary POC screen name"
msgstr ""
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13949,29 +14013,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr ""
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr ""
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13996,8 +14060,8 @@ msgstr ""
msgid "Problem display"
msgstr ""
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -14014,7 +14078,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr ""
@@ -14044,13 +14108,13 @@ msgstr ""
msgid "Problem, if at least one child has a problem"
msgstr ""
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -14059,7 +14123,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr ""
@@ -14096,7 +14160,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14114,7 +14178,7 @@ msgstr ""
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14186,20 +14250,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr ""
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr ""
@@ -14229,8 +14293,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14240,10 +14304,10 @@ msgid "RMCP+"
msgstr ""
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14301,7 +14365,7 @@ msgid "Received value"
msgstr ""
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14328,24 +14392,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr ""
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14355,9 +14419,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14372,11 +14436,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14390,7 +14454,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr ""
@@ -14431,7 +14495,7 @@ msgstr ""
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14455,6 +14519,12 @@ msgstr ""
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14471,43 +14541,37 @@ msgstr ""
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14516,14 +14580,14 @@ msgstr ""
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14546,7 +14610,7 @@ msgstr ""
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14579,8 +14643,8 @@ msgstr ""
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr ""
@@ -14616,7 +14680,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14626,17 +14690,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr ""
@@ -14651,23 +14715,23 @@ msgstr ""
msgid "Reports"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14677,7 +14741,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr ""
@@ -14694,14 +14758,14 @@ msgstr ""
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr ""
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr ""
@@ -14709,7 +14773,7 @@ msgstr ""
msgid "Required string"
msgstr ""
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr ""
@@ -14738,7 +14802,7 @@ msgstr ""
msgid "Reset defaults"
msgstr ""
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr ""
@@ -14750,26 +14814,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14806,15 +14870,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14833,14 +14897,14 @@ msgstr ""
msgid "Result type"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -15003,12 +15067,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr ""
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr ""
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr ""
@@ -15018,7 +15082,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -15063,16 +15128,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr ""
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr ""
@@ -15080,8 +15145,10 @@ msgstr ""
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr ""
@@ -15097,11 +15164,13 @@ msgstr ""
msgid "SNMP trap key is invalid."
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15109,7 +15178,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15117,7 +15187,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15139,9 +15210,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -15164,40 +15235,40 @@ msgstr ""
msgid "SSH agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15225,15 +15296,23 @@ msgstr ""
msgid "Sat"
msgstr ""
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr ""
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15255,12 +15334,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15344,9 +15423,9 @@ msgid "Screen updated"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15361,7 +15440,7 @@ msgstr ""
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr ""
@@ -15427,7 +15506,7 @@ msgstr ""
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr ""
@@ -15485,19 +15564,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15508,8 +15589,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15517,15 +15598,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr ""
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr ""
@@ -15558,19 +15639,19 @@ msgstr ""
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15595,7 +15676,7 @@ msgstr ""
msgid "Send to"
msgstr ""
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15622,13 +15703,13 @@ msgstr ""
msgid "Separated"
msgstr ""
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr ""
@@ -15753,12 +15834,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr ""
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15767,11 +15849,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15794,28 +15876,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15834,7 +15916,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15864,7 +15946,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15882,14 +15964,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15900,8 +15982,8 @@ msgstr ""
msgid "Show"
msgstr ""
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr ""
@@ -15909,7 +15991,7 @@ msgstr ""
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15936,7 +16018,11 @@ msgstr ""
msgid "Show lines"
msgstr ""
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15958,9 +16044,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15971,7 +16057,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15985,7 +16071,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr ""
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15996,7 +16082,7 @@ msgid "Show triggers"
msgstr ""
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -16005,10 +16091,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr ""
@@ -16020,7 +16106,7 @@ msgstr ""
msgid "Show working time"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr ""
@@ -16071,8 +16157,8 @@ msgstr ""
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16183,7 +16269,7 @@ msgstr ""
msgid "Slovak (sk_SK)"
msgstr ""
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr ""
@@ -16321,7 +16407,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16329,16 +16416,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16358,7 +16444,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16446,28 +16532,28 @@ msgid "Stop"
msgstr ""
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16479,7 +16565,7 @@ msgstr ""
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16504,14 +16590,14 @@ msgid "Subject"
msgstr ""
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr ""
@@ -16519,7 +16605,7 @@ msgstr ""
msgid "Success Audit"
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16532,7 +16618,7 @@ msgstr ""
msgid "Sun"
msgstr ""
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr ""
@@ -16576,7 +16662,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr ""
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16627,12 +16713,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr ""
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr ""
@@ -16674,12 +16760,12 @@ msgstr ""
msgid "Tag"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16688,12 +16774,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16704,25 +16790,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16730,11 +16816,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16743,11 +16829,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr ""
@@ -16866,13 +16952,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16894,20 +16980,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr ""
@@ -16932,7 +17018,7 @@ msgstr ""
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16960,10 +17046,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -17002,7 +17088,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17097,11 +17183,11 @@ msgstr ""
msgid "Theme"
msgstr ""
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17110,11 +17196,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr ""
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17126,23 +17212,23 @@ msgstr ""
msgid "This screen row is not empty. Delete it?"
msgstr ""
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr ""
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr ""
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17154,7 +17240,7 @@ msgstr ""
msgid "Thu"
msgstr ""
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr ""
@@ -17165,19 +17251,19 @@ msgstr ""
msgid "Till"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17220,12 +17306,12 @@ msgstr ""
msgid "Time period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17237,16 +17323,23 @@ msgstr ""
msgid "Time type"
msgstr ""
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr ""
@@ -17260,22 +17353,23 @@ msgstr ""
msgid "Timestamp"
msgstr ""
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr ""
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr ""
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17365,10 +17459,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17377,34 +17471,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr ""
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17414,7 +17508,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17422,7 +17516,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr ""
@@ -17430,7 +17524,7 @@ msgstr ""
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17441,7 +17535,7 @@ msgstr[2] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr ""
@@ -17449,7 +17543,7 @@ msgstr ""
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17461,14 +17555,14 @@ msgstr[2] ""
msgid "Trigger displaying options"
msgstr ""
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr ""
@@ -17508,24 +17602,24 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17535,12 +17629,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17548,11 +17642,11 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
@@ -17561,7 +17655,7 @@ msgstr[2] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17569,15 +17663,15 @@ msgstr[2] ""
msgid "Trigger prototypes"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17585,11 +17679,11 @@ msgstr ""
msgid "Trigger severity"
msgstr ""
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17597,19 +17691,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17622,11 +17716,11 @@ msgstr ""
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr ""
@@ -17642,7 +17736,7 @@ msgstr ""
msgid "Tue"
msgstr ""
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr ""
@@ -17655,7 +17749,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr ""
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17675,7 +17769,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17687,21 +17781,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17734,18 +17828,18 @@ msgstr ""
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr ""
@@ -17762,8 +17856,8 @@ msgstr ""
msgid "UNKNOWN"
msgstr ""
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17773,11 +17867,11 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr ""
@@ -17823,7 +17917,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr ""
@@ -17907,10 +18001,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr ""
@@ -17932,7 +18026,7 @@ msgstr ""
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17951,18 +18045,18 @@ msgstr ""
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr ""
@@ -17988,15 +18082,15 @@ msgstr ""
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr ""
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr ""
@@ -18039,7 +18133,7 @@ msgstr ""
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr ""
@@ -18086,6 +18180,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18122,28 +18221,29 @@ msgstr ""
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18160,16 +18260,16 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr ""
@@ -18224,7 +18324,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18253,7 +18353,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr ""
@@ -18418,14 +18518,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr ""
@@ -18493,11 +18593,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr ""
@@ -18505,8 +18605,8 @@ msgstr ""
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18771,24 +18871,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18918,18 +19018,18 @@ msgstr ""
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18937,8 +19037,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18950,7 +19050,7 @@ msgstr ""
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -19011,7 +19111,7 @@ msgstr ""
msgid "Visible name cannot be empty if host name is missing."
msgstr ""
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr ""
@@ -19023,22 +19123,22 @@ msgstr ""
msgid "Warning"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr ""
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -19048,7 +19148,7 @@ msgstr ""
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr ""
@@ -19107,7 +19207,7 @@ msgstr[2] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19125,7 +19225,7 @@ msgstr ""
msgid "Wed"
msgstr ""
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr ""
@@ -19138,7 +19238,7 @@ msgstr ""
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19146,7 +19246,7 @@ msgstr ""
msgid "When active"
msgstr ""
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19188,7 +19288,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19262,13 +19362,13 @@ msgstr ""
msgid "Wrong fields for time for service \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr ""
@@ -19276,8 +19376,8 @@ msgstr ""
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19310,10 +19410,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19404,7 +19504,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19423,20 +19523,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19448,7 +19548,7 @@ msgstr ""
msgid "Yes"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19459,7 +19559,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr ""
@@ -19514,7 +19614,7 @@ msgstr ""
msgid "You do not have permissions to create users."
msgstr ""
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19522,7 +19622,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19597,7 +19697,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr ""
@@ -19615,7 +19715,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19623,15 +19723,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr ""
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr ""
@@ -19640,6 +19740,7 @@ msgid "Zabbix trapper"
msgstr ""
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19653,51 +19754,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19710,8 +19816,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19719,29 +19825,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19783,6 +19889,10 @@ msgstr ""
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19794,23 +19904,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19820,7 +19930,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19828,11 +19938,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19881,11 +19991,11 @@ msgstr ""
msgid "avg"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19913,10 +20023,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19924,7 +20033,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19949,6 +20058,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19975,11 +20087,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -20001,14 +20113,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -20033,7 +20145,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -20051,11 +20163,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -20074,11 +20186,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr ""
@@ -20087,32 +20199,32 @@ msgstr ""
msgid "d.M"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr ""
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20138,11 +20250,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20181,7 +20293,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20220,7 +20332,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20228,14 +20340,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20244,7 +20356,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr ""
@@ -20302,11 +20414,11 @@ msgstr ""
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20343,7 +20455,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20357,15 +20469,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20375,7 +20487,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20387,7 +20499,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20417,7 +20529,7 @@ msgstr ""
msgid "last"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20429,15 +20541,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20445,12 +20557,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr ""
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr ""
@@ -20480,7 +20592,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20504,7 +20616,7 @@ msgstr ""
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20531,12 +20643,12 @@ msgstr ""
msgid "min"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20569,27 +20681,27 @@ msgstr ""
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20599,7 +20711,7 @@ msgstr ""
msgid "no data"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20620,7 +20732,7 @@ msgstr ""
msgid "not selected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20628,8 +20740,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr ""
@@ -20677,7 +20789,7 @@ msgstr ""
msgid "on"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20693,11 +20805,11 @@ msgstr ""
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20708,11 +20820,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20729,12 +20841,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20751,7 +20863,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr ""
@@ -20800,6 +20912,7 @@ msgstr ""
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20814,15 +20927,15 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20830,10 +20943,10 @@ msgstr ""
msgid "show icon mappings"
msgstr ""
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr ""
@@ -20841,11 +20954,11 @@ msgstr ""
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20853,7 +20966,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20862,14 +20975,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20904,9 +21017,13 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20921,7 +21038,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20940,18 +21057,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20962,26 +21103,26 @@ msgstr ""
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20991,7 +21132,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -21008,9 +21149,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -21037,12 +21179,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -21052,7 +21194,7 @@ msgstr ""
msgid "unknown"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -21061,28 +21203,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -21092,7 +21234,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr ""
@@ -21110,26 +21252,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21157,9 +21302,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21196,7 +21341,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr ""
diff --git a/ui/locale/lv/LC_MESSAGES/frontend.po b/ui/locale/lv/LC_MESSAGES/frontend.po
index 655ac03a5f2..26ead8ec9d9 100644
--- a/ui/locale/lv/LC_MESSAGES/frontend.po
+++ b/ui/locale/lv/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2019-10-02 08:38+0300\n"
"Last-Translator: Gatis <gatis.rumbens@zabbix.com>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -79,7 +79,7 @@ msgstr[0] "%1$d diena"
msgstr[1] "%1$d dienas"
msgstr[2] ""
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -170,8 +170,8 @@ msgstr[2] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -187,7 +187,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -222,8 +222,8 @@ msgstr[2] ""
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
@@ -231,7 +231,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -251,20 +251,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -304,20 +304,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr "(Tikai super administratori var veidot grupas)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(bez starpniekservera)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 vai 1"
@@ -393,11 +393,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "UN"
@@ -425,16 +426,16 @@ msgstr[1] ""
msgstr[2] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Apst"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "ApstiprinÄjums"
@@ -467,7 +468,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -480,30 +481,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -576,18 +577,18 @@ msgstr "Darbība atjaunota"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Darbības"
@@ -623,6 +624,9 @@ msgstr "Aktīvs līdz"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -650,9 +654,6 @@ msgstr "Aktīvs līdz"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -662,9 +663,9 @@ msgstr "Aktīvs līdz"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -676,39 +677,40 @@ msgstr "Aktīvs līdz"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -719,20 +721,20 @@ msgstr "Aktīvs līdz"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -759,8 +761,8 @@ msgstr "Aktīvs līdz"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Pievienot"
@@ -768,7 +770,7 @@ msgstr "Pievienot"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -776,7 +778,7 @@ msgstr ""
msgid "Add child"
msgstr ""
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -788,7 +790,7 @@ msgstr "Pievienot mezglu"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -797,6 +799,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -805,7 +808,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Pievienot prototipu"
@@ -828,11 +831,11 @@ msgstr "Pievienot resursdatoru grupai"
msgid "Add to host groups"
msgstr "Pievienot mezglu grupÄm"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -856,7 +859,7 @@ msgid "Age"
msgstr "Vecums"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Vecums mazÄks par"
@@ -868,7 +871,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "AÄ£ents"
@@ -927,7 +930,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Viss"
@@ -945,7 +948,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr ""
@@ -953,13 +956,13 @@ msgstr ""
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -979,48 +982,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Atļautie resursdatori"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr ""
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1029,14 +1032,14 @@ msgid "And/Or"
msgstr ""
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1052,10 +1055,10 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1091,8 +1094,8 @@ msgid "Application error."
msgstr "AplikÄcijas kļūda."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1115,15 +1118,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1131,15 +1134,17 @@ msgstr ""
msgid "Applications"
msgstr "RÄdÄ«tÄju grupas"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Pielietot"
@@ -1157,7 +1162,7 @@ msgstr ""
msgid "Apr"
msgstr "Apr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Aprīlis"
@@ -1169,7 +1174,11 @@ msgstr ""
msgid "Are you sure you want to delete"
msgstr ""
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1185,12 +1194,12 @@ msgstr ""
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr ""
@@ -1298,7 +1307,7 @@ msgstr ""
msgid "Aug"
msgstr "Aug"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Augusts"
@@ -1315,9 +1324,9 @@ msgstr ""
msgid "Authentication"
msgstr "AutentifikÄcija"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "AutentifikÄcijas algoritms"
@@ -1327,21 +1336,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "AutentifikÄcijas metode"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "AutentifikÄcijas protokols"
@@ -1380,9 +1391,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "AutomÄtiski"
@@ -1412,7 +1423,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Pieejamība"
@@ -1437,8 +1448,8 @@ msgstr "Vidējs"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1492,16 +1503,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1542,11 +1553,11 @@ msgstr ""
msgid "Bottom"
msgstr "Apakša"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1573,8 +1584,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1594,7 +1605,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1627,7 +1638,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1635,7 +1646,7 @@ msgstr ""
msgid "Callback"
msgstr ""
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1661,10 +1672,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Atcelt"
@@ -1709,12 +1720,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr ""
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr ""
@@ -1738,7 +1749,7 @@ msgstr ""
msgid "Cannot add host"
msgstr "Resursdatoru nav iespējams pievienot"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr ""
@@ -1748,7 +1759,7 @@ msgstr ""
msgid "Cannot add image"
msgstr "Attēlu nevar pievienot"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr ""
@@ -1757,7 +1768,7 @@ msgstr ""
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr ""
@@ -1841,11 +1852,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "Šablonu nav iespējams pievienot"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Trigeri nav iespējams pievienot"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr ""
@@ -1868,11 +1879,11 @@ msgstr ""
msgid "Cannot add web scenario"
msgstr ""
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1889,11 +1900,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr ""
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1901,7 +1912,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr ""
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr ""
@@ -1924,7 +1935,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1939,26 +1950,26 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr ""
@@ -1996,7 +2007,7 @@ msgstr ""
msgid "Cannot create template."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -2042,11 +2053,11 @@ msgstr ""
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr ""
@@ -2074,7 +2085,7 @@ msgstr[0] "Grupu nav iespējams dzēst"
msgstr[1] "Grupu nav iespējams dzēst"
msgstr[2] "Grupu nav iespējams dzēst"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr ""
@@ -2094,7 +2105,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr ""
@@ -2110,19 +2121,19 @@ msgstr "Attēlu nav iespējams izdzēst"
msgid "Cannot delete inventory."
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr ""
@@ -2211,7 +2222,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr ""
@@ -2242,19 +2253,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Trigeri nav iespējams izdzēst"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Trigerus nav iespējams izdzēst"
@@ -2297,7 +2308,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] ""
@@ -2305,14 +2316,14 @@ msgstr[1] ""
msgstr[2] ""
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] ""
@@ -2334,7 +2345,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] ""
@@ -2370,7 +2381,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] ""
@@ -2378,14 +2389,14 @@ msgstr[1] ""
msgstr[2] ""
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] ""
@@ -2407,7 +2418,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] ""
@@ -2429,7 +2440,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2592,7 +2603,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr ""
@@ -2700,7 +2711,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2737,12 +2748,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2772,7 +2783,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2835,22 +2846,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2865,7 +2876,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2934,7 +2945,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr ""
@@ -2972,7 +2983,7 @@ msgstr ""
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2998,22 +3009,22 @@ msgstr "Attēlu nav iespējams atjaunot"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr ""
@@ -3096,29 +3107,29 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3176,12 +3187,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3225,10 +3236,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Simbols"
@@ -3255,7 +3266,7 @@ msgstr ""
msgid "Check already exists."
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr ""
@@ -3273,7 +3284,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3378,8 +3389,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr ""
@@ -3388,11 +3399,11 @@ msgstr ""
msgid "Clear when unlinking"
msgstr ""
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3411,20 +3422,20 @@ msgstr "Pulkstenis"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Klonēt"
@@ -3432,15 +3443,15 @@ msgstr "Klonēt"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Aizvērt"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr ""
@@ -3459,8 +3470,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3477,7 +3488,7 @@ msgstr ""
msgid "Colour"
msgstr "KrÄsa"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr ""
@@ -3528,7 +3539,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3562,7 +3573,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Nosacījums"
@@ -3621,7 +3632,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "KonfigurÄcija"
@@ -3629,7 +3640,7 @@ msgstr "KonfigurÄcija"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3793,7 +3804,7 @@ msgid "Configuration updated"
msgstr "KonfigurÄcija saglabÄta"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3801,7 +3812,7 @@ msgstr ""
msgid "Confirmation text"
msgstr "ApstiprinÄjuma teksts"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3857,7 +3868,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3865,9 +3876,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3875,9 +3886,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3894,10 +3905,10 @@ msgstr ""
msgid "Contact"
msgstr "KontaktinformÄcija"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3928,10 +3939,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3971,8 +3982,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3984,8 +3996,8 @@ msgstr ""
msgid "Contract number"
msgstr "LÄ«guma numurs"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3997,8 +4009,8 @@ msgstr "KoordinÄtes"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Kopēt"
@@ -4056,7 +4068,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "AttÄ“lu nevar saglabÄt!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Skaits"
@@ -4102,11 +4114,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4126,14 +4138,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4212,7 +4224,7 @@ msgstr "Izveidot karti"
msgid "Create media type"
msgstr ""
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4236,7 +4248,7 @@ msgstr ""
msgid "Create template"
msgstr "Izveidot veidni"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Izveidot trigeri"
@@ -4289,11 +4301,12 @@ msgstr ""
msgid "Current host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr ""
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4301,7 +4314,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4310,11 +4323,11 @@ msgid "Custom graphs"
msgstr ""
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4336,7 +4349,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4375,11 +4388,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4489,16 +4503,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4506,32 +4520,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4539,35 +4553,35 @@ msgstr ""
msgid "Database monitor"
msgstr "DatubÄzes uzraudzÄ«ba"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "DatubÄzes vÄrds"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "DatubÄzes parole"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "DatubÄzes ports"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "DatubÄzes shÄ“ma"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "DatubÄzes serveris"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "DatubÄzes tips"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "DatubÄzes lietotÄjs"
@@ -4596,7 +4610,7 @@ msgstr "Datums, kad aparatÅ«ra iegÄdÄta"
msgid "Day"
msgstr "Diena"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4615,7 +4629,7 @@ msgstr "Nedēļas diena"
msgid "Days"
msgstr "Dienas"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Atkļūdošana"
@@ -4629,7 +4643,7 @@ msgstr "Atkļūdošanas režīms"
msgid "Dec"
msgstr "Dec"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Decembris"
@@ -4639,7 +4653,7 @@ msgstr "Decembris"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Noklusētais"
@@ -4656,7 +4670,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4673,18 +4687,18 @@ msgid "Default operation step duration"
msgstr ""
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Noklusētais dizains"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4713,7 +4727,8 @@ msgstr "Aizkave pēc"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4734,8 +4749,8 @@ msgstr "Aizkave pēc"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Dzēst"
@@ -4768,19 +4783,19 @@ msgstr ""
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Dzēst izteiksmi?"
@@ -4804,15 +4819,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr ""
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr ""
@@ -4856,7 +4871,7 @@ msgstr ""
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4865,7 +4880,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr ""
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Vai dzēst iezīmētos elementus?"
@@ -4890,7 +4905,7 @@ msgstr "Vai dzÄ“st iezÄ«mÄ“tÄs grupas?"
msgid "Delete selected host groups?"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4898,7 +4913,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr ""
@@ -4950,7 +4965,7 @@ msgstr ""
msgid "Delete selected scripts?"
msgstr "Vai dzēst iezīmētos skriptus?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -5011,11 +5026,11 @@ msgstr ""
msgid "Delete template?"
msgstr "Dzēst"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Dzēst trigeri?"
@@ -5028,7 +5043,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -5049,16 +5064,16 @@ msgid "Deny"
msgstr ""
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr ""
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr ""
@@ -5066,7 +5081,7 @@ msgstr ""
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5085,29 +5100,29 @@ msgstr ""
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Apraksts"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5240,7 +5255,8 @@ msgstr ""
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5253,22 +5269,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Atspējots"
@@ -5285,7 +5300,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5293,12 +5308,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5399,29 +5414,29 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr ""
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr ""
@@ -5431,13 +5446,13 @@ msgstr ""
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr ""
@@ -5480,7 +5495,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr ""
@@ -5499,22 +5514,22 @@ msgid "Do not calculate"
msgstr ""
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr ""
@@ -5537,11 +5552,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr ""
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5621,12 +5636,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5655,10 +5670,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Ilgums"
@@ -5678,7 +5693,7 @@ msgstr ""
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr ""
@@ -5693,15 +5708,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Rediģēt"
@@ -5725,15 +5740,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Labot trigeri"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5829,7 +5844,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5999,15 +6014,16 @@ msgstr ""
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -6023,13 +6039,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -6038,13 +6053,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Ieslēgts"
@@ -6054,9 +6069,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -6064,7 +6079,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6076,10 +6091,10 @@ msgstr "Angļu (en_GB)"
msgid "English (en_US)"
msgstr "Angļu (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6106,7 +6121,7 @@ msgstr "Kļūda"
msgid "Error in search request for table \"%1$s\"."
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6142,7 +6157,7 @@ msgstr ""
msgid "Event details"
msgstr "Notikuma detaļas"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr ""
@@ -6162,6 +6177,12 @@ msgstr ""
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6193,7 +6214,7 @@ msgstr ""
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Neiekļaut"
@@ -6204,7 +6225,7 @@ msgstr "Neiekļaut"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Izpildīt"
@@ -6222,9 +6243,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6242,19 +6263,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Palaist skriptu"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Izpildes apstiprinÄÅ¡ana"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6294,7 +6315,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Eksportēt uz CSV"
@@ -6302,21 +6323,21 @@ msgstr "Eksportēt uz CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Izteiksme"
@@ -6329,15 +6350,15 @@ msgstr ""
msgid "Expression cannot be empty"
msgstr "Izteiksme nedrīkst būt tukša"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Izteiksmes konstruktors"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6356,7 +6377,7 @@ msgstr "Izteiksmes"
msgid "External check"
msgstr "Ä€rÄ“ja pÄrbaude"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "P"
@@ -6370,7 +6391,7 @@ msgstr "NEPATIESS"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr ""
@@ -6420,7 +6441,7 @@ msgstr ""
msgid "Feb"
msgstr "Feb"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "FebruÄris"
@@ -6433,7 +6454,7 @@ msgstr "Lauks"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6442,7 +6463,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6562,9 +6583,7 @@ msgstr "Aizpildīts reģions"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6591,9 +6610,13 @@ msgstr "Aizpildīts reģions"
msgid "Filter"
msgstr "Filtrs"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6612,7 +6635,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Finišs"
@@ -6625,8 +6648,8 @@ msgctxt "page navigation"
msgid "First"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6640,12 +6663,12 @@ msgid "Fixed"
msgstr "Fiksēts"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6653,9 +6676,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6677,8 +6700,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Formula"
@@ -6705,11 +6728,13 @@ msgstr "FranÄu (fr_FR)"
msgid "Fri"
msgstr "Pie"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Piektdiena"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6729,12 +6754,12 @@ msgstr "Saskarnes piekļuve"
msgid "Frontend messaging"
msgstr ""
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6769,7 +6794,7 @@ msgid "GUI access disabled."
msgstr "GUI pieeja liegta."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6795,21 +6820,21 @@ msgstr "VÄcu (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr ""
@@ -6835,7 +6860,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Aiziet uz"
@@ -6883,8 +6908,8 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -7017,7 +7042,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Grafika prototipi"
@@ -7061,9 +7086,9 @@ msgid "Graph with same name but other type exist."
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7073,7 +7098,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7081,7 +7106,7 @@ msgstr ""
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Grafiki"
@@ -7152,12 +7177,12 @@ msgstr ""
msgid "Group name"
msgstr "Grupas nosaukums"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7172,8 +7197,8 @@ msgstr "Grupēt pēc"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7205,10 +7230,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP autentifikÄcija"
@@ -7216,11 +7241,11 @@ msgstr "HTTP autentifikÄcija"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP starpniekserveris"
@@ -7249,20 +7274,20 @@ msgstr ""
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7295,11 +7320,11 @@ msgstr "Palīdzība"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Slēpts"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7336,23 +7361,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "VÄ“sture"
@@ -7360,17 +7385,17 @@ msgstr "VÄ“sture"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Vēsture nodzēsta"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "VÄ“stures dzÄ“Å¡ana var aizņemt daudz laika. Vai turpinÄt?"
@@ -7384,13 +7409,17 @@ msgstr "Notikumu vēsture"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7415,26 +7444,26 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7446,8 +7475,8 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
#, fuzzy
msgid "Host"
msgid_plural "Hosts"
@@ -7491,8 +7520,7 @@ msgstr "IekÄrtas piekļuve"
msgid "Host added"
msgstr "IekÄrta pievienota"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7509,12 +7537,12 @@ msgstr ""
msgid "Host count"
msgstr ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr ""
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
@@ -7522,7 +7550,7 @@ msgstr[1] ""
msgstr[2] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7544,7 +7572,7 @@ msgstr[2] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "IekÄrtas grupa"
@@ -7590,11 +7618,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7631,17 +7659,17 @@ msgstr "IekÄrtas grupas"
msgid "Host info"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "IekÄrtas interfeiss"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7662,7 +7690,7 @@ msgstr ""
msgid "Host label type"
msgstr ""
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7689,54 +7717,58 @@ msgstr ""
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7785,17 +7817,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7871,7 +7903,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7906,10 +7938,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7926,9 +7958,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI sensors"
@@ -8045,7 +8077,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Attēls"
@@ -8153,7 +8185,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8169,9 +8201,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8184,11 +8216,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8201,7 +8233,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Iekļaut"
@@ -8469,8 +8501,8 @@ msgstr "Funkcijai tika padots nepareizs arguments"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8611,9 +8643,9 @@ msgstr ""
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8666,7 +8698,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Tiek izmantota nepareiza funkcija"
@@ -8742,7 +8774,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr ""
@@ -8753,11 +8785,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr ""
@@ -8928,35 +8960,35 @@ msgstr ""
msgid "Incorrect trigger expression"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -9107,16 +9139,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9127,7 +9158,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9277,23 +9308,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9382,10 +9415,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9393,10 +9426,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr ""
@@ -9410,15 +9443,19 @@ msgstr "InformÄcija"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9434,17 +9471,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Ievietot"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9456,7 +9493,7 @@ msgstr "InstalÄcija"
msgid "Installer name"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9489,8 +9526,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr ""
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9519,14 +9556,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9550,15 +9587,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "IntervÄls"
@@ -9585,7 +9622,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9599,15 +9636,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9619,11 +9656,11 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9664,7 +9701,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9696,6 +9733,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9708,75 +9754,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9793,7 +9845,7 @@ msgstr ""
msgid "Invalid response code \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9830,15 +9882,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9851,7 +9903,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9870,9 +9922,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Uzskaite"
@@ -9899,9 +9951,9 @@ msgid "Issue"
msgstr "Problēma"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9918,22 +9970,22 @@ msgid "Italian (it_IT)"
msgstr "ItÄļu (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "RÄdÄ«tÄjs"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9970,15 +10022,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "RÄdÄ«tÄjs pievienots"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9989,18 +10041,18 @@ msgstr[2] ""
msgid "Item count"
msgstr "RÄdÄ«tÄju skaits"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "RÄdÄ«tÄjs izdzÄ“sts"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -10011,7 +10063,7 @@ msgstr[2] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -10024,7 +10076,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -10045,15 +10097,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -10067,7 +10119,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10075,19 +10127,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "RÄdÄ«tÄju prototipi"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "RÄdÄ«tÄjs atjaunots"
@@ -10159,7 +10211,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10169,11 +10221,11 @@ msgstr ""
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "RÄdÄ«tÄji"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "RÄdÄ«tÄji izdzÄ“sti"
@@ -10185,7 +10237,7 @@ msgstr "RÄdÄ«tÄju saraksts"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "RÄdÄ«tÄji atjaunoti"
@@ -10193,7 +10245,7 @@ msgstr "RÄdÄ«tÄji atjaunoti"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10201,10 +10253,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX aģents"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10217,10 +10269,10 @@ msgstr "JMX interfeisi"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10252,7 +10304,7 @@ msgid "JSON-rpc version is not specified."
msgstr "Nav norÄdÄ«ta JSON-rpc versija."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10260,7 +10312,7 @@ msgstr ""
msgid "Jan"
msgstr "Jan"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "JanvÄris"
@@ -10277,7 +10329,7 @@ msgstr ""
msgid "Jul"
msgstr "JÅ«l"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "JÅ«lijs"
@@ -10285,11 +10337,11 @@ msgstr "JÅ«lijs"
msgid "Jun"
msgstr "JÅ«n"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "JÅ«nijs"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10323,7 +10375,7 @@ msgstr ""
msgid "Key passphrase"
msgstr ""
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "AtslÄ“gas vÄrds"
@@ -10360,23 +10412,23 @@ msgstr ""
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10402,7 +10454,7 @@ msgctxt "page navigation"
msgid "Last"
msgstr "PÄ“dÄ“jÄ"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
@@ -10410,7 +10462,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
@@ -10418,7 +10470,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
@@ -10426,7 +10478,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
@@ -10434,7 +10486,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
@@ -10442,7 +10494,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10480,23 +10532,24 @@ msgstr ""
msgid "Last check"
msgstr "PÄ“dÄ“jÄ pÄrbaude"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr ""
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr ""
@@ -10509,21 +10562,21 @@ msgstr ""
msgid "Last value"
msgstr "PÄ“dÄ“jÄ vÄ“rtÄ«ba"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr ""
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "JaunÄkÄ informÄcija"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10570,7 +10623,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10612,8 +10665,8 @@ msgstr "Saite"
msgid "Link indicators"
msgstr ""
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10649,10 +10702,10 @@ msgstr ""
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10746,10 +10799,10 @@ msgid "Location longitude"
msgstr "AtraÅ¡anÄs vietas Ä£eogrÄfiskais garums"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Žurnalēšanas fails"
@@ -10761,10 +10814,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr ""
@@ -10821,7 +10874,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "P"
@@ -10838,8 +10891,9 @@ msgstr "MAC adrese B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10854,7 +10908,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Makro"
@@ -10881,10 +10935,10 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10975,16 +11029,16 @@ msgstr ""
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr ""
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr ""
@@ -10999,7 +11053,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Karte"
@@ -11093,7 +11147,7 @@ msgstr "Kartes"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Marts"
@@ -11109,11 +11163,11 @@ msgstr "AtzÄ«mÄ“t pÄrÄ“jos"
msgid "Mark selected"
msgstr "IekrÄsot izvÄ“lÄ“tÄs"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11132,11 +11186,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11184,7 +11238,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11200,7 +11254,7 @@ msgstr[2] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Mai"
@@ -11358,7 +11412,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Ziņojumi"
@@ -11422,7 +11476,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11482,7 +11536,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11559,7 +11613,7 @@ msgstr ""
msgid "Mon"
msgstr "Pir"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Pirmdiena"
@@ -11567,9 +11621,9 @@ msgstr "Pirmdiena"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Uzraudzība ar starpniekserveri"
@@ -11601,11 +11655,11 @@ msgstr "MÄ“nesis"
msgid "Monthly"
msgstr "Mēnesī"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11624,20 +11678,20 @@ msgstr ""
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr ""
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Klusums"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11670,13 +11724,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11704,17 +11759,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11734,19 +11789,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11755,15 +11810,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11773,12 +11828,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11869,12 +11924,12 @@ msgid "Never"
msgstr "Nekad"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Jauna aplikÄcija"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11888,7 +11943,7 @@ msgstr "Izveidot jaunu nosacījumu"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Jauns elements"
@@ -11924,13 +11979,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11939,20 +11994,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12106,6 +12161,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr ""
@@ -12122,12 +12178,12 @@ msgstr ""
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12194,12 +12250,12 @@ msgstr ""
msgid "No image"
msgstr "Nav attēla"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr ""
@@ -12214,7 +12270,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12252,7 +12308,7 @@ msgstr ""
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12283,8 +12339,8 @@ msgstr ""
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12293,8 +12349,8 @@ msgstr ""
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12350,12 +12406,12 @@ msgstr ""
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12414,7 +12470,7 @@ msgstr ""
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12435,7 +12491,7 @@ msgstr ""
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr ""
@@ -12465,7 +12521,7 @@ msgstr ""
msgid "No recipients for action operation message."
msgstr ""
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12477,11 +12533,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr ""
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr ""
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr ""
@@ -12498,19 +12554,19 @@ msgstr ""
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12523,18 +12579,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr ""
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12632,7 +12688,7 @@ msgstr ""
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Novembris"
@@ -12645,11 +12701,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12717,11 +12773,11 @@ msgstr ""
msgid "Number of steps"
msgstr "Soļu skaits"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12737,7 +12793,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "LietotÄju skaits (tieÅ¡saistÄ“)"
@@ -12789,22 +12845,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numurs (peldošais)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr ""
@@ -12822,13 +12878,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12844,7 +12900,7 @@ msgstr "OOB marÅ¡rutÄ“tÄjs"
msgid "OOB subnet mask"
msgstr ""
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "VAI"
@@ -12872,13 +12928,13 @@ msgstr "Okt"
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Oktobris"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr ""
@@ -12910,7 +12966,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr ""
@@ -12985,7 +13041,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr ""
@@ -13042,7 +13098,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr ""
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr ""
@@ -13064,7 +13120,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr ""
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "OperÄcijas detaļas"
@@ -13080,12 +13136,12 @@ msgstr ""
msgid "Operation type"
msgstr "OperÄcijas tips"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13133,24 +13189,24 @@ msgstr "Operators"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -13179,55 +13235,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13266,8 +13324,8 @@ msgstr "Citi"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13291,8 +13349,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13477,16 +13535,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLÄ’MA"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13498,26 +13556,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13536,13 +13594,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parametrs"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13613,28 +13671,28 @@ msgstr ""
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Parole"
@@ -13646,15 +13704,15 @@ msgstr "Parole (vēlreiz)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13671,7 +13729,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13688,17 +13746,22 @@ msgstr ""
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Periods"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13744,7 +13807,7 @@ msgid "Placing algorithm"
msgstr ""
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr ""
@@ -13758,7 +13821,7 @@ msgstr "Atskaņot"
msgid "Play sound"
msgstr "Atskaņot skaņu"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13767,20 +13830,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr ""
@@ -13810,18 +13873,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "Poļu (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13852,33 +13914,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13889,23 +13951,23 @@ msgstr ""
msgid "Preview"
msgstr "Priekšskatījums"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13938,12 +14000,14 @@ msgid "Primary POC screen name"
msgstr ""
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13955,29 +14019,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "PrivÄtÄs atslÄ“gas fails"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Privilēģiju līmenis"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -14002,8 +14066,8 @@ msgstr ""
msgid "Problem display"
msgstr ""
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -14020,7 +14084,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr ""
@@ -14050,13 +14114,13 @@ msgstr ""
msgid "Problem, if at least one child has a problem"
msgstr ""
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -14065,7 +14129,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problēmas"
@@ -14102,7 +14166,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14120,7 +14184,7 @@ msgstr "Starpniekserveri"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14192,20 +14256,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "PubliskÄ atslÄ“ga"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "PubliskÄs atslÄ“gas fails"
@@ -14235,8 +14299,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14246,10 +14310,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14307,7 +14371,7 @@ msgid "Received value"
msgstr "SaņemtÄ vÄ“rtÄ«ba"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14334,24 +14398,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Atjaunošana"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14361,9 +14425,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14378,11 +14442,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14396,7 +14460,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "RegulÄrÄ izteiksme"
@@ -14437,7 +14501,7 @@ msgstr "RegulÄrÄs izteiksmes"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14461,6 +14525,12 @@ msgstr "AttÄlinÄta komanda"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14477,43 +14547,37 @@ msgstr "AttÄlinÄta komanda"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14522,14 +14586,14 @@ msgstr "AttÄlinÄta komanda"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14552,7 +14616,7 @@ msgstr "AttÄlinÄta komanda"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14585,8 +14649,8 @@ msgstr "AttÄlinÄta komanda"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Dzēst"
@@ -14622,7 +14686,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14632,17 +14696,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "AizstÄt"
@@ -14657,23 +14721,23 @@ msgstr ""
msgid "Reports"
msgstr "Atskaites"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14683,7 +14747,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr ""
@@ -14700,14 +14764,14 @@ msgstr "NepiecieÅ¡amÄ veikstpÄ“ja (vs)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr ""
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr ""
@@ -14715,7 +14779,7 @@ msgstr ""
msgid "Required string"
msgstr ""
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Atiestatīt"
@@ -14744,7 +14808,7 @@ msgstr ""
msgid "Reset defaults"
msgstr ""
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "AtrisinÄts"
@@ -14756,26 +14820,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14812,15 +14876,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "RezultÄts"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14839,14 +14903,14 @@ msgstr ""
msgid "Result type"
msgstr "RezultÄta tips"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -15009,12 +15073,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr "Krievu (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "S"
@@ -15024,7 +15088,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -15069,16 +15134,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -15086,8 +15151,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr ""
@@ -15103,11 +15170,13 @@ msgstr ""
msgid "SNMP trap key is invalid."
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15115,7 +15184,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 aģents"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15123,7 +15193,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 aģents"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15145,9 +15216,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL pieprasījums"
@@ -15170,40 +15241,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH aģents"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15231,15 +15302,23 @@ msgstr ""
msgid "Sat"
msgstr ""
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Sestdiena"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15261,12 +15340,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15350,9 +15429,9 @@ msgid "Screen updated"
msgstr "EkrÄns atjaunos"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15367,7 +15446,7 @@ msgstr "EkrÄns atjaunos"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "EkrÄni"
@@ -15433,7 +15512,7 @@ msgstr "Skripts modificēts"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Skripts"
@@ -15491,19 +15570,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15514,8 +15595,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15523,15 +15604,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Atlasīt"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr ""
@@ -15564,19 +15645,19 @@ msgstr "Atlasītie elementi"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15601,7 +15682,7 @@ msgstr "Sūtīt tikai"
msgid "Send to"
msgstr ""
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15628,13 +15709,13 @@ msgstr "Sep"
msgid "Separated"
msgstr ""
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Septembris"
@@ -15759,12 +15840,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr ""
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15773,11 +15855,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15800,28 +15882,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15840,7 +15922,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15870,7 +15952,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15888,14 +15970,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15906,8 +15988,8 @@ msgstr ""
msgid "Show"
msgstr "ParÄdÄ«t"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "ParÄdÄ«t detaļas"
@@ -15915,7 +15997,7 @@ msgstr "ParÄdÄ«t detaļas"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15942,7 +16024,11 @@ msgstr ""
msgid "Show lines"
msgstr "ParÄdÄ«t lÄ«nijas"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15964,9 +16050,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15977,7 +16063,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15991,7 +16077,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "RÄdÄ«t tekstu kÄ HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -16002,7 +16088,7 @@ msgid "Show triggers"
msgstr "RÄdÄ«t trigerus"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -16011,10 +16097,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "RÄdÄ«t vÄ“rtÄ«bu"
@@ -16026,7 +16112,7 @@ msgstr ""
msgid "Show working time"
msgstr "ParÄdÄ«t darba laiku"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "ParÄdÄ«ts"
@@ -16077,8 +16163,8 @@ msgstr "VienkÄrÅ¡s grafiks"
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16189,7 +16275,7 @@ msgstr "Slaidi"
msgid "Slovak (sk_SK)"
msgstr "SlovÄku (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr ""
@@ -16327,7 +16413,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16335,16 +16422,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16364,7 +16450,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16452,28 +16538,28 @@ msgid "Stop"
msgstr "Apturēt"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16485,7 +16571,7 @@ msgstr ""
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16510,14 +16596,14 @@ msgid "Subject"
msgstr "TÄ“ma"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr ""
@@ -16525,7 +16611,7 @@ msgstr ""
msgid "Success Audit"
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16538,7 +16624,7 @@ msgstr ""
msgid "Sun"
msgstr "Saule"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Svētdiena"
@@ -16582,7 +16668,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr ""
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16633,12 +16719,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "C"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "O"
@@ -16680,12 +16766,12 @@ msgstr ""
msgid "Tag"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16694,12 +16780,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16710,25 +16796,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16736,11 +16822,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16749,11 +16835,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr ""
@@ -16872,13 +16958,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16900,20 +16986,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Tests"
@@ -16938,7 +17024,7 @@ msgstr "PÄrbaudÄmie dati"
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16966,10 +17052,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -17008,7 +17094,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17103,11 +17189,11 @@ msgstr ""
msgid "Theme"
msgstr "Motīvs"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17116,11 +17202,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Šis mēnesis"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17132,23 +17218,23 @@ msgstr ""
msgid "This screen row is not empty. Delete it?"
msgstr ""
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Šī nedēļa"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Å is gads"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17160,7 +17246,7 @@ msgstr ""
msgid "Thu"
msgstr "Cet"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Ceturtdiena"
@@ -17171,19 +17257,19 @@ msgstr "Ceturtdiena"
msgid "Till"
msgstr "LÄ«dz"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17226,12 +17312,12 @@ msgstr ""
msgid "Time period"
msgstr "Laika periods"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17243,16 +17329,23 @@ msgstr ""
msgid "Time type"
msgstr ""
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Taimauts"
@@ -17266,22 +17359,23 @@ msgstr "Taimauts"
msgid "Timestamp"
msgstr ""
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "LÄ«dz"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Å odiena"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17371,10 +17465,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17383,34 +17477,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr ""
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Trigeris"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17420,7 +17514,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17428,7 +17522,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Trigeris pievienots"
@@ -17436,7 +17530,7 @@ msgstr "Trigeris pievienots"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17447,7 +17541,7 @@ msgstr[2] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Trigeris izdzēsts"
@@ -17455,7 +17549,7 @@ msgstr "Trigeris izdzēsts"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17467,14 +17561,14 @@ msgstr[2] ""
msgid "Trigger displaying options"
msgstr ""
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr ""
@@ -17514,24 +17608,24 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Trigera prototips"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17541,12 +17635,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17554,11 +17648,11 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
@@ -17567,7 +17661,7 @@ msgstr[2] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17575,15 +17669,15 @@ msgstr[2] ""
msgid "Trigger prototypes"
msgstr "Trigeru prototipi"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17591,11 +17685,11 @@ msgstr ""
msgid "Trigger severity"
msgstr ""
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17603,19 +17697,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Trigeris atjaunots"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17628,11 +17722,11 @@ msgstr "Trigeris atjaunots"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Trigeri"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Trigeri izdzēsti"
@@ -17648,7 +17742,7 @@ msgstr ""
msgid "Tue"
msgstr "Otr"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Otrdiena"
@@ -17661,7 +17755,7 @@ msgstr "Turku (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr ""
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17681,7 +17775,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17693,21 +17787,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17740,18 +17834,18 @@ msgstr ""
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Aprēķina tips"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "InformÄcijas tips"
@@ -17768,8 +17862,8 @@ msgstr "Tipi"
msgid "UNKNOWN"
msgstr "NEZINÄ€MS"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17779,11 +17873,11 @@ msgstr "NEZINÄ€MS"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "Saite"
@@ -17829,7 +17923,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr ""
@@ -17913,10 +18007,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Vienības"
@@ -17938,7 +18032,7 @@ msgstr "Vienības"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17957,18 +18051,18 @@ msgstr "NezinÄma darbÄ«ba"
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "NezinÄma funkcija."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr ""
@@ -17994,15 +18088,15 @@ msgstr "NezinÄms vÄ“rtÄ«bas tips"
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Atvienot"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Atvienot un iztīrīt"
@@ -18045,7 +18139,7 @@ msgstr ""
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr ""
@@ -18092,6 +18186,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18128,28 +18227,29 @@ msgstr ""
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18166,16 +18266,16 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "AtjaunoÅ¡anas intervÄls"
@@ -18230,7 +18330,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr "Darbspējas laiks/Zaudlaiks"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18259,7 +18359,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "LietotÄjs"
@@ -18424,14 +18524,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "LietotÄja vÄrds"
@@ -18499,11 +18599,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "LietotÄjvÄrds"
@@ -18511,8 +18611,8 @@ msgstr "LietotÄjvÄrds"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18777,24 +18877,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18924,18 +19024,18 @@ msgstr "Mainīgie"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18943,8 +19043,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18956,7 +19056,7 @@ msgstr "PiegÄdÄtÄjs"
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -19017,7 +19117,7 @@ msgstr ""
msgid "Visible name cannot be empty if host name is missing."
msgstr ""
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "T"
@@ -19029,22 +19129,22 @@ msgstr "T"
msgid "Warning"
msgstr "BrÄ«dinÄjums"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr ""
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -19054,7 +19154,7 @@ msgstr ""
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "TÄ«meklis"
@@ -19113,7 +19213,7 @@ msgstr[2] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19131,7 +19231,7 @@ msgstr ""
msgid "Wed"
msgstr "Tre"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Trešdiena"
@@ -19144,7 +19244,7 @@ msgstr "Nedēļas"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19152,7 +19252,7 @@ msgstr ""
msgid "When active"
msgstr "Kad aktīvs"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19194,7 +19294,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19268,13 +19368,13 @@ msgstr ""
msgid "Wrong fields for time for service \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr ""
@@ -19282,8 +19382,8 @@ msgstr ""
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19316,10 +19416,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19410,7 +19510,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19429,20 +19529,20 @@ msgstr "Ik gadu"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19454,7 +19554,7 @@ msgstr "Ik gadu"
msgid "Yes"
msgstr "JÄ"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19465,7 +19565,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr ""
@@ -19520,7 +19620,7 @@ msgstr ""
msgid "You do not have permissions to create users."
msgstr "Jums nav tiesÄ«bas veidot jaunus lietotÄjus."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19528,7 +19628,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19603,7 +19703,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix serveris"
@@ -19621,7 +19721,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19629,15 +19729,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix serveris nav palaists: attÄ“lotÄ informÄcija var nebÅ«t aktuÄla"
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix serveris darbojas"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbix servera vÄrds"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Zabbix servera ports"
@@ -19646,6 +19746,7 @@ msgid "Zabbix trapper"
msgstr ""
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19659,51 +19760,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19716,8 +19822,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19725,29 +19831,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19789,6 +19895,10 @@ msgstr "visi"
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19800,23 +19910,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19826,7 +19936,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19834,11 +19944,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19887,11 +19997,11 @@ msgstr ""
msgid "avg"
msgstr "vid"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19919,10 +20029,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19930,7 +20039,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19955,6 +20064,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19981,11 +20093,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -20007,14 +20119,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -20039,7 +20151,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -20057,11 +20169,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -20080,11 +20192,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -20093,32 +20205,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "dienas"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "noklusētais"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20144,11 +20256,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20187,7 +20299,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20226,7 +20338,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20234,14 +20346,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20250,7 +20362,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "s"
@@ -20308,11 +20420,11 @@ msgstr "iekÅ¡Ä"
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20349,7 +20461,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20363,15 +20475,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20381,7 +20493,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20393,7 +20505,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20423,7 +20535,7 @@ msgstr ""
msgid "last"
msgstr "pēdējais"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20435,15 +20547,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20451,12 +20563,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20486,7 +20598,7 @@ msgstr "karte"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20510,7 +20622,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20537,12 +20649,12 @@ msgstr ""
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20575,27 +20687,27 @@ msgstr "nepiecieÅ¡ams derÄ«gs LDAP lietotÄjs"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "jauns"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20605,7 +20717,7 @@ msgstr ""
msgid "no data"
msgstr "nav datu"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20626,7 +20738,7 @@ msgstr "nav iekš"
msgid "not selected"
msgstr "nav izvēlēts"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20634,8 +20746,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "no"
@@ -20683,7 +20795,7 @@ msgstr ""
msgid "on"
msgstr "uz"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20699,11 +20811,11 @@ msgstr "cits"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20714,11 +20826,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20735,12 +20847,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20757,7 +20869,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20806,6 +20918,7 @@ msgstr "Ä«ss apraksts"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20820,15 +20933,15 @@ msgstr "Ä«ss apraksts"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20836,10 +20949,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "parÄdÄ«t ikonu plÄnojumu"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "parÄdÄ«t vÄ“rtÄ«bu plÄnojumu"
@@ -20847,11 +20960,11 @@ msgstr "parÄdÄ«t vÄ“rtÄ«bu plÄnojumu"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20859,7 +20972,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20868,14 +20981,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20910,9 +21023,13 @@ msgstr "veidne ID \"%1$s\" ir nodota %2$s reizes"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20927,7 +21044,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20946,18 +21063,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20968,26 +21109,26 @@ msgstr "trigeris"
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "ieraksti ko meklēt"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20997,7 +21138,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -21014,9 +21155,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -21043,12 +21185,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -21058,7 +21200,7 @@ msgstr ""
msgid "unknown"
msgstr "nezinÄms"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -21067,28 +21209,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -21098,7 +21240,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "vērtība"
@@ -21116,26 +21258,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21163,9 +21308,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21202,7 +21347,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "g"
diff --git a/ui/locale/nb/LC_MESSAGES/frontend.po b/ui/locale/nb/LC_MESSAGES/frontend.po
index 7c7d6d01462..57646a19a4b 100644
--- a/ui/locale/nb/LC_MESSAGES/frontend.po
+++ b/ui/locale/nb/LC_MESSAGES/frontend.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2019-12-09 09:51+0300\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
@@ -36,7 +36,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" er forventet"
@@ -64,7 +64,7 @@ msgid "\"host:key\" pair is expected"
msgstr "\"host:key\" par er forventet"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -82,7 +82,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d dag"
msgstr[1] "%1$d dager"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -166,8 +166,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -181,7 +181,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -213,15 +213,15 @@ msgstr[1] "%1$s forsøk gjenstår"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s sekund"
msgstr[1] "%1$s sekunder"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -240,20 +240,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -291,20 +291,20 @@ msgstr "(0 - bruk standard handling)"
msgid "(Only super admins can create groups)"
msgstr "(Kun superbrukere kan opprette grupper)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(ingen proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - bruk standard port"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 eller 1"
@@ -380,11 +380,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "AND"
@@ -411,16 +412,16 @@ msgstr[0] "Konto er blokkert for %1$s sekund."
msgstr[1] "Konto er blokkert for %1$s sekunder."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Ack"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Bekrefte"
@@ -453,7 +454,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -466,30 +467,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -560,18 +561,18 @@ msgstr "Handling oppdatert"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Handlinger"
@@ -607,6 +608,9 @@ msgstr "Aktiv til"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -634,9 +638,6 @@ msgstr "Aktiv til"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -646,9 +647,9 @@ msgstr "Aktiv til"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -660,39 +661,40 @@ msgstr "Aktiv til"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -703,20 +705,20 @@ msgstr "Aktiv til"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -743,8 +745,8 @@ msgstr "Aktiv til"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Legg til"
@@ -752,7 +754,7 @@ msgstr "Legg til"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Legg til ny widget"
@@ -760,7 +762,7 @@ msgstr "Legg til ny widget"
msgid "Add child"
msgstr "Legg til barn"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Legg til barnelement"
@@ -772,7 +774,7 @@ msgstr "Legg til vert"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Legg til flere kart"
@@ -781,6 +783,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -789,7 +792,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Legg til prototype"
@@ -810,11 +813,11 @@ msgstr "Legg til vertsgruppe"
msgid "Add to host groups"
msgstr "Legg til vertsgrupper"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Legg til widget"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -838,7 +841,7 @@ msgid "Age"
msgstr "Alder"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Alder mindre enn"
@@ -850,7 +853,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agent"
@@ -909,7 +912,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Alle"
@@ -927,7 +930,7 @@ msgstr "Alle grupper"
msgid "All hosts"
msgstr "Alle verter"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Alle koblinger skal ha \"Name\" og \"URL\" angitt"
@@ -935,13 +938,13 @@ msgstr "Alle koblinger skal ha \"Name\" og \"URL\" angitt"
msgid "All maps"
msgstr "Alle kart"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Alle problemer"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Alle problemer hvis tagverdier samsvarer"
@@ -961,48 +964,48 @@ msgstr ""
msgid "All templates"
msgstr "Alle maler"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Tillat manuell lukking"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Tillatte verter"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Alternativt kan du installere det manuelt:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "Og"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1011,14 +1014,14 @@ msgid "And/Or"
msgstr "Og/Eller"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1034,10 +1037,10 @@ msgstr "En hvilken som helst tegnstreng er inkludert"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1071,8 +1074,8 @@ msgid "Application error."
msgstr "Programfeil."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Applikasjonsprototyper"
@@ -1095,15 +1098,15 @@ msgstr "Applikasjon med applikasjonsid \"%1$s\" eksisterer ikke."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1111,15 +1114,17 @@ msgstr "Applikasjon med applikasjonsid \"%1$s\" eksisterer ikke."
msgid "Applications"
msgstr "Applikasjoner"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Bruk"
@@ -1137,7 +1142,7 @@ msgstr "nærmer"
msgid "Apr"
msgstr "Apr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "April"
@@ -1149,7 +1154,11 @@ msgstr "Er du sikker på at du vil utføre denne handlingen?"
msgid "Are you sure you want to delete"
msgstr "Er du sikker på at du vil slette"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Er du sikker på at du vil forlate denne siden?"
@@ -1165,12 +1174,12 @@ msgstr "Arealtype"
msgid "Arithmetic"
msgstr "Aritmetikk"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Som er"
@@ -1278,7 +1287,7 @@ msgstr "Revisjonslogg"
msgid "Aug"
msgstr "Aug"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "August"
@@ -1295,9 +1304,9 @@ msgstr ""
msgid "Authentication"
msgstr "Autentisering"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Autentiseringsalgoritme"
@@ -1307,21 +1316,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Autentiserings metode"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Autentisering passordfrase"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Autentiseringsprotokoll"
@@ -1360,9 +1371,9 @@ msgstr "Auto-avlogging"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automatisk"
@@ -1392,7 +1403,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Tilgjengelighet"
@@ -1417,8 +1428,8 @@ msgstr "Gjennomsnitt"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Tilbake"
@@ -1472,16 +1483,16 @@ msgid "Blue"
msgstr "Blå"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1522,11 +1533,11 @@ msgstr ""
msgid "Bottom"
msgstr "Bunn"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "Ta med deg fremover"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Ta med til fronten"
@@ -1553,8 +1564,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "LUKKER"
@@ -1574,7 +1585,7 @@ msgstr "CPU belastning. Returnerer flyte"
msgid "CPU utilisation percentage. Returns float"
msgstr "CPU utnyttelse prosentandel. Returnerer flyte"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1607,7 +1618,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1615,7 +1626,7 @@ msgstr ""
msgid "Callback"
msgstr "Ring tilbake"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1641,10 +1652,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Avbryt"
@@ -1689,12 +1700,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Kan ikke legge til avhengighet fra en vert til en mal."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Kan ikke legge til avhengighet fra utløseren \"%1$s:%2$s\" til ikke eksisterende utløser \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Kan ikke legge til oppdagelsesregel"
@@ -1718,7 +1729,7 @@ msgstr "Kan ikke legge til gruppe."
msgid "Cannot add host"
msgstr "Kan ikke legge til vert"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Kan ikke legge til vertsprototype"
@@ -1728,7 +1739,7 @@ msgstr "Kan ikke legge til vertsprototype"
msgid "Cannot add image"
msgstr "Kan ikke legge til bilde"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Kan ikke legge til element"
@@ -1737,7 +1748,7 @@ msgstr "Kan ikke legge til element"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Kan ikke legge til elementet \"%1$s\" fra \"%2$s\" til applikasjonen \"%3$s\" fra \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Kan ikke legge til prototype for element"
@@ -1820,11 +1831,11 @@ msgstr "Kan ikke legge til underkart. Maks dybde nådd."
msgid "Cannot add template"
msgstr "Kan ikke legge til mal"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Kan ikke legge til utløser"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Kan ikke legge til utløserprototype"
@@ -1847,11 +1858,11 @@ msgstr "Kan ikke legge til verdikart"
msgid "Cannot add web scenario"
msgstr "Kan ikke legge til webscenario"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1868,11 +1879,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Kan ikke hente metode \"%1$s.%2$s\" uten parametere."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Kan ikke fjerne historie"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1880,7 +1891,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Kan ikke klone grafprototyper."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Kan ikke klone vertsprototyper."
@@ -1903,7 +1914,7 @@ msgstr "Kan ikke lukke problemet:%1$s."
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Kan ikke koble til databasen."
@@ -1917,24 +1928,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] "Kan ikke kopiere graf"
msgstr[1] "Kan ikke kopiere grafer"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Kan ikke kopiere element"
msgstr[1] "Kan ikke kopiere elementer"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Kan ikke kopiere utløser"
msgstr[1] "Kan ikke kopiere utløsere"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Kan ikke kopiere utløseren \"%1$s:%2$s\", fordi den har flere verter i uttrykket."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Kan ikke opprette en vertsprototype på en oppdaget vert \"%1$s\"."
@@ -1972,7 +1983,7 @@ msgstr "Kan ikke opprette nytt program, webscenario er allerede tildelt til appl
msgid "Cannot create template."
msgstr "Kan ikke opprette mal."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Kan ikke opprette konfigurasjonsfil."
@@ -2016,11 +2027,11 @@ msgstr "Kan ikke slette avhengighet"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Kan ikke slette oppdaget søknad \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Kan ikke slette gjenkjenningsregel"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Kan ikke slette gjenkjenningsregler"
@@ -2046,7 +2057,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Kan ikke slette gruppen"
msgstr[1] "Kan ikke slette gruppene"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Kan ikke slette verten"
@@ -2064,7 +2075,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Kan ikke slette vertsprototyper"
@@ -2080,19 +2091,19 @@ msgstr "Kan ikke slette bilde"
msgid "Cannot delete inventory."
msgstr "Kan ikke slette beholdning."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Kan ikke slette element"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Kan ikke slette vareprototype"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Kan ikke slette vareprototyper"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Kan ikke slette elementer"
@@ -2176,7 +2187,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Kan ikke slette templated host prototype."
@@ -2207,19 +2218,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Kan ikke slette templert webscenario \"%1$s\"."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Kan ikke slette utløseren"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Kan ikke slette utløserprototype"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Kan ikke slette utløserprototyper"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Kan ikke slette utløsere"
@@ -2257,20 +2268,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] "Kan ikke deaktivere korrelasjon"
msgstr[1] "Kan ikke deaktivere korrelasjoner"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Kan ikke deaktivere oppdagelsesregel"
msgstr[1] "Kan ikke deaktivere oppdagelsesregler"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Kan ikke deaktivere verten"
msgstr[1] "Kan ikke deaktivere verter"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Kan ikke deaktivere elementet"
@@ -2289,7 +2300,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Kan ikke deaktivere utløseren"
@@ -2321,20 +2332,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] "Kan ikke aktivere korrelasjon"
msgstr[1] "Kan ikke aktivere korrelasjoner"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Kan ikke aktivere oppdagelsesregel"
msgstr[1] "Kan ikke aktivere oppdagelsesregler"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Kan ikke aktivere vert"
msgstr[1] "Kan ikke aktivere verter"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Kan ikke aktivere elementet"
@@ -2353,7 +2364,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Kan ikke aktivere utløseren"
@@ -2373,7 +2384,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Kan ikke utføre script"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Kan ikke utvide makroer."
@@ -2535,7 +2546,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "Kan ikke importere mal \"%1$s\", koblet mal \"%2$s\" eksisterer ikke."
msgstr[1] "Kan ikke importere mal \"%1$s\", koblete maler \"%2$s\" eksisterer ikke."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Kan ikke sette inn trigger-uttrykk"
@@ -2642,7 +2653,7 @@ msgstr "Kan ikke lagre widget \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Kan ikke sende kommando, sjekk tilkobling med Zabbix server \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2679,12 +2690,12 @@ msgstr "Kan ikke angi \"%1$s\" for elementet \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Kan ikke angi \"%1$s\" for malskjermbildet \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Kan ikke angi \"%1$s\" for utløseren \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Kan ikke angi \"%1$s\" for utløserprototype \"%2$s\"."
@@ -2714,7 +2725,7 @@ msgstr "Kan ikke sette ressurs-ID for skjermelement."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2776,22 +2787,22 @@ msgstr "Kan ikke oppdatere \"%1$s\" for graf prototype \"%2$s\"."
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Kan ikke oppdatere \"%1$s\" for elementet \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Kan ikke oppdatere \"%1$s\" for templated trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Kan ikke oppdatere \"%1$s\" for templated trigger prototype \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Kan ikke oppdatere \"%1$s\" for utløser \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Kan ikke oppdatere \"%1$s\" for utløserprototype \"%2$s\"."
@@ -2806,7 +2817,7 @@ msgstr "Kan ikke oppdatere \"%2$s\" for en oppdaget vert \"%1$s\"."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Kan ikke oppdatere \"%2$s\" for et oppdaget element \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2875,7 +2886,7 @@ msgstr "Kan ikke oppdatere korrelasjon"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Kan ikke oppdatere oppdaget søknad \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Kan ikke oppdatere oppdagelsesregel"
@@ -2912,7 +2923,7 @@ msgstr "Kan ikke oppdatere verten"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Kan ikke oppdatere verts kryptering innstillinger. Tilkoblingsinnstillinger for begge retninger bør angis."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Kan ikke oppdatere vertsprototype"
@@ -2937,21 +2948,21 @@ msgstr "Kan ikke oppdatere bildet"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Kan ikke oppdatere grensesnitt for oppdaget vert \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Kan ikke oppdatere element"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Kan ikke oppdatere element prototype"
msgstr[1] "Kan ikke oppdatere element prototyper"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Kan ikke oppdatere elementer"
@@ -3034,28 +3045,28 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Kan ikke oppdatere maler på oppdaget vert \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Kan ikke oppdatere utløseren"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Kan ikke oppdatere utløseren \"%1$s\":%2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Kan ikke oppdatere utløserprototypen"
msgstr[1] "Kan ikke oppdatere utløserprototyper"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Kan ikke oppdatere utløserprototypen \"%1$s\":%2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Kan ikke oppdatere utløserprototyper"
@@ -3112,12 +3123,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Sertifikat"
@@ -3161,10 +3172,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Karakter"
@@ -3191,7 +3202,7 @@ msgstr "Chassisinformasjon. Returnerer streng"
msgid "Check already exists."
msgstr "Sjekk allerede eksisterer."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Kontroller uttrykksdelen som starter fra \"%1$s\"."
@@ -3209,7 +3220,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Kontroll av forutsetninger"
@@ -3314,8 +3325,8 @@ msgid "Clear history"
msgstr "Slett logg"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Ryd historie og trender"
@@ -3324,11 +3335,11 @@ msgstr "Ryd historie og trender"
msgid "Clear when unlinking"
msgstr "Fjern når du kobler fra"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3347,20 +3358,20 @@ msgstr "Klokke"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Klon"
@@ -3368,15 +3379,15 @@ msgstr "Klon"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Lukk"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Lukk uttrykkskonstruksjon"
@@ -3395,8 +3406,8 @@ msgid "Close problem"
msgstr "Lukk problem"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Kollaps"
@@ -3413,7 +3424,7 @@ msgstr ""
msgid "Colour"
msgstr "Farge"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Farge \"%1$s\" er ikke riktig: forventer heksadesimale fargekoder (6 symboler)."
@@ -3464,7 +3475,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3498,7 +3509,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Samtidige økter"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Tilstand"
@@ -3557,7 +3568,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Forhold duplikater for korrelasjon \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Konfigurasjon"
@@ -3565,7 +3576,7 @@ msgstr "Konfigurasjon"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Konfigurasjonsbufferstatistikk. Cache - buffer (moduser: pfree, totalt, brukt, gratis)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "Konfigurasjonsfilen \"%1$s\" er opprettet."
@@ -3729,7 +3740,7 @@ msgid "Configuration updated"
msgstr "Konfigurasjon oppdatert"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Konfigurer DB-tilkobling"
@@ -3737,7 +3748,7 @@ msgstr "Konfigurer DB-tilkobling"
msgid "Confirmation text"
msgstr "Bekreftelsestekst"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Gratulerer! Du har installert Zabbix frontend."
@@ -3793,7 +3804,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3801,9 +3812,9 @@ msgstr ""
msgid "Connections"
msgstr "Tilkoblinger"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Forbindelser fra verten"
@@ -3811,9 +3822,9 @@ msgstr "Forbindelser fra verten"
msgid "Connections from proxy"
msgstr "Tilkoblinger fra proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Tilkoblinger til verten"
@@ -3830,10 +3841,10 @@ msgstr "Constructor"
msgid "Contact"
msgstr "Kontakt"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3864,10 +3875,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3907,8 +3918,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Kontekstnavn"
@@ -3920,8 +3932,8 @@ msgstr ""
msgid "Contract number"
msgstr "Kontrakt nummer"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3933,8 +3945,8 @@ msgstr "Koordinater"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Kopier"
@@ -3990,7 +4002,7 @@ msgstr "Korrelasjon oppdatert"
msgid "Could not save image!"
msgstr "Kunne ikke lagre bildet!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Teller"
@@ -4036,11 +4048,11 @@ msgstr "Lag korrelasjon"
msgid "Create dashboard"
msgstr "Opprett dashbord"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Opprett avhengig element"
@@ -4060,14 +4072,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4146,7 +4158,7 @@ msgstr "Opprett kart"
msgid "Create media type"
msgstr "Opprett medietype"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Lag ny"
@@ -4170,7 +4182,7 @@ msgstr "Opprett lysbildefremvisning"
msgid "Create template"
msgstr "Opprett mal"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Lag utløseren"
@@ -4223,11 +4235,12 @@ msgstr "Kritisk"
msgid "Current host"
msgstr "Nåværende vert"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Nåværende verdi"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "Tilpasset"
@@ -4235,7 +4248,7 @@ msgstr "Tilpasset"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Egendefinert uttrykk"
@@ -4244,11 +4257,11 @@ msgid "Custom graphs"
msgstr "Egendefinerte grafer"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Tilpassede intervaller"
@@ -4270,7 +4283,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Tilpasset multiplikator"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4309,11 +4322,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.Ã…Ã…"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4422,16 +4436,16 @@ msgstr ""
msgid "Data storage period"
msgstr "Datalagringsperiode"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4439,32 +4453,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Database vert"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4472,35 +4486,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Databaseskjermer"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Database navn"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Database passord"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Database port"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Databaseskema"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Databaseserver"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Databasetype"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Databasebruker"
@@ -4529,7 +4543,7 @@ msgstr "Dato HW kjøpt"
msgid "Day"
msgstr "Dag"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4548,7 +4562,7 @@ msgstr "Ukedag"
msgid "Days"
msgstr "Dager"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Debug"
@@ -4562,7 +4576,7 @@ msgstr "Debug modus"
msgid "Dec"
msgstr "Des"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Desember"
@@ -4572,7 +4586,7 @@ msgstr "Desember"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Forvalg"
@@ -4589,7 +4603,7 @@ msgid "Default host inventory mode"
msgstr "Standard vert inventar modus"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4606,18 +4620,18 @@ msgid "Default operation step duration"
msgstr "Standard driftstidsvarighet"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Standard tema"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4646,7 +4660,8 @@ msgstr "Forsinket av"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4667,8 +4682,8 @@ msgstr "Forsinket av"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Slett"
@@ -4701,19 +4716,19 @@ msgstr "Slett nåværende handling?"
msgid "Delete current correlation?"
msgstr "Slett nåværende korrelasjon?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Slett dashbord?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Slett oppdagelsesregel?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Slett uttrykk?"
@@ -4737,15 +4752,15 @@ msgstr "Slett historie av utvalgte webscenarier?"
msgid "Delete icon map?"
msgstr "Slett ikon kart?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Slett element prototype?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Slett element?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Slett koblinger mellom utvalgte elementer?"
@@ -4789,7 +4804,7 @@ msgstr "Slett valgte programmer?"
msgid "Delete selected correlations?"
msgstr "Slett utvalgte korrelasjoner?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Slett valgte dashboards?"
@@ -4798,7 +4813,7 @@ msgstr "Slett valgte dashboards?"
msgid "Delete selected discovery rules?"
msgstr "Slett valgte registreringsregler?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Slett valgte elementer?"
@@ -4823,7 +4838,7 @@ msgstr "Slett valgte grupper?"
msgid "Delete selected host groups?"
msgstr "Slett utvalgte vertsgrupper?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Slett valgt vert prototype?"
@@ -4831,7 +4846,7 @@ msgstr "Slett valgt vert prototype?"
msgid "Delete selected host prototypes?"
msgstr "Slett utvalgte vertsprototyper?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Slett valgt vert?"
@@ -4883,7 +4898,7 @@ msgstr "Slett valgte skjermbilder?"
msgid "Delete selected scripts?"
msgstr "Slett utvalgte skript?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Slett valgte former?"
@@ -4943,11 +4958,11 @@ msgstr "Slett lysbildefremvisning?"
msgid "Delete template?"
msgstr "Slett mal?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Slett utløseren prototype?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Slett utløseren?"
@@ -4960,7 +4975,7 @@ msgstr "Slett webscenario?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Slettet: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Slettet: Vertsprototype \"%1$s\" på \"%2$s\"."
@@ -4981,16 +4996,16 @@ msgid "Deny"
msgstr "Benekte"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "avhengig"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Avhengig"
@@ -4998,7 +5013,7 @@ msgstr "Avhengig"
msgid "Dependent item"
msgstr "Avhengige gjenstand"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5017,29 +5032,29 @@ msgstr "Distribusjonsstatus"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Beskrivelse"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5172,7 +5187,8 @@ msgstr "Deaktiver valgte utløsere?"
msgid "Disable selected web scenarios?"
msgstr "Deaktiver valgte webscenarier?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5185,22 +5201,21 @@ msgstr "Deaktiver valgte webscenarier?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Funksjonshemmet"
@@ -5217,7 +5232,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5225,12 +5240,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5331,27 +5346,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Oppdagelsesregel opprettet"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Oppdagelsesregel slettet"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Discoveryregel er deaktivert"
msgstr[1] "Discoveryregler er deaktivert"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Discoveryregel aktivert"
msgstr[1] "Discoveryregler aktivert"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Oppdagelsesregel oppdatert"
@@ -5361,13 +5376,13 @@ msgstr "Oppdagelsesregel oppdatert"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Discovery regler"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Discovery regler slettet"
@@ -5410,7 +5425,7 @@ msgstr "Vis stablet graf"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Viser %1$s av %2$s funnet"
@@ -5429,22 +5444,22 @@ msgid "Do not calculate"
msgstr "Ikke beregne"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Ønsker du å erstatte det betingede uttrykket?"
@@ -5467,11 +5482,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Ned"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Last ned konfigurasjonsfilen"
@@ -5551,12 +5566,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5585,10 +5600,10 @@ msgstr "Dupliser usrgrpid \"%1$s\" i brukergrupper for kart \"%2$s\"."
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Dupliser usrgrpid \"%1$s\" i brukergrupper for skjermbildet \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Varighet"
@@ -5608,7 +5623,7 @@ msgstr "Dynamisk element"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Hver nettadresse skal ha et unikt navn. Vennligst kontroller at det bare er en nettadresse som heter"
@@ -5623,15 +5638,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Redigerer"
@@ -5655,15 +5670,15 @@ msgstr "Rediger skjerm"
msgid "Edit slide show"
msgstr "Rediger lysbildefremvisning"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Rediger treelement"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Rediger utløseren"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Rediger widget"
@@ -5759,7 +5774,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5929,15 +5944,16 @@ msgstr "Aktiver valgte utløsere?"
msgid "Enable selected web scenarios?"
msgstr "Aktiver valgte webscenarier?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5953,13 +5969,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5968,13 +5983,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "aktivert"
@@ -5984,9 +5999,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "kryptering"
@@ -5994,7 +6009,7 @@ msgstr "kryptering"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6006,10 +6021,10 @@ msgstr "Engelsk (no_GB)"
msgid "English (en_US)"
msgstr "Engelsk (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6036,7 +6051,7 @@ msgstr "Feil"
msgid "Error in search request for table \"%1$s\"."
msgstr "Feil i søkeforespørsel for tabell \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6072,7 +6087,7 @@ msgstr "Hendelse korrelasjonsregler"
msgid "Event details"
msgstr "Event detaljer"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Eventgenerering"
@@ -6092,6 +6107,12 @@ msgstr "Hendelsesliste [forrige 20]"
msgid "Event log monitoring. Returns log"
msgstr "Hendelsesloggovervåking. Returnerer logg"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Event tag par"
@@ -6122,7 +6143,7 @@ msgstr "Hver uke (e)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Eksluder"
@@ -6133,7 +6154,7 @@ msgstr "Eksluder"
msgid "Exclude host groups"
msgstr "Ekskluder vertsgrupper"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Kj"
@@ -6151,9 +6172,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Utfør WMI-spørring og returner det første valgte objektet. Returnerer heltall, flyt, streng eller tekst (avhengig av forespørselen)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6171,19 +6192,19 @@ msgid "Executed"
msgstr "utført"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Utført script"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Utførelsesbekreftelse"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Utvide"
@@ -6223,7 +6244,7 @@ msgstr "Eksport"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Eksporter til CSV"
@@ -6231,21 +6252,21 @@ msgstr "Eksporter til CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Uttrykk"
@@ -6258,15 +6279,15 @@ msgstr "Ekspressjonsvariabler"
msgid "Expression cannot be empty"
msgstr "Uttrykk kan ikke være tomt"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Ekspresjonskonstruktør"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Ekspresjon syntaksfeil."
@@ -6285,7 +6306,7 @@ msgstr "Uttrykkene"
msgid "External check"
msgstr "Ekstern sjekk"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "F"
@@ -6299,7 +6320,7 @@ msgstr "FALSK"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "fail"
@@ -6349,7 +6370,7 @@ msgstr "Favorittskjermbilder"
msgid "Feb"
msgstr "Feb"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Februar"
@@ -6362,7 +6383,7 @@ msgstr "Felt"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Feltet \"%1$s\" kan ikke settes til NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6371,7 +6392,7 @@ msgstr "Feltet \"%1$s\" kan ikke settes til NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6491,9 +6512,7 @@ msgstr "Fylt område"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6520,9 +6539,13 @@ msgstr "Fylt område"
msgid "Filter"
msgstr "Filtrer"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "filtre"
@@ -6541,7 +6564,7 @@ msgstr "Finn streng i en fil. Returnerer linjen som inneholder den matchte stren
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Finn streng på en nettside. Returnerer den matchte strengen, eller som angitt av valgfri utgangsparameter"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Bli ferdig"
@@ -6554,8 +6577,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Første"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Passe"
@@ -6569,12 +6592,12 @@ msgid "Fixed"
msgstr "Fikset"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6582,9 +6605,9 @@ msgid "Flexible"
msgstr "fleksibel"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Følg omdirigeringer"
@@ -6606,8 +6629,8 @@ msgstr "Skriftstørrelse"
msgid "Form data"
msgstr "Skjema data"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Formel"
@@ -6634,11 +6657,13 @@ msgstr "Fransk (fr_FR)"
msgid "Fri"
msgstr "Fre"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Fredag"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6658,12 +6683,12 @@ msgstr "Frontend tilgang"
msgid "Frontend messaging"
msgstr "Frontend-meldinger"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6698,7 +6723,7 @@ msgid "GUI access disabled."
msgstr "GUI-tilgang deaktivert."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6724,21 +6749,21 @@ msgstr "Tysk (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Få innhold på nettsiden. Returnerer nettsiden kilde som tekst"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Gitt uttrykk er ikke en makro"
@@ -6764,7 +6789,7 @@ msgstr "Global verdi"
msgid "Go back to %1$s"
msgstr "GÃ¥ tilbake til %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "GÃ¥ til"
@@ -6812,8 +6837,8 @@ msgstr "Gradient linje"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6945,7 +6970,7 @@ msgstr "Graf prototype med ID \"%1$s\" er ikke tilgjengelig."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Graf prototyper"
@@ -6989,9 +7014,9 @@ msgid "Graph with same name but other type exist."
msgstr "Graf med samme navn, men det finnes annen type."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7001,7 +7026,7 @@ msgstr "Graf med samme navn, men det finnes annen type."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7009,7 +7034,7 @@ msgstr "Graf med samme navn, men det finnes annen type."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Grafer"
@@ -7078,12 +7103,12 @@ msgstr "Gruppe for oppdagede verter"
msgid "Group name"
msgstr "Gruppe navn"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Gruppeprototype kan ikke baseres på en oppdaget vertsgruppe \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Gruppeprototyper"
@@ -7098,8 +7123,8 @@ msgstr "Gruppering av"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7131,10 +7156,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP-godkjenning"
@@ -7142,11 +7167,11 @@ msgstr "HTTP-godkjenning"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP-proxy"
@@ -7175,20 +7200,20 @@ msgstr "Maskinvare (full detaljer)"
msgid "Hardware sensor reading. Returns float"
msgstr "Maskinvare sensor lesing. Returnerer flyte"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Overskrifter"
@@ -7221,11 +7246,11 @@ msgstr "Hjelp"
msgid "Hexadecimal to decimal"
msgstr "Hexadecimal til desimal"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Skjult"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Skjul feilsøking"
@@ -7262,23 +7287,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Historikk"
@@ -7286,17 +7311,17 @@ msgstr "Historikk"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Historikk ryddet"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Historisk rydding kan ta lang tid. Fortsette?"
@@ -7310,13 +7335,17 @@ msgstr "Historie av hendelser"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Historikk lagringsperiode"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7341,26 +7370,26 @@ msgstr "Horisontal justering"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7372,8 +7401,8 @@ msgstr "Horisontal justering"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Vert"
@@ -7415,8 +7444,7 @@ msgstr "Vertsadgang"
msgid "Host added"
msgstr "Vert lagt til"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7433,19 +7461,19 @@ msgstr "Verten kan ikke ha mer enn ett standardgrensesnitt av samme type."
msgid "Host count"
msgstr "Vert antall"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Verten slettet"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Vert deaktivert"
msgstr[1] "Verter deaktivert"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Verten aktivert"
@@ -7466,7 +7494,7 @@ msgstr[1] "Verter aktivert"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Vertsgruppe"
@@ -7512,11 +7540,11 @@ msgstr "Vertsgruppe med ID \"%1$s\" er ikke tilgjengelig."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7553,17 +7581,17 @@ msgstr "Vert grupper"
msgid "Host info"
msgstr "Vert info"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Vertsgrensesnitt"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7584,7 +7612,7 @@ msgstr "Vertsproblemer"
msgid "Host label type"
msgstr "Verts etikettype"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Vertsmakroer"
@@ -7611,53 +7639,57 @@ msgstr "Vertsnettverk"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Vertsprototypen \"%1$s\" eksisterer allerede på \"%2$s\", arvet fra en annen mal."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Vertsprototypen \"%1$s\" eksisterer allerede på \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Vert prototype lagt til"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Vertsprototype slettet"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Vertsprototype oppdatert"
msgstr[1] "Vertsprototyper oppdatert"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Vertsprototype med vertsnavn \"%1$s\" finnes allerede i oppdagelsesregelen \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Vertsprototype med synlig navn \"%1$s\" finnes allerede i oppdagelsesregelen \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Vert prototyper"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Vertsprototyper slettet"
@@ -7706,17 +7738,17 @@ msgstr "Vert med samme navn \"%1$s\" eksisterer allerede."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Vert med samme synlige navn \"%1$s\" eksisterer allerede."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7792,7 +7824,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7827,10 +7859,10 @@ msgstr "IP-området \"%1$s\" overstiger \"%2$s\" adresse grense"
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7847,9 +7879,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "IPMI-skript kan bare utføres av serveren."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI-sensor"
@@ -7966,7 +7998,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "bilde"
@@ -8074,7 +8106,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "Utilgjengelig gruppe"
@@ -8090,9 +8122,9 @@ msgstr "Utilgjengelig gjenstand"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8105,11 +8137,11 @@ msgstr "Utilgjengelig kart"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8122,7 +8154,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr "Utilgjengelig bruker"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Inkludere"
@@ -8390,8 +8422,8 @@ msgstr "Feil argumenter passert for å fungere"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8532,9 +8564,9 @@ msgstr "Feil felt \"%1$s\" navn eller verdi i hvor setning for tabell \"%2$s\"."
msgid "Incorrect fields for sysmap."
msgstr "Feil felt for sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8587,7 +8619,7 @@ msgstr "Feil filtertilstandstype for handling \"%1$s\"."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Feil funksjon brukes"
@@ -8663,7 +8695,7 @@ msgstr "Feil element ID \"%1$s\" angitt for skjermelement."
msgid "Incorrect item for axis value."
msgstr "Feil element for akseverdi."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Feil varenøkkel \"%1$s\" gitt for utløserkonsept på \"%2$s\"."
@@ -8674,11 +8706,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Feil vare prototype ID \"%1$s\" gitt for skjermelement."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Feil element verdi type"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Feil elementverdietype \"%1$s\" gitt for utløsingsfunksjonen \"%2$s\"."
@@ -8849,35 +8881,35 @@ msgstr "Feil utløser ID for service \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Feil utløsersuttrykk"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Feil utløsersuttrykk."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Feil utløsersuttrykk. Verten \"%1$s\" eksisterer ikke, eller du har ikke tilgang til denne verten."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Feil utløsersuttrykk. Trigger-uttrykselementer bør ikke tilhøre en mal og en vert samtidig."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Feil utløsingsfunksjon \"%1$s\" gitt i uttrykk."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Feil utløse prototypeuttrykk. Verten \"%1$s\" eksisterer ikke, eller du har ikke tilgang til denne verten."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Feil utløse prototypeuttrykk. Trigger prototype uttrykk elementer bør ikke tilhøre en mal og en vert samtidig."
@@ -9028,16 +9060,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9048,7 +9079,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9198,23 +9229,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9303,10 +9336,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9314,10 +9347,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "info"
@@ -9331,15 +9364,19 @@ msgstr "Informasjon"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Informasjon om en tjeneste. Returnerer heltall med param som tilstand, oppstart; streng - med param som displaynavn, bane, bruker; tekst - med param som beskrivelse; Spesielt for tilstand: 0 - kjører, 1 - pauset, 2 - start ventende, 3 - pause venter 4 - fortsettende ventende, 5 - Stopp venter, 6 - Stoppet, 7 - Ukjent, 255 - Ingen slik tjeneste; Spesielt for oppstart: 0 - automatisk, 1 - automatisk forsinket, 2 - manuell, 3 - deaktivert, 4 - ukjent"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Arv og vertsmakroer"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9355,17 +9392,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Sett inn"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Sett inn uttrykk"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Installer"
@@ -9377,7 +9414,7 @@ msgstr "Installasjon"
msgid "Installer name"
msgstr "Installernavn"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9410,8 +9447,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Grensesnitt med IP \"%1$s\" kan ikke ha tomt DNS-navn."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9440,14 +9477,14 @@ msgstr "Intern datalagringsperiode"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9471,15 +9508,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Intervall"
@@ -9506,7 +9543,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Ugyldig handlingstilstand: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9520,15 +9557,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Ugyldig femte parameter."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Ugyldig første parameter."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Ugyldig fjerde parameter."
@@ -9540,11 +9577,11 @@ msgstr "Ugyldig hostid for makro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Ugyldig intervall \"%1$s\"."
@@ -9585,7 +9622,7 @@ msgstr "Ugyldig makro \"%1$s\" : %2$s."
msgid "Invalid method parameters."
msgstr "Ugyldige metodeparametere."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Ugyldig antall parametere."
@@ -9617,6 +9654,15 @@ msgstr "Ugyldig antall parametere."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9629,75 +9675,81 @@ msgstr "Ugyldig antall parametere."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9714,7 +9766,7 @@ msgstr "Ugyldige parametere."
msgid "Invalid response code \"%1$s\"."
msgstr "Ugyldig svarkode \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Ugyldig andre parameter."
@@ -9751,15 +9803,15 @@ msgstr "Ugyldig andre parameter."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9772,7 +9824,7 @@ msgstr "Ugyldig andre parameter."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Ugyldig tag \"%1$s\" : %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Ugyldig tredje parameter."
@@ -9791,9 +9843,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventar"
@@ -9820,9 +9872,9 @@ msgid "Issue"
msgstr "Utgave"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "utsteder"
@@ -9839,22 +9891,22 @@ msgid "Italian (it_IT)"
msgstr "Italiensk (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "artikkel"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9891,15 +9943,15 @@ msgstr "Elementet \"%1$s\" eksisterer ikke, eller du har ingen tilgang til dette
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Element \"%1$s\" på \"%2$s\": Programmet \"%3$s\" eksisterer ikke."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Element lagt til"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Element kopiert"
@@ -9909,17 +9961,17 @@ msgstr[1] "Elementer kopiert"
msgid "Item count"
msgstr "Varenummer"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Elementet slettet"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Elementet er deaktivert"
msgstr[1] "Elementer er deaktivert"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Element aktivert"
@@ -9929,7 +9981,7 @@ msgstr[1] "Elementer aktivert"
msgid "Item in \"not supported\" state"
msgstr "Element i \"ikke støttet\" tilstand"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Varen er ikke valgt"
@@ -9942,7 +9994,7 @@ msgstr "Forhåndsbehandling av varer mangler parametere: %1$s"
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9963,15 +10015,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Element prototype \"%1$s\" eksisterer allerede på \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Element prototype lagt til"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Element prototype slettet"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Element prototype oppdatert"
@@ -9984,7 +10036,7 @@ msgstr "Element prototype med ID \"%1$s\" er ikke tilgjengelig."
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9992,19 +10044,19 @@ msgstr "Element prototype med ID \"%1$s\" er ikke tilgjengelig."
msgid "Item prototypes"
msgstr "Vare prototyper"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Vare prototyper slettet"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Varen er oppdatert"
@@ -10076,7 +10128,7 @@ msgstr "Element med nøkkel \"%1$s\" eksisterer allerede på \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10086,11 +10138,11 @@ msgstr "Element med nøkkel \"%1$s\" eksisterer allerede på \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "elementer"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Elementer slettet"
@@ -10102,7 +10154,7 @@ msgstr "Elementer liste"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Elementer oppdatert"
@@ -10110,7 +10162,7 @@ msgstr "Elementer oppdatert"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10118,10 +10170,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX agent"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX endepunkt"
@@ -10134,10 +10186,10 @@ msgstr "JMX-grensesnitt"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10169,7 +10221,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc-versjonen er ikke spesifisert."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10177,7 +10229,7 @@ msgstr ""
msgid "Jan"
msgstr "jan"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "januar"
@@ -10194,7 +10246,7 @@ msgstr ""
msgid "Jul"
msgstr "juli"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "juli"
@@ -10202,11 +10254,11 @@ msgstr "juli"
msgid "Jun"
msgstr "juni"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "juni"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Hold tapt ressursperiode"
@@ -10240,7 +10292,7 @@ msgstr "Nøkkelen \"%1$s\" samsvarer ikke med <grpmax | grpmin | grpsum | grpavg
msgid "Key passphrase"
msgstr "Nøkkelpassord"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
#, fuzzy
msgid "Keyword"
msgstr "N"
@@ -10278,23 +10330,23 @@ msgstr "LDAP-innlogging er vellykket"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10320,42 +10372,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Siste"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10392,23 +10444,24 @@ msgstr "Siste endring (synkende)"
msgid "Last check"
msgstr "Siste sjekk"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Siste timepr"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Forrige måned graf"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Siste av"
@@ -10421,21 +10474,21 @@ msgstr "Sist sett (alder)"
msgid "Last value"
msgstr "Siste verdi"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Forrige uke graf"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Siste data"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Siste verdier"
@@ -10482,7 +10535,7 @@ msgstr "Venstre trim"
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10524,8 +10577,8 @@ msgstr "Lenk"
msgid "Link indicators"
msgstr "Link indikatorer"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10561,10 +10614,10 @@ msgstr "Link til maler"
msgid "Linked map"
msgstr "Koblet kart"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10658,10 +10711,10 @@ msgid "Location longitude"
msgstr "Plassering lengdegrad"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Logg"
@@ -10673,10 +10726,10 @@ msgstr "Logfilovervåking med logrotasjonsstøtte. Returnerer logg"
msgid "Log file monitoring. Returns log"
msgstr "Logfilovervåking. Returnerer logg"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Logg tid format"
@@ -10734,7 +10787,7 @@ msgstr "Lavnivåregistreringsregel i \"ikke støttet\" tilstand"
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10751,8 +10804,9 @@ msgstr "MAC-adresse B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10767,7 +10821,7 @@ msgstr "MD5 sjekksum for fil. Returnerer tegnstreng (MD5 hash av filen)"
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Makro"
@@ -10794,10 +10848,10 @@ msgstr "Makro med hostmacroid \"%1$s\" eksisterer ikke."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10888,16 +10942,16 @@ msgstr "Vedlikehold uten datainnsamling"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Obligatorisk parameter mangler."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manual"
@@ -10912,7 +10966,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Kart"
@@ -11006,7 +11060,7 @@ msgstr "Maps"
msgid "Mar"
msgstr "mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Mars"
@@ -11022,11 +11076,11 @@ msgstr "Merk andre"
msgid "Mark selected"
msgstr "Marker valgt"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Maske"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11045,11 +11099,11 @@ msgid "Mass update shapes"
msgstr "Masse oppdateringsformer"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "Master element"
@@ -11097,7 +11151,7 @@ msgstr "Maks antall åpne filer støttet av OS. Returnerer heltall"
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "Maks antall prosesser som støttes av OS. Returnerer heltall"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11112,7 +11166,7 @@ msgstr[1] "Maksimal tidsperiode å vise er %1$s dager."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Kan"
@@ -11267,7 +11321,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "meldinger"
@@ -11331,7 +11385,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Minste alvorlighetsgrad"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11390,7 +11444,7 @@ msgstr "Manglende elementer for graf prototype \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Manglende nøkkel \"%1$s\" for verten \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11463,7 +11517,7 @@ msgstr ""
msgid "Mon"
msgstr "Man"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Mandag"
@@ -11471,9 +11525,9 @@ msgstr "Mandag"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Overvåket ved fullmakt"
@@ -11505,11 +11559,11 @@ msgstr "MÃ¥ned"
msgid "Monthly"
msgstr "MÃ¥nedlig"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Flere treff funnet ..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11528,20 +11582,20 @@ msgstr "Mer enn en graf med navn \"%1$s\" i verten."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Flere"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Flere PROBLEM-hendelser"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Stum"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11574,13 +11628,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11608,17 +11663,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11638,19 +11693,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11659,15 +11714,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11677,12 +11732,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11773,12 +11828,12 @@ msgid "Never"
msgstr "Aldri"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Ny søknad"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Ny applikasjons prototype"
@@ -11792,7 +11847,7 @@ msgstr "Ny tilstand"
msgid "New dashboard"
msgstr "Nytt dashbord"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Nytt element"
@@ -11828,13 +11883,13 @@ msgstr ""
msgid "New triggers"
msgstr "Nye utløsere"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Neste steg"
@@ -11843,20 +11898,20 @@ msgstr "Neste steg"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12010,6 +12065,7 @@ msgid "No data."
msgstr "Ingen data."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Ingen standardgrensesnitt for \"%1$s\" type på \"%2$s\"."
@@ -12026,12 +12082,12 @@ msgstr "Ingen oppdagelsesregel-IDer er gitt."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Ingen kryptering"
@@ -12098,12 +12154,12 @@ msgstr ""
msgid "No image"
msgstr "Ikke noe bilde"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Ingen grensesnitt funnet"
@@ -12118,7 +12174,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12156,7 +12212,7 @@ msgstr "Ingen kart-ID angitt for skjermelement."
msgid "No maps added."
msgstr "Ingen kart lagt til."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Ingen treff funnet"
@@ -12187,8 +12243,8 @@ msgstr "Ingen tillatelser for systemtilgang."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12197,8 +12253,8 @@ msgstr "Ingen tillatelser for systemtilgang."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12254,12 +12310,12 @@ msgstr "Ingen tillatelser for systemtilgang."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12318,7 +12374,7 @@ msgstr "Ingen tillatelser for systemtilgang."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12339,7 +12395,7 @@ msgstr "Ingen tillatelser for systemtilgang."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Ingen tillatelser til henvist objekt eller det eksisterer ikke!"
@@ -12369,7 +12425,7 @@ msgstr "Ingen offentlig nøkkelfil spesifisert."
msgid "No recipients for action operation message."
msgstr "Ingen mottakere for meldingshandling."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "Ingen oppdatering"
@@ -12381,11 +12437,11 @@ msgstr "Ingen skjermer lagt til."
msgid "No script specified for action operation command."
msgstr "Ingen skript angitt for handlingsoperasjonskommando."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Ingen mål valgt"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Ingen mål valgt."
@@ -12402,19 +12458,19 @@ msgstr "Ingen utløsere definert."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Ikke-boolske flagg er foreldet."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12427,18 +12483,18 @@ msgstr "Ikke-boolske flagg er foreldet."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Ingen"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12536,7 +12592,7 @@ msgstr ""
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "November"
@@ -12549,11 +12605,11 @@ msgstr "Antall CPUer. Returnerer heltall"
msgid "Number of enabled items on the host."
msgstr "Antall aktiverte elementer på verten."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Antall elementer (aktivert / deaktivert / ikke støttet)"
@@ -12621,11 +12677,11 @@ msgstr "Antall statusendringer"
msgid "Number of steps"
msgstr "Antall trinn"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Antall utløsere (aktivert / deaktivert [problem / ok])"
@@ -12641,7 +12697,7 @@ msgstr "Antall ikke støttede elementer i Zabbix-databasen."
msgid "Number of unsupported items on the host."
msgstr "Antall ikke støttede elementer på verten."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Antall brukere (online)"
@@ -12693,22 +12749,22 @@ msgid "Numeral systems"
msgstr "Numerale systemer"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numerisk (flyt)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "Numerisk (heltall)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numerisk (usignert)"
@@ -12726,13 +12782,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "OK-hendelsen lukkes"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "OK eventgenerering"
@@ -12748,7 +12804,7 @@ msgstr "OOB-ruteren"
msgid "OOB subnet mask"
msgstr "OOB subnettmaske"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "ELLER"
@@ -12776,13 +12832,13 @@ msgstr "Okt"
msgid "Octal to decimal"
msgstr "Oktal til desimal"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Oktober"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Av"
@@ -12814,7 +12870,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "PÃ¥"
@@ -12889,7 +12945,7 @@ msgstr "Bare administratorer kan angi skjermeier."
msgid "Only administrators can set slide show owner."
msgstr "Bare administratorer kan sette lysbildeiere."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Bare elementer som er tilordnet aktiverte verter, telles"
@@ -12945,7 +13001,7 @@ msgstr "Bare superadministratorer kan oppdatere verdikart."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Bare de siste 20 %% av indikatoren vises."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Bare utløsere som er tilordnet aktiverte verter, og avhengig av aktiverte elementer telles"
@@ -12967,7 +13023,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Drift kan ikke utføres på grunn av uautorisert forespørsel."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Driftsdetaljer"
@@ -12983,12 +13039,12 @@ msgstr "Operasjonen har ingen mal å betjene."
msgid "Operation type"
msgstr "Operasjonstype"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13036,24 +13092,24 @@ msgstr "Operatør"
msgid "Options"
msgstr "Alternativer"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Eller"
@@ -13082,55 +13138,57 @@ msgstr "Eller"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13169,8 +13227,8 @@ msgstr "Andre"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Utgående trafikkstatistikk på nettverksgrensesnitt. Returnerer heltall"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Overstyrt av"
@@ -13194,8 +13252,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13380,16 +13438,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLEM"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "PROBLEM hendelsesgenereringsmodus"
@@ -13401,26 +13459,26 @@ msgstr "PROBLEM hendelsesgenereringsmodus"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "PSK-identitet"
@@ -13439,13 +13497,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parameter"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "Parameteret \"%1$s\" er utdatert."
@@ -13516,28 +13574,28 @@ msgstr "Passiv"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Passord"
@@ -13549,15 +13607,15 @@ msgstr "Passord (igjen)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Lim inn"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Lim inn uten eksterne lenker"
@@ -13574,7 +13632,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr "Maksimal minnebruk: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Prosentdel"
@@ -13591,17 +13649,22 @@ msgstr "Percentil linje (høyre)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Utfører en DNS-spørring. Returnerer tegnstreng med nødvendig informasjon"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Periode"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13647,7 +13710,7 @@ msgid "Placing algorithm"
msgstr "Plassering av algoritme"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Vanlig tekst"
@@ -13661,7 +13724,7 @@ msgstr "Spill"
msgid "Play sound"
msgstr "Spill lyd"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Vennligst sjekk konfigurasjonsparametere. Hvis alt er riktig, trykk \"%1$s\" -knappen eller \"%2$s\" -knappen for å endre konfigurasjonsparametere."
@@ -13670,20 +13733,20 @@ msgstr "Vennligst sjekk konfigurasjonsparametere. Hvis alt er riktig, trykk \"%1
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Vennligst opprett database manuelt, og sett konfigurasjonsparametrene for tilkobling til denne databasen. Trykk på \"%1$s\" -knappen når du er ferdig."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Vennligst skriv inn vertsnavnet eller verts IP-adressen og portnummeret til Zabbix-serveren, samt navnet på installasjonen (valgfritt)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Vennligst velg to elementer"
@@ -13713,18 +13776,17 @@ msgstr "Poeng"
msgid "Polish (pl_PL)"
msgstr "Polsk (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Fyller vertsinvesteringsfelt"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13755,33 +13817,33 @@ msgid "Post type"
msgstr "Posttype"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Pre-installasjon sammendrag"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "forbehandling"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "forbehandling"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "Forbehandlingstrinn"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13792,23 +13854,23 @@ msgstr ""
msgid "Preview"
msgstr "Forh"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13841,12 +13903,14 @@ msgid "Primary POC screen name"
msgstr "Primær POC skjerm navn"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Personvern passordfrase"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Personvern protokoll"
@@ -13858,29 +13922,29 @@ msgid "Private"
msgstr "Privat"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Privat nøkkelfil"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Privilege nivå"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13905,8 +13969,8 @@ msgstr ""
msgid "Problem display"
msgstr "Problemvisning"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Problemuttrykk"
@@ -13923,7 +13987,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problem på"
@@ -13953,13 +14017,13 @@ msgstr "Problem, hvis alle barn har problemer"
msgid "Problem, if at least one child has a problem"
msgstr "Problem, hvis minst ett barn har et problem"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13968,7 +14032,7 @@ msgstr "Problem, hvis minst ett barn har et problem"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "problemer"
@@ -14005,7 +14069,7 @@ msgid "Properties"
msgstr "Egenskaper"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14023,7 +14087,7 @@ msgstr "fullmakter"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14094,20 +14158,20 @@ msgid "Public"
msgstr "Offentlig"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Offentlig nøkkel"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Offentlig nøkkelfil"
@@ -14137,8 +14201,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "LØST"
@@ -14148,10 +14212,10 @@ msgid "RMCP+"
msgstr "RMCP +"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Ubehandlede data"
@@ -14209,7 +14273,7 @@ msgid "Received value"
msgstr "Mottatt verdi"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14236,24 +14300,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Gjenoppretting"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Recovery uttrykk"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "Syntaksfeil for gjenopprettingsuttrykk."
@@ -14263,9 +14327,9 @@ msgstr "Gjenopprettingsoperasjoner"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Restitusjonstid"
@@ -14280,11 +14344,11 @@ msgid "Refresh"
msgstr "Oppdater"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14298,7 +14362,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Vanlig uttrykk"
@@ -14338,7 +14402,7 @@ msgstr "Vanlig uttrykk"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14362,6 +14426,12 @@ msgstr "Fjernkommando"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14378,43 +14448,37 @@ msgstr "Fjernkommando"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14423,14 +14487,14 @@ msgstr "Fjernkommando"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14453,7 +14517,7 @@ msgstr "Fjernkommando"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14486,8 +14550,8 @@ msgstr "Fjernkommando"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Fjern"
@@ -14523,7 +14587,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14533,17 +14597,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Erstatt"
@@ -14558,23 +14622,23 @@ msgstr "Erstatt avhengigheter"
msgid "Reports"
msgstr "Rapporter"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14584,7 +14648,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "MÃ¥"
@@ -14601,14 +14665,14 @@ msgstr "Nødvendig ytelse (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Nødvendig ytelse av Zabbix-serveren, i nye verdier per sekund forventet."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Nødvendig serverytelse, nye verdier per sekund"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Nødvendige statuskoder"
@@ -14616,7 +14680,7 @@ msgstr "Nødvendige statuskoder"
msgid "Required string"
msgstr "Nødvendig streng"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Nullstill"
@@ -14645,7 +14709,7 @@ msgstr "Tilbakestill bekreftelse"
msgid "Reset defaults"
msgstr "Tilbakestill standardinnstillinger"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Løst"
@@ -14657,26 +14721,26 @@ msgstr "Løst av"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Løst av korrelasjonsregel \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Løst av korrelasjonsregel."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Løst av bruker \"%1$s\"."
@@ -14713,15 +14777,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Resultat"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14740,14 +14804,14 @@ msgstr "Resultatet er TRUE"
msgid "Result type"
msgstr "Resultattype"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14910,12 +14974,12 @@ msgstr "Kjør angitt kommando på verten. Returnerer tekstresultatet av kommando
msgid "Russian (ru_RU)"
msgstr "Russisk (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "S"
@@ -14925,7 +14989,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14970,16 +15035,16 @@ msgstr "SMTP-serverport"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14987,8 +15052,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP fellesskapet"
@@ -15004,11 +15071,13 @@ msgstr "SNMP felle"
msgid "SNMP trap key is invalid."
msgstr "SNMP fellenøkkel er ugyldig."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15016,7 +15085,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15024,7 +15094,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15046,9 +15117,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQL-teller: %1$s (velges: %2$s | kjører ut: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL spørring"
@@ -15071,40 +15142,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH agent"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "SSL sertifikatfilen"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "SSL nøkkelfil"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "SSL nøkkelpassord"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSL verifiser verten"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSL verifiser peer"
@@ -15132,15 +15203,23 @@ msgstr "Sans serif"
msgid "Sat"
msgstr "Lør"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Lørdag"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Lagre endringer"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Lagre det som \"%1$s\""
@@ -15162,12 +15241,12 @@ msgid "Scheduled check"
msgstr "Planlagt sjekk"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15251,9 +15330,9 @@ msgid "Screen updated"
msgstr "Skjerm oppdatert"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15268,7 +15347,7 @@ msgstr "Skjerm oppdatert"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Screens"
@@ -15333,7 +15412,7 @@ msgstr "Skript oppdatert"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Skript"
@@ -15391,19 +15470,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Sikkerhetsnivå"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Sikkerhetsnavn"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15414,8 +15495,8 @@ msgstr "Sikkerhetsnavn"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15423,15 +15504,15 @@ msgstr "Sikkerhetsnavn"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Valgt"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Velg prototype"
@@ -15464,19 +15545,19 @@ msgstr "Valgte elementer"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "Send bakover"
@@ -15501,7 +15582,7 @@ msgstr "Send bare til"
msgid "Send to"
msgstr "Send til"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Plasser i bakgrunnen"
@@ -15528,13 +15609,13 @@ msgstr "Sep"
msgid "Separated"
msgstr "Separert"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "September"
@@ -15659,12 +15740,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Sesjonen avsluttet, logg på igjen, vær så snill."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15673,11 +15755,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr "Angi vert inventar modus"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15700,28 +15782,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15740,7 +15822,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15770,7 +15852,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Deling"
@@ -15788,14 +15870,14 @@ msgstr "Delingsalternativet \"%1$s\" mangler en verdi for kart \"%2$s\"."
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "Delingsalternativet \"%1$s\" mangler en verdi for skjermbildet \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15806,8 +15888,8 @@ msgstr ""
msgid "Show"
msgstr "Vis"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Vis detaljer"
@@ -15815,7 +15897,7 @@ msgstr "Vis detaljer"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15842,7 +15924,11 @@ msgstr "Vis legenden"
msgid "Show lines"
msgstr "Vis linjer"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15864,9 +15950,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15877,7 +15963,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Vis tagger"
@@ -15891,7 +15977,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Vis tekst som HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15902,7 +15988,7 @@ msgid "Show triggers"
msgstr "Vis utløsere"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Vis kun ubekreftet"
@@ -15911,10 +15997,10 @@ msgstr "Vis kun ubekreftet"
msgid "Show unavailable maps"
msgstr "Vis utilgjengelige kart"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Vis verdi"
@@ -15926,7 +16012,7 @@ msgstr "Vis advarsel hvis Zabbix-serveren er nede"
msgid "Show working time"
msgstr "Vis arbeidstid"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Vist"
@@ -15977,8 +16063,8 @@ msgstr "Enkel graf"
msgid "Simple graph prototype"
msgstr "Enkel graf prototype"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Enkelt"
@@ -16089,7 +16175,7 @@ msgstr "lysbilder"
msgid "Slovak (sk_SK)"
msgstr "Slovakisk (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Utsett"
@@ -16227,7 +16313,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16235,16 +16322,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16264,7 +16350,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16352,28 +16438,28 @@ msgid "Stop"
msgstr "Stopp"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16385,7 +16471,7 @@ msgstr "Rett"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16410,14 +16496,14 @@ msgid "Subject"
msgstr "Emne"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Emne"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Submap"
@@ -16425,7 +16511,7 @@ msgstr "Submap"
msgid "Success Audit"
msgstr "Suksess revisjon"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16438,7 +16524,7 @@ msgstr "Summen av innkommende og utgående trafikkstatistikk på nettverksgrense
msgid "Sun"
msgstr "Søn"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Søndag"
@@ -16482,7 +16568,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Bytt godkjenningsmetode vil nullstilles alle unntatt denne økten! Fortsette?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16533,12 +16619,12 @@ msgstr "System tid. Returnerer heltall med type som utc; streng - med type som l
msgid "System uptime in seconds. Returns integer"
msgstr "System oppetid på sekunder. Returnerer heltall"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "T"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16580,12 +16666,12 @@ msgstr "Tabellen \"%1$s\" har ikke et felt som heter \"%2$s\"."
msgid "Tag"
msgstr "Tagg"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "Merket \"%1$s\" med verdi \"%2$s\" eksisterer allerede."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16594,12 +16680,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Merk for å matche"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16610,25 +16696,25 @@ msgstr "Merkverdien"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16636,11 +16722,11 @@ msgstr "Merkverdien"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16649,11 +16735,11 @@ msgid "Tags"
msgstr "Tagger"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "MÃ¥l"
@@ -16772,13 +16858,13 @@ msgstr "Mal med det samme synlige navnet \"%1$s\" eksisterer allerede."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16800,20 +16886,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Test"
@@ -16838,7 +16924,7 @@ msgstr "Testdata"
msgid "Test expressions"
msgstr "Testuttrykk"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16866,10 +16952,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16908,7 +16994,7 @@ msgstr "Søknaden blir ikke oppdaget lenger, og vil bli slettet neste gang regis
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17001,11 +17087,11 @@ msgstr "Webscenario-applikasjonen tilhører en annen vert enn webscenarverten."
msgid "Theme"
msgstr "Tema"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17014,11 +17100,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Denne måneden"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17030,23 +17116,23 @@ msgstr "Denne skjermkolonnen er ikke tom. Slett det?"
msgid "This screen row is not empty. Delete it?"
msgstr "Denne skjermraden er ikke tom. Slett det?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Denne uken"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Dette året"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Terskel"
@@ -17058,7 +17144,7 @@ msgstr ""
msgid "Thu"
msgstr "Tor"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Torsdag"
@@ -17069,19 +17155,19 @@ msgstr "Torsdag"
msgid "Till"
msgstr "Inntil"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17124,12 +17210,12 @@ msgstr ""
msgid "Time period"
msgstr "Tidsperiode"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17141,16 +17227,23 @@ msgstr "Time shift"
msgid "Time type"
msgstr "Tidstype"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Tidsavbrudd"
@@ -17164,22 +17257,23 @@ msgstr "Tidsavbrudd"
msgid "Timestamp"
msgstr "Tidsstempel"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Til"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "For å angi et vertsgrensesnitt, velg en enkelt gjenstandstype for alle elementer"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "I dag"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17269,10 +17363,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Trend lagringsperiode"
@@ -17281,34 +17375,34 @@ msgstr "Trend lagringsperiode"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Trender"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Utløser"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Trigger \"%1$s\" eksisterer allerede på \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "Trigger \"%1$s\" tilhører maler med forskjellige koblinger."
@@ -17318,7 +17412,7 @@ msgstr "Trigger \"%1$s\" tilhører maler med forskjellige koblinger."
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Trigger \"%1$s\" avhenger av utløseren \"%2$s\", som ikke eksisterer."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17326,7 +17420,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Utløser lagt til"
@@ -17334,7 +17428,7 @@ msgstr "Utløser lagt til"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Trigger kan ikke være avhengig av en trigger som er arvet fra den."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Utløser kopiert"
@@ -17344,7 +17438,7 @@ msgstr[1] "Utløsere kopiert"
msgid "Trigger data storage period"
msgstr "Utløser data lagringsperiode"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Utløser slettet"
@@ -17352,7 +17446,7 @@ msgstr "Utløser slettet"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Utløser deaktivert"
@@ -17363,13 +17457,13 @@ msgstr[1] "Utløsere deaktivert"
msgid "Trigger displaying options"
msgstr "Trigger viser alternativer"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Utløser aktivert"
msgstr[1] "Utløsere aktivert"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Trigger-uttrykk må inneholde minst én vert: nøkkelreferanse."
@@ -17409,24 +17503,24 @@ msgstr "Utløser oversikt"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Utløser prototype"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Trigger prototype \"%1$s\" eksisterer allerede på \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "Trigger prototype \"%1$s\" tilhører maler med forskjellige koblinger."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Trigger prototype \"%1$s\" inneholder element prototyper fra flere funn regler."
@@ -17436,12 +17530,12 @@ msgstr "Trigger prototype \"%1$s\" inneholder element prototyper fra flere funn
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Trigger prototype \"%1$s\" avhenger av utløseren \"%2$s\", som ikke eksisterer."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Trigger prototype \"%1$s\" må inneholde minst én prototype."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Trigger prototype lagt til"
@@ -17449,11 +17543,11 @@ msgstr "Trigger prototype lagt til"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Trigger prototype kan ikke være avhengig av en trigger som er arvet fra den."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Trigger prototype slettet"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Utløser prototype oppdatert"
@@ -17461,7 +17555,7 @@ msgstr[1] "Utløser prototyper oppdatert"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17469,15 +17563,15 @@ msgstr[1] "Utløser prototyper oppdatert"
msgid "Trigger prototypes"
msgstr "Trigger prototyper"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Trigger prototyper slettet"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Trigger prototyper oppdatert"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "Trigger gjenopprettingsuttrykk må inneholde minst én vert: nøkkelreferanse."
@@ -17485,11 +17579,11 @@ msgstr "Trigger gjenopprettingsuttrykk må inneholde minst én vert: nøkkelrefe
msgid "Trigger severity"
msgstr "Trigger alvorlighet"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Trigger status \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Trigger status \"Problem\""
@@ -17497,19 +17591,19 @@ msgstr "Trigger status \"Problem\""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Utløser oppdatert"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17522,11 +17616,11 @@ msgstr "Utløser oppdatert"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Utløsere"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Utløsere slettet"
@@ -17542,7 +17636,7 @@ msgstr "Trim"
msgid "Tue"
msgstr "Tir"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Tirsdag"
@@ -17555,7 +17649,7 @@ msgstr "Tyrkisk (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "To elementer (\"%1$s\" og \"%2$s\") kan ikke fylle ut et vertsinventarfelt \"%3$s\", dette vil føre til konflikt."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17575,7 +17669,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17587,21 +17681,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17634,18 +17728,18 @@ msgstr "Type (synkende)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Type beregning"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Type informasjon"
@@ -17662,8 +17756,8 @@ msgstr "Typer"
msgid "UNKNOWN"
msgstr "UKJENT"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17673,11 +17767,11 @@ msgstr "UKJENT"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17723,7 +17817,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "Nettadressen skal ha både \"navn\" og \"url\" -felt for kart \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "webadresser"
@@ -17807,10 +17901,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Enheter"
@@ -17832,7 +17926,7 @@ msgstr "Enheter"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17851,18 +17945,18 @@ msgstr "Ukjent handling"
msgid "Unknown error"
msgstr "Ukjent feil"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Ukjent funksjon."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Ukjent vertsobjekt, ikke noe element i valgt vert"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Ukjent vert, ingen slik vert i systemet"
@@ -17888,15 +17982,15 @@ msgstr "Ukjent verdi type"
msgid "Unlimited"
msgstr "Ubegrenset"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Fjern tilknytningen"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Fjern koblingen og fjern"
@@ -17939,7 +18033,7 @@ msgstr "Ukoblet: Vare prototype \"%1$s\" på \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Ukoblet: Webscenario \"%1$s\" på \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Mikrofon"
@@ -17985,6 +18079,11 @@ msgstr "Ikke-støttet parameter \"%2$s\" for filteret av handling \"%1$s\"."
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Ikke-støttet parameter \"%2$s\" for filteret med funnetregelen \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18021,28 +18120,29 @@ msgstr "Opp"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18059,16 +18159,16 @@ msgstr "Oppdater eksisterende"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Oppdateringsintervall"
@@ -18123,7 +18223,7 @@ msgstr "Uptime av Zabbix serverprosess i løpet av sekunder."
msgid "Uptime/Downtime"
msgstr "Oppetid/Nedetid"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Bruk bulkforespørsler"
@@ -18152,7 +18252,7 @@ msgstr "Brukes i elementer"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Bruker"
@@ -18314,14 +18414,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Bruker navn"
@@ -18388,11 +18488,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Brukernavn"
@@ -18400,8 +18500,8 @@ msgstr "Brukernavn"
msgid "Username and password"
msgstr "Brukernavn og passord"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18666,24 +18766,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18812,18 +18912,18 @@ msgstr "Variabler"
msgid "Various information about specific process(es). Returns float"
msgstr "Ulike opplysninger om bestemt prosess (er). Returnerer flyte"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18831,8 +18931,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18844,7 +18944,7 @@ msgstr "Leverand"
msgid "Verbose"
msgstr "utførlig"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18905,7 +19005,7 @@ msgstr "Synlig navn"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Synlig navn kan ikke være tomt hvis vertsnavnet mangler."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "O"
@@ -18917,22 +19017,22 @@ msgstr "O"
msgid "Warning"
msgstr "Advarsel"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Advarsel"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Vi beklager, det maksimalt antall elementer som skal huskes, er nådd."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18942,7 +19042,7 @@ msgstr "Vi beklager, det maksimalt antall elementer som skal huskes, er nådd."
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18999,7 +19099,7 @@ msgstr[1] "Web-scenarier aktivert"
msgid "Web scenario updated"
msgstr "Webscenario oppdatert"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19017,7 +19117,7 @@ msgstr ""
msgid "Wed"
msgstr "Ons"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Onsdag"
@@ -19030,7 +19130,7 @@ msgstr "Ukentlig"
msgid "Welcome"
msgstr "Velkommen"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Velkommen til"
@@ -19038,7 +19138,7 @@ msgstr "Velkommen til"
msgid "When active"
msgstr "NÃ¥r aktiv"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19080,7 +19180,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19154,13 +19254,13 @@ msgstr "Feil felt for tjeneste \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Feil felt for tid for service \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Feil felt for utløserprototype."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Feil felt for trigger."
@@ -19168,8 +19268,8 @@ msgstr "Feil felt for trigger."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "Feil verdi for URL-feltet."
@@ -19202,10 +19302,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19296,7 +19396,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "Ã…Ã…Ã…Ã…-MM-DDThh: mm: ssZ"
@@ -19315,20 +19415,20 @@ msgstr "Ã…rlig"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19340,7 +19440,7 @@ msgstr "Ã…rlig"
msgid "Yes"
msgstr "Ja"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "I går"
@@ -19351,7 +19451,7 @@ msgstr "Du er innlogget som \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Du kan ikke velge noen av språkene, fordi lokalene for dem ikke er installert på webserveren."
@@ -19406,7 +19506,7 @@ msgstr "Du har ikke tillatelse til å utføre denne operasjonen."
msgid "You do not have permissions to create users."
msgstr "Du har ikke tilgang til å opprette brukere."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19414,7 +19514,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Du har ikke tilgang til denne siden."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "Du har ikke lagrede endringer."
@@ -19489,7 +19589,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix server"
@@ -19507,7 +19607,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbix server (proxy)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Zabbix server detaljer"
@@ -19515,15 +19615,15 @@ msgstr "Zabbix server detaljer"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix-serveren kjører ikke: informasjonen som vises kan ikke være aktuell."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix-serveren kjører"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbix server navn"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Zabbix serverport"
@@ -19532,6 +19632,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix trapper"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19545,51 +19646,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "en boolean verdi forventes"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "en tegnstreng forventes"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "et nummer er forventet"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "et nummer er for stort"
@@ -19602,8 +19708,8 @@ msgstr "et nummer er for stort"
msgid "a numeric value is expected"
msgstr "en numerisk verdi er forventet"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19611,29 +19717,29 @@ msgstr ""
msgid "a time is expected"
msgstr "en tid er forventet"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "en tidsperiode er forventet"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "en tidsenhet er forventet"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "en brukermakro er forventet"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19675,6 +19781,10 @@ msgstr "alle"
msgid "all media"
msgstr "alle medier"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19686,23 +19796,23 @@ msgstr "alle medier"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "en matrise er forventet"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "en matrise eller en tegnstreng forventes"
@@ -19712,7 +19822,7 @@ msgid "an empty string is expected"
msgstr "en tom streng forventes"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "et jevnt antall heksadesimale tegn forventes"
@@ -19720,11 +19830,11 @@ msgstr "et jevnt antall heksadesimale tegn forventes"
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19773,11 +19883,11 @@ msgstr ""
msgid "avg"
msgstr "avg"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19805,10 +19915,9 @@ msgstr "kan ikke endres"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19816,7 +19925,7 @@ msgstr "kan ikke endres"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19841,6 +19950,9 @@ msgstr "kan ikke endres"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19867,11 +19979,11 @@ msgstr "kan ikke endres"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19893,14 +20005,14 @@ msgstr "kan ikke endres"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19925,7 +20037,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19943,11 +20055,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "Sirkulær elementavhengighet er ikke tillatt"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19966,11 +20078,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19979,32 +20091,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "dager"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "normalverdi"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20030,11 +20142,11 @@ msgstr "synkende"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "katalog- eller skriptnavn kan ikke være tomt"
@@ -20073,7 +20185,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20112,7 +20224,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr "første parameter forventes"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20120,14 +20232,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "globale housekeeping innstillinger"
@@ -20136,7 +20248,7 @@ msgstr "globale housekeeping innstillinger"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20195,11 +20307,11 @@ msgstr "i"
msgid "including subgroups"
msgstr "inkludert undergrupper"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20236,7 +20348,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr "ugyldig adressesort \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "ugyldig byte-sekvens i UTF-8"
@@ -20250,15 +20362,15 @@ msgstr "ugyldig forsinkelse"
msgid "invalid history storage period"
msgstr "ugyldig historisk lagringsperiode"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "ugyldig regulært uttrykk"
@@ -20268,7 +20380,7 @@ msgstr "ugyldig regulært uttrykk"
msgid "invalid trend storage period"
msgstr "ugyldig trendlagringsperiode"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20280,7 +20392,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "er ikke vedlagt {} eller er misdannet"
@@ -20310,7 +20422,7 @@ msgstr "nøkkelen er tom"
msgid "last"
msgstr "siste"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20322,15 +20434,15 @@ msgstr "venstre"
msgid "list of characters"
msgstr "liste over tegn"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20338,12 +20450,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr "lavnivå oppdagelsesregel"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20373,7 +20485,7 @@ msgstr "kart"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20397,7 +20509,7 @@ msgstr "maks"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20424,12 +20536,12 @@ msgstr "maksimalt antall avhengighetsnivåer nådd"
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "Minste lengde er %1$s tegn"
@@ -20462,27 +20574,27 @@ msgstr "må være en gyldig LDAP-bruker"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "må være mellom \"%1$s\" og \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "navn"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "ny"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "ny"
@@ -20492,7 +20604,7 @@ msgstr "ny"
msgid "no data"
msgstr "ingen data"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20513,7 +20625,7 @@ msgstr "ikke i"
msgid "not selected"
msgstr "ikke valgt"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20521,8 +20633,8 @@ msgstr ""
msgid "number"
msgstr "nummer"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "av"
@@ -20570,7 +20682,7 @@ msgstr "av"
msgid "on"
msgstr "på"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20586,11 +20698,11 @@ msgstr "annen"
msgid "output"
msgstr "produksjon"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20601,11 +20713,11 @@ msgstr ""
msgid "pattern"
msgstr "mønster"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20622,12 +20734,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "oppdateres hver %1$s sek."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20644,7 +20756,7 @@ msgstr "Ikke sant"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20693,6 +20805,7 @@ msgstr "Kort beskrivelse"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20707,15 +20820,15 @@ msgstr "Kort beskrivelse"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "bør være tom"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20723,10 +20836,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "vis ikon mappings"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "vis verdi mappings"
@@ -20734,11 +20847,11 @@ msgstr "vis verdi mappings"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20746,7 +20859,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20755,14 +20868,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20797,9 +20910,13 @@ msgstr "mal ID \"%1$s\" er passert %2$s ganger"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "parameteren \"%1$s\" mangler"
@@ -20814,7 +20931,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20833,18 +20950,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20855,26 +20996,26 @@ msgstr "avtrekker"
msgid "trigger does not allow manual closing"
msgstr "utløser tillater ikke manuell lukking"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "utløser prototype kan ikke flyttes til en annen mal eller vert"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "Utløseren med koblinger kan ikke flyttes til en annen mal eller vert"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "skriv her for å søke"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20884,7 +21025,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20901,9 +21042,10 @@ msgstr "uventet slutten av makroen"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "uventet parameter \"%1$s\""
@@ -20930,12 +21072,12 @@ msgstr "uventet tekst \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "uventet verdi \"%1$s\""
@@ -20945,7 +21087,7 @@ msgstr "uventet verdi \"%1$s\""
msgid "unknown"
msgstr "ukjent"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20954,28 +21096,28 @@ msgid "unsupported version number"
msgstr "ikke-støttet versjonsnummer"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20985,7 +21127,7 @@ msgstr "ikke-støttet versjonsnummer"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "verdi"
@@ -21003,26 +21145,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr "verdien \"%1$s\" ble ikke funnet"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "verdien %1$s eksisterer allerede"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "verdien er for lang"
@@ -21050,9 +21195,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21089,7 +21234,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "Ã¥"
diff --git a/ui/locale/nl/LC_MESSAGES/frontend.po b/ui/locale/nl/LC_MESSAGES/frontend.po
index 34a6f04326c..2e2466dd1b9 100644
--- a/ui/locale/nl/LC_MESSAGES/frontend.po
+++ b/ui/locale/nl/LC_MESSAGES/frontend.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2015-12-27 12:32+0300\n"
"Last-Translator: Oleksiy <zalex_ua@i.ua>\n"
"Language-Team: NL\n"
@@ -34,7 +34,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -62,7 +62,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -80,7 +80,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d dag"
msgstr[1] "%1$d dagen"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -164,8 +164,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -179,7 +179,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -211,15 +211,15 @@ msgstr[1] "%1$s pogingen resterend"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s seconde"
msgstr[1] "%1$s seconden"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -238,20 +238,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -289,20 +289,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr "(Alleen hoofdbeheerders kunnen groepen aanmaken)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(geen proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 of 1"
@@ -378,11 +378,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "EN"
@@ -409,16 +410,16 @@ msgstr[0] ""
msgstr[1] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Bvst"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Bevestigen"
@@ -451,7 +452,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -464,30 +465,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -558,18 +559,18 @@ msgstr "Actie bijgewerkt"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Acties"
@@ -605,6 +606,9 @@ msgstr "Actief tot"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -632,9 +636,6 @@ msgstr "Actief tot"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -644,9 +645,9 @@ msgstr "Actief tot"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -658,39 +659,40 @@ msgstr "Actief tot"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -701,20 +703,20 @@ msgstr "Actief tot"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -741,8 +743,8 @@ msgstr "Actief tot"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Toevoegen"
@@ -750,7 +752,7 @@ msgstr "Toevoegen"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -758,7 +760,7 @@ msgstr ""
msgid "Add child"
msgstr "Kind toevoegen"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -770,7 +772,7 @@ msgstr "Host toevoegen"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -779,6 +781,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -787,7 +790,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Prototype toevoegen"
@@ -808,11 +811,11 @@ msgstr "Aan host groep toevoegen"
msgid "Add to host groups"
msgstr "Aan host groepen toevoegen"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -836,7 +839,7 @@ msgid "Age"
msgstr "Doorlooptijd"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Leeftijd minder dan"
@@ -848,7 +851,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agent"
@@ -907,7 +910,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Alle"
@@ -925,7 +928,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Bij alle koppelingen moeten \"Naam\" en \"URL\" gespecificeerd zijn."
@@ -933,13 +936,13 @@ msgstr "Bij alle koppelingen moeten \"Naam\" en \"URL\" gespecificeerd zijn."
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -959,48 +962,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Toegestane hosts"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "En"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1009,14 +1012,14 @@ msgid "And/Or"
msgstr "En/Of"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1032,10 +1035,10 @@ msgstr "Iedere character string meegenomen"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1069,8 +1072,8 @@ msgid "Application error."
msgstr "Applicatie fout."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1093,15 +1096,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1109,15 +1112,17 @@ msgstr ""
msgid "Applications"
msgstr "Applicaties"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Toepassen"
@@ -1135,7 +1140,7 @@ msgstr "Naderen"
msgid "Apr"
msgstr "Apr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "April"
@@ -1147,7 +1152,11 @@ msgstr "Weet je zeker dat je deze actie uit wilt voeren?"
msgid "Are you sure you want to delete"
msgstr "Bevestig om te verwijderen"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1163,12 +1172,12 @@ msgstr "Type van het gebied"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Ongewijzigd"
@@ -1276,7 +1285,7 @@ msgstr "Audit log"
msgid "Aug"
msgstr "Aug"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Augustus"
@@ -1293,9 +1302,9 @@ msgstr ""
msgid "Authentication"
msgstr "Authenticatie"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Authenticatie algoritme"
@@ -1305,21 +1314,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Authenticatie methode"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Authenticatie wachtwoordzin"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Authenticatie protocol"
@@ -1358,9 +1369,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automatisch"
@@ -1390,7 +1401,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Beschikbaarheid"
@@ -1415,8 +1426,8 @@ msgstr "Gemiddeld"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1470,16 +1481,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1520,11 +1531,11 @@ msgstr ""
msgid "Bottom"
msgstr "Onderzijde"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1551,8 +1562,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1572,7 +1583,7 @@ msgstr "CPU-belasting. keert terug float"
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1605,7 +1616,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1613,7 +1624,7 @@ msgstr ""
msgid "Callback"
msgstr "Terugbellen"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1639,10 +1650,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Annuleer"
@@ -1687,12 +1698,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Kan geen host afhankelijkheid toevoegen aan een template."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Kan afhankelijkheid van trigger \"%1$s:%2$s\" niet toevoegen aan bestaande trigger \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Kan discovery regel niet toevoegen"
@@ -1716,7 +1727,7 @@ msgstr "Kan groep niet toevoegen."
msgid "Cannot add host"
msgstr "Kan host niet toevoegen"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Kan host-prototype niet toevoegen"
@@ -1726,7 +1737,7 @@ msgstr "Kan host-prototype niet toevoegen"
msgid "Cannot add image"
msgstr "Kan afbeelding niet toevoegen"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Kan item niet toevoegen"
@@ -1735,7 +1746,7 @@ msgstr "Kan item niet toevoegen"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Kan geen add-item \"%1$s\" van \"%2$s\" om de toepassing \"%3$s\" van \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Kan Item prototype niet toevoegen"
@@ -1818,11 +1829,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "Kan template niet toevoegen"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Kan trigger niet toevoegen"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Kan trigger prototype niet toevoegen"
@@ -1845,11 +1856,11 @@ msgstr "Kan niet map waarde bijwerken"
msgid "Cannot add web scenario"
msgstr "Kan web scenario niet toevoegen."
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1866,11 +1877,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Kan geschiedenis niet opschonen"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1878,7 +1889,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Kan grafiek prototypes niet klonen"
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Kan host-prototypen niet dupliceren."
@@ -1901,7 +1912,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1915,24 +1926,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] ""
msgstr[1] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
msgstr[1] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Kan trigger \"%1$s:%2$s\" niet kopiëren, omdat er meerde hosts in de expressie zijn."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Kan geen host-prototype aanmaken op ontdekte host \"%1$s\"."
@@ -1970,7 +1981,7 @@ msgstr "Kan nieuwe applicatie niet aanmaken, web scenairo is al reeds toegewezen
msgid "Cannot create template."
msgstr "Kan template niet maken."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -2014,11 +2025,11 @@ msgstr "Kan de afhankelijkheid niet verwijderen"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Kan discovery regel niet verwijderen"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Kan discovery regels niet verwijderen"
@@ -2044,7 +2055,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Kan groep niet verwijderen"
msgstr[1] "Kan groepen niet verwijderen"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Kan host niet verwijderen"
@@ -2062,7 +2073,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Kan host-prototypen niet verwijderen"
@@ -2078,19 +2089,19 @@ msgstr "Kan afbeelding niet verwijderen"
msgid "Cannot delete inventory."
msgstr "Kan inventarisatie niet verwijderen"
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Kan item niet verwijderen"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Kan item prototype niet verwijderen"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Kan geen Item prototypes verwijderen"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Kan items niet verwijderen"
@@ -2174,7 +2185,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Kan host-prototype (overgenomen uit sjabloon) niet verwijderen."
@@ -2205,19 +2216,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Kan web scenario \"%1$s in template niet verwijderen."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Kan trigger niet verwijderen"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Kan trigger prototype niet verwijderen"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Kan geen trigger prototypes verwijderen"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Kan triggers niet verwijderen"
@@ -2255,20 +2266,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Kan ontdekkings regel niet uitschakelen"
msgstr[1] "Kan ontdekkings regels niet uitschakelen"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Kan host niet uitschakelen"
msgstr[1] "Kan hosts niet uitschakelen"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Kan item niet uitschakelen"
@@ -2287,7 +2298,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Kan trigger niet uitschakelen"
@@ -2319,20 +2330,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Kan ontdekking regel niet activeren"
msgstr[1] "Kan ontdekking regels niet activeren"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Kan item niet inschakelen"
msgstr[1] "Kan items niet inschakelen"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Kan item niet inschakelen"
@@ -2351,7 +2362,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Kan trigger niet inschakelen"
@@ -2371,7 +2382,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2533,7 +2544,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "Kan sjabloon niet importeren \"%1$s\", gekoppeld sjabloon \"%2$s\" bestaat niet."
msgstr[1] "Kan sjabloon niet importeren \"%1$s\", gekoppelde sjablonen \"%2$s\" bestaan niet."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Kan trigger-expressie niet invoegen"
@@ -2640,7 +2651,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Kan commando niet verzenden. Controleer de verbinding met Zabbix server \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2677,12 +2688,12 @@ msgstr "\"%1$s\" kan niet ingesteld worden voor item \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "\"%1$s\" kan niet ingesteld worden voor trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2712,7 +2723,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2774,22 +2785,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "\"%1$s\" kan niet bijgewerkt worden voor item \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "\"%1$s\" kan niet bijgewerkt worden voor trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2804,7 +2815,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2873,7 +2884,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Kan discovery rule niet bijwerken"
@@ -2910,7 +2921,7 @@ msgstr "Kan host niet bijwerken"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
#, fuzzy
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
@@ -2936,22 +2947,22 @@ msgstr "Kan afbeelding niet bijwerken"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Kan interface niet bijwerken voor ontdekte host \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Kan item niet bijwerken"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
#, fuzzy
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Kan item-prototype niet bijwerken"
msgstr[1] "Kan item-prototype niet bijwerken"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Kan items niet bijwerken"
@@ -3034,29 +3045,29 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Kan geen sjablonen op ontdekte host \"%1$s\" bijwerken."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Kan trigger niet bijwerken"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
#, fuzzy
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Kan trigger-prototype niet bijwerken"
msgstr[1] "Kan trigger-prototype niet bijwerken"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Kan trigger-prototypen niet bijwerken"
@@ -3113,12 +3124,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3162,10 +3173,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Karakter"
@@ -3192,7 +3203,7 @@ msgstr ""
msgid "Check already exists."
msgstr "Controle bestaat al."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Controleer stuk van expressie beginnend bij \"%1$s\"."
@@ -3210,7 +3221,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3315,8 +3326,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Wis geschiedenis en trends"
@@ -3325,11 +3336,11 @@ msgstr "Wis geschiedenis en trends"
msgid "Clear when unlinking"
msgstr "Wis bij ontkoppelen"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3348,20 +3359,20 @@ msgstr "Klok"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Kloon"
@@ -3369,15 +3380,15 @@ msgstr "Kloon"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Sluiten"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Sluit expressie bouwer"
@@ -3396,8 +3407,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3414,7 +3425,7 @@ msgstr ""
msgid "Colour"
msgstr "Kleur"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Kleur \"%1$s\" is niet juist: hexadecimale kleurcode (6 symbolen) wordt verwacht."
@@ -3465,7 +3476,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3499,7 +3510,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Condities"
@@ -3558,7 +3569,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Configuratie"
@@ -3566,7 +3577,7 @@ msgstr "Configuratie"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3730,7 +3741,7 @@ msgid "Configuration updated"
msgstr "Configuratie bijgewerkt"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3738,7 +3749,7 @@ msgstr ""
msgid "Confirmation text"
msgstr "Bevestigingstekst"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3794,7 +3805,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3802,9 +3813,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3812,9 +3823,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3831,10 +3842,10 @@ msgstr ""
msgid "Contact"
msgstr "Contact"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3865,10 +3876,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3908,8 +3919,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Verband naam"
@@ -3921,8 +3933,8 @@ msgstr ""
msgid "Contract number"
msgstr "Contract nummer"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3934,8 +3946,8 @@ msgstr "Coordinaten"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Kopie"
@@ -3991,7 +4003,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "Kan afbeelding niet opslaan!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Telling"
@@ -4037,11 +4049,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4061,14 +4073,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4147,7 +4159,7 @@ msgstr "Maak kaart"
msgid "Create media type"
msgstr "Maak media type aan"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Nieuwe aanmaken"
@@ -4171,7 +4183,7 @@ msgstr "Maak slide show aan"
msgid "Create template"
msgstr "Maak sjabloon aan"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Maak trigger aan"
@@ -4224,11 +4236,12 @@ msgstr "Kritiek"
msgid "Current host"
msgstr "Huidige host"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Huidige waarde"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4236,7 +4249,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Aangepaste expressie"
@@ -4245,11 +4258,11 @@ msgid "Custom graphs"
msgstr "Speciale grafieken"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4271,7 +4284,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Aangepaste vermenigvuldiging"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4310,11 +4323,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4423,16 +4437,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4440,32 +4454,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Databasehost"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4473,35 +4487,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Databasemonitor"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Databasenaam"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Databasepaswoord"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Databasepoort"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Databaseschema"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Databaseserver"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Databasetype"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Databasegebruiker"
@@ -4530,7 +4544,7 @@ msgstr "Datum HW aangekocht"
msgid "Day"
msgstr "Dag"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4549,7 +4563,7 @@ msgstr "Dag van de week"
msgid "Days"
msgstr "Dagen"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Debug"
@@ -4563,7 +4577,7 @@ msgstr "Debug mode"
msgid "Dec"
msgstr "Dec"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "December"
@@ -4573,7 +4587,7 @@ msgstr "December"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Standaard"
@@ -4590,7 +4604,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4607,18 +4621,18 @@ msgid "Default operation step duration"
msgstr "Standaard duur van bewerking"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Standaard thema"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4647,7 +4661,8 @@ msgstr "Vertraagd door"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4668,8 +4683,8 @@ msgstr "Vertraagd door"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Verwijder"
@@ -4702,19 +4717,19 @@ msgstr "Huidige actie verwijderen?"
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Discovery regel verwijderen?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Expressie verwijderen?"
@@ -4738,15 +4753,15 @@ msgstr "Historie van geselecteerde webdraaiboeken verwijderen?"
msgid "Delete icon map?"
msgstr "Icoon map verwijderen?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Item-prototype verwijderen?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Item verwijderen?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Koppeling tussen geselecteerd elementen verwijderen?"
@@ -4790,7 +4805,7 @@ msgstr "Geselecteerde applicaties verwijderen?"
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4799,7 +4814,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr "Geselecteerde discovery regels verwijderen?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Geselecteerde elementen verwijderen?"
@@ -4824,7 +4839,7 @@ msgstr "Geselecteerde groepen verwijderen?"
msgid "Delete selected host groups?"
msgstr "Geselecteerde hostgroepen verwijderen?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Geselecteerde host-prototype verwijderen?"
@@ -4832,7 +4847,7 @@ msgstr "Geselecteerde host-prototype verwijderen?"
msgid "Delete selected host prototypes?"
msgstr "Geselecteerde host-prototypen verwijderen?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Geselecteerde host verwijderen?"
@@ -4884,7 +4899,7 @@ msgstr "Geselecteerde schermen verwijderen?"
msgid "Delete selected scripts?"
msgstr "Geselecteerde scripts verwijderen?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4944,11 +4959,11 @@ msgstr "Slide show verwijderen?"
msgid "Delete template?"
msgstr "Sjabloon verwijderen?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Trigger-prototype verwijderen?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Trigger verwijderen?"
@@ -4961,7 +4976,7 @@ msgstr "Webdraaiboek verwijderen?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Verwijderd: Host %1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Verwijderd: Host prototype \"%1$s\" op \"%2$s\"."
@@ -4982,16 +4997,16 @@ msgid "Deny"
msgstr "Weiger"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Afhankelijkheden"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Afhankelijk"
@@ -4999,7 +5014,7 @@ msgstr "Afhankelijk"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5018,29 +5033,29 @@ msgstr "Uitrol status"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Omschrijving"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5173,7 +5188,8 @@ msgstr "Geselecteerde trigger uitschakelen?"
msgid "Disable selected web scenarios?"
msgstr "Geselecteerde webdraaiboeken uitschakelen?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5186,22 +5202,21 @@ msgstr "Geselecteerde webdraaiboeken uitschakelen?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Gedeactiveerd"
@@ -5218,7 +5233,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5226,12 +5241,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5332,27 +5347,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Ontdekkingsregel aangemaakt"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Ontdekkingsregel verwijderd"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Ontdekkingsregel aangepast"
@@ -5362,13 +5377,13 @@ msgstr "Ontdekkingsregel aangepast"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Ontdekkingsregels"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Ontdekkingsregels verwijderd"
@@ -5411,7 +5426,7 @@ msgstr "Toon gestapelde grafiek"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Weergave %1$s van %2$s gevonden"
@@ -5430,22 +5445,22 @@ msgid "Do not calculate"
msgstr "Bereken niet"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Wens je de voorwaardelijke expressie te vervangen?"
@@ -5468,11 +5483,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Uit"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5552,12 +5567,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5586,10 +5601,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Looptijd"
@@ -5609,7 +5624,7 @@ msgstr "Dynamisch item"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Elke URL moet een unieke naam hebben, Aub wees zeker dat er maar een URL is met deze naam"
@@ -5624,15 +5639,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Bijwerken"
@@ -5656,15 +5671,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Trigger bijwerken"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5760,7 +5775,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5930,15 +5945,16 @@ msgstr "Geselecteerde triggers activeren?"
msgid "Enable selected web scenarios?"
msgstr "Geselecteerde webdraaiboeken inschakelen?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5954,13 +5970,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5969,13 +5984,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Geactiveerd"
@@ -5985,9 +6000,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -5995,7 +6010,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6007,10 +6022,10 @@ msgstr "Engels (en_GB)"
msgid "English (en_US)"
msgstr "Engels (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6037,7 +6052,7 @@ msgstr "Fout"
msgid "Error in search request for table \"%1$s\"."
msgstr "Fout in opzoek verzoek voor tabel \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6072,7 +6087,7 @@ msgstr ""
msgid "Event details"
msgstr "Details evenement"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Gebeurteniscreatie"
@@ -6092,6 +6107,12 @@ msgstr "Evenementenlijst [vorige 20]"
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6122,7 +6143,7 @@ msgstr "Alle weken"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Uitsluiten"
@@ -6133,7 +6154,7 @@ msgstr "Uitsluiten"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Uitvoeren"
@@ -6151,9 +6172,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6171,19 +6192,19 @@ msgid "Executed"
msgstr "Uitgevoerd"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Uitgevoerd script"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Uitvoer bevestiging"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6223,7 +6244,7 @@ msgstr "Exporteren"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Exporteren naar CSV"
@@ -6231,21 +6252,21 @@ msgstr "Exporteren naar CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Expressie"
@@ -6258,15 +6279,15 @@ msgstr "Expressie Variabele Elementen"
msgid "Expression cannot be empty"
msgstr "Expressie kan niet leeg zijn"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Expressie bouwer"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6285,7 +6306,7 @@ msgstr "Expressies"
msgid "External check"
msgstr "Externe controle"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "F"
@@ -6299,7 +6320,7 @@ msgstr "ONWAAR"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Misluk"
@@ -6349,7 +6370,7 @@ msgstr "Favourite schermen"
msgid "Feb"
msgstr "Feb"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Februarie"
@@ -6362,7 +6383,7 @@ msgstr "Veld"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Veld \"%1$s\" kan niet worden ingesteld op NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6371,7 +6392,7 @@ msgstr "Veld \"%1$s\" kan niet worden ingesteld op NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6491,9 +6512,7 @@ msgstr "Ingevulde regio"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6520,9 +6539,13 @@ msgstr "Ingevulde regio"
msgid "Filter"
msgstr "Filter"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filters"
@@ -6541,7 +6564,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Eindigen"
@@ -6554,8 +6577,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Eerst"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6569,12 +6592,12 @@ msgid "Fixed"
msgstr "Statisch"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6582,9 +6605,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6606,8 +6629,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Formule"
@@ -6634,11 +6657,13 @@ msgstr "French (fr_FR)"
msgid "Fri"
msgstr "Vrij"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Vrijdag"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6658,12 +6683,12 @@ msgstr "Voorkant toegang"
msgid "Frontend messaging"
msgstr "Voorkant Berichten"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6698,7 +6723,7 @@ msgid "GUI access disabled."
msgstr "GUI toegang uitgeschakeld."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6724,21 +6749,21 @@ msgstr "German (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Gegeven uitdrukking is geen macro"
@@ -6764,7 +6789,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Ga naar"
@@ -6812,8 +6837,8 @@ msgstr "Verlooplijn"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6945,7 +6970,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Grafiek prototypes"
@@ -6989,9 +7014,9 @@ msgid "Graph with same name but other type exist."
msgstr "Grafiek met dezelfde naam maar andere soort bestaat reeds."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7001,7 +7026,7 @@ msgstr "Grafiek met dezelfde naam maar andere soort bestaat reeds."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7009,7 +7034,7 @@ msgstr "Grafiek met dezelfde naam maar andere soort bestaat reeds."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Grafieken"
@@ -7078,12 +7103,12 @@ msgstr "Groep voor ontdekte hosts"
msgid "Group name"
msgstr "Groep naam"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Groep-prototype kan niet worden gebaseerd op ontdekte hostgroep \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Groep prototypes"
@@ -7098,8 +7123,8 @@ msgstr "Groeperen door"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7131,10 +7156,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP authenticatie"
@@ -7142,11 +7167,11 @@ msgstr "HTTP authenticatie"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP proxy"
@@ -7175,20 +7200,20 @@ msgstr "Hardware (Volledige details)"
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Kopregels"
@@ -7221,11 +7246,11 @@ msgstr "Help"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Verborgen"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7262,23 +7287,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Geschiedenis"
@@ -7286,17 +7311,17 @@ msgstr "Geschiedenis"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Geschiedenis opgeschoond"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Geschiedenis opkuisen kan een lange tijd duren. Doorgaan?"
@@ -7310,13 +7335,17 @@ msgstr "Geschiedenis van gebeurtenissen"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Opslagtermijn historie"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7341,26 +7370,26 @@ msgstr "Horizontale uitlijning"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7372,8 +7401,8 @@ msgstr "Horizontale uitlijning"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Host"
@@ -7415,8 +7444,7 @@ msgstr "Host toegang"
msgid "Host added"
msgstr "Host toegevoegd"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7433,19 +7461,19 @@ msgstr "Host kan niet meer dan een standaard interface van hetzelfde type bevatt
msgid "Host count"
msgstr "Host telt"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Host verwijderd"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Host uitgeschakeld"
msgstr[1] "Hosts uitgeschakeld"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Host ingeschakeld"
@@ -7466,7 +7494,7 @@ msgstr[1] "Hosts ingeschakeld"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Hostgroep"
@@ -7512,11 +7540,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7553,17 +7581,17 @@ msgstr "Hostgroepen"
msgid "Host info"
msgstr "Hosts info"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Host interface"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7584,7 +7612,7 @@ msgstr "Host problemen"
msgid "Host label type"
msgstr "Host typeplaatje"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7611,54 +7639,58 @@ msgstr "Host netwerken"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Host prototype \"%1$s\" bestaat al op \"%2$s\", geërfd van een andere sjabloon.Host prototype \"%1$s\" bestaat al op \"%2$s\", geërfd van een andere sjabloon.Host prototype \"%1$s\" bestaat al op \"%2$s\", geërfd van een andere sjabloon.Host prototype \"%1$s\" bestaat al op \"%2$s\", geërfd van een andere sjabloon."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Host prototype \"%1$s\" bestaat al op \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Host prototype toegevoegd"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Host prototype verwijderd"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
#, fuzzy
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Host prototype bijgewerkt"
msgstr[1] "Host prototype bijgewerkt"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Host prototype met hostnaam \"%1$s\" bestaat al op ontdekking regel \"%2$s\".Host prototype met hostnaam \"%1$s\" bestaat al op ontdekking regel \"%2$s\".Host prototype met hostnaam \"%1$s\" bestaat al op ontdekking regel \"%2$s\".Host prototype met hostnaam \"%1$s\" bestaat al op ontdekking regel \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Host prototype met zichtbare naam \"%1$s\" bestaat al op ontdekking regel \"%2$s\".Host prototype met zichtbare naam \"%1$s\" bestaat al op ontdekking regel \"%2$s\".Host prototype met zichtbare naam \"%1$s\" bestaat al op ontdekking regel \"%2$s\".Host prototype met zichtbare naam \"%1$s\" bestaat al op ontdekking regel \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Host prototypes"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Verwijderde host prototypes"
@@ -7707,17 +7739,17 @@ msgstr "Host met de naam \"%1$s\" bestaat al."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Host met de weergavenaam \"%1$s\" bestaat al."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7793,7 +7825,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7828,10 +7860,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7848,9 +7880,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI sensor"
@@ -7967,7 +7999,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Afbeelding"
@@ -8075,7 +8107,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8091,9 +8123,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8106,11 +8138,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8123,7 +8155,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "bevat"
@@ -8392,8 +8424,8 @@ msgstr "Onjuiste argumenten doorgegeven aan de functie"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8534,9 +8566,9 @@ msgstr "Onjuist veld \"%1$s\" naam of waarde in waar statement voor tabel \"%2$s
msgid "Incorrect fields for sysmap."
msgstr "Onjuiste velden voor sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8589,7 +8621,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Verkeerde functie wordt gebruikt"
@@ -8665,7 +8697,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr "Onjuiste punt voor aswaarde."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Onjuist artikel sleutel \"%1$s\" ingevoerd voor trigger uitdrukking op \"%2$s\"."
@@ -8676,11 +8708,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Onjuiste waarde item type \"%1$s\" bedoeld als trigger functie \"%2$s\"."
@@ -8851,35 +8883,35 @@ msgstr "Verkeerde trigger ID voor service \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Verkeerde trigger expressie"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Verkeerde trigger expressie."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Verkeerde trigger expressie. Host \"%1$s\" bestaat niet of u heeft geen toegang tot deze host."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Onjuiste trigger-expressie. Elementen van trigger-expressies kunnen niet tegelijkertijd aan een sjabloon en een host toegewezen zijn."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Verkeerde trigger functie \"%1$s\" ingevoerd in expressie."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Onjuiste expressie in trigger-prototype. Host \"%1$s\" bestaat niet, of je hebt geen toegang tot deze host."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Onjuiste trigger-prototypeexpressie. Trigger-prototypeexpressies kunnen niet tegelijkertijd aan een sjabloon en host gekoppeld zijn."
@@ -9030,16 +9062,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9050,7 +9081,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9200,23 +9231,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9305,10 +9338,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9316,10 +9349,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Info"
@@ -9333,15 +9366,19 @@ msgstr "Informatie"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9357,17 +9394,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Invoegen"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Voeg expressie in"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9379,7 +9416,7 @@ msgstr "Installatie"
msgid "Installer name"
msgstr "Naam installateur"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9412,8 +9449,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Interface met IP-adres \"%1$s\" kan geen lege DNS-naam hebben."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9442,14 +9479,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9473,15 +9510,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Interval"
@@ -9508,7 +9545,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9522,15 +9559,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Ongeldige eerste parameter."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Ongeldige vierde parameter."
@@ -9542,11 +9579,11 @@ msgstr "Ongeldige hostid voor macro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9587,7 +9624,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr "Ongeldige werkwijze parameters."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Ongeldig aantal parameters."
@@ -9619,6 +9656,15 @@ msgstr "Ongeldig aantal parameters."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9631,75 +9677,81 @@ msgstr "Ongeldig aantal parameters."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9716,7 +9768,7 @@ msgstr "Ongeldige parameters."
msgid "Invalid response code \"%1$s\"."
msgstr "Ongeldige respons code \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Ongeldige tweede parameter."
@@ -9753,15 +9805,15 @@ msgstr "Ongeldige tweede parameter."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9774,7 +9826,7 @@ msgstr "Ongeldige tweede parameter."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Ongeldige derde parameter."
@@ -9793,9 +9845,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventaris"
@@ -9822,9 +9874,9 @@ msgid "Issue"
msgstr "Probleem"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9841,22 +9893,22 @@ msgid "Italian (it_IT)"
msgstr "Italian (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Item"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9893,15 +9945,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Item \"%1$s\" op \"%2$s\": applicatie \"%3$s\" bestaat niet."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Item toegevoegd"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9911,17 +9963,17 @@ msgstr[1] ""
msgid "Item count"
msgstr "Product aantallen"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Item verwijderd"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Item uitgeschakeld"
msgstr[1] "Items uitgeschakeld"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Item ingeschakeld"
@@ -9931,7 +9983,7 @@ msgstr[1] "Items ingeschakeld"
msgid "Item in \"not supported\" state"
msgstr "Item in \"niet ondersteund\" toestand"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Item niet geselecteerd"
@@ -9944,7 +9996,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9965,15 +10017,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Item-prototype \"%1$s\" bestaat al op \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Item-prototype toegevoegd"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Item-prototype verwijderd"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
#, fuzzy
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
@@ -9987,7 +10039,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9995,19 +10047,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "Item prototypes"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Item-prototypen verwijderd"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Item bijgewerkt"
@@ -10079,7 +10131,7 @@ msgstr "Item met de sleutel \"%1$s\" bestaat reeds op \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10089,11 +10141,11 @@ msgstr "Item met de sleutel \"%1$s\" bestaat reeds op \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Items"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Items verwijderd"
@@ -10105,7 +10157,7 @@ msgstr "Items lijst"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Bijgewerkte artikelen"
@@ -10113,7 +10165,7 @@ msgstr "Bijgewerkte artikelen"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10121,10 +10173,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX agent"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10137,10 +10189,10 @@ msgstr "JMX interfaces"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10172,7 +10224,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc-versie is niet gespecificeerd."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10180,7 +10232,7 @@ msgstr ""
msgid "Jan"
msgstr "Jan"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Januari"
@@ -10197,7 +10249,7 @@ msgstr ""
msgid "Jul"
msgstr "Jul"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Juli"
@@ -10205,11 +10257,11 @@ msgstr "Juli"
msgid "Jun"
msgstr "Jun"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Juni"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10243,7 +10295,7 @@ msgstr "Sleutel \"%1$s\" komt niet overeen met <grpmax|grpmin|grpsum|grpavg>[\"H
msgid "Key passphrase"
msgstr "Key wachtzin"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "sleutelwoord"
@@ -10280,23 +10332,23 @@ msgstr "LDAP login succesvol"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10322,42 +10374,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Laatste"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10394,23 +10446,24 @@ msgstr "Laatste wijziging (aflopend)"
msgid "Last check"
msgstr "Laatste controle"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Grafiek voor het laatste uur"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Grafiek voor de laatste maand"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Laatste van"
@@ -10423,21 +10476,21 @@ msgstr "Voor het laatst gezien (doorlooptijd)"
msgid "Last value"
msgstr "Laatste waarde"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Grafiek van de laatste week"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Laatste data"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Laatste waarden"
@@ -10484,7 +10537,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10526,8 +10579,8 @@ msgstr "Koppeling"
msgid "Link indicators"
msgstr "Koppelings indicatoren"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10563,10 +10616,10 @@ msgstr "Koppel aan templates"
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10660,10 +10713,10 @@ msgid "Location longitude"
msgstr "Locatie longitude"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10675,10 +10728,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Log tijd formaat"
@@ -10735,7 +10788,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10752,8 +10805,9 @@ msgstr "MAC adres B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10768,7 +10822,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Macro"
@@ -10795,10 +10849,10 @@ msgstr "Macro met hostmacroid \"%1$s\" bestaat niet."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10889,16 +10943,16 @@ msgstr "Onderhoud zonder gegevensverzameling"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Verplichte parameter ontbreekt."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Handmatig"
@@ -10913,7 +10967,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Kaart"
@@ -11007,7 +11061,7 @@ msgstr "Kaarten"
msgid "Mar"
msgstr "Mrt"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Maart"
@@ -11023,11 +11077,11 @@ msgstr "Markeer andere"
msgid "Mark selected"
msgstr "Markeer geselecteerde"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Masker"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11046,11 +11100,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11098,7 +11152,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11113,7 +11167,7 @@ msgstr[1] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Mei"
@@ -11268,7 +11322,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Berichten"
@@ -11332,7 +11386,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Minimale ernst"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11391,7 +11445,7 @@ msgstr "Items ontbreken voor grafiek-prototype \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Sleutelwaarde \"%1$s\" ontbreekt voor host \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11464,7 +11518,7 @@ msgstr ""
msgid "Mon"
msgstr "Maa"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Maandag"
@@ -11472,9 +11526,9 @@ msgstr "Maandag"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Gemonitoord door proxy"
@@ -11506,11 +11560,11 @@ msgstr "Maand"
msgid "Monthly"
msgstr "Maandelijks"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Meer overeenkomsten gevonden..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11529,20 +11583,20 @@ msgstr "Meer dan één grafiek met naam \"%1$s\" binnen deze host."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Meerdere PROBLEEM events"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Dempen"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11575,13 +11629,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11609,17 +11664,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11639,19 +11694,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11660,15 +11715,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11678,12 +11733,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11774,12 +11829,12 @@ msgid "Never"
msgstr "Nooit"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Nieuwe applicatie"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11793,7 +11848,7 @@ msgstr "Nieuwe voorwaarde"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Nieuw element"
@@ -11829,13 +11884,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11844,20 +11899,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12011,6 +12066,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr ""
@@ -12027,12 +12083,12 @@ msgstr ""
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12099,12 +12155,12 @@ msgstr ""
msgid "No image"
msgstr "Geen afbeelding"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Geen interface gevonden"
@@ -12119,7 +12175,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12157,7 +12213,7 @@ msgstr "Geen kaart ID opgegeven voor schermelement."
msgid "No maps added."
msgstr "Geen kaarten toegevoegd."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Geen overeenkomsten gevonden."
@@ -12188,8 +12244,8 @@ msgstr ""
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12198,8 +12254,8 @@ msgstr ""
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12255,12 +12311,12 @@ msgstr ""
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12319,7 +12375,7 @@ msgstr ""
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12340,7 +12396,7 @@ msgstr ""
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr ""
@@ -12370,7 +12426,7 @@ msgstr ""
msgid "No recipients for action operation message."
msgstr "Geen ontvangers voor bericht van actiehandeling."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12382,11 +12438,11 @@ msgstr "Geen schermen toegevoegd."
msgid "No script specified for action operation command."
msgstr "Geen script gespecificeerd voor commando van actiehandeling."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Geen doel geselecteerd"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Geen doel geselecteerd."
@@ -12403,19 +12459,19 @@ msgstr ""
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12428,18 +12484,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Geen"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12537,7 +12593,7 @@ msgstr ""
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "November"
@@ -12550,11 +12606,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Aantal items (ingeschakeld/uitgeschakeld/niet ondersteund)"
@@ -12622,11 +12678,11 @@ msgstr "Aantal keren veranderd"
msgid "Number of steps"
msgstr ""
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Aantal triggers (ingeschakeld/uitgeschakeld [probleem/ok])"
@@ -12642,7 +12698,7 @@ msgstr "Aantal niet ondersteunde items in Zabbix database."
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Aantal Gebruikers (online)"
@@ -12694,22 +12750,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numeriek (zwevend)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numeriek (integer 64bit)"
@@ -12727,13 +12783,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12749,7 +12805,7 @@ msgstr ""
msgid "OOB subnet mask"
msgstr ""
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr ""
@@ -12777,13 +12833,13 @@ msgstr ""
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr ""
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "UIT"
@@ -12815,7 +12871,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "AAN"
@@ -12890,7 +12946,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Alleen items gekoppeld aan ingeschakelde hosts worden meegeteld"
@@ -12946,7 +13002,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr ""
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Alleen triggers gekoppeld aan ingeschakelde hosts en afhankelijk van ingeschakelde items worden meegeteld."
@@ -12968,7 +13024,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr ""
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr ""
@@ -12984,12 +13040,12 @@ msgstr ""
msgid "Operation type"
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13037,24 +13093,24 @@ msgstr ""
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -13083,55 +13139,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13170,8 +13228,8 @@ msgstr "Overige"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13195,8 +13253,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13381,16 +13439,16 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13402,26 +13460,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13440,13 +13498,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parameter"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13517,28 +13575,28 @@ msgstr "Passief"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Wachtwoord"
@@ -13550,15 +13608,15 @@ msgstr "Wachtwoord (normaals)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13575,7 +13633,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13592,17 +13650,22 @@ msgstr ""
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Periode"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13648,7 +13711,7 @@ msgid "Placing algorithm"
msgstr ""
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Platte tekst"
@@ -13662,7 +13725,7 @@ msgstr "Afspelen"
msgid "Play sound"
msgstr "Geluid afspelen"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13671,20 +13734,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Selecteer twee elementen"
@@ -13714,18 +13777,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "Pools (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13756,33 +13818,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13793,23 +13855,23 @@ msgstr ""
msgid "Preview"
msgstr ""
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13842,12 +13904,14 @@ msgid "Primary POC screen name"
msgstr ""
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13859,29 +13923,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr ""
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr ""
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13906,8 +13970,8 @@ msgstr ""
msgid "Problem display"
msgstr ""
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13924,7 +13988,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr ""
@@ -13954,13 +14018,13 @@ msgstr ""
msgid "Problem, if at least one child has a problem"
msgstr ""
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13969,7 +14033,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problemen"
@@ -14006,7 +14070,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14024,7 +14088,7 @@ msgstr ""
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14095,20 +14159,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr ""
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr ""
@@ -14138,8 +14202,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14149,10 +14213,10 @@ msgid "RMCP+"
msgstr ""
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14210,7 +14274,7 @@ msgid "Received value"
msgstr ""
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14237,24 +14301,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr ""
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14264,9 +14328,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14281,11 +14345,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14299,7 +14363,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr ""
@@ -14339,7 +14403,7 @@ msgstr ""
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14363,6 +14427,12 @@ msgstr "Remote commando"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14379,43 +14449,37 @@ msgstr "Remote commando"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14424,14 +14488,14 @@ msgstr "Remote commando"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14454,7 +14518,7 @@ msgstr "Remote commando"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14487,8 +14551,8 @@ msgstr "Remote commando"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr ""
@@ -14524,7 +14588,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14534,17 +14598,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr ""
@@ -14559,23 +14623,23 @@ msgstr ""
msgid "Reports"
msgstr "Reporten"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14585,7 +14649,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr ""
@@ -14602,14 +14666,14 @@ msgstr ""
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr ""
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr ""
@@ -14617,7 +14681,7 @@ msgstr ""
msgid "Required string"
msgstr ""
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr ""
@@ -14646,7 +14710,7 @@ msgstr ""
msgid "Reset defaults"
msgstr ""
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr ""
@@ -14658,26 +14722,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14714,15 +14778,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14741,14 +14805,14 @@ msgstr ""
msgid "Result type"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14911,12 +14975,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr "Russian (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr ""
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr ""
@@ -14926,7 +14990,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14971,16 +15036,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr ""
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14988,8 +15053,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP gemeenschap"
@@ -15005,11 +15072,13 @@ msgstr ""
msgid "SNMP trap key is invalid."
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15017,7 +15086,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15025,7 +15095,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15047,9 +15118,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -15072,40 +15143,40 @@ msgstr ""
msgid "SSH agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15133,15 +15204,23 @@ msgstr ""
msgid "Sat"
msgstr ""
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr ""
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15163,12 +15242,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15252,9 +15331,9 @@ msgid "Screen updated"
msgstr "Scherm bijgewerkt"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15269,7 +15348,7 @@ msgstr "Scherm bijgewerkt"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Schermen"
@@ -15334,7 +15413,7 @@ msgstr ""
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr ""
@@ -15392,19 +15471,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15415,8 +15496,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15424,15 +15505,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Selecteer"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr ""
@@ -15465,19 +15546,19 @@ msgstr ""
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15502,7 +15583,7 @@ msgstr ""
msgid "Send to"
msgstr "Verzend aan"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15529,13 +15610,13 @@ msgstr ""
msgid "Separated"
msgstr ""
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr ""
@@ -15660,12 +15741,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr ""
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15674,11 +15756,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15701,28 +15783,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15741,7 +15823,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15771,7 +15853,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15789,14 +15871,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15807,8 +15889,8 @@ msgstr ""
msgid "Show"
msgstr "Toon"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Toon details"
@@ -15816,7 +15898,7 @@ msgstr "Toon details"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15843,7 +15925,11 @@ msgstr ""
msgid "Show lines"
msgstr "Toon lijnen"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15865,9 +15951,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15878,7 +15964,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15892,7 +15978,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr ""
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15903,7 +15989,7 @@ msgid "Show triggers"
msgstr "Toon triggers"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15912,10 +15998,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Toon waarde"
@@ -15927,7 +16013,7 @@ msgstr ""
msgid "Show working time"
msgstr "Toon werktijd"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr ""
@@ -15978,8 +16064,8 @@ msgstr "Simpel grafiek"
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16090,7 +16176,7 @@ msgstr ""
msgid "Slovak (sk_SK)"
msgstr ""
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr ""
@@ -16228,7 +16314,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16236,16 +16323,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16265,7 +16351,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16353,28 +16439,28 @@ msgid "Stop"
msgstr ""
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16386,7 +16472,7 @@ msgstr ""
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16411,14 +16497,14 @@ msgid "Subject"
msgstr "Onderwerp"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr ""
@@ -16426,7 +16512,7 @@ msgstr ""
msgid "Success Audit"
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16439,7 +16525,7 @@ msgstr ""
msgid "Sun"
msgstr ""
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr ""
@@ -16483,7 +16569,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr ""
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16534,12 +16620,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr ""
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr ""
@@ -16581,12 +16667,12 @@ msgstr ""
msgid "Tag"
msgstr "Etiket"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16595,12 +16681,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16611,25 +16697,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16637,11 +16723,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16650,11 +16736,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr ""
@@ -16773,13 +16859,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16801,20 +16887,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr ""
@@ -16839,7 +16925,7 @@ msgstr ""
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16867,10 +16953,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16909,7 +16995,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17002,11 +17088,11 @@ msgstr ""
msgid "Theme"
msgstr ""
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17015,11 +17101,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr ""
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17031,23 +17117,23 @@ msgstr ""
msgid "This screen row is not empty. Delete it?"
msgstr ""
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr ""
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr ""
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17059,7 +17145,7 @@ msgstr ""
msgid "Thu"
msgstr ""
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr ""
@@ -17070,19 +17156,19 @@ msgstr ""
msgid "Till"
msgstr "Tot"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17125,12 +17211,12 @@ msgstr ""
msgid "Time period"
msgstr "Tijd periode"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17142,16 +17228,23 @@ msgstr ""
msgid "Time type"
msgstr "Tijd type"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr ""
@@ -17165,22 +17258,23 @@ msgstr ""
msgid "Timestamp"
msgstr "Tijdsstempel"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr ""
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr ""
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17270,10 +17364,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17282,34 +17376,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Trends"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Trigger"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17319,7 +17413,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17327,7 +17421,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Trigger toegevoegd"
@@ -17335,7 +17429,7 @@ msgstr "Trigger toegevoegd"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17345,7 +17439,7 @@ msgstr[1] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Trigger verwijderd"
@@ -17353,7 +17447,7 @@ msgstr "Trigger verwijderd"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17364,13 +17458,13 @@ msgstr[1] ""
msgid "Trigger displaying options"
msgstr ""
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr ""
@@ -17410,24 +17504,24 @@ msgstr "Triggers overzicht"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17437,12 +17531,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17450,11 +17544,11 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
@@ -17462,7 +17556,7 @@ msgstr[1] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17470,15 +17564,15 @@ msgstr[1] ""
msgid "Trigger prototypes"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17486,11 +17580,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "Trigger severity"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17498,19 +17592,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "trigger bijgewerkt"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17523,11 +17617,11 @@ msgstr "trigger bijgewerkt"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "triggers"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Triggers verwijderd"
@@ -17543,7 +17637,7 @@ msgstr ""
msgid "Tue"
msgstr "Di"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Dinsdag"
@@ -17556,7 +17650,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Twee items (\"%1$s\" en \"%2$s\") kunnen niet beiden het host inventory veld \"%3$s\" vullen, dit zal conflicteren."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17576,7 +17670,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17588,21 +17682,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17635,18 +17729,18 @@ msgstr ""
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Type van de berekening"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Type informatie"
@@ -17663,8 +17757,8 @@ msgstr "Types"
msgid "UNKNOWN"
msgstr "ONBEKEND"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17674,11 +17768,11 @@ msgstr "ONBEKEND"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17724,7 +17818,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17808,10 +17902,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Eenheden"
@@ -17833,7 +17927,7 @@ msgstr "Eenheden"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17852,18 +17946,18 @@ msgstr "Onbekende actie"
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Onbekende functie."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Onbekend host item, het item bestaat niet voor de geselecteerde host"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Onbekende host, de host bestaat niet in het systeem"
@@ -17889,15 +17983,15 @@ msgstr "Onbekend waarde type"
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Ontkoppelen"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Ontkoppelen en opschonen"
@@ -17940,7 +18034,7 @@ msgstr "Ontkoppeld: Item prototype \"%1$s\" van \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Geluid aan"
@@ -17986,6 +18080,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18022,28 +18121,29 @@ msgstr ""
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18060,16 +18160,16 @@ msgstr "Bestaande bijwerken"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Bijwerk interval"
@@ -18124,7 +18224,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr "Uptime/Downtime"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18153,7 +18253,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Gebruiker"
@@ -18315,14 +18415,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Gebruikersnaam"
@@ -18389,11 +18489,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Gebruikersnaam"
@@ -18401,8 +18501,8 @@ msgstr "Gebruikersnaam"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18667,24 +18767,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18813,18 +18913,18 @@ msgstr ""
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18832,8 +18932,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18845,7 +18945,7 @@ msgstr ""
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18906,7 +19006,7 @@ msgstr "Zichbare naam"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Zichbare naam mag niet leeg zijn als de hostnaam leeg is."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr ""
@@ -18918,22 +19018,22 @@ msgstr ""
msgid "Warning"
msgstr "Waarschuwing"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr ""
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18943,7 +19043,7 @@ msgstr ""
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr ""
@@ -19000,7 +19100,7 @@ msgstr[1] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19018,7 +19118,7 @@ msgstr ""
msgid "Wed"
msgstr ""
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr ""
@@ -19031,7 +19131,7 @@ msgstr "Wekelijks"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19039,7 +19139,7 @@ msgstr ""
msgid "When active"
msgstr "Wanneer actief"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19081,7 +19181,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19155,13 +19255,13 @@ msgstr ""
msgid "Wrong fields for time for service \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr ""
@@ -19169,8 +19269,8 @@ msgstr ""
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19203,10 +19303,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19297,7 +19397,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19316,20 +19416,20 @@ msgstr "Jaarlijks"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19341,7 +19441,7 @@ msgstr "Jaarlijks"
msgid "Yes"
msgstr "Ja"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19352,7 +19452,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Je kunt een aantal talen niet selecteren omdat de locales hiervoor ontbreken op de webserver."
@@ -19407,7 +19507,7 @@ msgstr ""
msgid "You do not have permissions to create users."
msgstr "Je hebt onvoldoende rechten om gebruikers aan te maken."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19415,7 +19515,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19490,7 +19590,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix server"
@@ -19508,7 +19608,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19516,15 +19616,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr ""
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix server is actief"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbix server naam"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Zabbix server poort"
@@ -19533,6 +19633,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix trapper"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19546,51 +19647,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19603,8 +19709,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19612,29 +19718,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19676,6 +19782,10 @@ msgstr "alle"
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19687,23 +19797,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19713,7 +19823,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19721,11 +19831,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19774,11 +19884,11 @@ msgstr ""
msgid "avg"
msgstr "gmd"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19806,10 +19916,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19817,7 +19926,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19842,6 +19951,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19868,11 +19980,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19894,14 +20006,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19926,7 +20038,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19944,11 +20056,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19967,11 +20079,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr ""
@@ -19980,32 +20092,32 @@ msgstr ""
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "dagen"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "standaard"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20031,11 +20143,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20074,7 +20186,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20113,7 +20225,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20121,14 +20233,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20137,7 +20249,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr ""
@@ -20195,11 +20307,11 @@ msgstr "in"
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20236,7 +20348,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20250,15 +20362,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20268,7 +20380,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20280,7 +20392,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20310,7 +20422,7 @@ msgstr ""
msgid "last"
msgstr "laatste"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20322,15 +20434,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20338,12 +20450,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr ""
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr ""
@@ -20373,7 +20485,7 @@ msgstr "kaart"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20397,7 +20509,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20424,12 +20536,12 @@ msgstr ""
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20462,27 +20574,27 @@ msgstr ""
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20492,7 +20604,7 @@ msgstr ""
msgid "no data"
msgstr "geen data"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20513,7 +20625,7 @@ msgstr "niet in"
msgid "not selected"
msgstr "niet geselecteerd"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20521,8 +20633,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "of"
@@ -20570,7 +20682,7 @@ msgstr ""
msgid "on"
msgstr "op"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20586,11 +20698,11 @@ msgstr "andere"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20601,11 +20713,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20622,12 +20734,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20644,7 +20756,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
#, fuzzy
msgid "root"
msgstr "wortel"
@@ -20694,6 +20806,7 @@ msgstr "korte beschrijving"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20708,15 +20821,15 @@ msgstr "korte beschrijving"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20724,10 +20837,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "Laat icon mappings zien"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "laat value mappings zien"
@@ -20735,11 +20848,11 @@ msgstr "laat value mappings zien"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20747,7 +20860,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20756,14 +20869,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20798,9 +20911,13 @@ msgstr "template ID \"%1$s\" is %2$s keer verwerkt"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20815,7 +20932,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20834,18 +20951,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20856,26 +20997,26 @@ msgstr "trigger"
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20885,7 +21026,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20902,9 +21043,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20931,12 +21073,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20946,7 +21088,7 @@ msgstr ""
msgid "unknown"
msgstr "onbekend"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20955,28 +21097,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20986,7 +21128,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "waarde"
@@ -21004,26 +21146,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21051,9 +21196,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21090,7 +21235,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr ""
diff --git a/ui/locale/pl/LC_MESSAGES/frontend.po b/ui/locale/pl/LC_MESSAGES/frontend.po
index 886ce2807ca..f27e6b3ac9c 100644
--- a/ui/locale/pl/LC_MESSAGES/frontend.po
+++ b/ui/locale/pl/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2020-02-17 09:59+0300\n"
"Last-Translator: Yurii <jurijs.klopovskis@zabbix.com>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr "\"%1$s\" zamiast \"%2$s\""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "oczekiwano \"%1$s\""
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "oczekiwano pary \"host:klucz\""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -79,7 +79,7 @@ msgstr[0] "%1$d dzień"
msgstr[1] "%1$d dni"
msgstr[2] "%1$d dni"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -170,8 +170,8 @@ msgstr[2] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -187,7 +187,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -222,8 +222,8 @@ msgstr[2] "zostało %1$s prób"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
@@ -231,7 +231,7 @@ msgstr[0] "%1$s sekunda"
msgstr[1] "%1$s sekundy"
msgstr[2] "%1$s sekund"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr "%1$s pozostałych symboli"
@@ -251,20 +251,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s widget"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, Poziom, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, tylko do odczytu"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -304,20 +304,20 @@ msgstr "(0 - użyj domyślnej opcji)"
msgid "(Only super admins can create groups)"
msgstr "(Tylko super administrator może tworzyć grupy)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(brak proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - użyj port domyślny"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 lub 1"
@@ -395,11 +395,12 @@ msgid "ADD OVERRIDE"
msgstr "DODAJ I NADPISZ"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "I"
@@ -427,16 +428,16 @@ msgstr[1] ""
msgstr[2] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Potwierdzone"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Potwierdzenie"
@@ -469,7 +470,7 @@ msgstr "Oznacz zdarzenia ROZWIÄ„ZANE"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -482,30 +483,30 @@ msgstr "Oznacz zdarzenia ROZWIÄ„ZANE"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -578,18 +579,18 @@ msgstr "Zaktualizowano akcjÄ™"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Akcje"
@@ -625,6 +626,9 @@ msgstr "Aktywne do"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -652,9 +656,6 @@ msgstr "Aktywne do"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -664,9 +665,9 @@ msgstr "Aktywne do"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -678,39 +679,40 @@ msgstr "Aktywne do"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -721,20 +723,20 @@ msgstr "Aktywne do"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -761,8 +763,8 @@ msgstr "Aktywne do"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Dodaj"
@@ -770,7 +772,7 @@ msgstr "Dodaj"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -778,7 +780,7 @@ msgstr ""
msgid "Add child"
msgstr "Dodaj dziecko"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -790,7 +792,7 @@ msgstr "Dodaj host"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -799,6 +801,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -807,7 +810,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Dodaj prototyp"
@@ -828,11 +831,11 @@ msgstr "Dodaj do grupy hostów"
msgid "Add to host groups"
msgstr "Dodaj do grup hostów"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -856,7 +859,7 @@ msgid "Age"
msgstr "Wiek"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Wiek mniej niż"
@@ -868,7 +871,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agent"
@@ -927,7 +930,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Wszystkie"
@@ -945,7 +948,7 @@ msgstr "Wszystkie grupy"
msgid "All hosts"
msgstr "Wszystkie hosty"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Wszystkie połączenia powinny mieć określone pola \"Name\" i \"URL\""
@@ -953,13 +956,13 @@ msgstr "Wszystkie połączenia powinny mieć określone pola \"Name\" i \"URL\""
msgid "All maps"
msgstr "Wszystkie mapy"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Wszystkie problemy"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Wszystkie problemy, jeśli wartość tag'a się pasuje"
@@ -979,48 +982,48 @@ msgstr ""
msgid "All templates"
msgstr "Wszystkie szablony"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Zezwól na manualne zamknięcie"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Dopuszczalne hosty"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Alternatywnie, można zainstalować to ręcznie:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "I"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1029,14 +1032,14 @@ msgid "And/Or"
msgstr "I/Lub"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1052,10 +1055,10 @@ msgstr "Dowolny ciąg znaków zawiera"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1090,8 +1093,8 @@ msgid "Application error."
msgstr "BÅ‚Ä…d aplikacji."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Prototypy aplikacji"
@@ -1114,15 +1117,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1130,15 +1133,17 @@ msgstr ""
msgid "Applications"
msgstr "Aplikacje"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Zastosuj"
@@ -1156,7 +1161,7 @@ msgstr "NadchodzÄ…ce"
msgid "Apr"
msgstr "Kwi"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Kwiecień"
@@ -1168,7 +1173,11 @@ msgstr "Na pewno przeprowadzić tę akcję?"
msgid "Are you sure you want to delete"
msgstr "Na pewno usunąć"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1184,12 +1193,12 @@ msgstr "Typ obszaru"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Tak jak jest"
@@ -1297,7 +1306,7 @@ msgstr "Log audytu"
msgid "Aug"
msgstr "Sie"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Sierpień"
@@ -1314,9 +1323,9 @@ msgstr ""
msgid "Authentication"
msgstr "Uwierzytelnianie"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Algorytm uwierzytelniania"
@@ -1326,21 +1335,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Metoda uwierzytelniania"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Hasło uwierzytelniania"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Protokół uwierzytelniania"
@@ -1379,9 +1390,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automatycznie"
@@ -1411,7 +1422,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Dostępność"
@@ -1436,8 +1447,8 @@ msgstr "Åšredni"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Wstecz"
@@ -1491,16 +1502,16 @@ msgid "Blue"
msgstr "Niebieski"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1541,11 +1552,11 @@ msgstr ""
msgid "Bottom"
msgstr "Na dole"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1572,8 +1583,8 @@ msgstr "CERTYFIKAT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "ZAMYKANIE"
@@ -1593,7 +1604,7 @@ msgstr "Obciążenie CPU. Zwraca liczbę zmiennoprzecinkową"
msgid "CPU utilisation percentage. Returns float"
msgstr "Użycie procentowe CPU. Zwraca liczbę zmiennoprzecinkową"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1626,7 +1637,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1634,7 +1645,7 @@ msgstr ""
msgid "Callback"
msgstr "Oddzwanianie"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1660,10 +1671,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Anuluj"
@@ -1708,12 +1719,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Nie można utworzyć zależności szablonu od hosta."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Nie można dodać zależności od wyzwalacza \"%1$s:%2$s\" do nieistniejącego wyzwalacza \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Nie można dodać reguły wykrycia"
@@ -1737,7 +1748,7 @@ msgstr "Nie można dodać grupy."
msgid "Cannot add host"
msgstr "Nie można dodać hosta"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Nie można dodać prototypu hosta"
@@ -1747,7 +1758,7 @@ msgstr "Nie można dodać prototypu hosta"
msgid "Cannot add image"
msgstr "Nie można dodać obrazu"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Nie można dodać pozycji"
@@ -1756,7 +1767,7 @@ msgstr "Nie można dodać pozycji"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Nie można dodać pozycji \"%1$s\" z \"%2$s\" do aplikacji \"%3$s\" z \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Nie można dodać prototypu pozycji"
@@ -1840,11 +1851,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "Nie można dodać szablonu"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Nie można dodać wyzwalacza"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Nie można dodać prototypu wyzwalacza"
@@ -1867,11 +1878,11 @@ msgstr "Nie można dodać mapy wartości"
msgid "Cannot add web scenario"
msgstr "Nie można dodać scenariusza sieci www"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1888,11 +1899,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Nie można wywołać metody \"%1$s.%2$s\" bez parametrów."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Nie można wyczyścić historii"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1900,7 +1911,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Nie można powielić prototypów wykresów."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Nie można powielić prototypów hostów."
@@ -1923,7 +1934,7 @@ msgstr "Problem z zamknięciem: %1$s"
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Nie można połączyć się do bazy danych."
@@ -1938,26 +1949,26 @@ msgstr[0] "Nie można skopiować wykresu"
msgstr[1] "Nie można skopiować wykresów"
msgstr[2] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Nie można skopiować elementu"
msgstr[1] "Nie można skopiować elementów"
msgstr[2] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Nie można skopiować wyzwalacza"
msgstr[1] "Nie można skopiować wyzwalaczów"
msgstr[2] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Nie można skopiować wyzwalacza \"%1$s:%2$s\", ponieważ jego wyrażanie zawiera wiele hostów."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Nie można utworzyć prototypu hosta na wykrytym hoście \"%1$s\"."
@@ -1995,7 +2006,7 @@ msgstr "Nie można utworzyć nowej aplikacji, scenariusz sieci www jest już pow
msgid "Cannot create template."
msgstr "Nie można utworzyć szablonu."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Nie można utworzyć pliku konfiguracyjnego."
@@ -2041,11 +2052,11 @@ msgstr "Nie można usunąć zależności"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Nie można usunąć wykrytej aplikacji \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Nie można usunąć reguły wykrywania"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Nie można usunąć reguł wykrywania"
@@ -2072,7 +2083,7 @@ msgstr[0] "Nie można usunąć grupy"
msgstr[1] "Nie można usunąć grup"
msgstr[2] "Nie można usunąć grup"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Nie można usunąć hosta"
@@ -2092,7 +2103,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Nie można usunąć prototypów hosta"
@@ -2108,19 +2119,19 @@ msgstr "Nie można usunąć obrazu"
msgid "Cannot delete inventory."
msgstr "Nie można usunąć inwentarza."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Nie można usunąć pozycji"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Nie można usunąć prototypu pozycji"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Nie można usunąć prototypów pozycji"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Nie można usunąć pozycji"
@@ -2209,7 +2220,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Nie można usunąć prototypów hosta pochodzących z szablonu."
@@ -2240,19 +2251,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Nie można usunąć scenariusza sieci www \"%1$s\" pochodzącego z szablonu."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Nie można usunąć wyzwalacza"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Nie można usunąć prototypu wyzwalacza"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Nie można usunąć prototypów wyzwalaczy"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Nie można usunąć wyzwalaczy"
@@ -2295,7 +2306,7 @@ msgstr[0] "Nie można wyłączyć współzależności"
msgstr[1] "Nie można wyłączyć współzależności"
msgstr[2] "Nie można wyłączyć współzależności"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Nie można wyłączyć reguły wykrywania"
@@ -2303,14 +2314,14 @@ msgstr[1] "Nie można wyłączyć reguł wykrywania"
msgstr[2] "Nie można wyłączyć reguł wykrywania"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Nie można wyłączyć hosta"
msgstr[1] "Nie można wyłączyć hostów"
msgstr[2] "Nie można wyłączyć hostów"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Nie można wyłączyć pozycji"
@@ -2332,7 +2343,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Nie można wyłączyć wyzwalacza"
@@ -2368,7 +2379,7 @@ msgstr[0] "Nie można włączyć współzależności"
msgstr[1] "Nie można włączyć współzależności"
msgstr[2] "Nie można włączyć współzależności"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Nie można włączyć reguły wykrywania"
@@ -2376,14 +2387,14 @@ msgstr[1] "Nie można włączyć reguł wykrywania"
msgstr[2] "Nie można włączyć reguł wykrywania"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Nie można włączyć hosta"
msgstr[1] "Nie można włączyć hostów"
msgstr[2] "Nie można włączyć hostów"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Nie można włączyć pozycji"
@@ -2405,7 +2416,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Nie można włączyć wyzwalacza"
@@ -2427,7 +2438,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Nie można uruchomić skryptu."
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2590,7 +2601,7 @@ msgstr[0] "Nie można zaimportować szablonu \"%1$s\", nie istnieje podłączony
msgstr[1] "Nie można zaimportować szablonu \"%1$s\", nie istnieją podłączone szablony \"%2$s\"."
msgstr[2] "Nie można zaimportować szablonu \"%1$s\", nie istnieją podłączone szablony \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Nie można dodać wyrażenia wyzwalacza"
@@ -2698,7 +2709,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Nie można wydać polecenia, sprawdź połączenie z serwerem Zabbix'a \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2735,12 +2746,12 @@ msgstr "Nie można ustawić \"%1$s\" dla pozycji \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Nie można ustawić \"%1$s\" dla ekranu szablonu \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Nie można ustawić \"%1$s\" dla wyzwalacza \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Nie można ustawić \"%1$s\" dla prototypu wyzwalacza \"%2$s\"."
@@ -2770,7 +2781,7 @@ msgstr "Nie można ustawić ID zasobu dla elementu ekranu."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2833,22 +2844,22 @@ msgstr "Nie można zaktualizować \"%1$s\" dla prototypu wykresu \"%2$s\"."
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Nie można zaktualizować \"%1$s\" dla pozycji \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Nie można zaktualizować \"%1$s\" w szablonowym wyzwalaczu \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Nie można zaktualizować \"%1$s\" w szablonowym prototypie wyzwalacza \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Nie można zaktualizować \"%1$s\" dla wyzwalacza \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Nie można zaktualizować \"%1$s\" dla prototypu wyzwalacza \"%2$s\"."
@@ -2863,7 +2874,7 @@ msgstr "Nie można zaktualizować \"%2$s\" dla wykrytego hosta \"%1$s\"."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Nie można zaktualizować \"%2$s\" dla wykrytej pozycji \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2932,7 +2943,7 @@ msgstr "Nie można zaktualizować współzależności"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Nie można zaktualizować wykrytej aplikacji \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Nie można zaktualizować reguły wykrywania"
@@ -2970,7 +2981,7 @@ msgstr "Nie można zaktualizować hosta"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Nie można zaktualizować ustawień szyfrowania hosta. Należy określić ustawienia połączeń w obu kierunkach."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Nie można zaktualizować prototypu hosta"
@@ -2996,22 +3007,22 @@ msgstr "Nie można zaktualizować obrazu"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Nie można zaktualizować interfejsu na wykrytym hoście \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Nie można zaktualizować pozycji"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Nie można zaktualizować prototypu pozycji"
msgstr[1] "Nie można zaktualizować prototypów pozycji"
msgstr[2] "Nie można zaktualizować prototypów pozycji"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Nie można zaktualizować pozycji"
@@ -3094,29 +3105,29 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Nie można zaktualizować szablonów na wykrytym hoście \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Nie można zaktualizować wyzwalacza"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Nie można zaktualizować wyzwalacza \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Nie można zaktualizować prototypu wyzwalacza"
msgstr[1] "Nie można zaktualizować prototypów wyzwalaczy"
msgstr[2] "Nie można zaktualizować prototypów wyzwalaczy"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Nie można zaktualizować prototypu wyzwalacza \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Nie można zaktualizować prototypów wyzwalaczy"
@@ -3174,12 +3185,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Certyfikat"
@@ -3223,10 +3234,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Znak"
@@ -3253,7 +3264,7 @@ msgstr "Informacje o obudowie. Zwraca ciąg znaków"
msgid "Check already exists."
msgstr "Test już istnieje."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Proszę sprawdzić część wyrażenia zaczynającą się od \"%1$s\"."
@@ -3271,7 +3282,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Kontrola wymagań"
@@ -3376,8 +3387,8 @@ msgid "Clear history"
msgstr "Wyczyść historię"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Wyczyść historię i trendy"
@@ -3386,11 +3397,11 @@ msgstr "Wyczyść historię i trendy"
msgid "Clear when unlinking"
msgstr "Wyczyść podczas odłączania"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3409,20 +3420,20 @@ msgstr "Zegar"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Powiel"
@@ -3430,15 +3441,15 @@ msgstr "Powiel"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Zamknij"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Zamknij generator wyrażeń"
@@ -3457,8 +3468,8 @@ msgid "Close problem"
msgstr "Zakończ problem"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Zwiń"
@@ -3475,7 +3486,7 @@ msgstr ""
msgid "Colour"
msgstr "Kolor"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Kolor \"%1$s\" jest nieprawidłowy: oczekiwano heksadecymalnego kodu koloru (6 znaków)."
@@ -3526,7 +3537,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3560,7 +3571,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Warunek"
@@ -3619,7 +3630,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Powtarzają się warunki dla współzależności \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Konfiguracja"
@@ -3627,7 +3638,7 @@ msgstr "Konfiguracja"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Statystyki cache'a konfiguracji. Cache - bufor (tryby: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "Utworzono plik konfiguracji \"%1$s\"."
@@ -3791,7 +3802,7 @@ msgid "Configuration updated"
msgstr "Zaktualizowano konfiguracjÄ™"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Konfiguruj połączenie DB"
@@ -3799,7 +3810,7 @@ msgstr "Konfiguruj połączenie DB"
msgid "Confirmation text"
msgstr "Tekst potwierdzenia"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Gratulacje! Poprawnie zainstalowano interfejs użytkownika Zabbix."
@@ -3855,7 +3866,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3863,9 +3874,9 @@ msgstr ""
msgid "Connections"
msgstr "Połączenia"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Połączenia z hosta"
@@ -3873,9 +3884,9 @@ msgstr "Połączenia z hosta"
msgid "Connections from proxy"
msgstr "Połączenia z proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Połączenia do hosta"
@@ -3892,10 +3903,10 @@ msgstr "Konstruktor"
msgid "Contact"
msgstr "Kontakt"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3926,10 +3937,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3969,8 +3980,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Nazwa kontekstu"
@@ -3982,8 +3994,8 @@ msgstr ""
msgid "Contract number"
msgstr "Numer kontraktu"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3995,8 +4007,8 @@ msgstr "Współrzędne"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Skopiuj"
@@ -4054,7 +4066,7 @@ msgstr "Współzależność zaktualizowana"
msgid "Could not save image!"
msgstr "Nie można zapisać obrazu!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Ilość"
@@ -4100,11 +4112,11 @@ msgstr "Utwórz współzależność"
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4124,14 +4136,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4210,7 +4222,7 @@ msgstr "Utwórz mapę"
msgid "Create media type"
msgstr "Utwórz typ mediów"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Utwórz nowy"
@@ -4234,7 +4246,7 @@ msgstr "Utwórz pokaz slajdów"
msgid "Create template"
msgstr "Utwórz szablon"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Utwórz wyzwalacz"
@@ -4287,11 +4299,12 @@ msgstr "Krytyczny"
msgid "Current host"
msgstr "Bieżący host"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Bieżąca wartość"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4299,7 +4312,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Wyrażenie użytkownika"
@@ -4308,11 +4321,11 @@ msgid "Custom graphs"
msgstr "Wykresy własne"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Okresy użytkownika"
@@ -4334,7 +4347,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Własny mnożnik"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4373,11 +4386,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4487,16 +4501,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4504,32 +4518,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Host bazy danych"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4537,35 +4551,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Monitor bazy danych"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Nazwa bazy danych"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Hasło bazy danych"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Port bazy danych"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Schemat bazy danych"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Serwer bazy danych"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Typ bazy danych"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Użytkownik bazy danych"
@@ -4594,7 +4608,7 @@ msgstr "Data zakupu sprzętu"
msgid "Day"
msgstr "Dzień"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4613,7 +4627,7 @@ msgstr "Dzień tygodnia"
msgid "Days"
msgstr "Dni"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Debugowanie"
@@ -4627,7 +4641,7 @@ msgstr "Tryb debugowania"
msgid "Dec"
msgstr "Gru"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Grudzień"
@@ -4637,7 +4651,7 @@ msgstr "Grudzień"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Domyślnie"
@@ -4654,7 +4668,7 @@ msgid "Default host inventory mode"
msgstr "Domyślny tryb inwentarza hosta"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4671,18 +4685,18 @@ msgid "Default operation step duration"
msgstr "Czas trwania kroku domyślnej operacji"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Motyw domyślny"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4711,7 +4725,8 @@ msgstr "Opóźniony o"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4732,8 +4747,8 @@ msgstr "Opóźniony o"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Usuń"
@@ -4766,19 +4781,19 @@ msgstr "Usunąć aktualną akcję?"
msgid "Delete current correlation?"
msgstr "Usunąć bieżącą współzależność?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Usunąć regułę wykrywania?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Usunąć wyrażenie?"
@@ -4802,15 +4817,15 @@ msgstr "Usunąć historię wybranych scenariuszy sieci www?"
msgid "Delete icon map?"
msgstr "Usunąć mapę ikon?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Usunąć prototyp pozycji?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Usunąć pozycję?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Usunąć powiązania między wybranymi elementami?"
@@ -4854,7 +4869,7 @@ msgstr "Usunąć wybrane aplikacje?"
msgid "Delete selected correlations?"
msgstr "Usunąć wybrane współzależności?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4863,7 +4878,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr "Usunąć wybrane reguły wykrywania?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Usunąć wybrane elementy?"
@@ -4888,7 +4903,7 @@ msgstr "Usunąć wybrane grupy?"
msgid "Delete selected host groups?"
msgstr "Usunąć wybrane grupy hostów?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Usunąć wybrany prototyp hosta?"
@@ -4896,7 +4911,7 @@ msgstr "Usunąć wybrany prototyp hosta?"
msgid "Delete selected host prototypes?"
msgstr "Usunąć wybrane prototypy hostów?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Usunąć wybranego hosta?"
@@ -4948,7 +4963,7 @@ msgstr "Usunąć wybrane ekrany?"
msgid "Delete selected scripts?"
msgstr "Usunąć wybrane skrypty?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -5009,11 +5024,11 @@ msgstr "Usunąć pokaz slajdów?"
msgid "Delete template?"
msgstr "Usunąć szablon?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Usunąć prototyp wyzwalacza?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Usunąć wyzwalacz?"
@@ -5026,7 +5041,7 @@ msgstr "Usunąć scenariusz sieci www?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Usunięto: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Usunięto: Prototyp hosta \"%1$s\" w \"%2$s\"."
@@ -5047,16 +5062,16 @@ msgid "Deny"
msgstr "Zabroń"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Zależności"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Zależny"
@@ -5064,7 +5079,7 @@ msgstr "Zależny"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5083,29 +5098,29 @@ msgstr "Stan instalacji"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Opis"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5238,7 +5253,8 @@ msgstr "Wyłączyć wybrane wyzwalacze?"
msgid "Disable selected web scenarios?"
msgstr "Wyłączyć wybrane scenariusze sieci www?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5251,22 +5267,21 @@ msgstr "Wyłączyć wybrane scenariusze sieci www?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Wyłączony"
@@ -5283,7 +5298,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5291,12 +5306,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5397,29 +5412,29 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Utworzono regułę wykrywania"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Usunięto regułę wykrywania"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Wyłączono regułę wykrywania"
msgstr[1] "Wyłączono reguły wykrywania"
msgstr[2] "Wyłączono reguły wykrywania"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Włączono regułę wykrywania"
msgstr[1] "Włączono reguły wykrywania"
msgstr[2] "Włączono reguły wykrywania"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Zaktualizowano regułę wykrywania"
@@ -5429,13 +5444,13 @@ msgstr "Zaktualizowano regułę wykrywania"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Reguły wykrywania"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Usunięto reguły wykrywania"
@@ -5478,7 +5493,7 @@ msgstr "Wyświetl wykres skumulowany"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Wyświetlanie %1$s z %2$s znalezionych"
@@ -5497,22 +5512,22 @@ msgid "Do not calculate"
msgstr "Nie wyliczaj"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Zastąpić wyrażenie warunkowe?"
@@ -5535,11 +5550,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Nie działa"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Pobranie pliku konfiguracyjnego"
@@ -5619,12 +5634,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5653,10 +5668,10 @@ msgstr "Powtórzone usrgrpid (id grupy użytkowników) \"%1$s\" w grupie użytko
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Powtórzone usrgrpid (id grupy użytkowników) \"%1$s\" w grupie użytkowników dla ekranu \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Czas trwania"
@@ -5676,7 +5691,7 @@ msgstr "Pozycja dynamiczna"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Każdy adres URL powinien mieć unikalną nazwę. Należy się upewnić, że istnieje tylko jeden adres o tej nazwie"
@@ -5691,15 +5706,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Edycja"
@@ -5723,15 +5738,15 @@ msgstr "Edycja ekranu"
msgid "Edit slide show"
msgstr "Edycja pokazu slajdów"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Edycja wyzwalacza"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5827,7 +5842,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5997,15 +6012,16 @@ msgstr "Włączyć wybrane wyzwalacze?"
msgid "Enable selected web scenarios?"
msgstr "Włączyć wybrane scenariusze sieci www?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -6021,13 +6037,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -6036,13 +6051,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "WÅ‚Ä…czony"
@@ -6052,9 +6067,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Szyfrowanie"
@@ -6062,7 +6077,7 @@ msgstr "Szyfrowanie"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6074,10 +6089,10 @@ msgstr "Angielski (en_GB)"
msgid "English (en_US)"
msgstr "Angielski (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6104,7 +6119,7 @@ msgstr "BÅ‚Ä…d"
msgid "Error in search request for table \"%1$s\"."
msgstr "BÅ‚Ä…d w zapytaniu wyszukiwania dla tabeli \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6139,7 +6154,7 @@ msgstr "Zasady współzależności zdarzeń"
msgid "Event details"
msgstr "Szczegóły zdarzenia"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Generowanie zdarzeń"
@@ -6159,6 +6174,12 @@ msgstr "Lista zdarzeń [poprzednie 20]"
msgid "Event log monitoring. Returns log"
msgstr "Monitorowanie logu zdarzeń. Zwraca log"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Para znaczników zdarzeń"
@@ -6190,7 +6211,7 @@ msgstr "Co ile tygodni"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Wykluczyć"
@@ -6201,7 +6222,7 @@ msgstr "Wykluczyć"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Wykonaj"
@@ -6219,9 +6240,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Wykonuje zapytanie WMI i zwraca pierwszy wybrany obiekt. Zwraca liczbę całkowitą, zmiennoprzecinkową, ciąg znaków lub tekst (zależnie od zapytania)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6239,19 +6260,19 @@ msgid "Executed"
msgstr "Wykonano"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Wykonywany skrypt"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Potwierdzenie wykonania"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Rozwiń"
@@ -6291,7 +6312,7 @@ msgstr "Eksport"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Eksportuj do pliku CSV"
@@ -6299,21 +6320,21 @@ msgstr "Eksportuj do pliku CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Wyrażenie"
@@ -6326,15 +6347,15 @@ msgstr "Elementy zmiennej wyrażenia"
msgid "Expression cannot be empty"
msgstr "Wyrażenie nie może być puste"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Konstruktor wyrażeń"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Błąd składni wyrażenia."
@@ -6353,7 +6374,7 @@ msgstr "Wyrażenia"
msgid "External check"
msgstr "Test zewnętrzny"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "P"
@@ -6367,7 +6388,7 @@ msgstr "FAÅSZ"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Niepowodzenie"
@@ -6417,7 +6438,7 @@ msgstr "Ulubione ekrany"
msgid "Feb"
msgstr "Lut"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Luty"
@@ -6430,7 +6451,7 @@ msgstr "Pole"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Pole \"%1$s\" nie może być ustawione na NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6439,7 +6460,7 @@ msgstr "Pole \"%1$s\" nie może być ustawione na NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6559,9 +6580,7 @@ msgstr "Obszar wypełniony"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6588,9 +6607,13 @@ msgstr "Obszar wypełniony"
msgid "Filter"
msgstr "Filtr"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filtry"
@@ -6609,7 +6632,7 @@ msgstr "Szuka ciÄ…gu w pliku. Zwraca liniÄ™ zawierajÄ…cÄ… zgodny ciÄ…g, lub okre
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Szuka ciągu na stronie www. Zwraca zgodny ciąg, lub określony w opcjonalnym parametrze output (wyjście)"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Zakończ"
@@ -6622,8 +6645,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Pierwsza"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Dopasowanie"
@@ -6637,12 +6660,12 @@ msgid "Fixed"
msgstr "Stały"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6650,9 +6673,9 @@ msgid "Flexible"
msgstr "Elastyczny"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Podążaj za przekierowaniami"
@@ -6674,8 +6697,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Formuła"
@@ -6702,11 +6725,13 @@ msgstr "Francuski (fr_FR)"
msgid "Fri"
msgstr "Pt"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "PiÄ…tek"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6726,12 +6751,12 @@ msgstr "Dostęp do interfejsu użytkownika"
msgid "Frontend messaging"
msgstr "Komunikaty interfejsu użytkownika"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6766,7 +6791,7 @@ msgid "GUI access disabled."
msgstr "Dostęp do GUI wyłączony."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6792,21 +6817,21 @@ msgstr "Niemiecki (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Pobiera zawartość strony www. Zwraca źródło strony www jako tekst"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Podane wyrażenie nie jest makrem"
@@ -6832,7 +6857,7 @@ msgstr "Wartość globalna"
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Przejdź do"
@@ -6880,8 +6905,8 @@ msgstr "Linia gradientu"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -7014,7 +7039,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Prototypy wykresów"
@@ -7058,9 +7083,9 @@ msgid "Graph with same name but other type exist."
msgstr "Innego typu wykres o takiej samej nazwie już istnieje."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7070,7 +7095,7 @@ msgstr "Innego typu wykres o takiej samej nazwie już istnieje."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7078,7 +7103,7 @@ msgstr "Innego typu wykres o takiej samej nazwie już istnieje."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Wykresy"
@@ -7148,12 +7173,12 @@ msgstr "Grupa dla wykrytych hostów"
msgid "Group name"
msgstr "Nazwa grupy"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Prototyp grupy nie może bazować na wykrytej grupie hostów \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Prototypy grup"
@@ -7168,8 +7193,8 @@ msgstr "Grupowanie wg"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7201,10 +7226,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "Uwierzytelnianie HTTP"
@@ -7212,11 +7237,11 @@ msgstr "Uwierzytelnianie HTTP"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP proxy"
@@ -7245,20 +7270,20 @@ msgstr "Sprzęt (wszystkie informacje)"
msgid "Hardware sensor reading. Returns float"
msgstr "Odczyt czujnika sprzętowego. Zwraca liczbę zmiennoprzecinkową"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Nagłówki"
@@ -7291,11 +7316,11 @@ msgstr "Pomoc"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Ukryte"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Ukryj śledzenie"
@@ -7332,23 +7357,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Historia"
@@ -7356,17 +7381,17 @@ msgstr "Historia"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Wyczyszczono historiÄ™"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Czyszczenie historii może zająć dużo czasu. Kontynuować?"
@@ -7380,13 +7405,17 @@ msgstr "Historia zdarzeń"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Okres przechowywania historii"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7411,26 +7440,26 @@ msgstr "Ułożenie poziome"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7442,8 +7471,8 @@ msgstr "Ułożenie poziome"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Host"
@@ -7486,8 +7515,7 @@ msgstr "Dostęp do hosta"
msgid "Host added"
msgstr "Dodano hosta"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7504,12 +7532,12 @@ msgstr "Host nie może posiadać więcej niż jeden interfejs tego samego typu."
msgid "Host count"
msgstr "Liczba hostów"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Usunięto hosta"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Wyłączono host"
@@ -7517,7 +7545,7 @@ msgstr[1] "Wyłączono hosty"
msgstr[2] "Wyłączono hosty"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "WÅ‚Ä…czono host"
@@ -7539,7 +7567,7 @@ msgstr[2] "WÅ‚Ä…czono hosty"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Grupa hostów"
@@ -7585,11 +7613,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7626,17 +7654,17 @@ msgstr "Grupy hostów"
msgid "Host info"
msgstr "Informacja o hostach"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Interfejs hosta"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7657,7 +7685,7 @@ msgstr "Problemy hosta"
msgid "Host label type"
msgstr "Typ etykiety hosta"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Makra hosta"
@@ -7684,54 +7712,58 @@ msgstr "Sieci hosta"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Prototyp hosta \"%1$s\" istnieje w \"%2$s\", odziedziczony z innego szablonu."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Prototyp hosta \"%1$s\" istnieje w \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Dodano prototyp hosta"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Usunięto prototyp hosta"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Zaktualizowano prototyp hosta"
msgstr[1] "Zaktualizowano prototypy hostów"
msgstr[2] "Zaktualizowano prototypów hostów"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Istnieje już prototyp hosta z nazwą hosta \"%1$s\" w regule wykrywania \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Istnieje już prototyp hosta z widoczną nazwą \"%1$s\" w regule wykrywania \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Prototypy hostów"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Usunięto prototypy hostów"
@@ -7780,17 +7812,17 @@ msgstr "Host o takiej samej nazwie \"%1$s\" już istnieje."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Host o takiej samej widocznej nazwie \"%1$s\" już istnieje."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7866,7 +7898,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7901,10 +7933,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7921,9 +7953,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "Czujnik IPMI"
@@ -8040,7 +8072,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Obraz"
@@ -8148,7 +8180,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8164,9 +8196,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8179,11 +8211,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8196,7 +8228,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr "Niedostępny użytkownik"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Zawrzyj"
@@ -8464,8 +8496,8 @@ msgstr "Błędne argumenty przekazane do funkcji"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8606,9 +8638,9 @@ msgstr "Błędna nazwa lub wartośc pola \"%1$s\" w warunku WHERE dla tabeli \"%
msgid "Incorrect fields for sysmap."
msgstr "Błędne pola dla sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8661,7 +8693,7 @@ msgstr "Błędny typ warunku filtra dla akcji \"%1$s\"."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Wykorzystano błędną funkcję"
@@ -8737,7 +8769,7 @@ msgstr "Błędne ID pozycji \"%1$s\" dla elementu ekranu."
msgid "Incorrect item for axis value."
msgstr "Błędna pozycja dla wartości osi."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Błędny klucz pozycji \"%1$s\" udostępniony dla wyrażenia wyzwalacza w \"%2$s\"."
@@ -8748,11 +8780,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Błędne ID prototypu pozycji \"%1$s\" dla elementu ekranu."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Błędny typ wartości pozycji \"%1$s\" udostępniony dla funkcji wyzwalacza \"%2$s\"."
@@ -8923,35 +8955,35 @@ msgstr "Błędne ID wyzwalacza dla usługi \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Błędne wyrażenie wyzwalacza"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Błędne wyrażenie wyzwalacza."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Błędne wyrażenie wyzwalacza. Host \"%1$s\" nie istnieje lub nie posiadasz uprawnień dla tego hosta."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Błędne wyrażenie wyzwalacza. Elementy wyrażenia nie powinny należeć jednocześnie do szablonu i hosta."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Błędna funkcja wyzwalacza \"%1$s\" udostępniona w wyrażeniu."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Błędne wyrażenie prototypu wyzwalacza. Host \"%1$s\" nie istnieje lub nie masz dostępu do tego hosta."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Błędne wyrażenie prototypu wyzwalacza. Elementy wyrażenia prototypu wyzwalacza nie powinny jednocześnie należeć do szablonu i hosta."
@@ -9102,16 +9134,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9122,7 +9153,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9272,23 +9303,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9377,10 +9410,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9388,10 +9421,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Info"
@@ -9405,15 +9438,19 @@ msgstr "Informacja"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Informacje o usłudze. Zwraca liczbę całkowitą dla parametrów state, startup; ciąg znaków - dla parametrów displayname, path, user; tekst - dla parametru description; Specyficzne dla state: 0 - działa, 1 - wstrzymany, 2 - w trakcie uruchamiania, 3 - w trakcie wstrzymywania, 4 - w trakcie wznawiania, 5 - w trakcie zatrzymywania, 6 - zatrzymany, 7 - nieznany, 255 - nie ma takiej usługi; Specyficzne dla startup: 0 - automatyczny, 1 - automatyczny opóźniony, 2 - ręczny, 3 - wyłączony, 4 - nieznany"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Makra dziedziczone i hosta"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9429,17 +9466,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Wprowadź"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Wprowadź wyrażenie"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Instalacja"
@@ -9451,7 +9488,7 @@ msgstr "Instalacja"
msgid "Installer name"
msgstr "Nazwa instalatora"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9484,8 +9521,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Interfejs z polem IP \"%1$s\" nie może mieć pustej nazwy DNS."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9514,14 +9551,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9545,15 +9582,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Interwał"
@@ -9580,7 +9617,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9594,15 +9631,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Błędny piąty parametr."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Nieprawidłowy pierwszy parametr."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Nieprawidłowy czwarty parametr."
@@ -9614,11 +9651,11 @@ msgstr "Nieprawidłowy hostid dla makra \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Nieprawidłowy okres \"%1$s\"."
@@ -9659,7 +9696,7 @@ msgstr "Nieprawidłowe makro \"%1$s\": \"%2$s\"."
msgid "Invalid method parameters."
msgstr "Nieprawidłowe parametry metody."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Nieprawidłowa liczba parametrów."
@@ -9691,6 +9728,15 @@ msgstr "Nieprawidłowa liczba parametrów."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9703,75 +9749,81 @@ msgstr "Nieprawidłowa liczba parametrów."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9788,7 +9840,7 @@ msgstr "Nieprawidłowe parametry."
msgid "Invalid response code \"%1$s\"."
msgstr "Nieprawidłowy kod odpowiedzi \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Nieprawidłowy drugi parametr."
@@ -9825,15 +9877,15 @@ msgstr "Nieprawidłowy drugi parametr."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9846,7 +9898,7 @@ msgstr "Nieprawidłowy drugi parametr."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Nieprawidłowy znacznik \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Nieprawidłowy trzeci parametr."
@@ -9865,9 +9917,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inwentarz"
@@ -9894,9 +9946,9 @@ msgid "Issue"
msgstr "Problem"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Wydawca"
@@ -9913,22 +9965,22 @@ msgid "Italian (it_IT)"
msgstr "WÅ‚oski (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Pozycja"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9965,15 +10017,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Pozycja \"%1$s\" w \"%2$s\": aplikacja \"%3$s\" nie istnieje."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Dodano pozycjÄ™"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Element skopiowany"
@@ -9984,18 +10036,18 @@ msgstr[2] ""
msgid "Item count"
msgstr "Liczba pozycji"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Usunięto pozycję"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Wyłączono pozycję"
msgstr[1] "Wyłączono pozycje"
msgstr[2] "Wyłączono pozycje"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "WÅ‚Ä…czono pozycjÄ™"
@@ -10006,7 +10058,7 @@ msgstr[2] "WÅ‚Ä…czono pozycje"
msgid "Item in \"not supported\" state"
msgstr "Pozycja w stanie \"niewspierany\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Nie wybrano pozycji"
@@ -10019,7 +10071,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -10040,15 +10092,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Prototyp pozycji \"%1$s\" już istnieje w \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Dodano prototyp pozycji"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Usunięto prototyp pozycji"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Zaktualizowano prototyp pozycji"
@@ -10062,7 +10114,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10070,19 +10122,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "Prototypy pozycji"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Usunięto prototypy pozycji"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Zaktualizowano pozycjÄ™"
@@ -10154,7 +10206,7 @@ msgstr "Pozycja z kluczem \"%1$s\" już istnieje w \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10164,11 +10216,11 @@ msgstr "Pozycja z kluczem \"%1$s\" już istnieje w \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Pozycje"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Usunięto pozycje"
@@ -10180,7 +10232,7 @@ msgstr "Lista pozycji"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Zaktualizowano pozycje"
@@ -10188,7 +10240,7 @@ msgstr "Zaktualizowano pozycje"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10196,10 +10248,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "Agent JMX"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10212,10 +10264,10 @@ msgstr "Interfejsy JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10247,7 +10299,7 @@ msgid "JSON-rpc version is not specified."
msgstr "Nie podano wersji JSON-rpc."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10255,7 +10307,7 @@ msgstr ""
msgid "Jan"
msgstr "Sty"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Styczeń"
@@ -10272,7 +10324,7 @@ msgstr ""
msgid "Jul"
msgstr "Lip"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Lipiec"
@@ -10280,11 +10332,11 @@ msgstr "Lipiec"
msgid "Jun"
msgstr "Cze"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Czerwiec"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10318,7 +10370,7 @@ msgstr "Klucz \"%1$s\" nie pasuje do wyrażenia <grpmax|grpmin|grpsum|grpavg>[\"
msgid "Key passphrase"
msgstr "Hasło klucza"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "SÅ‚owo kluczowe"
@@ -10355,23 +10407,23 @@ msgstr "Pomyślnie zalogowano z LDAP"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10397,7 +10449,7 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Ostatnia"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
@@ -10405,7 +10457,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
@@ -10413,7 +10465,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
@@ -10421,7 +10473,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
@@ -10429,7 +10481,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
@@ -10437,7 +10489,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10475,23 +10527,24 @@ msgstr "Ostatnia zmiana (malejÄ…co)"
msgid "Last check"
msgstr "Ostatnie sprawdzenie"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Wykres z ostatniej godziny"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Wykres z ostatniego miesiÄ…ca"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Ostatni z"
@@ -10504,21 +10557,21 @@ msgstr "Ostatnio widziany (wiek)"
msgid "Last value"
msgstr "Ostatnia wartość"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Wykres z ostatniego tygodnia"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Ostatnie dane"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Ostatnie wartości"
@@ -10565,7 +10618,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10607,8 +10660,8 @@ msgstr "Połączenie"
msgid "Link indicators"
msgstr "Wskaźnik połączenia"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10644,10 +10697,10 @@ msgstr "Połącz z szablonami"
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10741,10 +10794,10 @@ msgid "Location longitude"
msgstr "Wysokość geograficzna"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10756,10 +10809,10 @@ msgstr "Monitorowanie pliku logu z obsługą rotacji. Zwraca log"
msgid "Log file monitoring. Returns log"
msgstr "Monitorowanie pliku logu. Zwraca log"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Format czasu dla logowania"
@@ -10816,7 +10869,7 @@ msgstr "Niskopoziomowa reguła wykrywania w stanie \"niewspierany\""
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "P"
@@ -10833,8 +10886,9 @@ msgstr "MAC adres B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10849,7 +10903,7 @@ msgstr "Suma kontrolna MD5. Zwraca ciąg znaków (hash MD5 pliku)"
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Makro"
@@ -10876,10 +10930,10 @@ msgstr "Makro z hostmacroid \"%1$s\" nie istnieje."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10970,16 +11024,16 @@ msgstr "Utrzymanie bez zbierania danych"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Brak wymaganego parametru."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Ręcznie"
@@ -10994,7 +11048,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Mapa"
@@ -11088,7 +11142,7 @@ msgstr "Mapy"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Marzec"
@@ -11104,11 +11158,11 @@ msgstr "Zaznacz inne"
msgid "Mark selected"
msgstr "Zaznacz wybrane"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Maska"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11127,11 +11181,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11179,7 +11233,7 @@ msgstr "Maksymalna liczba otwartych plików obsÅ‚ugiwana przez OS. Zwraca liczbÄ
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "Maksymalna liczba procesów obsługiwana przez OS. Zwraca liczbę całkowitą"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11195,7 +11249,7 @@ msgstr[2] "Maksymalny okres do wyświetlenia to %1$s dni."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Maj"
@@ -11353,7 +11407,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Komunikaty"
@@ -11417,7 +11471,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Minimalny poziom"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11477,7 +11531,7 @@ msgstr "BrakujÄ…ce pozycje dla prototypu wykresu \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "BrakujÄ…cy klucz \"%1$s\" dla hosta \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11554,7 +11608,7 @@ msgstr ""
msgid "Mon"
msgstr "Pn"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Poniedziałek"
@@ -11562,9 +11616,9 @@ msgstr "Poniedziałek"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Monitorowany przez proxy"
@@ -11596,11 +11650,11 @@ msgstr "MiesiÄ…c"
msgid "Monthly"
msgstr "Miesięcznie"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Znaleziono więcej dopasowań..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11619,20 +11673,20 @@ msgstr "Więcej niż jeden wykres o nazwie \"%1$s\" w hoście."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Wiele"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Wielokrotne zdarzenia typu PROBLEM"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Wycisz"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11665,13 +11719,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11699,17 +11754,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11729,19 +11784,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11750,15 +11805,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11768,12 +11823,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11864,12 +11919,12 @@ msgid "Never"
msgstr "Nigdy"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Nowa aplikacja"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Nowy prototyp aplikacji"
@@ -11883,7 +11938,7 @@ msgstr "Nowy warunek"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Nowy element"
@@ -11919,13 +11974,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Następny krok"
@@ -11934,20 +11989,20 @@ msgstr "Następny krok"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12101,6 +12156,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Brak domyślnego interfejsu dla typu \"%1$s\" w \"%2$s\"."
@@ -12117,12 +12173,12 @@ msgstr "Nie podano żadnego identifykatora reguł wykrywania."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Brak szyfrowania"
@@ -12189,12 +12245,12 @@ msgstr ""
msgid "No image"
msgstr "Brak obrazka"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Nie znaleziono interfejsu"
@@ -12209,7 +12265,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12247,7 +12303,7 @@ msgstr "Nie podano ID mapy dla elementu ekranu."
msgid "No maps added."
msgstr "Nie dodano map."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Nie znaleziono"
@@ -12278,8 +12334,8 @@ msgstr "Brak uprawnień dla dostępu do systemu."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12288,8 +12344,8 @@ msgstr "Brak uprawnień dla dostępu do systemu."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12345,12 +12401,12 @@ msgstr "Brak uprawnień dla dostępu do systemu."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12409,7 +12465,7 @@ msgstr "Brak uprawnień dla dostępu do systemu."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12430,7 +12486,7 @@ msgstr "Brak uprawnień dla dostępu do systemu."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Brak uprawnień do tego obiektu lub obiekt nie istnieje!"
@@ -12460,7 +12516,7 @@ msgstr "Nie określono pliku klucza publicznego."
msgid "No recipients for action operation message."
msgstr "Brak odbiorców dla komunikatu operacji akcji."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12472,11 +12528,11 @@ msgstr "Nie dodano ekranów."
msgid "No script specified for action operation command."
msgstr "Nie określono skryptu dla komendy operacji akcji."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Nie wybrano żadnego celu"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Nie wybrano żadnego celu."
@@ -12493,19 +12549,19 @@ msgstr "Nie zdefiniowano żadnych wyzwalaczy."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12518,18 +12574,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Brak"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12627,7 +12683,7 @@ msgstr ""
msgid "Nov"
msgstr "Lis"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Listopad"
@@ -12640,11 +12696,11 @@ msgstr "Liczba CPU. Zwraca liczbę całkowitą"
msgid "Number of enabled items on the host."
msgstr "Liczba włączonych pozycji na hoście."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Liczba pozycji (włączonych/wyłączonych/niewspieranych)"
@@ -12712,11 +12768,11 @@ msgstr "Liczba zmian stanu"
msgid "Number of steps"
msgstr "Liczba kroków"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Liczba wyzwalaczy (włączonych/wyłączonych [problem/ok])"
@@ -12732,7 +12788,7 @@ msgstr "Liczba niewspieranych pozycji w bazie danych Zabbix."
msgid "Number of unsupported items on the host."
msgstr "Liczba niewspieranych pozycji na hoście."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Liczba użytkowników (zalogowanych)"
@@ -12784,22 +12840,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numerycznie (zmiennoprzecinkowo)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numerycznie (liczba całkowita bez znaku)"
@@ -12817,13 +12873,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "OK - zamknięto zdarzenie"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "OK - wygenerowano zdarzenie"
@@ -12839,7 +12895,7 @@ msgstr "Router OOB"
msgid "OOB subnet mask"
msgstr "Maska podsieci OOB"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "LUB"
@@ -12867,13 +12923,13 @@ msgstr "Paź"
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Październik"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Wyłączone"
@@ -12905,7 +12961,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "WÅ‚Ä…czone"
@@ -12980,7 +13036,7 @@ msgstr "Tylko administrator może ustawić właściciela ekranu."
msgid "Only administrators can set slide show owner."
msgstr "Tylko administrator może ustawić właściciela pokazu slajdów."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Liczone są tylko pozycje przypisane do włączonych hostów"
@@ -13037,7 +13093,7 @@ msgstr "Tylko super administratorzy mogą zaktualizować mapy wartości."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Wyświetlane jest tylko ostatnie 20%% wskaźników."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Liczone są tylko wyzwalacze przypisane do włączonych hostów w zależności od włączonych pozycji"
@@ -13059,7 +13115,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Operacja nie może być wykonana z powodu nieupoważnionego żądania."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Szczegóły operacji"
@@ -13075,12 +13131,12 @@ msgstr "Operacja nie ma szablonu, na którym może działać."
msgid "Operation type"
msgstr "Typ operacji"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13128,24 +13184,24 @@ msgstr "Operator"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Lub"
@@ -13174,55 +13230,57 @@ msgstr "Lub"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13261,8 +13319,8 @@ msgstr "Inni"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Statystyka ruchu wychodzącego interfejsu sieciowego. Zwraca liczbę całkowitą"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Nadpisane przez"
@@ -13286,8 +13344,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13472,16 +13530,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLEM"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "PROBLEM - tryb generowania zdarzenia"
@@ -13493,26 +13551,26 @@ msgstr "PROBLEM - tryb generowania zdarzenia"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "Tożsamość PSK"
@@ -13531,13 +13589,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parametr"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13608,28 +13666,28 @@ msgstr "Pasywny"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Hasło"
@@ -13641,15 +13699,15 @@ msgstr "Hasło (ponownie)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13666,7 +13724,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr "Szczytowe zużycie pamięci: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Procent"
@@ -13683,17 +13741,22 @@ msgstr "Linia procentowa (z prawej)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Wykonuje zapytanie DNS. Zwraca ciąg znaków z wymaganym typem informacji"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Okres"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13739,7 +13802,7 @@ msgid "Placing algorithm"
msgstr "Algorytm rozmieszczania"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Zwykły tekst"
@@ -13753,7 +13816,7 @@ msgstr "Odtwórz"
msgid "Play sound"
msgstr "Odtwórz dźwięk"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Proszę sprawdzić parametry konfiguracji. Jeżeli wszystko jest poprawne, należy nacisnąć przycisk \"%1$s\", lub można zmienić parametry konfiguracji przyciskiem \"%2$s\"."
@@ -13762,20 +13825,20 @@ msgstr "Proszę sprawdzić parametry konfiguracji. Jeżeli wszystko jest poprawn
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Proszę ręcznie utworzyć bazę danych i ustawić parametry konfiguracji dla połączenia do tej bazy. Naciśnij przycisk \"%1$s\", gdy skończysz."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Proszę wprowadzić nazwę hosta lub adres IP hosta oraz numer portu serwera Zabbix, oraz (opcjonalnie) nazwę instalacji."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Proszę wybrać dwa elementy"
@@ -13805,18 +13868,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "Polski (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Powielaj pola inwentarza hosta"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13847,33 +13909,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Podsumowanie przed instalacjÄ…"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13884,23 +13946,23 @@ msgstr ""
msgid "Preview"
msgstr "PodglÄ…d"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13933,12 +13995,14 @@ msgid "Primary POC screen name"
msgstr "Pseudonim głównego punktu kontaktu"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Hasło prywatności"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Protokół prywatności"
@@ -13950,29 +14014,29 @@ msgid "Private"
msgstr "Prywatne"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Plik zawierajÄ…cy klucz prywatny"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Poziom uprawnień"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13997,8 +14061,8 @@ msgstr ""
msgid "Problem display"
msgstr "Wyświetlanie problemów"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Wyrażenie dla problemu"
@@ -14015,7 +14079,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problem z"
@@ -14045,13 +14109,13 @@ msgstr "Problem, jeśli wszyscy potomkowie mają problem"
msgid "Problem, if at least one child has a problem"
msgstr "Problem, jeśli przynajmniej jeden potomek ma problem"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -14060,7 +14124,7 @@ msgstr "Problem, jeśli przynajmniej jeden potomek ma problem"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problemy"
@@ -14097,7 +14161,7 @@ msgid "Properties"
msgstr "Właściwości"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14115,7 +14179,7 @@ msgstr "Serwery proxy"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14187,20 +14251,20 @@ msgid "Public"
msgstr "Publiczny"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Klucz publiczny"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Plik klucza publicznego"
@@ -14230,8 +14294,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "ROZWIÄ„ZANY"
@@ -14241,10 +14305,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14302,7 +14366,7 @@ msgid "Received value"
msgstr "Otrzymana wartość"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14329,24 +14393,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Odzyskiwanie"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Wyrażenie dla przywracania"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "Błąd składni wyrażenia przywracania."
@@ -14356,9 +14420,9 @@ msgstr "Operacje przywracania"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Czas przywrócenia"
@@ -14373,11 +14437,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14391,7 +14455,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Wyrażenie regularne"
@@ -14432,7 +14496,7 @@ msgstr "Wyrażenia regularne"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14456,6 +14520,12 @@ msgstr "Zdalne polecenie"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14472,43 +14542,37 @@ msgstr "Zdalne polecenie"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14517,14 +14581,14 @@ msgstr "Zdalne polecenie"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14547,7 +14611,7 @@ msgstr "Zdalne polecenie"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14580,8 +14644,8 @@ msgstr "Zdalne polecenie"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Usuń"
@@ -14617,7 +14681,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14627,17 +14691,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "ZastÄ…p"
@@ -14652,23 +14716,23 @@ msgstr "Zamień zależności"
msgid "Reports"
msgstr "Raporty"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14678,7 +14742,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Wymagane"
@@ -14695,14 +14759,14 @@ msgstr "Wymagana wydajność (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Wymagana wydajność serwera Zabbix, podana w nowych wartościach na sekundę."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Wymagana wydajność serwera, nowe wartości na sekundę"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Wymagane kody stanu"
@@ -14710,7 +14774,7 @@ msgstr "Wymagane kody stanu"
msgid "Required string"
msgstr "Wymagany ciąg znaków"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Przywróć"
@@ -14739,7 +14803,7 @@ msgstr "Potwierdzenie przywracania"
msgid "Reset defaults"
msgstr "Przywróć domyślne"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "RozwiÄ…zane"
@@ -14751,26 +14815,26 @@ msgstr "RozwiÄ…zane przez"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Rozwiązane przez regułę współzależności \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Rozwiązane przez regułę współzależności."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Rozwiązane przez użytkownika \"%1$s\"."
@@ -14807,15 +14871,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Wynik"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14834,14 +14898,14 @@ msgstr "Wynik jest PRAWDZIWY"
msgid "Result type"
msgstr "Typ wyniku"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -15004,12 +15068,12 @@ msgstr "Uruchamia określone polecenie na hoście. Zwraca tekstowy rezultat pole
msgid "Russian (ru_RU)"
msgstr "Rosyjski (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "N"
@@ -15019,7 +15083,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -15064,16 +15129,16 @@ msgstr "Port SMTP serwera"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "OID SNMP"
@@ -15081,8 +15146,10 @@ msgstr "OID SNMP"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "Hasło SNMP"
@@ -15098,11 +15165,13 @@ msgstr "Pułapka SNMP"
msgid "SNMP trap key is invalid."
msgstr "Nieprawidłowy klucz pułapki SNMP."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15110,7 +15179,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "Agent SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15118,7 +15188,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "Agent SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15140,9 +15211,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "Licznik SQL: %1$s (select: %2$s | execute: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "Zapytanie SQL"
@@ -15165,40 +15236,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "Agent SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "Plik certyfikatu SSL"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "Plik klucza SSL"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Hasło klucza SSL"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "Host weryfikacji SSL"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "Podmiot weryfikujÄ…cy SSL"
@@ -15226,15 +15297,23 @@ msgstr ""
msgid "Sat"
msgstr "Sob"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Sobota"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Zapisz jako \"%1$s\""
@@ -15256,12 +15335,12 @@ msgid "Scheduled check"
msgstr "Zaplanowane sprawdzenia"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15345,9 +15424,9 @@ msgid "Screen updated"
msgstr "Zaktualizowano ekran"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15362,7 +15441,7 @@ msgstr "Zaktualizowano ekran"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Ekrany"
@@ -15428,7 +15507,7 @@ msgstr "Zaktualizowano skrypt"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Skrypty"
@@ -15486,19 +15565,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Poziom ochrony"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Nazwa ochrony"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15509,8 +15590,8 @@ msgstr "Nazwa ochrony"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15518,15 +15599,15 @@ msgstr "Nazwa ochrony"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Wybierz"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Wybierz prototyp"
@@ -15559,19 +15640,19 @@ msgstr "Wybrane elementy"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15596,7 +15677,7 @@ msgstr "Wyślij wyłącznie do"
msgid "Send to"
msgstr "Wyślij do"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15623,13 +15704,13 @@ msgstr "Wrz"
msgid "Separated"
msgstr "Rozdzielone"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Wrzesień"
@@ -15754,12 +15835,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Sesja zakończona, proszę zalogować się ponownie."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15768,11 +15850,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr "Ustaw tryb inwentarza hosta"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15795,28 +15877,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15835,7 +15917,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15865,7 +15947,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Współdzielenie"
@@ -15883,14 +15965,14 @@ msgstr "Brak wartości w opcji współdzielenia \"%1$s\" dla mapy \"%2$s\"."
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "Brak wartości w opcji współdzielenia \"%1$s\" dla ekranu \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15901,8 +15983,8 @@ msgstr ""
msgid "Show"
msgstr "Wyświetl"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Wyświetl szczegóły"
@@ -15910,7 +15992,7 @@ msgstr "Wyświetl szczegóły"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15937,7 +16019,11 @@ msgstr "Wyświetl legendę"
msgid "Show lines"
msgstr "Wyświetl linie"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15959,9 +16045,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15972,7 +16058,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15986,7 +16072,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Wyświetl tekst jako HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15997,7 +16083,7 @@ msgid "Show triggers"
msgstr "Wyświetl wyzwalacze"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Pokaż wyłącznie niepotwierdzone"
@@ -16006,10 +16092,10 @@ msgstr "Pokaż wyłącznie niepotwierdzone"
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Wyświetl wartość"
@@ -16021,7 +16107,7 @@ msgstr "Pokaż ostrzeżenie jeżeli serwer Zabbixa nie działa"
msgid "Show working time"
msgstr "Wyświetl czas pracy"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Wyświetlane"
@@ -16072,8 +16158,8 @@ msgstr "Prosty wykres"
msgid "Simple graph prototype"
msgstr "Prosty prototyp wykresu"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Pojedynczy"
@@ -16184,7 +16270,7 @@ msgstr "Slajdy"
msgid "Slovak (sk_SK)"
msgstr "SÅ‚owacki (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Drzemka"
@@ -16322,7 +16408,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16330,16 +16417,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16359,7 +16445,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16447,28 +16533,28 @@ msgid "Stop"
msgstr "Stop"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16480,7 +16566,7 @@ msgstr "Prosty"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16505,14 +16591,14 @@ msgid "Subject"
msgstr "Temat"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Temat"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Podrzędna mapa"
@@ -16520,7 +16606,7 @@ msgstr "Podrzędna mapa"
msgid "Success Audit"
msgstr "Audyt udany"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16533,7 +16619,7 @@ msgstr "Suma statystyk ruchu przychodzÄ…cego i wychodzÄ…cego interfejsu sieciowe
msgid "Sun"
msgstr "Nie"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Niedziela"
@@ -16577,7 +16663,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Zmiana metody uwierzytelniania spowoduje zresetowanie wszystkich sesji poza tą! Kontynuować?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16628,12 +16714,12 @@ msgstr "Czas systemowy. Zwraca liczbę całkowitą dla typu utc; ciąg znaków d
msgid "System uptime in seconds. Returns integer"
msgstr "Czas działania systemu w sekundach. Zwraca liczbę całkowitą"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "C"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "W"
@@ -16675,12 +16761,12 @@ msgstr "Tabela \"%1$s\" nie posiada pola o nazwie \"%2$s\"."
msgid "Tag"
msgstr "Etykieta"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "Znacznik \"%1$s\" o wartości \"%2$s\" już istnieje."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16689,12 +16775,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Znacznik dla dopasowania"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16705,25 +16791,25 @@ msgstr "Wartość znacznika"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16731,11 +16817,11 @@ msgstr "Wartość znacznika"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16744,11 +16830,11 @@ msgid "Tags"
msgstr "Znaczniki"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Cel"
@@ -16867,13 +16953,13 @@ msgstr "Szablon o takiej samej widocznej nazwie \"%s\" już istnieje."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16895,20 +16981,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Test"
@@ -16933,7 +17019,7 @@ msgstr "Dane testowe"
msgid "Test expressions"
msgstr "Testowanie wyrażeń"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16961,10 +17047,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -17003,7 +17089,7 @@ msgstr "Aplikacja nie jest już wykrywana i zostanie usunięta przy następnym p
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17098,11 +17184,11 @@ msgstr "Aplikacja scenariusza sieci www należy do innego hosta niż host scenar
msgid "Theme"
msgstr "Motyw"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17111,11 +17197,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Bieżący miesiąc"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17127,23 +17213,23 @@ msgstr "Ta kolumna ekranu nie jest pusta. Usunąć ją?"
msgid "This screen row is not empty. Delete it?"
msgstr "Ten wiersz ekranu nie jest pusty. Usunąć go?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Ten tydzień"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Ten rok"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Próg"
@@ -17155,7 +17241,7 @@ msgstr ""
msgid "Thu"
msgstr "Cz"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Czwartek"
@@ -17166,19 +17252,19 @@ msgstr "Czwartek"
msgid "Till"
msgstr "Do"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17221,12 +17307,12 @@ msgstr ""
msgid "Time period"
msgstr "Okres"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17238,16 +17324,23 @@ msgstr "Przesunięcie czasu"
msgid "Time type"
msgstr "Typ czasu"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Przekroczenie czasu"
@@ -17261,22 +17354,23 @@ msgstr "Przekroczenie czasu"
msgid "Timestamp"
msgstr "Odcisk czasowy"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Do"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Aby ustawić interfejs hosta wybierz odpowiedni typ pozycji dla każdej pozycji"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "DziÅ›"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17366,10 +17460,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Okres przechowywania trendu"
@@ -17378,34 +17472,34 @@ msgstr "Okres przechowywania trendu"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Trendy"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Wyzwalacz"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Wyzwalacz \"%1$s\" już istnieje w \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "Wyzwalacz \"%1$s\" należy do szablonów z różnymi odsyłaczami."
@@ -17415,7 +17509,7 @@ msgstr "Wyzwalacz \"%1$s\" należy do szablonów z różnymi odsyłaczami."
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Wyzwalacz \"%1$s\" zależy od wyzwalacza \"%2$s\", którego nie ma."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17423,7 +17517,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Dodano wyzwalacz"
@@ -17431,7 +17525,7 @@ msgstr "Dodano wyzwalacz"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Wyzwalacz nie może zależeć od wyzwalacza, który z niego dziedziczy."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Wyzwalacz skopiowany"
@@ -17442,7 +17536,7 @@ msgstr[2] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Usunięto wyzwalacz"
@@ -17450,7 +17544,7 @@ msgstr "Usunięto wyzwalacz"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Wyłączono wyzwalacz"
@@ -17462,14 +17556,14 @@ msgstr[2] "Wyłączono wyzwalacze"
msgid "Trigger displaying options"
msgstr "Opcje wyświetlania wyzwalaczy"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "WÅ‚Ä…czono wyzwalacz"
msgstr[1] "WÅ‚Ä…czono wyzwalacze"
msgstr[2] "WÅ‚Ä…czono wyzwalacze"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Wyrażenie wyzwalacza musi zawierać przynajmniej jedno odwołanie postaci host:klucz."
@@ -17509,24 +17603,24 @@ msgstr "PrzeglÄ…d wyzwalaczy"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Prototyp wyzwalacza"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Prototyp wyzwalacza \"%1$s\" już istnieje w \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "Prototyp wyzwalacza \"%1$s\"należy do szablonów z różnymi odsyłaczami."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Prototyp wyzwalacza \"%1$s\" zawiera prototypy pozycji z wielu reguł wykrywania."
@@ -17536,12 +17630,12 @@ msgstr "Prototyp wyzwalacza \"%1$s\" zawiera prototypy pozycji z wielu reguł wy
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Prototyp wyzwalacza \"%1$s\" zależy od nieistniejącego wyzwalacza \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Prototyp wyzwalacza \"%1$s\" musi posiadać przynajmniej jeden prototyp pozycji."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Dodano prototyp wyzwalaczy"
@@ -17549,11 +17643,11 @@ msgstr "Dodano prototyp wyzwalaczy"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Prototyp wyzwalacza nie może zależeć od wyzwalacza, który po nim dziedziczy."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Usunięto prototyp wyzwalaczy"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Zaktualizowano prototyp wyzwalaczy"
@@ -17562,7 +17656,7 @@ msgstr[2] "Zaktualizowano prototypów wyzwalaczy"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17570,15 +17664,15 @@ msgstr[2] "Zaktualizowano prototypów wyzwalaczy"
msgid "Trigger prototypes"
msgstr "Prototypy wyzwalacza"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Usunięto prototypy wyzwalaczy"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Zaktualizowano prototypy wyzwalaczy"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "Wyrażenie przywracania wyzwalacza musi zawierać co najmniej jedno odniesienie host:klucz."
@@ -17586,11 +17680,11 @@ msgstr "Wyrażenie przywracania wyzwalacza musi zawierać co najmniej jedno odni
msgid "Trigger severity"
msgstr "Poziom wyzwalacza"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Stan wyzwalacza \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Stan wyzwalacza \"Problem\""
@@ -17598,19 +17692,19 @@ msgstr "Stan wyzwalacza \"Problem\""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Zaktualizowano wyzwalacz"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17623,11 +17717,11 @@ msgstr "Zaktualizowano wyzwalacz"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Wyzwalacze"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Usunięto wyzwalacze"
@@ -17643,7 +17737,7 @@ msgstr ""
msgid "Tue"
msgstr "Wt"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Wtorek"
@@ -17656,7 +17750,7 @@ msgstr "Turecki (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Dwie pozycje (\"%1$s\" oraz \"%2$s\") nie mogą dotyczyć jednego pola inwentarzowego \"%3$s\", ponieważ doprowadzi to do konfliktu."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17676,7 +17770,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17688,21 +17782,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17735,18 +17829,18 @@ msgstr "Typ (malejÄ…co)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Typ obliczeń"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Typ informacji"
@@ -17763,8 +17857,8 @@ msgstr "Typy"
msgid "UNKNOWN"
msgstr "NIEZNANE"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17774,11 +17868,11 @@ msgstr "NIEZNANE"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17824,7 +17918,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "URL powinien mieć oba pola \"name\" (nazwa) i \"url\" dla mapy \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "Adresy URL"
@@ -17908,10 +18002,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Jednostki"
@@ -17933,7 +18027,7 @@ msgstr "Jednostki"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17952,18 +18046,18 @@ msgstr "Nieznana akcja"
msgid "Unknown error"
msgstr "Nieznany błąd"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Nieznana funkcja."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Nieznana pozycja hosta, taka pozycja nie istnieje na wybranym hoście"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Nieznany host, taki host nie istnieje w systemie"
@@ -17989,15 +18083,15 @@ msgstr "Nieznany typ wartości"
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Odłącz"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Odłącz i wyczyść"
@@ -18040,7 +18134,7 @@ msgstr "Odłączono: Prototyp pozycji \"%1$s\" w \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Odłączono: Scenariusz sieci www \"%1$s\" w \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Włącz głos"
@@ -18087,6 +18181,11 @@ msgstr "Niewspierany parametr \"%2$s\" dla filtra akcji \"%1$s\"."
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Niewspierany parametr \"%2$s\" dla filtra reguły wykrywania \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18123,28 +18222,29 @@ msgstr "Działa"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18161,16 +18261,16 @@ msgstr "Aktualizuj istniejÄ…ce"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Interwał aktualizacji"
@@ -18225,7 +18325,7 @@ msgstr "Czas działania serwera Zabbix w sekundach."
msgid "Uptime/Downtime"
msgstr "Czas dostępności/niedostępności"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Użyj żądań zbiorowych"
@@ -18254,7 +18354,7 @@ msgstr "Używane w pozycjach"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Użytkownik"
@@ -18419,14 +18519,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Nazwa użytkownika"
@@ -18494,11 +18594,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Login"
@@ -18506,8 +18606,8 @@ msgstr "Login"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18772,24 +18872,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18919,18 +19019,18 @@ msgstr "Zmienne"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18938,8 +19038,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18951,7 +19051,7 @@ msgstr "Producent"
msgid "Verbose"
msgstr "Szczegółowo"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -19012,7 +19112,7 @@ msgstr "Widoczna nazwa"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Widoczna nazwa nie może być pusta jeśli host nie posiada swojej nazwy."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "Åš"
@@ -19024,22 +19124,22 @@ msgstr "Åš"
msgid "Warning"
msgstr "Ostrzeżenie"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Ostrzeżenie"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Przepraszamy, maksymalna możliwa liczba elementów do zapamiętania została osiągnięta."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -19049,7 +19149,7 @@ msgstr "Przepraszamy, maksymalna możliwa liczba elementów do zapamiętania zos
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "WWW"
@@ -19108,7 +19208,7 @@ msgstr[2] "WÅ‚Ä…czono scenariusze sieci www"
msgid "Web scenario updated"
msgstr "Zaktualizowano scenariusz sieci www"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19126,7 +19226,7 @@ msgstr ""
msgid "Wed"
msgstr "Åšr"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Åšroda"
@@ -19139,7 +19239,7 @@ msgstr "Tygodniowo"
msgid "Welcome"
msgstr "Witamy"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Witamy w"
@@ -19147,7 +19247,7 @@ msgstr "Witamy w"
msgid "When active"
msgstr "Kiedy włączone"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19189,7 +19289,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19263,13 +19363,13 @@ msgstr "Błędne pola dla serwisu \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Błędne pola dla czasu dla serwisu \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Błędne pola dla prototypu wyzwalacza."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Błędne pola dla wyzwalacza."
@@ -19277,8 +19377,8 @@ msgstr "Błędne pola dla wyzwalacza."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19311,10 +19411,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19405,7 +19505,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19424,20 +19524,20 @@ msgstr "Rocznie"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19449,7 +19549,7 @@ msgstr "Rocznie"
msgid "Yes"
msgstr "Tak"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "Wczoraj"
@@ -19460,7 +19560,7 @@ msgstr "JesteÅ› zalogowany jako \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Nie można wybrać niektórych języków, ponieważ nie zostały one zainstalowane na serwerze."
@@ -19515,7 +19615,7 @@ msgstr "Nie masz uprawnień do wykonania tej operacji"
msgid "You do not have permissions to create users."
msgstr "Nie masz uprawnień do tworzenia użytkowników."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19523,7 +19623,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Nie masz uprawnień do dostępu do tej strony."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19598,7 +19698,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Serwer Zabbixa"
@@ -19616,7 +19716,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Szczegóły serwera Zabbix"
@@ -19624,15 +19724,15 @@ msgstr "Szczegóły serwera Zabbix"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Serwer Zabbix nie działa: wyświetlane informacje mogą być nieaktualne."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Serwer Zabbixa jest uruchomiony"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Nazwa serwera Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Port serwera Zabbix"
@@ -19641,6 +19741,7 @@ msgid "Zabbix trapper"
msgstr "Trapper Zabbixa"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19654,51 +19755,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "oczekiwano ciągu znaków"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19711,8 +19817,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr "oczekiwano wartości numerycznej"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19720,29 +19826,29 @@ msgstr ""
msgid "a time is expected"
msgstr "oczekiwano czasu"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19784,6 +19890,10 @@ msgstr "wszystkie"
msgid "all media"
msgstr "wszystkie media"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19795,23 +19905,23 @@ msgstr "wszystkie media"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "oczekiwano tablicy"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19821,7 +19931,7 @@ msgid "an empty string is expected"
msgstr "oczekiwano pustego ciągu znaków"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "oczekiwano parzystej liczby znaków heksadecymalnych"
@@ -19829,11 +19939,11 @@ msgstr "oczekiwano parzystej liczby znaków heksadecymalnych"
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19882,11 +19992,11 @@ msgstr ""
msgid "avg"
msgstr "śr"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19914,10 +20024,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19925,7 +20034,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19950,6 +20059,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19976,11 +20088,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -20002,14 +20114,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -20034,7 +20146,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -20052,11 +20164,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -20075,11 +20187,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -20088,32 +20200,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "dni"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "domyślny"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20139,11 +20251,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20182,7 +20294,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20221,7 +20333,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20229,14 +20341,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "globalne ustawienia porzÄ…dkowania"
@@ -20245,7 +20357,7 @@ msgstr "globalne ustawienia porzÄ…dkowania"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20303,11 +20415,11 @@ msgstr "w"
msgid "including subgroups"
msgstr "Dołączanie podgrup"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20344,7 +20456,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20358,15 +20470,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20376,7 +20488,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20388,7 +20500,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20418,7 +20530,7 @@ msgstr "klucz jest pusty"
msgid "last"
msgstr "ostatni"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20430,15 +20542,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20446,12 +20558,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr "niskopoziomowa reguła wykrywania"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20481,7 +20593,7 @@ msgstr "mapa"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20505,7 +20617,7 @@ msgstr "maks"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20532,12 +20644,12 @@ msgstr ""
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "minimalna ilość znaków: %1$s"
@@ -20570,27 +20682,27 @@ msgstr "musi być poprawnym użytkownikiem LDAP"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "musi być pomiędzy \"%1$s\" a \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "nowy"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "nowy"
@@ -20600,7 +20712,7 @@ msgstr "nowy"
msgid "no data"
msgstr "brak danych"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20621,7 +20733,7 @@ msgstr "nie w"
msgid "not selected"
msgstr "nie wybrane"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20629,8 +20741,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "z"
@@ -20678,7 +20790,7 @@ msgstr "wyłączone"
msgid "on"
msgstr "włączone"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20694,11 +20806,11 @@ msgstr "inny"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20709,11 +20821,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20730,12 +20842,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "odświeżanie co %1$s sek."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20752,7 +20864,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20801,6 +20913,7 @@ msgstr "krótki opis"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20815,15 +20928,15 @@ msgstr "krótki opis"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "powinno być puste"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20831,10 +20944,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "pokaż mapowanie ikon"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "pokaż mapowanie wartości"
@@ -20842,11 +20955,11 @@ msgstr "pokaż mapowanie wartości"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20854,7 +20967,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20863,14 +20976,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20905,9 +21018,13 @@ msgstr "szablon o ID \"%1$s\" został przekazany %2$s razy"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20922,7 +21039,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20941,18 +21058,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20963,26 +21104,26 @@ msgstr "wyzwalacz"
msgid "trigger does not allow manual closing"
msgstr "wyzwalacz nie zezwala na ręczne zamknięcie"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "prototyp wyzwalacza nie może zostać przeniesiony do innego szablonu lub hosta"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "wyzwalacz z odsyłaczami nie może być przesuwany do innego szablonu lub hosta"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "wpisz tekst do wyszukania"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20992,7 +21133,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -21009,9 +21150,10 @@ msgstr "nieoczekiwany koniec makra"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -21038,12 +21180,12 @@ msgstr "nieoczekiwany tekst \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "nieoczekiwana wartość \"%1$s\""
@@ -21053,7 +21195,7 @@ msgstr "nieoczekiwana wartość \"%1$s\""
msgid "unknown"
msgstr "nieznany"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -21062,28 +21204,28 @@ msgid "unsupported version number"
msgstr "niewspierany numer wersji"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -21093,7 +21235,7 @@ msgstr "niewspierany numer wersji"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "wartość"
@@ -21111,26 +21253,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21158,9 +21303,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21197,7 +21342,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/locale/pt_BR/LC_MESSAGES/frontend.po b/ui/locale/pt_BR/LC_MESSAGES/frontend.po
index c0a657aa760..3d915870bcc 100644
--- a/ui/locale/pt_BR/LC_MESSAGES/frontend.po
+++ b/ui/locale/pt_BR/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2019-06-19 11:23+0300\n"
"Last-Translator: Adail <the.spaww@gmail.com>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" é aguardado"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "é aguardado um par \"host:key\""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -78,7 +78,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d dia"
msgstr[1] "%1$d dias"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -162,8 +162,8 @@ msgstr[1] "%1$s mensagens"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -177,7 +177,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "%1$s de %2$s elemento em estado de incidente"
msgstr[1] "%1$s de %2$s elementos em estado de incidente"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -209,15 +209,15 @@ msgstr[1] "%1$s tentavas faltando"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s segundo"
msgstr[1] "%1$s segundos"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr "%1$s símbolos restantes"
@@ -236,20 +236,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s widget"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, Severidade, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, apenas leitura"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -287,20 +287,20 @@ msgstr "(0 - usar a ação padrão)"
msgid "(Only super admins can create groups)"
msgstr "(Apenas super administradores podem criar grupos)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(sem proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - usar a porta padrão"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 ou 1"
@@ -376,11 +376,12 @@ msgid "ADD OVERRIDE"
msgstr "ADICIONAR SOBREPOSIÇÃO"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "E"
@@ -407,16 +408,16 @@ msgstr[0] "Conta bloqueada por %1$s segundo."
msgstr[1] "Conta bloqueada por %1$s segundos."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Reconhecido"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Reconhecer"
@@ -449,7 +450,7 @@ msgstr "Eventos confirmados RESOLVIDOS"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -462,30 +463,30 @@ msgstr "Eventos confirmados RESOLVIDOS"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -556,18 +557,18 @@ msgstr "Ação atualizada"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Ações"
@@ -603,6 +604,9 @@ msgstr "Ativo até"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -630,9 +634,6 @@ msgstr "Ativo até"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -642,9 +643,9 @@ msgstr "Ativo até"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -656,39 +657,40 @@ msgstr "Ativo até"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -699,20 +701,20 @@ msgstr "Ativo até"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -739,8 +741,8 @@ msgstr "Ativo até"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Adicionar"
@@ -748,7 +750,7 @@ msgstr "Adicionar"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Adicionar um novo widget"
@@ -756,7 +758,7 @@ msgstr "Adicionar um novo widget"
msgid "Add child"
msgstr "Adicionar filho"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Adicionar elemento filho"
@@ -768,7 +770,7 @@ msgstr "Adicionar host"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Adicionar múltiplos mapas"
@@ -777,6 +779,7 @@ msgid "Add new data set"
msgstr "Adicionar novo conjunto de dados"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -785,7 +788,7 @@ msgid "Add new override"
msgstr "Adicionar nova sobreposição"
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Adicionar protótipo"
@@ -806,11 +809,11 @@ msgstr "Adicionar ao grupo de hosts"
msgid "Add to host groups"
msgstr "Adicionar aos grupos de hosts"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Adicionar widget"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -835,7 +838,7 @@ msgid "Age"
msgstr "Idade"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Idade menor que"
@@ -847,7 +850,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agente"
@@ -906,7 +909,7 @@ msgstr "Alinha elementos do mapa"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Todos"
@@ -924,7 +927,7 @@ msgstr "Todos os grupos"
msgid "All hosts"
msgstr "Todos os hosts"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Todos os links devem ter \"Nome\" e \"URL\" definidos"
@@ -932,13 +935,13 @@ msgstr "Todos os links devem ter \"Nome\" e \"URL\" definidos"
msgid "All maps"
msgstr "Todos os mapas"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Todos os incidentes"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Todos os incidentes que o valor da etiqueta combine"
@@ -958,48 +961,48 @@ msgstr "Todas as etiquetas"
msgid "All templates"
msgstr "Todos os templates"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Permitir fechamento manual"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Hosts permitidos"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Alternativamente, você pode instalar manualmente:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "E"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1008,14 +1011,14 @@ msgid "And/Or"
msgstr "E/OU"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1031,10 +1034,10 @@ msgstr "Qualquer sequência de caracteres incluídos"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1068,8 +1071,8 @@ msgid "Application error."
msgstr "Erro na aplicação."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Protótipos de aplicação"
@@ -1092,15 +1095,15 @@ msgstr "A aplicação com o applicationid \"%1$s\" não existe."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1108,15 +1111,17 @@ msgstr "A aplicação com o applicationid \"%1$s\" não existe."
msgid "Applications"
msgstr "Aplicações"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Aplicar"
@@ -1134,7 +1139,7 @@ msgstr "Aproximando"
msgid "Apr"
msgstr "Abr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Abril"
@@ -1146,7 +1151,11 @@ msgstr "Você tem certeza que deseja executar esta ação?"
msgid "Are you sure you want to delete"
msgstr "Você tem certeza que deseja excluir"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Você tem certeza que deseja sair desta página?"
@@ -1162,12 +1171,12 @@ msgstr "Tipo de área"
msgid "Arithmetic"
msgstr "Aritimética"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Sem alterar"
@@ -1277,7 +1286,7 @@ msgstr "Log de auditoria"
msgid "Aug"
msgstr "Ago"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Agosto"
@@ -1294,9 +1303,9 @@ msgstr ""
msgid "Authentication"
msgstr "Autenticação"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Algoritmo de autenticação"
@@ -1306,21 +1315,23 @@ msgid "Authentication failed: %1$s."
msgstr "Falha de autenticação: %1$s."
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Método de autenticação"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Senha de autenticação"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Protocolo de autenticação"
@@ -1359,9 +1370,9 @@ msgstr "Logout automático"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automático"
@@ -1391,7 +1402,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Disponibilidade"
@@ -1416,8 +1427,8 @@ msgstr "Média"
msgid "Axes"
msgstr "Eixos"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Retornar"
@@ -1471,16 +1482,16 @@ msgid "Blue"
msgstr "Azul"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "Corpo"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "Corpo e cabeçalhos"
@@ -1521,11 +1532,11 @@ msgstr ""
msgid "Bottom"
msgstr "Abaixo"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "Trazer para frente"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Levar para tráz"
@@ -1552,8 +1563,8 @@ msgstr "CERTIFICADO"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "TERMINANDO"
@@ -1573,7 +1584,7 @@ msgstr "Carga da CPU. Retorna um ponto flutuante (número)"
msgid "CPU utilisation percentage. Returns float"
msgstr "Uso percentual de CPU. Retorna número com ponto flutuante"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1606,7 +1617,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "Calendário"
@@ -1614,7 +1625,7 @@ msgstr "Calendário"
msgid "Callback"
msgstr "Retorno"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "Não pode ser removido"
@@ -1640,10 +1651,10 @@ msgstr "Não pode ser removido"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Cancelar"
@@ -1688,12 +1699,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Não é possível adicionar dependência de um host para um template."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Não foi possível adicionar dependência na trigger \"%1$s:%2$s\" para uma trigger que não existe \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Regra de autobusca não pode ser adicionada"
@@ -1717,7 +1728,7 @@ msgstr "Não foi possível adicionar o grupo."
msgid "Cannot add host"
msgstr "Host não foi incluído"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Não foi possível adicionar o protótipo de host"
@@ -1727,7 +1738,7 @@ msgstr "Não foi possível adicionar o protótipo de host"
msgid "Cannot add image"
msgstr "Imagem não foi incluída"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Item não foi adicionado"
@@ -1736,7 +1747,7 @@ msgstr "Item não foi adicionado"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Não foi possível adicionar o item \"%1$s\" de \"%2$s\" à aplicação \"%3$s\" de \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Protótipo de item não adicionado"
@@ -1819,11 +1830,11 @@ msgstr "Não foi possível adicionar submapas. A profundidade máxima foi alcanÃ
msgid "Cannot add template"
msgstr "Não foi possível adicionar template"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Tigger não foi adicionada"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Protótipo de trigger não adicionado"
@@ -1846,11 +1857,11 @@ msgstr "Mapeamento de valor não foi incluído"
msgid "Cannot add web scenario"
msgstr "Não foi possível adicionar a apresentação de telas"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "Não é possível adicionar widgets no modo de quiosque"
@@ -1867,11 +1878,11 @@ msgstr "Não foi possível se conectar ao servidor LDAP."
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Não é possível chamar o método \"%1$s.%2$s\" sem parâmetros."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Histórico não foi limpado"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1879,7 +1890,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Não foi possível clonar o protótipo de gráfico."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Não é possível clonar protótipos de host."
@@ -1902,7 +1913,7 @@ msgstr "Não foi possível terminar o incidente: %1$s."
msgid "Cannot connect to LDAP server."
msgstr "Não foi possível se conectar ao servidor LDAP."
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Não foi possível conectar ao banco de dados."
@@ -1916,24 +1927,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] "Não foi possível copiar o gráfico"
msgstr[1] "Não foi possível copiar os gráficos"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Não foi possível copiar o item"
msgstr[1] "Não foi possível copiar os itens"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Não foi possível copiar a trigger"
msgstr[1] "Não foi possível copiar as triggers"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Não foi possível copiar a trigger \"%1$s:%2$s\", por que tem vários hosts na expressão."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Não foi possível criar um protótipo de host em uma autobusca do host \"%1$s\"."
@@ -1971,7 +1982,7 @@ msgstr "Não foi possível criar a nova aplicação, o cenário web já possui u
msgid "Cannot create template."
msgstr "Não foi possível criar o template."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Não foi possível criar o arquivo de configuração."
@@ -2015,11 +2026,11 @@ msgstr "Não é possível excluir dependência"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Não é possível excluir a aplicação descoberta \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "A descoberta de rede não pôde ser excluída"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Não foi possível excluir a regra de descoberta"
@@ -2045,7 +2056,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Não foi possível excluir o grupo"
msgstr[1] "Não foi possível excluir os grupos"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Host não foi removido"
@@ -2063,7 +2074,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Não é possível excluir protótipos de hosts"
@@ -2079,19 +2090,19 @@ msgstr "A imagem não foi excluída"
msgid "Cannot delete inventory."
msgstr "Não foi possível excluir inventário."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Item não foi removido"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Protótipo de item não excluído"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Protótipos de item não excluídos"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Itens não foram removidos"
@@ -2175,7 +2186,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Não é possível excluir protótipos de host baseados em templates."
@@ -2206,19 +2217,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Não é possível excluir cenários web vindos do template \"%1$s\"."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "A trigger não foi excluída"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Não foi possível excluir o protótipo de trigger"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Protótipos de trigger não excluídos"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "As triggers não foram excluídas"
@@ -2256,20 +2267,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] "Não foi possível desativar a correlação"
msgstr[1] "Não foi possível desativar as correlações"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Não foi possível desativar a regra de descoberta"
msgstr[1] "Não foi possível desativar as regras de descoberta"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Não foi possível desativar o host"
msgstr[1] "Não foi possível desativar os hosts"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Não foi possível desativar o item"
@@ -2288,7 +2299,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Não foi possível desativar a trigger"
@@ -2320,20 +2331,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] "Não foi possível ativar o correlacionamento"
msgstr[1] "Não foi possível ativar os correlacionamentos"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Não foi possível ativar a regra de descoberta"
msgstr[1] "Não foi possível ativar as regras de descoberta"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Não foi possível ativar o host"
msgstr[1] "Não foi possível ativar os hosts"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Não foi possível ativar o item"
@@ -2352,7 +2363,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Não foi possível ativar a trigger"
@@ -2372,7 +2383,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Não foi possível executar o script"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Não foi possível expandir as macros."
@@ -2534,7 +2545,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "Não foi possível importar o template \"%1$s\", vinculado com o template \"%2$s\" que não existe."
msgstr[1] "Não foi possível importar o template \"%1$s\", vinculado com os templates \"%2$s\" que não existem."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Não foi possível incluir a expressão de trigger"
@@ -2641,7 +2652,7 @@ msgstr "Não foi possível salvar o widget \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Não foi possível enviar o comando, verifique a comunicação com o servidor Zabbix \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "Não é possível enviar a requisição"
@@ -2678,12 +2689,12 @@ msgstr "Não é possível configurar \"%1$s\" para o item \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Não foi possível definir \"%1$s\" para o template de tela \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Não foi possível configurar \"%1$s\" para a trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Não foi possível definir \"%1$s\" para o protótipo de trigger \"%2$s\"."
@@ -2713,7 +2724,7 @@ msgstr "Não foi possível definir o ID de recurso para o elemento da tela."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2775,22 +2786,22 @@ msgstr "Não foi possível atualizar \"%1$s\" para o protótipo de gráfico \"%2
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Não foi possível atualizar \"%1$s\" para o item \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Não foi possível atualizar \"%1$s\" para a trigger de template \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Não foi possível atualizar \"%1$s\" para o protótipo de trigger de template \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Não foi possível atualizar \"%1$s\" para a trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Não foi possível atualizar \"%1$s\" para o protótipo de trigger \"%2$s\"."
@@ -2805,7 +2816,7 @@ msgstr "Não foi possível atualizar \"%2$s\" para o host descoberto \"%1$s\"."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Não foi possível atualizar \"%2$s\" para o item descoberto \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2874,7 +2885,7 @@ msgstr "Não foi possível atualizar o correlacionamento"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Não foi possível atualizar a aplicação descoberta \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Regra de autobusca não foi atualizada"
@@ -2911,7 +2922,7 @@ msgstr "Host não foi atualizado"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Não foi possível atualizar as configurações de criptografia do host. As configurações de conexão em ambas as direções deverá ser especificada."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Não foi possível atualizar o protótipo de host"
@@ -2936,21 +2947,21 @@ msgstr "Imagem não foi atualizada"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Não é possível atualizar a interface para o host descoberto \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Item não foi atualizado"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "O protótipo de item não foi atualizado"
msgstr[1] "Os protótipos de item não foram atualizados"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Não foi possível atualizar os itens"
@@ -3033,28 +3044,28 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Não é possível atualizar templates no host descoberto \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Trigger não foi atualizada"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Não foi possível atualizar a trigger \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "O protótipo de trigger não foi atualizado"
msgstr[1] "Os protótipos de triggers não foram atualizados"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Não foi possível atualizar o protótipo de trigger \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Não foi possível atualizar os protótipos de trigger"
@@ -3111,12 +3122,12 @@ msgstr "Centro"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Certificado"
@@ -3160,10 +3171,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Carácter"
@@ -3190,7 +3201,7 @@ msgstr "Informação do chassi. Retorna um texto"
msgid "Check already exists."
msgstr "Verificação já existe."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Verifique a expressão a partir de \"%1$s\"."
@@ -3208,7 +3219,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Verificação de pré-requisitos"
@@ -3313,8 +3324,8 @@ msgid "Clear history"
msgstr "Limpar histórico"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Limpar histórico e estatísticas (médias)"
@@ -3323,11 +3334,11 @@ msgstr "Limpar histórico e estatísticas (médias)"
msgid "Clear when unlinking"
msgstr "Limpar ao desassociar"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3346,20 +3357,20 @@ msgstr "Relógio"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Clonar"
@@ -3367,15 +3378,15 @@ msgstr "Clonar"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Fechar"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Fechar construtor de expressão"
@@ -3394,8 +3405,8 @@ msgid "Close problem"
msgstr "Terminar incidente"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Recolher"
@@ -3412,7 +3423,7 @@ msgstr ""
msgid "Colour"
msgstr "Cor"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "A cor \"%1$s\" não é correta: é esperada cor no formato hexadecimal (6 símbolos)."
@@ -3463,7 +3474,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "Visão compacta"
@@ -3497,7 +3508,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Sessões concorrentes"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Condição"
@@ -3556,7 +3567,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Condições duplicadas para o correlacionamento \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Configuração"
@@ -3564,7 +3575,7 @@ msgstr "Configuração"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Configuração de estatísticas de cache. Cache - buffer (modos: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "O arquivo de configuração \"%1$s\" foi criado."
@@ -3728,7 +3739,7 @@ msgid "Configuration updated"
msgstr "Configuração atualizada"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Configura a conexão com o DB"
@@ -3736,7 +3747,7 @@ msgstr "Configura a conexão com o DB"
msgid "Confirmation text"
msgstr "Mensagem de confirmação"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Parabéns! Você instalou com sucesso a interface web do Zabbix."
@@ -3792,7 +3803,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3800,9 +3811,9 @@ msgstr ""
msgid "Connections"
msgstr "Conexões"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Conexões do host (ativas)"
@@ -3810,9 +3821,9 @@ msgstr "Conexões do host (ativas)"
msgid "Connections from proxy"
msgstr "Conexões do proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Conexões com o host (passivas)"
@@ -3829,10 +3840,10 @@ msgstr "Construtor"
msgid "Contact"
msgstr "Contato"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3863,10 +3874,10 @@ msgstr "Contêm"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3906,8 +3917,9 @@ msgstr ""
msgid "Content menu"
msgstr "Menu de contexto"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Nome do contexto"
@@ -3919,8 +3931,8 @@ msgstr ""
msgid "Contract number"
msgstr "Número do contrato"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "Converter para JSON"
@@ -3932,8 +3944,8 @@ msgstr "Coordenadas"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Copiar"
@@ -3989,7 +4001,7 @@ msgstr "Correlacionamento atualizado"
msgid "Could not save image!"
msgstr "Impossível salvar imagem!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Contador"
@@ -4035,11 +4047,11 @@ msgstr "Criar correlacionamento"
msgid "Create dashboard"
msgstr "Criar dashboard"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Criar item dependente"
@@ -4059,14 +4071,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4145,7 +4157,7 @@ msgstr "Criar mapa"
msgid "Create media type"
msgstr "Criar tipo de mídia"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Criar novo"
@@ -4169,7 +4181,7 @@ msgstr "Criar apresentação"
msgid "Create template"
msgstr "Criar template"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Criar trigger"
@@ -4222,11 +4234,12 @@ msgstr "Crítico"
msgid "Current host"
msgstr "Host atual"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Valor atual"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "Customizar"
@@ -4234,7 +4247,7 @@ msgstr "Customizar"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Expressão personalizada"
@@ -4243,11 +4256,11 @@ msgid "Custom graphs"
msgstr "Gráficos personalizados"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Intervalo customizado"
@@ -4269,7 +4282,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Multiplicador"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4308,11 +4321,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4421,16 +4435,16 @@ msgstr "Conjunto de dados"
msgid "Data storage period"
msgstr "Périodo de retenção de dados"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4438,32 +4452,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Host do banco de dados"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4471,35 +4485,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Monitoração de banco de dados"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Nome do banco de dados"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Senha do banco de dados"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Porta do banco de dados"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Esquema do banco de dados"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Servidor de banco de dados"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Tipo de banco de dados"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Usuário do banco de dados"
@@ -4528,7 +4542,7 @@ msgstr "Data de aquisição do HW"
msgid "Day"
msgstr "Dia"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "Anteontem"
@@ -4547,7 +4561,7 @@ msgstr "Dia da semana"
msgid "Days"
msgstr "Dias"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Depuração"
@@ -4561,7 +4575,7 @@ msgstr "Modo de depuração"
msgid "Dec"
msgstr "Dez"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Dezembro"
@@ -4571,7 +4585,7 @@ msgstr "Dezembro"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Padrão"
@@ -4588,7 +4602,7 @@ msgid "Default host inventory mode"
msgstr "Modo padrão do inventário em novos hosts"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4605,18 +4619,18 @@ msgid "Default operation step duration"
msgstr "Duração padrão do passo da operação"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Tema padrão"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4645,7 +4659,8 @@ msgstr "Atrasado por"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4666,8 +4681,8 @@ msgstr "Atrasado por"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Excluir"
@@ -4700,19 +4715,19 @@ msgstr "Excluir a ação atual?"
msgid "Delete current correlation?"
msgstr "Excluir o correlacionamento atual?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Excluir o dashboard?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Excluir a regra de descoberta?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Excluir expressão?"
@@ -4736,15 +4751,15 @@ msgstr "Excluir o histórico dos cenários web selecionados?"
msgid "Delete icon map?"
msgstr "Excluir o mapeamento de ícones?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Excluir o protótipo de item?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Excluir o item?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Excluir vínculos entre os elementos selecionados?"
@@ -4788,7 +4803,7 @@ msgstr "Excluir aplicações selecionadas?"
msgid "Delete selected correlations?"
msgstr "Excluir os correlacionamentos selecionados?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Excluir os dashboards selecionados?"
@@ -4797,7 +4812,7 @@ msgstr "Excluir os dashboards selecionados?"
msgid "Delete selected discovery rules?"
msgstr "Excluir regras de descoberta selecionadas?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Excluir elementos selecionados?"
@@ -4822,7 +4837,7 @@ msgstr "Excluir grupos selecionados?"
msgid "Delete selected host groups?"
msgstr "Excluir os grupos de hosts selecionados?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Excluir os protótipos de host selecionados?"
@@ -4831,7 +4846,7 @@ msgstr "Excluir os protótipos de host selecionados?"
msgid "Delete selected host prototypes?"
msgstr "Excluir os protótipos de host selecionados?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Excluir host selecionado?"
@@ -4883,7 +4898,7 @@ msgstr "Excluir telas selecionadas?"
msgid "Delete selected scripts?"
msgstr "Excluir scripts selecionados?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Excluir as formas seleciondas?"
@@ -4943,11 +4958,11 @@ msgstr "Apagar apresentação de tela?"
msgid "Delete template?"
msgstr "Excluir template?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Excluir o protótipo de trigger?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Excluir trigger?"
@@ -4960,7 +4975,7 @@ msgstr "Excluir cenário web?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Excluído: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Excluído: Protótipo de host \"%1$s\" em \"%2$s\"."
@@ -4981,16 +4996,16 @@ msgid "Deny"
msgstr "Nega"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Dependências"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Dependente"
@@ -4998,7 +5013,7 @@ msgstr "Dependente"
msgid "Dependent item"
msgstr "Item dependente"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5017,29 +5032,29 @@ msgstr "Status de desenvolvimento"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Descrição"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5172,7 +5187,8 @@ msgstr "Desativar triggers selecionadas?"
msgid "Disable selected web scenarios?"
msgstr "Desativar os cenários web selecionados?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5185,22 +5201,21 @@ msgstr "Desativar os cenários web selecionados?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Inativo"
@@ -5217,7 +5232,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5225,12 +5240,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5331,27 +5346,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "A regra de descoberta \"%1$s\" é utilizada na ação \"%2$s\"."
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "A regra de descoberta foi criada"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "A regra de autobusca excluída"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Regra de descoberta desativada"
msgstr[1] "Regras de descoberta desativadas"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Regra de descoberta ativada"
msgstr[1] "Regras de descoberta ativadas"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Regra de autobusca atualizada"
@@ -5361,13 +5376,13 @@ msgstr "Regra de autobusca atualizada"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Regras de descoberta"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "A regra de descoberta foi excluída"
@@ -5411,7 +5426,7 @@ msgstr "Exibir gráfico empilhado"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Exibindo %1$s de %2$s encontrados"
@@ -5430,22 +5445,22 @@ msgid "Do not calculate"
msgstr "Não calcular"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "A expressão condicional foi substituída?"
@@ -5468,11 +5483,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Fora"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Receber a configuração"
@@ -5553,12 +5568,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5587,10 +5602,10 @@ msgstr "O usrgrpid \"%1$s\" está duplicado nos grupos de usuários do mapa \"%2
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "O usrgrpid \"%1$s\" está duplicado nos grupos de usuários da tela \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Duração"
@@ -5610,7 +5625,7 @@ msgstr "Item dinâmico"
msgid "Dynamic items"
msgstr "Itens dinâmicos"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Cada URL deverá possuir um nome único. Certifique-se que existe um nome único para cada URL"
@@ -5625,15 +5640,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Editar"
@@ -5657,15 +5672,15 @@ msgstr "Editar tela"
msgid "Edit slide show"
msgstr "Editar slideshow"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Editar árvore de elementos"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Editar trigger"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Editar widget"
@@ -5761,7 +5776,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5931,15 +5946,16 @@ msgstr "Ativar triggers selecionadas?"
msgid "Enable selected web scenarios?"
msgstr "Ativar os cenários web selecionados?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "Ativar traps"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5955,13 +5971,12 @@ msgstr "Ativar traps"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5970,13 +5985,13 @@ msgstr "Ativar traps"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Ativo"
@@ -5986,9 +6001,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Criptografia"
@@ -5996,7 +6011,7 @@ msgstr "Criptografia"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6008,10 +6023,10 @@ msgstr "Inglês (en_GB)"
msgid "English (en_US)"
msgstr "Inglês (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6038,7 +6053,7 @@ msgstr "Erro"
msgid "Error in search request for table \"%1$s\"."
msgstr "Erro na requisição de pesquisa pela tabela \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "Mensagem de erro"
@@ -6073,7 +6088,7 @@ msgstr "Regras de correlacionamento de eventos"
msgid "Event details"
msgstr "Detalhes do evento"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Geração de evento"
@@ -6093,6 +6108,12 @@ msgstr "Lista de eventos [20 anteriores]"
msgid "Event log monitoring. Returns log"
msgstr "Monitoração do log de eventos. Retorna: log"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Conjunto de etiqueta de evento"
@@ -6123,7 +6144,7 @@ msgstr "A cada semana(s)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Excluir"
@@ -6134,7 +6155,7 @@ msgstr "Excluir"
msgid "Exclude host groups"
msgstr "Excluir grupos de hosts"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Executar"
@@ -6152,9 +6173,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Executa requisição WMI retornando o primeiro objeto selecionado. Retorna: inteiro, ponto flutuante, caracter ou texto (dependendo da requisição)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6172,19 +6193,19 @@ msgid "Executed"
msgstr "Executado"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Script executado"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Confirmação de execução"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Expandir"
@@ -6224,7 +6245,7 @@ msgstr "Exportar"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Exportar para CSV"
@@ -6232,21 +6253,21 @@ msgstr "Exportar para CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Expressão"
@@ -6259,15 +6280,15 @@ msgstr "Expressão de Elementos Variáveis"
msgid "Expression cannot be empty"
msgstr "Expressão não pode ser vazia"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Construtor de expressão"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Erro de sintaxe na expressão."
@@ -6286,7 +6307,7 @@ msgstr "Expressões"
msgid "External check"
msgstr "Monitoramento externo"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "S"
@@ -6300,7 +6321,7 @@ msgstr "FALSO"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Falhou"
@@ -6350,7 +6371,7 @@ msgstr "Telas favoritas"
msgid "Feb"
msgstr "Fev"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Fevereiro"
@@ -6363,7 +6384,7 @@ msgstr "Campo"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "O campo \"%1$s\" não pode ser definido como NULO."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6372,7 +6393,7 @@ msgstr "O campo \"%1$s\" não pode ser definido como NULO."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6492,9 +6513,7 @@ msgstr "Região preenchida"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6521,9 +6540,13 @@ msgstr "Região preenchida"
msgid "Filter"
msgstr "Filtrar"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filtros"
@@ -6542,7 +6565,7 @@ msgstr "Busca um texto em um arquivo. Retorna a linha que contêm o texto pesqui
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Busca um texto em uma página web. Retorna a linha que contêm o texto pesquisado, ou como for especificado no parâmetro opcional <output>"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Fim"
@@ -6555,8 +6578,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Primeiro"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Ajuste"
@@ -6570,12 +6593,12 @@ msgid "Fixed"
msgstr "Fixo"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6583,9 +6606,9 @@ msgid "Flexible"
msgstr "Flexível"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Seguir redirecionamentos"
@@ -6607,8 +6630,8 @@ msgstr "Tamanho da fonte"
msgid "Form data"
msgstr "Dado do formulário"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Fórmula"
@@ -6635,11 +6658,13 @@ msgstr "Francês (fr_FR)"
msgid "Fri"
msgstr "Sex"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Sexta-feira"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6659,12 +6684,12 @@ msgstr "Acesso à interface web"
msgid "Frontend messaging"
msgstr "Ativar mensagens globais"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr "Cheio"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6699,7 +6724,7 @@ msgid "GUI access disabled."
msgstr "Acesso à GUI desativado."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6725,21 +6750,21 @@ msgstr "Alemão (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Recupera o conteúdo de uma página web. Retorna: o texto com código fonte da página"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Expressão informada não é uma macro"
@@ -6765,7 +6790,7 @@ msgstr "Valor global"
msgid "Go back to %1$s"
msgstr "Voltar para %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Ir para"
@@ -6813,8 +6838,8 @@ msgstr "Ãrea gradiente"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6946,7 +6971,7 @@ msgstr "O protótipo de gráfico com o ID \"%1$s\" não está disponível."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Protótipo de gráficos"
@@ -6990,9 +7015,9 @@ msgid "Graph with same name but other type exist."
msgstr "Já existe outro gráfico com o mesmo nome, mas com outro tipo."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7002,7 +7027,7 @@ msgstr "Já existe outro gráfico com o mesmo nome, mas com outro tipo."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7010,7 +7035,7 @@ msgstr "Já existe outro gráfico com o mesmo nome, mas com outro tipo."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Gráficos"
@@ -7079,12 +7104,12 @@ msgstr "Grupo para hosts descobertos"
msgid "Group name"
msgstr "Nome do grupo"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "O protótipo de grupo não pode ser baseado em regra de autobusca no host \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Protótipos de grupo"
@@ -7099,8 +7124,8 @@ msgstr "Agrupando por"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7132,10 +7157,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "Agente HTTP"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "Autenticação HTTP"
@@ -7143,11 +7168,11 @@ msgstr "Autenticação HTTP"
msgid "HTTP login form"
msgstr "Formulário de autenticação HTTP"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "Proxy HTTP"
@@ -7176,20 +7201,20 @@ msgstr "Hardware (visão detalhada)"
msgid "Hardware sensor reading. Returns float"
msgstr "Sensor de leitura de hardware. Retorna: número em ponto flutuante"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Cabeçalhos"
@@ -7222,11 +7247,11 @@ msgstr "Ajuda"
msgid "Hexadecimal to decimal"
msgstr "Hexadecimal para decimal"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Escondido"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Ocultar depuração"
@@ -7263,23 +7288,23 @@ msgstr "Escuro em alto contraste"
msgid "High-contrast light"
msgstr "Claro em alto contraste"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "Ressaltar linha inteira"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Histórico"
@@ -7287,17 +7312,17 @@ msgstr "Histórico"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Histórico zerado"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Zerar o histórico pode levar um tempo bem longo. Continuar?"
@@ -7311,13 +7336,17 @@ msgstr "Histórico de eventos"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Período de retenção do histórico"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7342,26 +7371,26 @@ msgstr "Alinhamento horizontal"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7373,8 +7402,8 @@ msgstr "Alinhamento horizontal"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Host"
@@ -7416,8 +7445,7 @@ msgstr "Acesso ao host"
msgid "Host added"
msgstr "Host incluído"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7434,19 +7462,19 @@ msgstr "O host não pode possuir mais de uma interface padrão do mesmo tipo."
msgid "Host count"
msgstr "Contagem de hosts"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Host removido"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Host desativado"
msgstr[1] "Hosts desativados"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Host ativado"
@@ -7467,7 +7495,7 @@ msgstr[1] "Hosts ativados"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Grupo de hosts"
@@ -7513,11 +7541,11 @@ msgstr "O grupo de hosts com o ID \"%1$s\" não está disponível."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7554,17 +7582,17 @@ msgstr "Grupos de hosts"
msgid "Host info"
msgstr "Informações dos hosts"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Interface do host"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7585,7 +7613,7 @@ msgstr "Incidentes do host"
msgid "Host label type"
msgstr "Tipo do rótulo do host"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Macros de host"
@@ -7612,53 +7640,57 @@ msgstr "Redes do host"
msgid "Host prototype"
msgstr "Protótipo de host"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "O protótipo de host \"%1$s\" já existe em \"%2$s\", herdado de outro template."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "O protótipo de host \"%1$s\" já existe em \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Protótipo de host adicionado"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Protótipo de host foi excluído"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "O protótipo de host foi atualizado"
msgstr[1] "Os protótipos de hosts foram atualizados"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Já existe protótipo de host com o nome \"%1$s\" na autobusca \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Já existe protótipo de host com o nome visível \"%1$s\" na autobusca \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Protótipos de host"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Protótipos de host excluídos"
@@ -7707,17 +7739,17 @@ msgstr "Já existe um host com o nome \"%1$s\"."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Já existe um host com o nome visível \"%1$s\"."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7793,7 +7825,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7828,10 +7860,10 @@ msgstr "O range de IP \"%1$s\" excede o limite de endereços \"%2$s\""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7848,9 +7880,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "Scripts IPMI podem ser executados apenas pelo servidor."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "Sensor IPMI"
@@ -7967,7 +7999,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Imagem"
@@ -8075,7 +8107,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "Grupo inacessível"
@@ -8091,9 +8123,9 @@ msgstr "Item inacessível"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8106,11 +8138,11 @@ msgstr "Mapa inacessível"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "Template inacessível"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "Trigger inacessível"
@@ -8123,7 +8155,7 @@ msgstr "Trigger inacessível"
msgid "Inaccessible user"
msgstr "Usuário inacessível"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Incluir"
@@ -8391,8 +8423,8 @@ msgstr "Argumentos incorretos passados para a função"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8533,9 +8565,9 @@ msgstr "O nome ou o valor do campo \"%1$s\" é inválido para a cláusula \"wher
msgid "Incorrect fields for sysmap."
msgstr "Campos inválidos para o mapa do sistema."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8588,7 +8620,7 @@ msgstr "O tipo da condição de filtro é inválido para a ação \"%1$s\"."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Usada função incorreta"
@@ -8664,7 +8696,7 @@ msgstr "Foi informado o ID de item \"%1$s\" e ele é inválido para o elemento n
msgid "Incorrect item for axis value."
msgstr "Item inválido para o valor do eixo."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Foi informada uma chave de item inválida \"%1$s\" para a expressão da trigger em \"%2$s\"."
@@ -8675,11 +8707,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Foi informado o ID de protótipo de item \"%1$s\" e ele é inválido para o elemento da tela."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Tipo incorreto para o item"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Foi informado um tipo de valor inválido para o item \"%1$s\" na função \"%2$s\" da trigger."
@@ -8850,35 +8882,35 @@ msgstr "ID de trigger inválido para o serviço \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Expressão de trigger incorreta"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Expressão de trigger inválida."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Expressão de trigger inválida - O host \"%1$s\" não existe ou você não possui acesso a este host."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Expressão de trigger inválida - Os elementos de uma expressão não podem se referenciar a um template e a um host simultaneamente."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Foi informada uma função de trigger inválida \"%1$s\" na expressão."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "O protótipo de trigger possui expressão inválida. O host \"%1$s\" não existe ou você não possui acesso a este host."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "O protótipo de trigger possui expressão inválida. A expressão não pode possuir referencia a host e template simultaneamente."
@@ -9029,16 +9061,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9049,7 +9080,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9199,23 +9230,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9304,10 +9337,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9315,10 +9348,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Informação"
@@ -9332,15 +9365,19 @@ msgstr "Informação"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Informação sobre um serviço. Retorna inteiro - (state, startup); Caractere - (displayname, path, user); Texto - (description); Especificamente para estado: 0 - em execução, 1 - pausado, 2 - iniciação pendente, 3 - pausa pendente, 4 - retorno pendente, 5 - finalização pendente, 6 - finalizado, 7 - desconhecido, 255 - serviço desconhecido; Especificamente para inicialização: 0 - automático, 1 - Automático com atraso, 2 - Manual, 3 - Desabilitado, 4 - desconhecido"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Macros herdadas e do host"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9356,17 +9393,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Inserir"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Insira a expressão"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Instalação"
@@ -9378,7 +9415,7 @@ msgstr "Instalação"
msgid "Installer name"
msgstr "Nome de instalação"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9411,8 +9448,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "A interface com IP \"%1$s\" não pode possuir nome de DNS nulo."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9442,14 +9479,14 @@ msgstr "Período de retenção interna de dados"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9473,15 +9510,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Intervalo"
@@ -9508,7 +9545,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Condição inválida na ação: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "Data inválida."
@@ -9522,15 +9559,15 @@ msgstr "Endereço de e-mail inválido: \"%1$s\"."
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "Endereço de e-mail inválido para o tipo de mídia com o ID \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "O quinto parâmetro é inválido."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "O primeiro parâmetro é inválido."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "O quarto parâmetro é inválido."
@@ -9542,11 +9579,11 @@ msgstr "O hostid na macro \"%1$s\" é inválido."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Intervalo inválido \"%1$s\"."
@@ -9587,7 +9624,7 @@ msgstr "Macro inválida \"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "Os parâmetros do método são inválidos."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Quantidade de parâmetros inválida."
@@ -9619,6 +9656,15 @@ msgstr "Quantidade de parâmetros inválida."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9631,75 +9677,81 @@ msgstr "Quantidade de parâmetros inválida."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9716,7 +9768,7 @@ msgstr "Parâmetros inválidos."
msgid "Invalid response code \"%1$s\"."
msgstr "Código de resposta inválido \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "O segundo parâmetro é inválido."
@@ -9753,15 +9805,15 @@ msgstr "O segundo parâmetro é inválido."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9774,7 +9826,7 @@ msgstr "O segundo parâmetro é inválido."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Tag inválida \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "O terceiro parâmetro é inválido."
@@ -9793,9 +9845,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventário"
@@ -9822,9 +9874,9 @@ msgid "Issue"
msgstr "Assunto"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Emissor"
@@ -9841,22 +9893,22 @@ msgid "Italian (it_IT)"
msgstr "Italiano (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Item"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9895,15 +9947,15 @@ msgstr "O item \"%1$s\" não existe ou você não tem acesso a ele"
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Item \"%1$s\" em \"%2$s\": a aplicação \"%3$s\" não existe."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Item incluído"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Item copiado"
@@ -9913,17 +9965,17 @@ msgstr[1] "Itens copiados"
msgid "Item count"
msgstr "Contagem de itens"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Item removido"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Item desativado"
msgstr[1] "Itens desativados"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Item ativado"
@@ -9933,7 +9985,7 @@ msgstr[1] "Itens ativados"
msgid "Item in \"not supported\" state"
msgstr "O item está como \"não suportado\""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Item não selecionado"
@@ -9946,7 +9998,7 @@ msgstr "O pré-processamento do item tem parâmetros ausentes: %1$s"
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9967,15 +10019,15 @@ msgstr "O protótipo de item \"%1$s\" já existe em \"%2$s\", ligado à outra re
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "O protótipo de item \"%1$s\" já existe em \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Protótipo de item adicionado"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Protótipo de item excluído"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "O protótipo de item foi atualizado"
@@ -9988,7 +10040,7 @@ msgstr "O protótipo de itens com o ID \"%1$s\" não está disponível."
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9996,19 +10048,19 @@ msgstr "O protótipo de itens com o ID \"%1$s\" não está disponível."
msgid "Item prototypes"
msgstr "Protótipos de itens"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Protótipos de item excluídos"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Item atualizado"
@@ -10080,7 +10132,7 @@ msgstr "Já existe um item com a chave \"%1$s\" em \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10090,11 +10142,11 @@ msgstr "Já existe um item com a chave \"%1$s\" em \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Itens"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Itens removidos"
@@ -10106,7 +10158,7 @@ msgstr "Lista de itens"
msgid "Items location"
msgstr "Localização dos itens"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Itens atualizados"
@@ -10114,7 +10166,7 @@ msgstr "Itens atualizados"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10122,10 +10174,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "Agente JMX"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "Endpoint JMX"
@@ -10138,10 +10190,10 @@ msgstr "Interfaces JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "Dado JSON"
@@ -10173,7 +10225,7 @@ msgid "JSON-rpc version is not specified."
msgstr "A versão do JSON-rpc não foi definida."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10181,7 +10233,7 @@ msgstr ""
msgid "Jan"
msgstr "Jan"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Janeiro"
@@ -10198,7 +10250,7 @@ msgstr ""
msgid "Jul"
msgstr "Jul"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Julho"
@@ -10206,11 +10258,11 @@ msgstr "Julho"
msgid "Jun"
msgstr "Jun"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Junho"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Período de retenção de itens perdidos"
@@ -10244,7 +10296,7 @@ msgstr "A chave \"%1$s\" não encontrou correspondência <grpmax|grpmin|grpsum|g
msgid "Key passphrase"
msgstr "Chave de acesso"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Palavra-chave"
@@ -10281,23 +10333,23 @@ msgstr "A sessão foi iniciada com o servidor LDAP"
msgid "LDAP settings"
msgstr "Configurações do LDAP"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10323,42 +10375,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Último"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] "Último %1$d dia"
msgstr[1] "Último %1$d dias"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] "Última %1$d hora"
msgstr[1] "Últimas %1$d horas"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] "Último %1$d minuto"
msgstr[1] "Últimos %1$d minutos"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] "Último %1$d mês"
msgstr[1] "Últimos %1$d meses"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] "Último %1$d segundo"
msgstr[1] "Últimos %1$d segundos"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10395,23 +10447,24 @@ msgstr "Última modificação (descendente)"
msgid "Last check"
msgstr "Última checagem"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Gráfico última hora"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Gráfico último mês"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Última de"
@@ -10424,21 +10477,21 @@ msgstr "Visto pela última vez (tempo)"
msgid "Last value"
msgstr "Último valor"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Gráfico última semana"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Dados recentes"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Últimos valores"
@@ -10485,7 +10538,7 @@ msgstr "Remover espaços à esquerda"
msgid "Legend"
msgstr "Legenda"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10527,8 +10580,8 @@ msgstr "Link"
msgid "Link indicators"
msgstr "Indicadores de link"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10564,10 +10617,10 @@ msgstr "Vínculo com templates"
msgid "Linked map"
msgstr "Mapa linkado"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10661,10 +10714,10 @@ msgid "Location longitude"
msgstr "Longitude de localização"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10676,10 +10729,10 @@ msgstr "Monitoração de arquivo de log com suporte a rotação. Retorna: log"
msgid "Log file monitoring. Returns log"
msgstr "Monitoração de log. Retorna: log"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Formato de data no log"
@@ -10736,7 +10789,7 @@ msgstr "A regra de autobusca (LLD) está em estado \"não suportado\""
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "S"
@@ -10753,8 +10806,9 @@ msgstr "Endereço MAC B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10769,7 +10823,7 @@ msgstr "Verificação checksum MD5. Retorna: texto (hash MD5 do arquivo)"
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Macro"
@@ -10796,10 +10850,10 @@ msgstr "A macro com o ID de host \"%1$s\" (hostmacroid) não existe."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10890,16 +10944,16 @@ msgstr "Manutenção sem coleta de dados"
msgid "Maintenance: %1$s"
msgstr "Manutenção: %1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Um parâmetro obrigatório está faltando."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manual"
@@ -10914,7 +10968,7 @@ msgstr "Fechado manualmente"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Mapa"
@@ -11008,7 +11062,7 @@ msgstr "Mapas"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Março"
@@ -11024,11 +11078,11 @@ msgstr "Marcar outros"
msgid "Mark selected"
msgstr "Marcar selecionados"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Máscara"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11047,11 +11101,11 @@ msgid "Mass update shapes"
msgstr "Atualização em massa de formas"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "Item mestre"
@@ -11099,7 +11153,7 @@ msgstr "Número máximo de arquivos abertos suportado pelo S.O. Retorna: inteiro
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "Quantidade máxima de processos suportada pelo S.O. Retorna: número inteiro"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11114,7 +11168,7 @@ msgstr[1] "O período máximo a ser exibido é de %1$s dias."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "O tamanho máximo do endereço de e-mail foi excedito para o tipo de mídia com o ID \"%1$s\"."
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Maio"
@@ -11269,7 +11323,7 @@ msgid "Message/Command"
msgstr "Mensagem/Comando"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Mensagens"
@@ -11333,7 +11387,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Severidade mínima"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11392,7 +11446,7 @@ msgstr "Estão faltando itens no protótipo de gráfico \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Está faltando a chave \"%1$s\" para o host \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11465,7 +11519,7 @@ msgstr ""
msgid "Mon"
msgstr "Seg"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Segunda-feira"
@@ -11473,9 +11527,9 @@ msgstr "Segunda-feira"
msgid "Monitored by"
msgstr "Monitorado por"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Monitorado por proxy"
@@ -11507,11 +11561,11 @@ msgstr "Mês"
msgid "Monthly"
msgstr "Mensal"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Mais correspondentes encontrados..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11530,20 +11584,20 @@ msgstr "Mais de um gráfico com o nome \"%1$s\" no mesmo host."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Múltiplo"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Multiplos eventos de INCIDENTE"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Sem som"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11576,13 +11630,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11610,17 +11665,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11640,19 +11695,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11661,15 +11716,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11679,12 +11734,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11775,12 +11830,12 @@ msgid "Never"
msgstr "Nunca"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Nova aplicação"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Novo protótipo de aplicação"
@@ -11794,7 +11849,7 @@ msgstr "Nova condição"
msgid "New dashboard"
msgstr "Novo dashboard"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Novo elemento"
@@ -11830,13 +11885,13 @@ msgstr ""
msgid "New triggers"
msgstr "Novas triggers"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Próximo passo"
@@ -11845,20 +11900,20 @@ msgstr "Próximo passo"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12012,6 +12067,7 @@ msgid "No data."
msgstr "Sem dados."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Não foi definida a interface padrão para o tipo \"%1$s\" em \"%2$s\"."
@@ -12028,12 +12084,12 @@ msgstr "Não foram informados os IDs de regra de descoberta."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Sem criptografia"
@@ -12100,12 +12156,12 @@ msgstr ""
msgid "No image"
msgstr "Sem imagem"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Nenhuma interface encontrada"
@@ -12122,7 +12178,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12162,7 +12218,7 @@ msgstr "Não foi informado um ID de mapa para um elemento da tela."
msgid "No maps added."
msgstr "Nenhum mapa adicionado."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Nenhuma correspondência encontrada"
@@ -12193,8 +12249,8 @@ msgstr "Sem permissão de acesso ao sistema."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12203,8 +12259,8 @@ msgstr "Sem permissão de acesso ao sistema."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12260,12 +12316,12 @@ msgstr "Sem permissão de acesso ao sistema."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12324,7 +12380,7 @@ msgstr "Sem permissão de acesso ao sistema."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12345,7 +12401,7 @@ msgstr "Sem permissão de acesso ao sistema."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Sem permissão para o objeto referenciado ou ele não existe!"
@@ -12375,7 +12431,7 @@ msgstr "Não foi informado o arquivo de chave pública."
msgid "No recipients for action operation message."
msgstr "Sem destinatários para a operação de mensagem da ação."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "Não atualizar"
@@ -12387,11 +12443,11 @@ msgstr "Nenhuma tela adicionada."
msgid "No script specified for action operation command."
msgstr "Nenhum script definido para a ação de comando."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Nenhum alvo selecionado"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Nenhum alvo selecionado."
@@ -12408,19 +12464,19 @@ msgstr "Nenhuma trigger definida."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Marcadores não booleanos serão descontinuados."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12433,18 +12489,18 @@ msgstr "Marcadores não booleanos serão descontinuados."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Nenhum"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12542,7 +12598,7 @@ msgstr "Notificar todos os envolvidos"
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Novembro"
@@ -12555,11 +12611,11 @@ msgstr "Número de CPUs. Retorna: número inteiro"
msgid "Number of enabled items on the host."
msgstr "Número de itens habilitados no host."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Quantidade de itens (habilitados/desabilitados/não suportados)"
@@ -12627,11 +12683,11 @@ msgstr "Alterações no status"
msgid "Number of steps"
msgstr "Número de passos"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Quantidade de triggers (habilitadas/desabilitadas [incidente/ok])"
@@ -12647,7 +12703,7 @@ msgstr "Número de itens não suportados no banco de dados Zabbix."
msgid "Number of unsupported items on the host."
msgstr "Número de itens não suportados no host."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Número de usuários (online)"
@@ -12699,22 +12755,22 @@ msgid "Numeral systems"
msgstr "Sistema numeral"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numérico (fracionário)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "Numérico (inteiro)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numérico (inteiro sem sinal)"
@@ -12732,13 +12788,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "Fechamentos de eventos OK"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "Geração de eventos OK"
@@ -12754,7 +12810,7 @@ msgstr "Roteador OOB"
msgid "OOB subnet mask"
msgstr "Máscara de subnet OOB"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "OU"
@@ -12782,13 +12838,13 @@ msgstr "Out"
msgid "Octal to decimal"
msgstr "Octal para decimal"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Outubro"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Inativo"
@@ -12820,7 +12876,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Ativo"
@@ -12895,7 +12951,7 @@ msgstr "Apenas administradores podem definir o proprietário da tela."
msgid "Only administrators can set slide show owner."
msgstr "Apenas administradores podem definir o proprietário da apresentação de telas."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Somente itens de hosts habilitados são contados"
@@ -12951,7 +13007,7 @@ msgstr "Apenas usuários com perfil de Super Admin podem atualizar mapeamentos d
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Apenas os últimos 20%% dos indicadores são exibidos."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Somente triggers de hosts ativados e dependentes de itens ativados são contadas"
@@ -12973,7 +13029,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "A operação não pode ser executada devido a requisição não autorizada."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Detalhes da operação"
@@ -12989,12 +13045,12 @@ msgstr "A operação não possui template para operar."
msgid "Operation type"
msgstr "Tipo da operação"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13042,24 +13098,24 @@ msgstr "Operador"
msgid "Options"
msgstr "Opções"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Ou"
@@ -13088,55 +13144,57 @@ msgstr "Ou"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13175,8 +13233,8 @@ msgstr "Outros"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Estatísticas de saída de tráfego na interface de rede. Retorna: número inteiro"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Sobrescrito por"
@@ -13200,8 +13258,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "Sobrepor"
@@ -13386,16 +13444,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "INCIDENTE"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "Modo de geração de eventos de INCIDENTE"
@@ -13407,26 +13465,26 @@ msgstr "Modo de geração de eventos de INCIDENTE"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "Identidade PSK"
@@ -13445,13 +13503,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parâmetro"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "O parâmetro \"%1$s\" será descontinuado."
@@ -13522,28 +13580,28 @@ msgstr "Passivo"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Senha"
@@ -13555,15 +13613,15 @@ msgstr "Senha (novamente)"
msgid "Password is not mandatory for non internal authentication type."
msgstr "A senha é opcional para autenticação externa."
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Colar"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Colar sem os links externos"
@@ -13580,7 +13638,7 @@ msgstr "Pausar operações para incidentes suprimidos"
msgid "Peak memory usage: %1$s"
msgstr "Pico de utilização de memória: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Percentual"
@@ -13597,17 +13655,22 @@ msgstr "Linha percentual (direita)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Executa uma consulta DNS. Retorna: texto com o tipo de informação requisitado"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Período"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13653,7 +13716,7 @@ msgid "Placing algorithm"
msgstr "Informar algorítimo"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Texto puro"
@@ -13667,7 +13730,7 @@ msgstr "Executar"
msgid "Play sound"
msgstr "Executar som"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Por favor verifique os parâmetros de configuração. Se tudo estiver correto pressione o botão \"%1$s\", ou pressione o botão \"%2$s\" para modificar parâmetros de configuração."
@@ -13676,20 +13739,20 @@ msgstr "Por favor verifique os parâmetros de configuração. Se tudo estiver co
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Por favor crie o banco de dados manualmente e informe os parâmetros de conexão para a base. Pressione o botão \"%1$s\" quando estiver pronto."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Por favor informe o nome ou IP e a porta do servidor Zabbix, assim como um nome para esta instalação (opcional)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Favor selecionar dois elementos"
@@ -13719,18 +13782,17 @@ msgstr "Pontos"
msgid "Polish (pl_PL)"
msgstr "Polonês (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Preencha o campo do inventário do host"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13761,33 +13823,33 @@ msgid "Post type"
msgstr "Tipo do post"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Sumário da pré-instalação"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "Pré-processamento"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "Pré-processamento"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "Passos do pré-processamento"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13798,23 +13860,23 @@ msgstr ""
msgid "Preview"
msgstr "Visualizar"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "Mês anterior"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "Semana anterior"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "Ano anterior"
@@ -13847,12 +13909,14 @@ msgid "Primary POC screen name"
msgstr "POC - Nome primário da tela"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Frase privada"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Protocolo de privacidade"
@@ -13864,29 +13928,29 @@ msgid "Private"
msgstr "Privado"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Arquivo de chave privada"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Nível de acesso"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13911,8 +13975,8 @@ msgstr "Problema criado"
msgid "Problem display"
msgstr "Exibição de incidentes"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Expressão de incidente"
@@ -13929,7 +13993,7 @@ msgstr "Incidente não suprimido"
msgid "Problem is suppressed"
msgstr "Incidente suprimido"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Incidente em"
@@ -13959,13 +14023,13 @@ msgstr "Incidente, se todos os filhos tem incidentes"
msgid "Problem, if at least one child has a problem"
msgstr "Incidente, se pelo menos um filho tem incidente"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13974,7 +14038,7 @@ msgstr "Incidente, se pelo menos um filho tem incidente"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Incidentes"
@@ -14011,7 +14075,7 @@ msgid "Properties"
msgstr "Propriedades"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14029,7 +14093,7 @@ msgstr "Proxies"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14100,20 +14164,20 @@ msgid "Public"
msgstr "Público"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Chave pública"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Arquivo de chave pública"
@@ -14143,8 +14207,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "RESOLVIDO"
@@ -14154,10 +14218,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Dados brutos"
@@ -14215,7 +14279,7 @@ msgid "Received value"
msgstr "Valor recebido"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14242,24 +14306,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Recuperação"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Expressão de recuperação"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "Erro de sintaxe na expressão de recuperação."
@@ -14269,9 +14333,9 @@ msgstr "Operações de recuperação"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Hora da recuperação"
@@ -14286,11 +14350,11 @@ msgid "Refresh"
msgstr "Atualizar"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "Intervalo de atualização"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "Multiplicador do intervalo de atualização"
@@ -14304,7 +14368,7 @@ msgstr "Comum"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Expressão regular"
@@ -14344,7 +14408,7 @@ msgstr "Expressões regulares"
msgid "Regular items"
msgstr "Itens normais"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14368,6 +14432,12 @@ msgstr "Comando remoto"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14384,43 +14454,37 @@ msgstr "Comando remoto"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14429,14 +14493,14 @@ msgstr "Comando remoto"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14459,7 +14523,7 @@ msgstr "Comando remoto"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14492,8 +14556,8 @@ msgstr "Comando remoto"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Remover"
@@ -14529,7 +14593,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "Remover, %1$s"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14539,17 +14603,17 @@ msgstr "Removido, %1$s"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Substituir"
@@ -14564,23 +14628,23 @@ msgstr "Substituir dependências"
msgid "Reports"
msgstr "Relatórios"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr "Requisitar corpo"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr "Solicitar tipo de corpo"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "Requisição enviada com sucesso"
@@ -14590,7 +14654,7 @@ msgstr "Requisição enviada com sucesso"
msgid "Request type"
msgstr "Tipo de requisição"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Requerido"
@@ -14607,14 +14671,14 @@ msgstr "Performance requerida (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Performance requerida do servidor Zabbix, em novos valores por segundo."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Desempenho requerido do servidor, novos valores por segundo"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Código de status requerido"
@@ -14622,7 +14686,7 @@ msgstr "Código de status requerido"
msgid "Required string"
msgstr "Texto requerido"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Limpar"
@@ -14651,7 +14715,7 @@ msgstr "Confirmação de restauração"
msgid "Reset defaults"
msgstr "Restaurar padrões"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Resolvido"
@@ -14663,26 +14727,26 @@ msgstr "Resolvido por"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Solucionado pela regra de correlação \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Solucionado por regra de correlação."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Solucionado pelo usuário \"%1$s\"."
@@ -14719,15 +14783,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Resultado"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14746,14 +14810,14 @@ msgstr "Resultado VERDADEIRO"
msgid "Result type"
msgstr "Tipo de resultado"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "Modo de busca"
@@ -14916,12 +14980,12 @@ msgstr "Executa o comando em no host. Retorna o texto retornado pelo comando; 1
msgid "Russian (ru_RU)"
msgstr "Russo (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "D"
@@ -14931,7 +14995,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14976,16 +15041,16 @@ msgstr "Porta do servidor SMTP"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14993,8 +15058,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "Comunidade SNMP"
@@ -15010,11 +15077,13 @@ msgstr "Trap SNMP"
msgid "SNMP trap key is invalid."
msgstr "A chave da trap SNMP é inválida."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15022,7 +15091,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "Agente SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15030,7 +15100,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "Agente SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15052,9 +15123,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "Total de SQL: %1$s (seleções: %2$s | execuções: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "Pesquisa SQL"
@@ -15077,40 +15148,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "Agente SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "Arquivo de certificado SSL"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "Arquivo de chave SSL"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Senha do SSL"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "Verificação SSL do host"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "Verificação de par SSL"
@@ -15138,15 +15209,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "Sab"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Sábado"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Salvar alterações"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Salvar como \"%1$s\""
@@ -15168,12 +15247,12 @@ msgid "Scheduled check"
msgstr "Verificação agendada"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15257,9 +15336,9 @@ msgid "Screen updated"
msgstr "Tela atualizada"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15274,7 +15353,7 @@ msgstr "Tela atualizada"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Telas"
@@ -15339,7 +15418,7 @@ msgstr "Script atualizado"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Scripts"
@@ -15397,19 +15476,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Nível de segurança"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Nome de segurança"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15420,8 +15501,8 @@ msgstr "Nome de segurança"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15429,15 +15510,15 @@ msgstr "Nome de segurança"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Selecionar"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Selecione o protótipo"
@@ -15470,19 +15551,19 @@ msgstr "Elementos selecionados"
msgid "Selected items only"
msgstr "Itens selecionados somente"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "Selecionado, %1$s na posição %2$d de %3$d"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "Selecionado, %1$s, apenas leitura, na posição %2$d de %3$d"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "Enviar para trás"
@@ -15507,7 +15588,7 @@ msgstr "Enviar apenas para"
msgid "Send to"
msgstr "Enviar para"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Enviar para trás"
@@ -15534,13 +15615,13 @@ msgstr "Set"
msgid "Separated"
msgstr "Separados"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Setembro"
@@ -15665,12 +15746,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Sessão terminada, conecte-se novamente por favor."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "Definir período de tempo customizado"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15679,11 +15761,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr "Defina o modo de inventário de host"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15706,28 +15788,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15746,7 +15828,7 @@ msgid "Severity changed"
msgstr "Severidade modificada"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "Mudanças de severidade"
@@ -15776,7 +15858,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Compartilhamento"
@@ -15794,14 +15876,14 @@ msgstr "A opção de compartilhamento \"%1$s\" tem valor ausente no mapa \"%2$s\
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "A opção de compartilhamento \"%1$s\" tem um valor ausente na tela \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "Encurtado"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15812,8 +15894,8 @@ msgstr "Encurtado"
msgid "Show"
msgstr "Mostrar"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Mostrar detalhes"
@@ -15821,7 +15903,7 @@ msgstr "Mostrar detalhes"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15848,7 +15930,11 @@ msgstr "Mostrar legenda"
msgid "Show lines"
msgstr "Mostrar linhas"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15870,9 +15956,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15883,7 +15969,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr "Exibir incidentes suprimidos"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Exibir etiquetas"
@@ -15897,7 +15983,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Mostrar texto como HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15908,7 +15994,7 @@ msgid "Show triggers"
msgstr "Mostrar triggers"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Exibir apenas eventos não reconhecidos"
@@ -15917,10 +16003,10 @@ msgstr "Exibir apenas eventos não reconhecidos"
msgid "Show unavailable maps"
msgstr "Exibir mapas indisponíveis"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Mostrar valor"
@@ -15932,7 +16018,7 @@ msgstr "Exibir um alerta se o servidor Zabbix estiver fora do ar"
msgid "Show working time"
msgstr "Mostrar horário comercial"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Mostrar"
@@ -15983,8 +16069,8 @@ msgstr "Gráfico simples"
msgid "Simple graph prototype"
msgstr "Protótipo gráfico simples"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Simples"
@@ -16095,7 +16181,7 @@ msgstr "Telas"
msgid "Slovak (sk_SK)"
msgstr "Eslovaco (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Soneca"
@@ -16233,7 +16319,8 @@ msgstr "Estático"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16241,16 +16328,15 @@ msgstr "Estático"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16270,7 +16356,7 @@ msgstr "Estático"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16358,28 +16444,28 @@ msgid "Stop"
msgstr "Parar"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16391,7 +16477,7 @@ msgstr "Direto"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16416,14 +16502,14 @@ msgid "Subject"
msgstr "Assunto"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Segurado"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Submapa"
@@ -16431,7 +16517,7 @@ msgstr "Submapa"
msgid "Success Audit"
msgstr "Sucesso na Auditoria"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "Mensagem de sucesso"
@@ -16444,7 +16530,7 @@ msgstr "Sumarização das estatísticas de entrada e saída da interface de rede
msgid "Sun"
msgstr "Dom"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Domingo"
@@ -16488,7 +16574,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "A mudança do método de autenticação irá invalidar todas as sessões, exceto esta! Continuar?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16539,12 +16625,12 @@ msgstr "Horário do sistema. Retorna: número inteiro - se o tipo for UTC; Texto
msgid "System uptime in seconds. Returns integer"
msgstr "Tempo desde a carga do sistema. Retorna: número inteiro"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "Q"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16586,12 +16672,12 @@ msgstr "A tabela \"%1$s\" não possui um campo chamado \"%2$s\"."
msgid "Tag"
msgstr "Plaqueta"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "A etiqueta \"%1$s\" com o valor \"%2$s\" já existe."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "Prioridade de exibição de etiquetas"
@@ -16600,12 +16686,12 @@ msgstr "Prioridade de exibição de etiquetas"
msgid "Tag filter"
msgstr "Filtro de etiqueta"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Etiqueta para comparação"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "Nome da etiqueta"
@@ -16616,25 +16702,25 @@ msgstr "Valor da etiqueta"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16642,11 +16728,11 @@ msgstr "Valor da etiqueta"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16655,11 +16741,11 @@ msgid "Tags"
msgstr "Etiquetas"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Destino"
@@ -16778,13 +16864,13 @@ msgstr "Já existe template com o nome visível \"%1$s\"."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16806,20 +16892,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Testar"
@@ -16844,7 +16930,7 @@ msgstr "Testar dados"
msgid "Test expressions"
msgstr "Expressões de teste"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16872,10 +16958,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16914,7 +17000,7 @@ msgstr "A aplicação não foi mais descoberta e será excluída na próxima exe
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17007,11 +17093,11 @@ msgstr "A aplicação do cenário web pertence à um host diferente do que o do
msgid "Theme"
msgstr "Tema"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "Este dia na semana passada"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17020,11 +17106,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Este mês"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "Até agora neste mês"
@@ -17036,23 +17122,23 @@ msgstr "Esta coluna da tela não está vazia. Excluir ela?"
msgid "This screen row is not empty. Delete it?"
msgstr "Esta linha da tela não está vazia. Excluir ela?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Esta semana"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "Até agora nesta semana"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Este ano"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "Até agora neste ano"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Limiar"
@@ -17064,7 +17150,7 @@ msgstr ""
msgid "Thu"
msgstr "Qui"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Quinta-feira"
@@ -17075,19 +17161,19 @@ msgstr "Quinta-feira"
msgid "Till"
msgstr "Até"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17130,12 +17216,12 @@ msgstr ""
msgid "Time period"
msgstr "Intervalo"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17147,16 +17233,23 @@ msgstr "Deslocamento de tempo"
msgid "Time type"
msgstr "Tipo de horário"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Tempo limite"
@@ -17170,22 +17263,23 @@ msgstr "Tempo limite"
msgid "Timestamp"
msgstr "Hora"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Para"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Para configurar a interface do host selecione somente itens do mesmo tipo"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Hoje"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "Até agora hoje"
@@ -17275,10 +17369,10 @@ msgstr "Tratar como 0"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Período de retenção das estatísticas"
@@ -17287,34 +17381,34 @@ msgstr "Período de retenção das estatísticas"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Estatísticas"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Trigger"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "A trigger \"%1$s\" já existe em \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "A trigger \"%1$s\" pertence a templates com associações distintas."
@@ -17324,7 +17418,7 @@ msgstr "A trigger \"%1$s\" pertence a templates com associações distintas."
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "A trigger \"%1$s\" depende da trigger \"%2$s\", que não existe."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17332,7 +17426,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Trigger adicionada"
@@ -17340,7 +17434,7 @@ msgstr "Trigger adicionada"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "A trigger não pode depender de uma trigger com a qual possua vínculos."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Trigger copiada"
@@ -17350,7 +17444,7 @@ msgstr[1] "Triggers copiadas"
msgid "Trigger data storage period"
msgstr "Período de retenção dados de triggers"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "A trigger foi excluída"
@@ -17358,7 +17452,7 @@ msgstr "A trigger foi excluída"
msgid "Trigger details"
msgstr "Detalhes da trigger"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Trigger desativada"
@@ -17369,13 +17463,13 @@ msgstr[1] "Triggers desativadas"
msgid "Trigger displaying options"
msgstr "Opções de exibição de trigger"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Trigger ativada"
msgstr[1] "Triggers ativadas"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "A expressão da trigger precisa possuir pelo menos uma referência host:chave."
@@ -17415,24 +17509,24 @@ msgstr "Visão geral triggers"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Protótipo de trigger"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "O protótipo de trigger \"%1$s\" já existe em \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "O protótipo de trigger \"%1$s\" pertence a templates com diferentes associações."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "O protótipo de trigger \"%1$s\" contêm protótipos de item de múltiplas regras de descoberta."
@@ -17442,12 +17536,12 @@ msgstr "O protótipo de trigger \"%1$s\" contêm protótipos de item de múltipl
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "O protótipo de trigger \"%1$s\" depende da trigger \"%2$s\", que não existe."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "O protótipo de trigger \"%1$s\" precisa conter pelo menos um protótipo de item."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Protótipo de trigger adicionado"
@@ -17455,11 +17549,11 @@ msgstr "Protótipo de trigger adicionado"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "O protótipo de trigger não pode depender de uma trigger da qual ele tenha sido herdado."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Protótipo de trigger excluído"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "O protótipo de trigger foi atualizado"
@@ -17467,7 +17561,7 @@ msgstr[1] "Os protótipos de triggers foram atualizados"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17475,15 +17569,15 @@ msgstr[1] "Os protótipos de triggers foram atualizados"
msgid "Trigger prototypes"
msgstr "Protótipos de trigger"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Protótipos de trigger excluídos"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Protótipos de trigger atualizados"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "A expressão de recuperação da trigger precisa possuir ao menos uma referência ao conjunto \"host:chave\"."
@@ -17491,11 +17585,11 @@ msgstr "A expressão de recuperação da trigger precisa possuir ao menos uma re
msgid "Trigger severity"
msgstr "Severidade da trigger"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Status da trigger \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Status da trigger \"Incidente\""
@@ -17503,19 +17597,19 @@ msgstr "Status da trigger \"Incidente\""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Trigger atualizada"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17528,11 +17622,11 @@ msgstr "Trigger atualizada"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Triggers"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "As triggers foram excluídas"
@@ -17548,7 +17642,7 @@ msgstr "Remover espaços"
msgid "Tue"
msgstr "Ter"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Terça-feira"
@@ -17561,7 +17655,7 @@ msgstr "Turco (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Dois itens (\"%1$s\" e \"%2$s\") não podem popular um mesmo campo \"%3$s\" no inventário, isto pode gerar um conflito."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "Dois elementos do mapa devem ser serlecionados"
@@ -17581,7 +17675,7 @@ msgstr "Dois elementos do mapa devem ser serlecionados"
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17593,21 +17687,21 @@ msgstr "Dois elementos do mapa devem ser serlecionados"
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17640,18 +17734,18 @@ msgstr "Tipo (descedente)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Tipo do cálculo"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Tipo de informação"
@@ -17668,8 +17762,8 @@ msgstr "Tipos"
msgid "UNKNOWN"
msgstr "DESCONHECIDO"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17679,11 +17773,11 @@ msgstr "DESCONHECIDO"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17729,7 +17823,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "A URL deverá possuir os campos \"name\" e \"url\" no mapa \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17813,10 +17907,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Unidades"
@@ -17838,7 +17932,7 @@ msgstr "Unidades"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17857,18 +17951,18 @@ msgstr "Ação desconhecida"
msgid "Unknown error"
msgstr "Erro desconhecido"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Função desconhecida."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Item de host desconhecido; não existe este item no host selecionado"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Host desconhecido; não existe este host no sistema"
@@ -17894,15 +17988,15 @@ msgstr "Tipo de valor desconhecido"
msgid "Unlimited"
msgstr "Ilimitado"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Desassociar"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Desassociar e limpar"
@@ -17945,7 +18039,7 @@ msgstr "Desvinculado: Protótipo de item \"%1$s\" em \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Desvinculado: Cenário web \"%1$s\" em \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Som"
@@ -17991,6 +18085,11 @@ msgstr "O parâmetro \"%2$s\" não é suportado para o filtro da ação \"%1$s\"
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "O parâmetro \"%2$s\" não é suportado para o filtro na regra de descoberta \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18027,28 +18126,29 @@ msgstr "Ligado"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18065,16 +18165,16 @@ msgstr "Atualizar existente"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Intervalo de atualização"
@@ -18129,7 +18229,7 @@ msgstr "Tempo em execução em segudos do processo do Zabbix."
msgid "Uptime/Downtime"
msgstr "Uptime/Downtime"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Usar requisições em lote"
@@ -18158,7 +18258,7 @@ msgstr "Utilizado em itens"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Usuário"
@@ -18324,14 +18424,14 @@ msgstr "Menu de usuário"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Nome do usuário"
@@ -18398,11 +18498,11 @@ msgstr ""
msgid "User/Recipient"
msgstr "Usuário/Recipiente"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Usuário"
@@ -18410,8 +18510,8 @@ msgstr "Usuário"
msgid "Username and password"
msgstr "Usuário e senha"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18676,24 +18776,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18822,18 +18922,18 @@ msgstr "Variáveis"
msgid "Various information about specific process(es). Returns float"
msgstr "Várias informações sobre processo(s) específico(s). Retorna ponto flutuante"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18841,8 +18941,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18854,7 +18954,7 @@ msgstr "Fornecedor"
msgid "Verbose"
msgstr "Detalhado"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18915,7 +19015,7 @@ msgstr "Nome visível"
msgid "Visible name cannot be empty if host name is missing."
msgstr "O nome visível não pode ser vazio se o nome do host não for informado."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "Q"
@@ -18927,22 +19027,22 @@ msgstr "Q"
msgid "Warning"
msgstr "Atenção"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Aviso"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Desculpe, mas o número máximo de elementos a recordar foi atingido."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18952,7 +19052,7 @@ msgstr "Desculpe, mas o número máximo de elementos a recordar foi atingido."
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -19009,7 +19109,7 @@ msgstr[1] "Cenários web ativados"
msgid "Web scenario updated"
msgstr "Cenário web atualizado"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19027,7 +19127,7 @@ msgstr ""
msgid "Wed"
msgstr "Qua"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Quarta-feira"
@@ -19040,7 +19140,7 @@ msgstr "Semanal"
msgid "Welcome"
msgstr "Bem vindo"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Bem vindo a"
@@ -19048,7 +19148,7 @@ msgstr "Bem vindo a"
msgid "When active"
msgstr "Ativo quando"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19090,7 +19190,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19164,13 +19264,13 @@ msgstr "Campos errados para o serviço \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Campos errados para o horário do serviço \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Campos errados para o protótipo de trigger."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Campos errados para a trigger."
@@ -19178,8 +19278,8 @@ msgstr "Campos errados para a trigger."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "Valor errado para o campo URL."
@@ -19212,10 +19312,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "Dado XML"
@@ -19306,7 +19406,7 @@ msgstr "YYYY-MM-DD hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19325,20 +19425,20 @@ msgstr "Anual"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19350,7 +19450,7 @@ msgstr "Anual"
msgid "Yes"
msgstr "Sim"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "Ontem"
@@ -19361,7 +19461,7 @@ msgstr "Você está autenticado como \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Não é possível selecionar alguns idiomas, o suporte aos idiomas adicionais necessita da instalação do pacote \"locale\" em seu servidor web."
@@ -19416,7 +19516,7 @@ msgstr "Você não tem permissão para executar esta operação."
msgid "You do not have permissions to create users."
msgstr "Você não tem permissão para criar usuários."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19424,7 +19524,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Você não possui permissão para acessar esta página."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "Você tem alterações que não foram salvas."
@@ -19499,7 +19599,7 @@ msgstr "Formulário de login do Zabbix"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Servidor Zabbix"
@@ -19517,7 +19617,7 @@ msgid "Zabbix server (proxy)"
msgstr "Servidor Zabbix (proxy)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Detalhes do servidor Zabbix"
@@ -19525,15 +19625,15 @@ msgstr "Detalhes do servidor Zabbix"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "O servidor Zabbix não está rodando: a informação apresentada pode não ser atual."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix está rodando"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Nome do servidor Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Porta do servidor Zabbix"
@@ -19542,6 +19642,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix trapper"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "Reduzir o zoom"
@@ -19555,51 +19656,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "é aguardado um valor booleano"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "um texto é esperado"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "é aguardado um código hexadecimal de cor (6 caracteres)"
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "é aguardado um valor numérico"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "número muito grande"
@@ -19612,8 +19718,8 @@ msgstr "número muito grande"
msgid "a numeric value is expected"
msgstr "um valor numérico é esperado"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19621,29 +19727,29 @@ msgstr ""
msgid "a time is expected"
msgstr "um horário é aguardado"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "é aguardado um período de tempo"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "um período de tempo é aguardado"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "uma unidade de tempo é aguardada"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "uma macro de usuário é aguardada"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange() - Diferença absoluta entre o último valor e o anterior"
@@ -19685,6 +19791,10 @@ msgstr "todos"
msgid "all media"
msgstr "todas as mídias"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19696,23 +19806,23 @@ msgstr "todas as mídias"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "um array é aguardado"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "é esperado um array ou sequência de caracteres"
@@ -19722,7 +19832,7 @@ msgid "an empty string is expected"
msgstr "um texto vazio é esperado"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "é aguardado um par de caracteres hexadecimais"
@@ -19730,11 +19840,11 @@ msgstr "é aguardado um par de caracteres hexadecimais"
msgid "an explicit time is expected"
msgstr "um horário explícito é esperado"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19783,11 +19893,11 @@ msgstr ""
msgid "avg"
msgstr "méd"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg() - Valor médio de um período T"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band() - Bitwise AND do último (mais recente) valor T e máscara"
@@ -19815,10 +19925,9 @@ msgstr "não pode ser modificado"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19826,7 +19935,7 @@ msgstr "não pode ser modificado"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19851,6 +19960,9 @@ msgstr "não pode ser modificado"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19877,11 +19989,11 @@ msgstr "não pode ser modificado"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19903,14 +20015,14 @@ msgstr "não pode ser modificado"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19935,7 +20047,7 @@ msgstr "não foi possível executar a solicitação de rolagem de API, os dados
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "change() - Diferença entre o último valor e seu antecessor"
@@ -19953,11 +20065,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "dependência circular entre itens não é permitida"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "cor"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "lista separada por pontos"
@@ -19976,11 +20088,11 @@ msgstr "contêm"
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "count() - Quantidade de valores V recuperados com sucesso (que correspondam com o operador O) em um período T"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19989,32 +20101,32 @@ msgstr "d"
msgid "d.M"
msgstr "d/M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date() - Data atual"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth() - Dias do mês"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek() - Dia da semana"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "dias"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "padrão"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta() - Diferença entre o maior e o menor valor de um período T"
@@ -20040,11 +20152,11 @@ msgstr "descedente"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff() - Diferença entre o último valor e seu predecessor (1 - verdadeiro, 0 - falso)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "o nome do diretório ou do script não podem estar vazios"
@@ -20083,7 +20195,7 @@ msgstr "não é igual"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20122,7 +20234,7 @@ msgstr "primeiro"
msgid "first parameter is expected"
msgstr "é esperado um primeiro parâmetro"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "forecast() - Previsão para os próximos t segundos a partir de um período T"
@@ -20130,14 +20242,14 @@ msgstr "forecast() - Previsão para os próximos t segundos a partir de um perí
msgid "fourth"
msgstr "quarto"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "configurações globais de limpeza de dados"
@@ -20146,7 +20258,7 @@ msgstr "configurações globais de limpeza de dados"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20204,11 +20316,11 @@ msgstr "em"
msgid "including subgroups"
msgstr "incluindo subgrupos"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20246,7 +20358,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr "intervalo de endereços inválido \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "sequência de bytes inválida no UTF-8"
@@ -20260,15 +20372,15 @@ msgstr "atraso inválido"
msgid "invalid history storage period"
msgstr "período inválido para a retenção de histórico"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "nome inválido de grupo de hosts"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "nome inválido de host"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "expressão regular inválida"
@@ -20278,7 +20390,7 @@ msgstr "expressão regular inválida"
msgid "invalid trend storage period"
msgstr "período inválido para a retenção de médias"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregexp() - Expressão regular V correspondendo o último valor em um período T (não senssível ao caso; 1 - corresponde, 0 - não corresponde)"
@@ -20290,7 +20402,7 @@ msgstr "é maior ou igual"
msgid "is less than or equals"
msgstr "é menor ou igual"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "não está entre {} ou está mal formado"
@@ -20320,7 +20432,7 @@ msgstr "a chave está vazia"
msgid "last"
msgstr "último"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last() - Último valor T (mais recente)"
@@ -20332,15 +20444,15 @@ msgstr "esquerda"
msgid "list of characters"
msgstr "lista de caracteres"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid() - ID de evento da última entrada de log correspondente com a expressão regular T (1 - corresponde, 0 - não corresponde)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity() - Severidade de log na última entrada"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logsource() - Fonte do log da última entrada de log correspondente ao parâmetro T (1 - corresponde, 0 - não corresponde)"
@@ -20348,12 +20460,12 @@ msgstr "logsource() - Fonte do log da última entrada de log correspondente ao p
msgid "low-level discovery rule"
msgstr "regra de autobusca (LLD)"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20383,7 +20495,7 @@ msgstr "mapa"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20407,7 +20519,7 @@ msgstr "máx"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max() - Valor máximo em um período T"
@@ -20434,12 +20546,12 @@ msgstr "o nível máximo de dependência foi alcançado"
msgid "min"
msgstr "mín"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "min() - Valor mínimo em um período T"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "o tamanho mínimo é %1$s caracteres"
@@ -20472,27 +20584,27 @@ msgstr "necessário um usuário LDAP válido"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "precisa estar entre \"%1$s\" e \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "precisa conter ao menos uma macro de descoberta"
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "nome"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "novo"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "novo"
@@ -20502,7 +20614,7 @@ msgstr "novo"
msgid "no data"
msgstr "não há dados"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20523,7 +20635,7 @@ msgstr "não em"
msgid "not selected"
msgstr "não selecionado"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now() - Quantidade de segundos desde Epoch"
@@ -20531,8 +20643,8 @@ msgstr "now() - Quantidade de segundos desde Epoch"
msgid "number"
msgstr "número"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "de"
@@ -20580,7 +20692,7 @@ msgstr "off"
msgid "on"
msgstr "em"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20596,11 +20708,11 @@ msgstr "outro"
msgid "output"
msgstr "saída"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20611,11 +20723,11 @@ msgstr ""
msgid "pattern"
msgstr "padrão"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "percentile() - Percentil P de um período T"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev() - Valor anterior"
@@ -20632,12 +20744,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "atualizado a cada %1$s segundo."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp() - Expressão regular V correspondendo último valor em um período T (1 - corresponde, 0 - não corresponde)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20654,7 +20766,7 @@ msgstr "direita"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "raiz"
@@ -20703,6 +20815,7 @@ msgstr "descrição curta"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20717,15 +20830,15 @@ msgstr "descrição curta"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "deve estar vazio"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20733,10 +20846,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "mostrar mapeamento de ícones"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "mostrar mapeamento de valores"
@@ -20744,11 +20857,11 @@ msgstr "mostrar mapeamento de valores"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str() - Localiza um texto V no último valor (mais recente) (1 - encontrou, 0 - não encontrou)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen() - Tamanho do último valor T (mais recente) em caracteres"
@@ -20756,7 +20869,7 @@ msgstr "strlen() - Tamanho do último valor T (mais recente) em caracteres"
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "sum() - Total de valores em um período T"
@@ -20765,14 +20878,14 @@ msgid "supplied credentials are not unique"
msgstr "as credenciais informadas não são únicas"
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20807,9 +20920,13 @@ msgstr "template ID \"%1$s\" foi definido %2$s vezes"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "o parâmetro \"%1$s\" está ausente"
@@ -20824,7 +20941,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20843,18 +20960,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "mudança de horário"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time() - Hora atual"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft() - Tempo para alcançar o limite estimado com base no período T"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20865,26 +21006,26 @@ msgstr "trigger"
msgid "trigger does not allow manual closing"
msgstr "a trigger não permite fechamento manual"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "um protótipo de trigger não pode ser movido para outro template ou host"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "uma trigger com associações não pode ser movida para outro template ou host"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "informe aqui o argumento para pesquisa"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20894,7 +21035,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20911,9 +21052,10 @@ msgstr "fim inesperado da macro"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "parâmetro não aguardado: %1$s"
@@ -20940,12 +21082,12 @@ msgstr "texto inesperado \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "valor inesperado \"%1$s\""
@@ -20955,7 +21097,7 @@ msgstr "valor inesperado \"%1$s\""
msgid "unknown"
msgstr "desconhecido"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20964,28 +21106,28 @@ msgid "unsupported version number"
msgstr "número de versão não suportado"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20995,7 +21137,7 @@ msgstr "número de versão não suportado"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "valor"
@@ -21013,26 +21155,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr "o valor \"%1$s\" não foi encontrado"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "o valor %1$s já existe"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "o valor é muito grande"
@@ -21060,9 +21205,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21100,7 +21245,7 @@ msgstr "tipo errado de regra de descoberta"
msgid "wrong item type"
msgstr "tipo errado de item"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "a"
diff --git a/ui/locale/pt_PT/LC_MESSAGES/frontend.po b/ui/locale/pt_PT/LC_MESSAGES/frontend.po
index 05d32dff576..4ed2088ca8a 100644
--- a/ui/locale/pt_PT/LC_MESSAGES/frontend.po
+++ b/ui/locale/pt_PT/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2013-10-10 08:35+0300\n"
"Last-Translator: richlv <richlv@nakts.net>\n"
"Language-Team: none\n"
@@ -31,7 +31,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "é esperado \"%1$s\""
@@ -59,7 +59,7 @@ msgid "\"host:key\" pair is expected"
msgstr "é esperado par \"host:key\""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -77,7 +77,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d dia"
msgstr[1] "%1$d dias"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -161,8 +161,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -176,7 +176,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -208,15 +208,15 @@ msgstr[1] "restam %1$s tentativas"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s segundo"
msgstr[1] "%1$s segundos"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -235,20 +235,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -286,20 +286,20 @@ msgstr "(0 - usar acção padrão)"
msgid "(Only super admins can create groups)"
msgstr "(Só super-administradores podem criar grupos)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(sem proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - usar porta padrão"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 ou 1"
@@ -375,11 +375,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "E"
@@ -406,16 +407,16 @@ msgstr[0] "A conta está bloqueada por %1$s segundo."
msgstr[1] "A conta está bloqueada por %1$s segundos."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Reconhecido"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Reconhecer"
@@ -448,7 +449,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -461,30 +462,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -555,18 +556,18 @@ msgstr "Acção actualizada"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Acções"
@@ -602,6 +603,9 @@ msgstr "Activo até"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -629,9 +633,6 @@ msgstr "Activo até"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -641,9 +642,9 @@ msgstr "Activo até"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -655,39 +656,40 @@ msgstr "Activo até"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -698,20 +700,20 @@ msgstr "Activo até"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -738,8 +740,8 @@ msgstr "Activo até"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Adicionar"
@@ -747,7 +749,7 @@ msgstr "Adicionar"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Adicionar novo widget"
@@ -755,7 +757,7 @@ msgstr "Adicionar novo widget"
msgid "Add child"
msgstr "Adicionar filho"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Adicionar elemento filho"
@@ -767,7 +769,7 @@ msgstr "Adicionar host"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Adicionar multiplos mapas"
@@ -776,6 +778,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -784,7 +787,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Adicionar protótipo"
@@ -805,11 +808,11 @@ msgstr "Adicionar ao grupo de hosts"
msgid "Add to host groups"
msgstr "Adicionar aos grupos de hosts"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Adicionar widget"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -833,7 +836,7 @@ msgid "Age"
msgstr "Idade"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Idade menor que"
@@ -845,7 +848,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agente"
@@ -904,7 +907,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Tudo"
@@ -922,7 +925,7 @@ msgstr "Todos os grupos"
msgid "All hosts"
msgstr "Todos os hosts"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Todos os links devem ter \"Nome\" e \"URL\" definidos"
@@ -930,13 +933,13 @@ msgstr "Todos os links devem ter \"Nome\" e \"URL\" definidos"
msgid "All maps"
msgstr "Todos os mapas"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Todos os problemas"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Todos os problemas em que o valor da etiqueta seja igual"
@@ -956,48 +959,48 @@ msgstr ""
msgid "All templates"
msgstr "Todos os templates"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Permitir encerramento manual"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Hosts permitidos"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Alternativamente, pode instalar manualmente:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "E"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1006,14 +1009,14 @@ msgid "And/Or"
msgstr "E/Ou"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1029,10 +1032,10 @@ msgstr "Qualquer sequência de caracteres incluídos"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1066,8 +1069,8 @@ msgid "Application error."
msgstr "Erro na aplicação."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Protótipos de aplicações"
@@ -1090,15 +1093,15 @@ msgstr "A aplicação com o id-aplicação \"%1$s\" não existe."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1106,15 +1109,17 @@ msgstr "A aplicação com o id-aplicação \"%1$s\" não existe."
msgid "Applications"
msgstr "Aplicações"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Aplicar"
@@ -1132,7 +1137,7 @@ msgstr "Aproximando"
msgid "Apr"
msgstr "Abr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Abril"
@@ -1144,7 +1149,11 @@ msgstr "Tem a certeza que deseja realizar esta acção?"
msgid "Are you sure you want to delete"
msgstr "Tem a certeza que deseja eliminar"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Tem a certeza de que deseja sair desta página?"
@@ -1160,12 +1169,12 @@ msgstr "Tipo de área"
msgid "Arithmetic"
msgstr "Aritimética"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Sem alteração"
@@ -1273,7 +1282,7 @@ msgstr "Log de auditoria"
msgid "Aug"
msgstr "Ago"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Agosto"
@@ -1290,9 +1299,9 @@ msgstr ""
msgid "Authentication"
msgstr "Autenticação"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Algoritmo de autenticação"
@@ -1302,21 +1311,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Método de autenticação"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Senha de autenticação"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Protocolo de autenticação"
@@ -1355,9 +1366,9 @@ msgstr "Logout automático"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automático"
@@ -1387,7 +1398,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Disponibilidade"
@@ -1412,8 +1423,8 @@ msgstr "Média"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Voltar"
@@ -1467,16 +1478,16 @@ msgid "Blue"
msgstr "Azul"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1517,11 +1528,11 @@ msgstr ""
msgid "Bottom"
msgstr "Abaixo"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "Trazer para frente"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Levar para tráz"
@@ -1548,8 +1559,8 @@ msgstr "CERTIFICADO"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "TERMINANDO"
@@ -1569,7 +1580,7 @@ msgstr "Carga da CPU. Retorna um ponto flutuante (número)"
msgid "CPU utilisation percentage. Returns float"
msgstr "Uso percentagem de CPU. Retorna número com ponto flutuante"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1602,7 +1613,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1610,7 +1621,7 @@ msgstr ""
msgid "Callback"
msgstr "Callback"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1636,10 +1647,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Cancelar"
@@ -1684,12 +1695,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Não foi possível adicionar dependência de um host para um template."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Não foi possível adicionar dependência no trigger \"%1$s:%2$s\" para um trigger inexistente \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Não foi possível adicionar regra de descoberta"
@@ -1713,7 +1724,7 @@ msgstr "Não foi possível adicionar o grupo."
msgid "Cannot add host"
msgstr "Não foi possível adicionar host"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Não foi possível adicionar o protótipo de host"
@@ -1723,7 +1734,7 @@ msgstr "Não foi possível adicionar o protótipo de host"
msgid "Cannot add image"
msgstr "Não foi possível adicionar imagem"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Não foi possível adicionar item"
@@ -1732,7 +1743,7 @@ msgstr "Não foi possível adicionar item"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Não foi possível adicionar o item \"%1$s\" de \"%2$s\" à aplicação \"%3$s\" de \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Protótipo de item não adicionado"
@@ -1815,11 +1826,11 @@ msgstr "Não foi possível adicionar submapas. A profundidade máxima foi alcanÃ
msgid "Cannot add template"
msgstr "Não foi possível adicionar template"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Não foi possível adicionar trigger"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Protótipo de trigger não adicionado"
@@ -1842,11 +1853,11 @@ msgstr "Não foi possível adicionar mapeamento de valor"
msgid "Cannot add web scenario"
msgstr "Não foi possível adicionar a apresentação de ecrãs"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1863,11 +1874,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Não é possível chamar o método \"%1$s.%2$s\" sem parâmetros."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Não foi possível limpar o histórico"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1875,7 +1886,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Não foi possível clonar protótipos do gráfico."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Não é possível clonar protótipos de host."
@@ -1898,7 +1909,7 @@ msgstr "Não foi possível terminar o problema: %1$s."
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Não foi possível a ligação à base de dados."
@@ -1912,24 +1923,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] "Não foi possível copiar o gráfico"
msgstr[1] "Não foi possível copiar os gráficos"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Não foi possível copiar o item"
msgstr[1] "Não foi possível copiar os itens"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Não foi possível copiar o trigger"
msgstr[1] "Não foi possível copiar os triggers"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Não foi possível copiar trigger \"%1$s:%2$s\", porque tem vários hosts na expressão."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Não foi possível criar um protótipo de host numa descoberta do host \"%1$s\"."
@@ -1967,7 +1978,7 @@ msgstr "Não foi possível criar a nova aplicação, o cenário web já possui u
msgid "Cannot create template."
msgstr "Não foi possível criar o template."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Não foi possível criar o arquivo de configuração."
@@ -2011,11 +2022,11 @@ msgstr "Não foi possível eliminar dependência"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Não é possível eliminar a aplicação descoberta \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Não foi possível eliminar regra de descoberta"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Não foi possível eliminar regras de descoberta"
@@ -2041,7 +2052,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Não foi possível eliminar grupo"
msgstr[1] "Não foi possível eliminar os grupos"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Não foi possível eliminar host"
@@ -2059,7 +2070,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Não é possível eliminar protótipos de hosts"
@@ -2075,19 +2086,19 @@ msgstr "Não foi possível eliminar imagem"
msgid "Cannot delete inventory."
msgstr "Não foi possível eliminar inventário."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Não foi possível eliminar item"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Protótipo de item não eliminado"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Protótipos de item não eliminado"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Não foi possível eliminar itens"
@@ -2171,7 +2182,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Não é possível eliminar protótipos de host baseados em templates."
@@ -2202,19 +2213,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Não é possível eliminar cenários web vindos do template \"%1$s\"."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Não foi possível eliminar trigger"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Não foi possível eliminar protótipo de trigger"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Protótipos de trigger não eliminados"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Não foi possível eliminar triggers"
@@ -2252,20 +2263,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] "Não foi possível desactivar a correlação"
msgstr[1] "Não foi possível desactivar as correlações"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Não foi possível desactivar a regra de descoberta"
msgstr[1] "Não foi possível desactivar as regras de descoberta"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Não foi possível desactivar o host"
msgstr[1] "Não foi possível desactivar os hosts"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Não foi possível desactivar o item"
@@ -2284,7 +2295,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Não foi possível desactivar o trigger"
@@ -2316,20 +2327,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] "Não foi possível activar o correlacionamento"
msgstr[1] "Não foi possível activar os correlacionamentos"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Não foi possível activar a regra de descoberta"
msgstr[1] "Não foi possível activar as regras de descoberta"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Não foi possível activar o host"
msgstr[1] "Não foi possível activar os hosts"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Não foi possível activar o item"
@@ -2348,7 +2359,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Não foi possível activar a trigger"
@@ -2368,7 +2379,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Não foi possível executar o script"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Não foi possível expandir as macros."
@@ -2530,7 +2541,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "Não foi possível importar o template \"%1$s\", vinculado com o template \"%2$s\" que não existe."
msgstr[1] "Não foi possível importar o template \"%1$s\", vinculado com os templates \"%2$s\" que não existem."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Não foi possível incluir a expressão de trigger"
@@ -2637,7 +2648,7 @@ msgstr "Não foi possível salvar o widget \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Não foi possível enviar o comando, verifique a comunicação com o servidor Zabbix \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2674,12 +2685,12 @@ msgstr "Não é possível configurar \"%1$s\" para o item \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Não foi possível definir \"%1$s\" para o template de ecrã \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Não foi possível configurar \"%1$s\" para o trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Não foi possível definir \"%1$s\" para o protótipo de trigger \"%2$s\"."
@@ -2709,7 +2720,7 @@ msgstr "Não foi possível definir o ID de recurso para o elemento do ecrã."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2771,22 +2782,22 @@ msgstr "Não foi possível actualizar \"%1$s\" para o protótipo de gráfico \"%
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Não foi possível actualizar \"%1$s\" para o item \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Não foi possível actualizar \"%1$s\" para o trigger de template \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Não foi possível actualizar \"%1$s\" para o protótipo de trigger de template \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Não foi possível actualizar \"%1$s\" para o trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Não foi possível actualizar \"%1$s\" para o protótipo de trigger \"%2$s\"."
@@ -2801,7 +2812,7 @@ msgstr "Não foi possível actualizar \"%2$s\" para o host descoberto \"%1$s\"."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Não foi possível actualizar \"%2$s\" para o item descoberto \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2870,7 +2881,7 @@ msgstr "Não foi possível atualizar a correlação"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Não foi possível actualizar a aplicação descoberta \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Não foi possível actualizar a regra de descoberta"
@@ -2907,7 +2918,7 @@ msgstr "Não foi possível actualizar o host"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Não foi possível actualizar as configurações de encriptação do host. As configurações de ligação em ambas as direções deverá ser especificada."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Não foi possível actualizar o protótipo de host"
@@ -2932,21 +2943,21 @@ msgstr "Não foi possível actualizar a imagem"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Não é possível actualizar a interface para o host descoberto \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Não foi possível actualizar o item"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "O protótipo de item não foi actualizado"
msgstr[1] "Os protótipos de item não foram actualizados"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Não foi possível actualizar os itens"
@@ -3029,28 +3040,28 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Não é possível actualizar templates no host descoberto \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Não foi possível actualizar o trigger"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Não foi possível actualizar o trigger \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "O protótipo de trigger não foi actualizado"
msgstr[1] "Os protótipos de triggers não foram actualizados"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Não foi possível atualizar o protótipo de trigger \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Não foi possível actualizar os protótipos de trigger"
@@ -3107,12 +3118,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Certificado"
@@ -3156,10 +3167,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Carácter"
@@ -3186,7 +3197,7 @@ msgstr "Informação do chassis. Retorna um texto"
msgid "Check already exists."
msgstr "Verificação já existe."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Verifique a parte da expressão que começa com \"%1$s\"."
@@ -3204,7 +3215,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Verificação de pré-requisitos"
@@ -3309,8 +3320,8 @@ msgid "Clear history"
msgstr "Limpar hístorico"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Limpar histórico e tendências"
@@ -3319,11 +3330,11 @@ msgstr "Limpar histórico e tendências"
msgid "Clear when unlinking"
msgstr "Limpar ao desvincular"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3342,20 +3353,20 @@ msgstr "Relógio"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Clonar"
@@ -3363,15 +3374,15 @@ msgstr "Clonar"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Fechar"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Fechar o construtor de expressões"
@@ -3390,8 +3401,8 @@ msgid "Close problem"
msgstr "Terminar incidente"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Recolher"
@@ -3408,7 +3419,7 @@ msgstr ""
msgid "Colour"
msgstr "Cor"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "A cor \"%1$s\" não é correcta: é esperada cor no formato hexadecimal (6 símbolos)."
@@ -3459,7 +3470,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3493,7 +3504,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Sessões concorrentes"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Condição"
@@ -3552,7 +3563,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Condições duplicadas para o correlacionamento \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Configuração"
@@ -3560,7 +3571,7 @@ msgstr "Configuração"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Configuração de estatísticas de cache. Cache - buffer (modes: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "O arquivo de configuração \"%1$s\" foi criado."
@@ -3724,7 +3735,7 @@ msgid "Configuration updated"
msgstr "Configuração actualizada"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Configura a ligação com o DB"
@@ -3732,7 +3743,7 @@ msgstr "Configura a ligação com o DB"
msgid "Confirmation text"
msgstr "Texto de confirmação"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Parabéns! Instalou com sucesso a interface web do Zabbix."
@@ -3788,7 +3799,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3796,9 +3807,9 @@ msgstr ""
msgid "Connections"
msgstr "Ligações"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Ligações do host (ativas)"
@@ -3806,9 +3817,9 @@ msgstr "Ligações do host (ativas)"
msgid "Connections from proxy"
msgstr "Ligações do proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Ligações com o host (passivas)"
@@ -3825,10 +3836,10 @@ msgstr "Construtor"
msgid "Contact"
msgstr "Contacto"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3859,10 +3870,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3902,8 +3913,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Nome do contexto"
@@ -3915,8 +3927,8 @@ msgstr ""
msgid "Contract number"
msgstr "Número de contrato"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3928,8 +3940,8 @@ msgstr "Coordenadas"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Copiar"
@@ -3985,7 +3997,7 @@ msgstr "Correlacionamento actualizado"
msgid "Could not save image!"
msgstr "Não foi possível guardar a imagem!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Contador"
@@ -4031,11 +4043,11 @@ msgstr "Criar correlacionamento"
msgid "Create dashboard"
msgstr "Criar dashboard"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Criar item dependente"
@@ -4055,14 +4067,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4141,7 +4153,7 @@ msgstr "Criar mapa"
msgid "Create media type"
msgstr "Criar tipo de média"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Criar novo"
@@ -4165,7 +4177,7 @@ msgstr "Criar slideshow"
msgid "Create template"
msgstr "Criar template"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Criar trigger"
@@ -4218,11 +4230,12 @@ msgstr "Crítico"
msgid "Current host"
msgstr "Host actual"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Valor actual"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "Personalizar"
@@ -4230,7 +4243,7 @@ msgstr "Personalizar"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Expressão personalizada"
@@ -4239,11 +4252,11 @@ msgid "Custom graphs"
msgstr "Gráficos personalizados"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Intervalo personalizado"
@@ -4265,7 +4278,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Multiplicador personalizado"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4304,11 +4317,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4417,16 +4431,16 @@ msgstr ""
msgid "Data storage period"
msgstr "Périodo de armazenamento de dados"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4434,32 +4448,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Servidor de base de dados"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4467,35 +4481,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Monitor de base de dados"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Nome da base de dados"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Senha da base de dados"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Porto da base de dados"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Schema da base de dados"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Servidor de base de dados"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Tipo de base de dados"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Utilizador da base de dados"
@@ -4524,7 +4538,7 @@ msgstr "Data de aquisição do HW"
msgid "Day"
msgstr "Dia"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4543,7 +4557,7 @@ msgstr "Dia da semana"
msgid "Days"
msgstr "Dias"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Debug"
@@ -4557,7 +4571,7 @@ msgstr "Modo de debug"
msgid "Dec"
msgstr "Dez"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Dezembro"
@@ -4567,7 +4581,7 @@ msgstr "Dezembro"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Por omissão"
@@ -4584,7 +4598,7 @@ msgid "Default host inventory mode"
msgstr "Modo padrão do inventário em novos hosts"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4601,18 +4615,18 @@ msgid "Default operation step duration"
msgstr "Duração por omissão de cada passo da operação"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Tema por omissão"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4641,7 +4655,8 @@ msgstr "Atrasado em"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4662,8 +4677,8 @@ msgstr "Atrasado em"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Eliminar"
@@ -4696,19 +4711,19 @@ msgstr "Eliminar acção actual?"
msgid "Delete current correlation?"
msgstr "Eliminar o correlacionamento atual?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Eliminar o dashboard?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Eliminar regra de descoberta?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Eliminar expressão?"
@@ -4732,15 +4747,15 @@ msgstr "Eliminar o histórico dos cenários web seleccionados?"
msgid "Delete icon map?"
msgstr "Eliminar mapa de ícones?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Eliminar o protótipo de item?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Eliminar item?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Eliminar associações entre os elementos seleccionados?"
@@ -4784,7 +4799,7 @@ msgstr "Eliminar aplicações seleccionadas?"
msgid "Delete selected correlations?"
msgstr "Eliminar os correlacionamentos selecionados?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Eliminar os dashboards selecionados?"
@@ -4793,7 +4808,7 @@ msgstr "Eliminar os dashboards selecionados?"
msgid "Delete selected discovery rules?"
msgstr "Eliminar regras de descoberta seleccionadas?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Eliminar elementos seleccionados?"
@@ -4818,7 +4833,7 @@ msgstr "Eliminar grupos seleccionados?"
msgid "Delete selected host groups?"
msgstr "Eliminar grupos de hosts seleccionados?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Eliminar os protótipos de host seleccionados?"
@@ -4827,7 +4842,7 @@ msgstr "Eliminar os protótipos de host seleccionados?"
msgid "Delete selected host prototypes?"
msgstr "Eliminar os protótipos de host selecionados?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Eliminar host seleccionado?"
@@ -4879,7 +4894,7 @@ msgstr "Eliminar ecrãs seleccionados?"
msgid "Delete selected scripts?"
msgstr "Eliminar scripts seleccionados?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Eliminar as formas seleciondas?"
@@ -4939,11 +4954,11 @@ msgstr "Eliminar slideshow?"
msgid "Delete template?"
msgstr "Eliminar template?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Eliminar o protótipo de trigger?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Eliminar trigger?"
@@ -4956,7 +4971,7 @@ msgstr "Eliminar cenário web?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Eliminado: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Eliminado: Protótipo de host \"%1$s\" em \"%2$s\"."
@@ -4977,16 +4992,16 @@ msgid "Deny"
msgstr "Negar"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Dependências"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Dependente"
@@ -4994,7 +5009,7 @@ msgstr "Dependente"
msgid "Dependent item"
msgstr "Item dependente"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5013,29 +5028,29 @@ msgstr "Estado de deployment"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Descrição"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5168,7 +5183,8 @@ msgstr "Desactivar triggers seleccionados?"
msgid "Disable selected web scenarios?"
msgstr "Desactivar os cenários web selecionados?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5181,22 +5197,21 @@ msgstr "Desactivar os cenários web selecionados?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Desactivado"
@@ -5213,7 +5228,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5221,12 +5236,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5327,27 +5342,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Regra de descoberta criada"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Regra de descoberta eliminada"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Regra de descoberta desactivada"
msgstr[1] "Regras de descoberta desactivadas"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Regra de descoberta activada"
msgstr[1] "Regras de descoberta activadas"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Regra de descoberta actualizada"
@@ -5357,13 +5372,13 @@ msgstr "Regra de descoberta actualizada"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Regras de descoberta"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Regras de descoberta eliminadas"
@@ -5406,7 +5421,7 @@ msgstr "Mostrar gráfico empilhado"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "A mostrar %1$s de %2$s encontrados"
@@ -5425,22 +5440,22 @@ msgid "Do not calculate"
msgstr "Não calcular"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Deseja substituir a expressão condicional?"
@@ -5463,11 +5478,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Descer"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Transferir a configuração"
@@ -5547,12 +5562,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5581,10 +5596,10 @@ msgstr "O usrgrpid \"%1$s\" está duplicado nos grupos de utilizadores do mapa \
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "O usrgrpid \"%1$s\" está duplicado nos grupos de utilizadores do ecrã \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Duração"
@@ -5604,7 +5619,7 @@ msgstr "Item dinâmico"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Cada URL deve ter um nome único. Certifique-se que existe apenas um URL com esse nome"
@@ -5619,15 +5634,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Editar"
@@ -5651,15 +5666,15 @@ msgstr "Editar ecrã"
msgid "Edit slide show"
msgstr "Editar slideshow"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Editar árvore de elementos"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Editar trigger"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Editar widget"
@@ -5755,7 +5770,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5925,15 +5940,16 @@ msgstr "Activar triggers seleccionados?"
msgid "Enable selected web scenarios?"
msgstr "Ativar os cenários web selecionados?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5949,13 +5965,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5964,13 +5979,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Activado"
@@ -5980,9 +5995,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Encriptação"
@@ -5990,7 +6005,7 @@ msgstr "Encriptação"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6002,10 +6017,10 @@ msgstr "Inglês (en_GB)"
msgid "English (en_US)"
msgstr "Inglês (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6032,7 +6047,7 @@ msgstr "Erro"
msgid "Error in search request for table \"%1$s\"."
msgstr "Erro no pedido de pesquisa para a tabela \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6068,7 +6083,7 @@ msgstr "Regras de correlacionamento de eventos"
msgid "Event details"
msgstr "Detalhes do evento"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Geração de eventos"
@@ -6088,6 +6103,12 @@ msgstr "Lista de eventos [20 anteriores]"
msgid "Event log monitoring. Returns log"
msgstr "Monitoração do log de eventos. Retorna: log"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Conjunto de etiqueta de evento"
@@ -6118,7 +6139,7 @@ msgstr "Semanalmente"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Eliminar"
@@ -6129,7 +6150,7 @@ msgstr "Eliminar"
msgid "Exclude host groups"
msgstr "Eliminar grupos de hosts"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Executar"
@@ -6147,9 +6168,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Executa requisição WMI retornando o primeiro objeto seleccionado. Retorna: inteiro, ponto flutuante, caracter ou texto (dependendo da requisição)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6167,19 +6188,19 @@ msgid "Executed"
msgstr "Executado"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Script executado"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Confirmação de execução"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Expandir"
@@ -6219,7 +6240,7 @@ msgstr "Exportar"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Exportar para CSV"
@@ -6227,21 +6248,21 @@ msgstr "Exportar para CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Expressão"
@@ -6254,15 +6275,15 @@ msgstr "Elementos variáveis na expressão"
msgid "Expression cannot be empty"
msgstr "Expressão não pode ser vazia"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Construtor de expressões"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Erro de sintaxe na expressão."
@@ -6281,7 +6302,7 @@ msgstr "Expressões"
msgid "External check"
msgstr "Verificação externa"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "S"
@@ -6295,7 +6316,7 @@ msgstr "FALSO"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Falha"
@@ -6345,7 +6366,7 @@ msgstr "Ecrãs favoritos"
msgid "Feb"
msgstr "Fev"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Fevereiro"
@@ -6358,7 +6379,7 @@ msgstr "Campo"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "O campo \"%1$s\" não pode ser definido como NULO."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6367,7 +6388,7 @@ msgstr "O campo \"%1$s\" não pode ser definido como NULO."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6487,9 +6508,7 @@ msgstr "Região preenchida"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6516,9 +6535,13 @@ msgstr "Região preenchida"
msgid "Filter"
msgstr "Filtro"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filtros"
@@ -6537,7 +6560,7 @@ msgstr "Pesquisar texto num arquivo. Retorna a linha que contêm o texto pesquis
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Pesquisar texto numa página web. Retorna a linha que contêm o texto pesquisado, ou como for especificado no parâmetro opcional de saída"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Terminar"
@@ -6550,8 +6573,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Primeiro"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Ajuste"
@@ -6565,12 +6588,12 @@ msgid "Fixed"
msgstr "Fixo"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6578,9 +6601,9 @@ msgid "Flexible"
msgstr "Flexível"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Seguir redirecionamentos"
@@ -6602,8 +6625,8 @@ msgstr "Tamanho da fonte"
msgid "Form data"
msgstr "Dados do formulário"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Fórmula"
@@ -6630,11 +6653,13 @@ msgstr "Francês (fr_FR)"
msgid "Fri"
msgstr "Sex"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Sexta-feira"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6654,12 +6679,12 @@ msgstr "Acesso ao frontend"
msgid "Frontend messaging"
msgstr "Mensagem do frontend"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6694,7 +6719,7 @@ msgid "GUI access disabled."
msgstr "Acesso ao GUI desactivado."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6720,21 +6745,21 @@ msgstr "Alemão (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Recupera o conteúdo de uma página web. Retorna: o texto com código fonte da página"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "A expressão fornecida não é uma macro"
@@ -6760,7 +6785,7 @@ msgstr "Valor global"
msgid "Go back to %1$s"
msgstr "Voltar para %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Ir para"
@@ -6808,8 +6833,8 @@ msgstr "Linha de gradiente"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6941,7 +6966,7 @@ msgstr "O protótipo de gráfico com o ID \"%1$s\" não está disponível."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Protótipos de gráfico"
@@ -6985,9 +7010,9 @@ msgid "Graph with same name but other type exist."
msgstr "Já existe um gráfico com o mesmo nome, mas de outro tipo."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6997,7 +7022,7 @@ msgstr "Já existe um gráfico com o mesmo nome, mas de outro tipo."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7005,7 +7030,7 @@ msgstr "Já existe um gráfico com o mesmo nome, mas de outro tipo."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Gráficos"
@@ -7074,12 +7099,12 @@ msgstr "Grupo para hosts descobertos"
msgid "Group name"
msgstr "Nome do grupo"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "O protótipo de grupo não pode ser baseado em regra de autodescoberta no host \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Protótipos de grupo"
@@ -7094,8 +7119,8 @@ msgstr "Agrupar por"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7127,10 +7152,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "Autenticação HTTP"
@@ -7138,11 +7163,11 @@ msgstr "Autenticação HTTP"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "Proxy HTTP"
@@ -7171,20 +7196,20 @@ msgstr "Hardware (Mais detalhes)"
msgid "Hardware sensor reading. Returns float"
msgstr "Sensor de leitura de hardware. Retorna: número em ponto flutuante"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Cabeçalhos"
@@ -7217,11 +7242,11 @@ msgstr "Ajuda"
msgid "Hexadecimal to decimal"
msgstr "Hexadecimal para decimal"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Oculto"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Ocultar depuração"
@@ -7258,23 +7283,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Histórico"
@@ -7282,17 +7307,17 @@ msgstr "Histórico"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Histórico eliminado"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Eliminar o histórico pode demorar bastante tempo. Continuar?"
@@ -7306,13 +7331,17 @@ msgstr "Histórico de eventos"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Período de armazenamento do histórico"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7337,26 +7366,26 @@ msgstr "Alinhamento horizontal"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7368,8 +7397,8 @@ msgstr "Alinhamento horizontal"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Host"
@@ -7411,8 +7440,7 @@ msgstr "Acesso ao host"
msgid "Host added"
msgstr "Host adicionado"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7429,19 +7457,19 @@ msgstr "O host não pode ter mais do que uma interface padrão do mesmo tipo."
msgid "Host count"
msgstr "Contagem de hosts"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Host eliminado"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Host desactivado"
msgstr[1] "Hosts desativados"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Host activado"
@@ -7462,7 +7490,7 @@ msgstr[1] "Hosts activados"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Grupo de hosts"
@@ -7508,11 +7536,11 @@ msgstr "O grupo de hosts com o ID \"%1$s\" não está disponível."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7549,17 +7577,17 @@ msgstr "Grupos de hosts"
msgid "Host info"
msgstr "Informação de hosts"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Interface do host"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7580,7 +7608,7 @@ msgstr "Problemas do host"
msgid "Host label type"
msgstr "Tipo de etiqueta do host"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Macros de host"
@@ -7607,53 +7635,57 @@ msgstr "Redes do host"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "O protótipo de host \"%1$s\" já existe em \"%2$s\", herdado de outro template."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "O protótipo de host \"%1$s\" já existe em \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Protótipo de host adicionado"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Protótipo de host foi eliminado"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "O protótipo de host foi actualizado"
msgstr[1] "Os protótipos de hosts foram actualizados"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Já existe protótipo de host com o nome \"%1$s\" na autodescoberta \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Já existe protótipo de host com o nome visível \"%1$s\" na autodescoberta \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Protótipos de host"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Protótipos de host eliminados"
@@ -7702,17 +7734,17 @@ msgstr "Já existe um host com o nome \"%1$s\"."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Já existe um host com o nome visível \"%1$s\"."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7788,7 +7820,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7823,10 +7855,10 @@ msgstr "O range de IP \"%1$s\" excede o limite de endereços \"%2$s\""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7843,9 +7875,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "Scripts IPMI podem ser executados apenas pelo servidor."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "Sensor IPMI"
@@ -7962,7 +7994,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Imagem"
@@ -8070,7 +8102,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "Grupo inacessível"
@@ -8086,9 +8118,9 @@ msgstr "Item inacessível"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8101,11 +8133,11 @@ msgstr "Mapa inacessível"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8118,7 +8150,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr "Utilizador inacessível"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Incluir"
@@ -8386,8 +8418,8 @@ msgstr "Argumentos incorrectos passados para a função"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8528,9 +8560,9 @@ msgstr "O nome para o campo \"%1$s\" é inválido ou o valor é incorrecto para
msgid "Incorrect fields for sysmap."
msgstr "Campos inválidos para o mapa do sistema."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8583,7 +8615,7 @@ msgstr "O tipo da condição de filtro é inválido para a acção \"%1$s\"."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Usada função incorrecta"
@@ -8659,7 +8691,7 @@ msgstr "ID de item \"%1$s\" inválido para o elemento no ecrã."
msgid "Incorrect item for axis value."
msgstr "Item inválido para o valor eixo."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Está a ser utilizada uma chave de item inválida \"%1$s\" na expressão do trigger em \"%2$s\"."
@@ -8670,11 +8702,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "ID de protótipo de item \"%1$s\" inválido para o elemento do ecrã."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Tipo de valor incorrecto para o item"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Tipo de valor inválido para o item \"%1$s\" na função \"%2$s\" do trigger."
@@ -8845,35 +8877,35 @@ msgstr "O serviço \"%1$s\" tem um trigger ID inválido."
msgid "Incorrect trigger expression"
msgstr "Expressão de trigger incorrecta"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Trigger com expressão inválida."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Trigger com expressão inválida. O host \"%1$s\" não existe ou o utilizador não acesso a ele."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Trigger com expressão inválida. Os elementos da expressão não podem fazer referência a um template e a um host em simultâneo."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "A expressão do trigger possui uma função inválida \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "O protótipo de trigger possui expressão inválida. O host \"%1$s\" não existe ou não possui acesso a este host."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "O protótipo de trigger possui expressão inválida. A expressão não pode possuir referencia a host e template simultaneamente."
@@ -9024,16 +9056,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9044,7 +9075,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9194,23 +9225,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9299,10 +9332,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9310,10 +9343,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Informação"
@@ -9327,15 +9360,19 @@ msgstr "Informação"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Informação sobre um serviço. Retorna inteiro - (state, startup); Caractere - (displayname, path, user); Texto - (description); Especificamente para estado: 0 - em execução, 1 - pausado, 2 - iniciação pendente, 3 - pausa pendente, 4 - retorno pendente, 5 - finalização pendente, 6 - finalizado, 7 - desconhecido, 255 - serviço desconhecido; Especificamente para inicialização: 0 - automático, 1 - Automático com atraso, 2 - Manual, 3 - Desabilitado, 4 - desconhecido"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Macros herdadas e do host"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9351,17 +9388,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Inserir"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Insira a expressão"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Instalação"
@@ -9373,7 +9410,7 @@ msgstr "Instalação"
msgid "Installer name"
msgstr "Nome do instalador"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9406,8 +9443,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "A interface com o IP \"%1$s\" não pode ter o nome de DNS vazio."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9437,14 +9474,14 @@ msgstr "Período de armazenamento interna de dados"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9468,15 +9505,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Intervalo"
@@ -9503,7 +9540,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Condição inválida na acção: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9517,15 +9554,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "O quinto parâmetro é inválido."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "O primeiro parâmetro é inválido."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "O quarto parâmetro é inválido."
@@ -9537,11 +9574,11 @@ msgstr "Hostid inválido para a macro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Intervalo inválido \"%1$s\"."
@@ -9582,7 +9619,7 @@ msgstr "Macro inválida \"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "Parâmetros inválidos para o método."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Quantidade de parâmetros inválidos."
@@ -9614,6 +9651,15 @@ msgstr "Quantidade de parâmetros inválidos."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9626,75 +9672,81 @@ msgstr "Quantidade de parâmetros inválidos."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9711,7 +9763,7 @@ msgstr "Parâmetros inválidos."
msgid "Invalid response code \"%1$s\"."
msgstr "Código de resposta inválido \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "O segundo parâmetro é inválido."
@@ -9748,15 +9800,15 @@ msgstr "O segundo parâmetro é inválido."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9769,7 +9821,7 @@ msgstr "O segundo parâmetro é inválido."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Tag inválida \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "O terceiro parâmetro é inválido."
@@ -9788,9 +9840,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventário"
@@ -9817,9 +9869,9 @@ msgid "Issue"
msgstr "Assunto"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Emissor"
@@ -9836,22 +9888,22 @@ msgid "Italian (it_IT)"
msgstr "Italiano (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Item"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9888,15 +9940,15 @@ msgstr "O item \"%1$s\" não existe ou não tem acesso"
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "O item \"%1$s\" em \"%2$s\": a aplicação \"%3$s\" não existe."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Item adicionado"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Item copiado"
@@ -9906,17 +9958,17 @@ msgstr[1] "Itens copiados"
msgid "Item count"
msgstr "Contagem de itens"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Item eliminado"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Item desactivado"
msgstr[1] "Itens desativados"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Item activado"
@@ -9926,7 +9978,7 @@ msgstr[1] "Itens activados"
msgid "Item in \"not supported\" state"
msgstr "O item está como \"não suportado\""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Item não seleccionado"
@@ -9939,7 +9991,7 @@ msgstr "O pré-processamento do item tem parâmetros ausentes: %1$s"
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9960,15 +10012,15 @@ msgstr "O protótipo de item \"%1$s\" já existe em \"%2$s\", ligado à outra re
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "O protótipo de item \"%1$s\" já existe em \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Protótipo de item adicionado"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Protótipo de item eliminado"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "O protótipo de item foi actualizado"
@@ -9981,7 +10033,7 @@ msgstr "O protótipo de itens com o ID \"%1$s\" não está disponível."
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9989,19 +10041,19 @@ msgstr "O protótipo de itens com o ID \"%1$s\" não está disponível."
msgid "Item prototypes"
msgstr "Protótipos de itens"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Protótipos de item eliminados"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Item actualizado"
@@ -10073,7 +10125,7 @@ msgstr "Já existe um item com a chave \"%1$s\" em \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10083,11 +10135,11 @@ msgstr "Já existe um item com a chave \"%1$s\" em \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Itens"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Itens eliminados"
@@ -10099,7 +10151,7 @@ msgstr "Lista de itens"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Itens actualizados"
@@ -10107,7 +10159,7 @@ msgstr "Itens actualizados"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10115,10 +10167,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "Agente JMX"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "Endpoint JMX"
@@ -10131,10 +10183,10 @@ msgstr "Interfaces JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10166,7 +10218,7 @@ msgid "JSON-rpc version is not specified."
msgstr "A versão do JSON-rpc não foi especificada."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10174,7 +10226,7 @@ msgstr ""
msgid "Jan"
msgstr "Jan"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Janeiro"
@@ -10191,7 +10243,7 @@ msgstr ""
msgid "Jul"
msgstr "Jul"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Julho"
@@ -10199,11 +10251,11 @@ msgstr "Julho"
msgid "Jun"
msgstr "Jun"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Junho"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Período de armazenamento de itens perdidos"
@@ -10237,7 +10289,7 @@ msgstr "A chave \"%1$s\" não faz corresponde <grpmax|grpmin|grpsum|grpavg>[\"Ho
msgid "Key passphrase"
msgstr "Frase chave"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Palavra-chave"
@@ -10274,23 +10326,23 @@ msgstr "Sucesso na autenticação LDAP"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10316,42 +10368,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Último"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10388,23 +10440,24 @@ msgstr "Última modificação (decrescente)"
msgid "Last check"
msgstr "Última verificação"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Gráfico da última hora"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Gráfico do último mês"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Último de"
@@ -10417,21 +10470,21 @@ msgstr "Última vez visto (idade)"
msgid "Last value"
msgstr "Último valor"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Gráfico da última semana"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Dados recentes"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Últimos valores"
@@ -10478,7 +10531,7 @@ msgstr "Remover espaços à esquerda"
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10520,8 +10573,8 @@ msgstr "Ligação"
msgid "Link indicators"
msgstr "Indicadores de ligação"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10557,10 +10610,10 @@ msgstr "Ligar a templates"
msgid "Linked map"
msgstr "Mapa linkado"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10654,10 +10707,10 @@ msgid "Location longitude"
msgstr "Longitude da localização"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10669,10 +10722,10 @@ msgstr "Monitoração de arquivo de log com suporte a rotação. Retorna: log"
msgid "Log file monitoring. Returns log"
msgstr "Monitoração de log. Retorna: log"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Formato de data no log"
@@ -10729,7 +10782,7 @@ msgstr "A regra de autodescoberta (LLD) está em estado \"não suportado\""
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10746,8 +10799,9 @@ msgstr "Endereço MAC B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10762,7 +10816,7 @@ msgstr "Verificação checksum MD5. Retorna: texto (hash MD5 do arquivo)"
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Macro"
@@ -10789,10 +10843,10 @@ msgstr "Não existe uma macro com hostmacroid \"%1$s\"."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10883,16 +10937,16 @@ msgstr "Período de manutenção sem recolha de dados"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Parâmetro obrigatório está em falta."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manual"
@@ -10907,7 +10961,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Mapa"
@@ -11001,7 +11055,7 @@ msgstr "Mapas"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Março"
@@ -11017,11 +11071,11 @@ msgstr "Marcar outros"
msgid "Mark selected"
msgstr "Marcar seleccionados"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Máscara"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11040,11 +11094,11 @@ msgid "Mass update shapes"
msgstr "Atualização em massa de formas"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "Item mestre"
@@ -11092,7 +11146,7 @@ msgstr "Número máximo de arquivos abertos suportado pelo S.O. Retorna: inteiro
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "Quantidade máxima de processos suportada pelo S.O. Retorna: número inteiro"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11107,7 +11161,7 @@ msgstr[1] "O período máximo a ser exibido é de %1$s dias."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Mai"
@@ -11262,7 +11316,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Mensagens"
@@ -11326,7 +11380,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Severidade mínima"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11385,7 +11439,7 @@ msgstr "Estão a faltar itens no protótipo de gráfico \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "A chave \"%1$s\" está em falta para o host \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11458,7 +11512,7 @@ msgstr ""
msgid "Mon"
msgstr "Seg"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Segunda-feira"
@@ -11466,9 +11520,9 @@ msgstr "Segunda-feira"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Monitorizado por proxy"
@@ -11500,11 +11554,11 @@ msgstr "Mês"
msgid "Monthly"
msgstr "Mensal"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Mais correspondentes encontrados..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11523,20 +11577,20 @@ msgstr "Mais de um gráfico com o nome \"%1$s\" no mesmo host."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Múltiplo"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Múltiplos eventos de PROBLEMA"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Silenciar"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11569,13 +11623,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11603,17 +11658,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11633,19 +11688,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11654,15 +11709,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11672,12 +11727,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11768,12 +11823,12 @@ msgid "Never"
msgstr "Nunca"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Nova aplicação"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Novo protótipo de aplicação"
@@ -11787,7 +11842,7 @@ msgstr "Nova condição"
msgid "New dashboard"
msgstr "Novo dashboard"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Novo elemento"
@@ -11823,13 +11878,13 @@ msgstr ""
msgid "New triggers"
msgstr "Novos triggers"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Próximo passo"
@@ -11838,20 +11893,20 @@ msgstr "Próximo passo"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12005,6 +12060,7 @@ msgid "No data."
msgstr "Sem dados."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Não existe interface padrão para o tipo \"%1$s\" em \"%2$s\"."
@@ -12021,12 +12077,12 @@ msgstr "Não foram fornecidos IDs de regras de descoberta."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Sem encriptação"
@@ -12093,12 +12149,12 @@ msgstr ""
msgid "No image"
msgstr "Sem imagem"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Interface não encontrado"
@@ -12113,7 +12169,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12151,7 +12207,7 @@ msgstr "Não foi fornecido nenhum ID de mapa para o elemento do ecrã."
msgid "No maps added."
msgstr "Nenhum mapa adicionado."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Nenhuma correspondência encontrada"
@@ -12182,8 +12238,8 @@ msgstr "Sem permissões para acesso ao sistema."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12192,8 +12248,8 @@ msgstr "Sem permissões para acesso ao sistema."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12249,12 +12305,12 @@ msgstr "Sem permissões para acesso ao sistema."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12313,7 +12369,7 @@ msgstr "Sem permissões para acesso ao sistema."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12334,7 +12390,7 @@ msgstr "Sem permissões para acesso ao sistema."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Sem permissões para o objecto referenciado ou o objecto não existe!"
@@ -12364,7 +12420,7 @@ msgstr "Não foi especificado o ficheiro de chave pública."
msgid "No recipients for action operation message."
msgstr "Não existem destinos para a operação mensagem da acção."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "Não atualizar"
@@ -12376,11 +12432,11 @@ msgstr "Nenhum ecrã adicionado."
msgid "No script specified for action operation command."
msgstr "Não foi especificado nenhum script para a operação comando da acção."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Não foi seleccionado nenhum destino"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Não foi seleccionado nenhum destino."
@@ -12397,19 +12453,19 @@ msgstr "Não existem triggers definidos."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Marcadores não booleanos serão descontinuados."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12422,18 +12478,18 @@ msgstr "Marcadores não booleanos serão descontinuados."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Nenhum"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12531,7 +12587,7 @@ msgstr "Notificar todos os envolvidos"
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Novembro"
@@ -12544,11 +12600,11 @@ msgstr "Número de CPUs. Retorna: número inteiro"
msgid "Number of enabled items on the host."
msgstr "Número de itens activados no host."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Quantidade de itens (activados/desabilitados/não suportados)"
@@ -12616,11 +12672,11 @@ msgstr "Número de alterações de estado"
msgid "Number of steps"
msgstr "Número de passos"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Quantidade de triggers (activados/desactivados [incidente/ok])"
@@ -12636,7 +12692,7 @@ msgstr "Número de itens não suportados na base de dados Zabbix."
msgid "Number of unsupported items on the host."
msgstr "Número de itens não suportados no host."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Número de utilizadores (online)"
@@ -12688,22 +12744,22 @@ msgid "Numeral systems"
msgstr "Sistema numeral"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Númerico (float)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "Numérico (inteiro)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numérico (unsigned)"
@@ -12721,13 +12777,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "Encerramento de eventos OK"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "Geração de eventos OK"
@@ -12743,7 +12799,7 @@ msgstr "Router OOB"
msgid "OOB subnet mask"
msgstr "Máscara de rede OOB"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "OU"
@@ -12771,13 +12827,13 @@ msgstr "Out"
msgid "Octal to decimal"
msgstr "Octal para decimal"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Outubro"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Inactivo"
@@ -12809,7 +12865,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Activo"
@@ -12884,7 +12940,7 @@ msgstr "Apenas administradores podem definir o proprietário do ecrã."
msgid "Only administrators can set slide show owner."
msgstr "Apenas administradores podem definir o proprietário da apresentação de telas."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Apenas são contabilizados os itens associados a hosts activos"
@@ -12940,7 +12996,7 @@ msgstr "Apenas utilizadores com perfil de super administradores podem atualizar
msgid "Only the last 20%% of the indicator is displayed."
msgstr "São mostrados apenas os últimos 20%% do indicador."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Apenas são contabilizados triggers associados a hosts activos e que dependam de items activos"
@@ -12962,7 +13018,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Não foi possível realizar a operação devido a um pedido não autorizado."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Detalhes da operação"
@@ -12978,12 +13034,12 @@ msgstr "A operação não tem nenhum template para operar."
msgid "Operation type"
msgstr "Tipo de operação"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13031,24 +13087,24 @@ msgstr "Operador"
msgid "Options"
msgstr "Opções"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Ou"
@@ -13077,55 +13133,57 @@ msgstr "Ou"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13164,8 +13222,8 @@ msgstr "Outros"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Estatísticas de saída de tráfego na interface de rede. Retorna: número inteiro"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Sobrescrito por"
@@ -13189,8 +13247,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13375,16 +13433,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLEMA"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "Modo de geração de eventos de INCIDENTE"
@@ -13396,26 +13454,26 @@ msgstr "Modo de geração de eventos de INCIDENTE"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "Identidade PSK"
@@ -13434,13 +13492,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parâmetro"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "O parâmetro \"%1$s\" será descontinuado."
@@ -13511,28 +13569,28 @@ msgstr "Passivo"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Senha"
@@ -13544,15 +13602,15 @@ msgstr "Senha (novamente)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Colar"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Colar sem os links externos"
@@ -13569,7 +13627,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr "Pico de utilização de memória: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Percentual"
@@ -13586,17 +13644,22 @@ msgstr "Linha percentagem (direita)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Executa uma consulta DNS. Retorna: texto com o tipo de informação requisitado"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Período"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13642,7 +13705,7 @@ msgid "Placing algorithm"
msgstr "Algoritmo de colocação"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Texto simples"
@@ -13656,7 +13719,7 @@ msgstr "Tocar"
msgid "Play sound"
msgstr "Tocar som"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Por favor verifique os parâmetros de configuração. Se tudo estiver correto pressione o botão \"%1$s\", ou pressione o botão \"%2$s\" para modificar parâmetros de configuração."
@@ -13665,20 +13728,20 @@ msgstr "Por favor verifique os parâmetros de configuração. Se tudo estiver co
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Por favor crie a base de dados manualmente e informe os parâmetros de ligação para a base. Pressione o botão \"%1$s\" quando estiver pronto."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Por favor informe o nome ou IP e a porta do servidor Zabbix, assim como um nome para esta instalação (opcional)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Por favor seleccione dois elementos"
@@ -13708,18 +13771,17 @@ msgstr "Pontos"
msgid "Polish (pl_PL)"
msgstr "Polaco (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Preenche o campo inventário do host"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13750,33 +13812,33 @@ msgid "Post type"
msgstr "Tipo do publicação"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Sumário da pré-instalação"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "Pré-processamento"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "Pré-processamento"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "Passos do pré-processamento"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13787,23 +13849,23 @@ msgstr ""
msgid "Preview"
msgstr "Prévisualizar"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13836,12 +13898,14 @@ msgid "Primary POC screen name"
msgstr "Nome visível POC primário"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Frase privada"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Protocolo de privacidade"
@@ -13853,29 +13917,29 @@ msgid "Private"
msgstr "Privado"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Ficheiro de chave privada"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Nível de privilégios"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13900,8 +13964,8 @@ msgstr ""
msgid "Problem display"
msgstr "Vista de problemas"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Expressão do problema"
@@ -13918,7 +13982,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problema em"
@@ -13948,13 +14012,13 @@ msgstr "Problema, se todos os filhos tiverem problemas"
msgid "Problem, if at least one child has a problem"
msgstr "Problema, se pelo menos um dos filhos tiver um problema"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13963,7 +14027,7 @@ msgstr "Problema, se pelo menos um dos filhos tiver um problema"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problemas"
@@ -14000,7 +14064,7 @@ msgid "Properties"
msgstr "Propriedades"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14018,7 +14082,7 @@ msgstr "Proxies"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14089,20 +14153,20 @@ msgid "Public"
msgstr "Público"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Chave pública"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Ficheiro de chave pública"
@@ -14132,8 +14196,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "RESOLVIDO"
@@ -14143,10 +14207,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Dados brutos"
@@ -14204,7 +14268,7 @@ msgid "Received value"
msgstr "Valor recebido"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14231,24 +14295,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Recuperação"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Expressão de recuperação"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "Erro de sintaxe na expressão de recuperação."
@@ -14258,9 +14322,9 @@ msgstr "Operações de recuperação"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Tempo para recuperação"
@@ -14275,11 +14339,11 @@ msgid "Refresh"
msgstr "Atualizar"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "Intervalo de atualização"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "Multiplicador do intervalo de atualização"
@@ -14293,7 +14357,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Expressão regular"
@@ -14333,7 +14397,7 @@ msgstr "Expressões regulares"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14357,6 +14421,12 @@ msgstr "Comando remoto"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14373,43 +14443,37 @@ msgstr "Comando remoto"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14418,14 +14482,14 @@ msgstr "Comando remoto"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14448,7 +14512,7 @@ msgstr "Comando remoto"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14481,8 +14545,8 @@ msgstr "Comando remoto"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Eliminar"
@@ -14518,7 +14582,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14528,17 +14592,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Substituir"
@@ -14553,23 +14617,23 @@ msgstr "Substituir dependências"
msgid "Reports"
msgstr "Relatórios"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14579,7 +14643,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Obrigatório"
@@ -14596,14 +14660,14 @@ msgstr "Performance (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Performance requerida do servidor Zabbix, em novos valores por segundo."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Performance necessária do servidor, novos valores por segundo"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Códigos de estado necessários"
@@ -14611,7 +14675,7 @@ msgstr "Códigos de estado necessários"
msgid "Required string"
msgstr "String obrigatória"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Reinicializar"
@@ -14640,7 +14704,7 @@ msgstr "Confirmação de reinicialização"
msgid "Reset defaults"
msgstr "Reinicializar para valores por omissão"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Resolvido"
@@ -14652,26 +14716,26 @@ msgstr "Resolvido por"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Solucionado pela regra de correlação \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Solucionado por regra de correlação."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Solucionado pelo utilizador \"%1$s\"."
@@ -14708,15 +14772,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Resultado"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14735,14 +14799,14 @@ msgstr "Resultado é VERDADEIRO"
msgid "Result type"
msgstr "Tipo de resultado"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14905,12 +14969,12 @@ msgstr "Executa o comando em no host. Retorna o texto retornado pelo comando; 1
msgid "Russian (ru_RU)"
msgstr "Russo (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "D"
@@ -14920,7 +14984,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14965,16 +15030,16 @@ msgstr "Porta do servidor SMTP"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14982,8 +15047,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "Comunidade SNMP"
@@ -14999,11 +15066,13 @@ msgstr "Trap SNMP"
msgid "SNMP trap key is invalid."
msgstr "A chave do trap SNMP é inválida."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15011,7 +15080,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "Agente SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15019,7 +15089,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "Agente SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15041,9 +15112,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "Total de SQL: %1$s (selecções: %2$s | execuções: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "Pesquisa SQL"
@@ -15066,40 +15137,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "Agente SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "Arquivo de certificado SSL"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "Arquivo de chave SSL"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Senha do SSL"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "Verificação SSL do host"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "Verificação de par SSL"
@@ -15127,15 +15198,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "Sáb"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Sábado"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Salvar alterações"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Salvar como \"%1$s\""
@@ -15157,12 +15236,12 @@ msgid "Scheduled check"
msgstr "Verificação agendada"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15246,9 +15325,9 @@ msgid "Screen updated"
msgstr "Ecrã actualizado"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15263,7 +15342,7 @@ msgstr "Ecrã actualizado"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Ecrãs"
@@ -15328,7 +15407,7 @@ msgstr "Script actualizado"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Scripts"
@@ -15386,19 +15465,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Nível de segurança"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Nome de segurança"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15409,8 +15490,8 @@ msgstr "Nome de segurança"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15418,15 +15499,15 @@ msgstr "Nome de segurança"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Seleccionar"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Seleccionar protótipos"
@@ -15459,19 +15540,19 @@ msgstr "Elementos seleccionados"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "Enviar para trás"
@@ -15496,7 +15577,7 @@ msgstr "Enviar apenas para"
msgid "Send to"
msgstr "Enviar para"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Enviar para trás"
@@ -15523,13 +15604,13 @@ msgstr "Set"
msgid "Separated"
msgstr "Separado"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Setembro"
@@ -15654,12 +15735,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "A sessão foi terminada, por favor, inicie a sessão novamente."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15668,11 +15750,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr "Defina o modo de inventário de host"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15695,28 +15777,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15735,7 +15817,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15765,7 +15847,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Partilha"
@@ -15783,14 +15865,14 @@ msgstr "A opção de partilha \"%1$s\" tem valor ausente no mapa \"%2$s\"."
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "A opção de partilha \"%1$s\" não tem um valor no ecrã \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15801,8 +15883,8 @@ msgstr ""
msgid "Show"
msgstr "Mostrar"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Mostrar detalhes"
@@ -15810,7 +15892,7 @@ msgstr "Mostrar detalhes"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15837,7 +15919,11 @@ msgstr "Mostrar legenda"
msgid "Show lines"
msgstr "Mostrar linhas"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15859,9 +15945,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15872,7 +15958,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Mostrar etiquetas"
@@ -15886,7 +15972,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Mostrar texto como HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15897,7 +15983,7 @@ msgid "Show triggers"
msgstr "Mostrar triggers"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Mostrar apenas eventos não reconhecidos"
@@ -15906,10 +15992,10 @@ msgstr "Mostrar apenas eventos não reconhecidos"
msgid "Show unavailable maps"
msgstr "Mostrar mapas indisponíveis"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Mostrar valor"
@@ -15921,7 +16007,7 @@ msgstr "Mostrar aviso se o Zabbix Server estiver offline"
msgid "Show working time"
msgstr "Mostrar horário de trabalho"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Exibido"
@@ -15972,8 +16058,8 @@ msgstr "Gráfico simples"
msgid "Simple graph prototype"
msgstr "Protótipo gráfico simples"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Simples"
@@ -16084,7 +16170,7 @@ msgstr "Slides"
msgid "Slovak (sk_SK)"
msgstr "Eslovaco (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Adiar"
@@ -16222,7 +16308,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16230,16 +16317,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16259,7 +16345,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16347,28 +16433,28 @@ msgid "Stop"
msgstr "Parar"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16380,7 +16466,7 @@ msgstr "Directo"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16405,14 +16491,14 @@ msgid "Subject"
msgstr "Assunto"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Segurado"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Submapa"
@@ -16420,7 +16506,7 @@ msgstr "Submapa"
msgid "Success Audit"
msgstr "Auditoria de sucesso"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16433,7 +16519,7 @@ msgstr "Sumarização das estatísticas de entrada e saída da interface de rede
msgid "Sun"
msgstr "Dom"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Domingo"
@@ -16477,7 +16563,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Ao alterar o método de autenticação irá terminar todas as sessões com excepção da actual! Continuar?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16528,12 +16614,12 @@ msgstr "Horário do sistema. Retorna: número inteiro - se o tipo for UTC; Texto
msgid "System uptime in seconds. Returns integer"
msgstr "Tempo desde a carga do sistema. Retorna: número inteiro"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "Q"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16575,12 +16661,12 @@ msgstr "A tabela \"%1$s\" não tem nenhum campo com nome \"%2$s\"."
msgid "Tag"
msgstr "Etiqueta"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "A etiqueta \"%1$s\" com o valor \"%2$s\" já existe."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16589,12 +16675,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Etiqueta para comparação"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16605,25 +16691,25 @@ msgstr "Valor da etiqueta"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16631,11 +16717,11 @@ msgstr "Valor da etiqueta"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16644,11 +16730,11 @@ msgid "Tags"
msgstr "Etiquetas"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Destino"
@@ -16767,13 +16853,13 @@ msgstr "Já existe template com o nome visível \"%1$s\"."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16795,20 +16881,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Teste"
@@ -16833,7 +16919,7 @@ msgstr "Dados do teste"
msgid "Test expressions"
msgstr "Expressões de teste"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16861,10 +16947,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16903,7 +16989,7 @@ msgstr "A aplicação não será novamente descoberta e será eliminada na próx
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16996,11 +17082,11 @@ msgstr "A aplicação do cenário web pertence à um host diferente do que o do
msgid "Theme"
msgstr "Tema"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17009,11 +17095,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Este mês"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17025,23 +17111,23 @@ msgstr "Esta coluna do ecrã não está vazia. Deseja eliminá-la?"
msgid "This screen row is not empty. Delete it?"
msgstr "Esta linha do ecrã não está vazia. Deseja eliminá-la?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Esta semana"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Este ano"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Limiar"
@@ -17053,7 +17139,7 @@ msgstr ""
msgid "Thu"
msgstr "Qui"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Quinta-feira"
@@ -17064,19 +17150,19 @@ msgstr "Quinta-feira"
msgid "Till"
msgstr "Até"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17119,12 +17205,12 @@ msgstr ""
msgid "Time period"
msgstr "Período de tempo"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17136,16 +17222,23 @@ msgstr "Desvio de tempo"
msgid "Time type"
msgstr "Tipo de tempo"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Timeout"
@@ -17159,22 +17252,23 @@ msgstr "Timeout"
msgid "Timestamp"
msgstr "Timestamp"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Para"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Para definir uma interface do host seleccionar um tipo de item único para todos os itens"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Hoje"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17264,10 +17358,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Período de armazenamento das estatísticas"
@@ -17276,34 +17370,34 @@ msgstr "Período de armazenamento das estatísticas"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Tendências"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Trigger"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Trigger \"%1$s\" já existe em \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "A trigger \"%1$s\" pertence a templates com associações distintas."
@@ -17313,7 +17407,7 @@ msgstr "A trigger \"%1$s\" pertence a templates com associações distintas."
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "O trigger \"%1$s\" depende do trigger \"%2$s\", que não existe."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17321,7 +17415,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Trigger adicionado"
@@ -17329,7 +17423,7 @@ msgstr "Trigger adicionado"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "O trigger não pode depender de um trigger com a qual possua vínculos."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Trigger copiada"
@@ -17339,7 +17433,7 @@ msgstr[1] "Triggers copiadas"
msgid "Trigger data storage period"
msgstr "Período de armazenamento dados de triggers"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Trigger eliminado"
@@ -17347,7 +17441,7 @@ msgstr "Trigger eliminado"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Trigger desactivada"
@@ -17358,13 +17452,13 @@ msgstr[1] "Triggers desactivadas"
msgid "Trigger displaying options"
msgstr "Opções de visualização do trigger"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Trigger activada"
msgstr[1] "Triggers activadas"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "A expressão do trigger tem de conter pelo menos uma referência host:key."
@@ -17404,24 +17498,24 @@ msgstr "Vista geral de triggers"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Protótipo de trigger"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "O protótipo de trigger \"%1$s\" já existe em \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "O protótipo de trigger \"%1$s\" pertence a templates com diferentes associações."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "O protótipo de trigger \"%1$s\" contêm protótipos de item de múltiplas regras de descoberta."
@@ -17431,12 +17525,12 @@ msgstr "O protótipo de trigger \"%1$s\" contêm protótipos de item de múltipl
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "O protótipo de trigger \"%1$s\" depende da trigger \"%2$s\", que não existe."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "O protótipo de trigger \"%1$s\" precisa conter pelo menos um protótipo de item."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Protótipo de trigger adicionado"
@@ -17444,11 +17538,11 @@ msgstr "Protótipo de trigger adicionado"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "O protótipo de trigger não pode depender de uma trigger da qual ele tenha sido herdado."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Protótipo de trigger eliminado"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "O protótipo de trigger foi actualizado"
@@ -17456,7 +17550,7 @@ msgstr[1] "Os protótipos de triggers foram actualizados"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17464,15 +17558,15 @@ msgstr[1] "Os protótipos de triggers foram actualizados"
msgid "Trigger prototypes"
msgstr "Protótipos de triggers"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Protótipos de trigger eliminados"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Protótipos de trigger actualizados"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "A expressão de recuperação da trigger precisa possuir ao menos uma referência ao conjunto \"host:chave\"."
@@ -17480,11 +17574,11 @@ msgstr "A expressão de recuperação da trigger precisa possuir ao menos uma re
msgid "Trigger severity"
msgstr "Severidade do trigger"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Status do trigger \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Status do trigger \"Problema\""
@@ -17492,19 +17586,19 @@ msgstr "Status do trigger \"Problema\""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Trigger actualizado"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17517,11 +17611,11 @@ msgstr "Trigger actualizado"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Triggers"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Triggers eliminados"
@@ -17537,7 +17631,7 @@ msgstr "Remover espaços"
msgid "Tue"
msgstr "Ter"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Terça-feira"
@@ -17550,7 +17644,7 @@ msgstr "Turco (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Dois itens (\"%1$s\" e \"%2$s\") não podem preencher o campo de inventário \"%3$s\" de um host, isto levaria a um conflito."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17570,7 +17664,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17582,21 +17676,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17629,18 +17723,18 @@ msgstr "Tipo (decrescente)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Tipo de cálculo"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Tipo de informação"
@@ -17657,8 +17751,8 @@ msgstr "Tipos"
msgid "UNKNOWN"
msgstr "DESCONHECIDO"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17668,11 +17762,11 @@ msgstr "DESCONHECIDO"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17718,7 +17812,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "A URL deverá possuir os campos \"name\" e \"url\" no mapa \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17802,10 +17896,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Unidades"
@@ -17827,7 +17921,7 @@ msgstr "Unidades"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17846,18 +17940,18 @@ msgstr "Acção desconhecida"
msgid "Unknown error"
msgstr "Erro desconhecido"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Função desconhecida."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Item do host desconhecido, não existe esse item no host seleccionado"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Host desconhecido, não existe esse host no sistema"
@@ -17883,15 +17977,15 @@ msgstr "Tipo de valor desconhecido"
msgid "Unlimited"
msgstr "Ilimitado"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Desassociar"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Desassociar e eliminar"
@@ -17934,7 +18028,7 @@ msgstr "Desassociado: Protótipo de item \"%1$s\" em \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Desassociado: Cenário web \"%1$s\" em \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Reactivar"
@@ -17980,6 +18074,11 @@ msgstr "O parâmetro \"%2$s\" não é suportado para o filtro da acção \"%1$s\
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "O parâmetro \"%2$s\" não é suportado para o filtro na regra de descoberta \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18016,28 +18115,29 @@ msgstr "Ligado"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18054,16 +18154,16 @@ msgstr "Actualizar existentes"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Intervalo de actualização"
@@ -18118,7 +18218,7 @@ msgstr "Tempo em execução em segudos do processo do Zabbix."
msgid "Uptime/Downtime"
msgstr "Uptime/Downtime"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Usar requisições em lote"
@@ -18147,7 +18247,7 @@ msgstr "Utilizado em itens"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Utilizador"
@@ -18309,14 +18409,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Nome do utilizador"
@@ -18383,11 +18483,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Nome de utilizador"
@@ -18395,8 +18495,8 @@ msgstr "Nome de utilizador"
msgid "Username and password"
msgstr "Utilizador e senha"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18661,24 +18761,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18807,18 +18907,18 @@ msgstr "Variáveis"
msgid "Various information about specific process(es). Returns float"
msgstr "Várias informações sobre processo(s) específico(s). Retorna número"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18826,8 +18926,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18839,7 +18939,7 @@ msgstr "Vendedor"
msgid "Verbose"
msgstr "Detalhado"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18900,7 +19000,7 @@ msgstr "Nome visível"
msgid "Visible name cannot be empty if host name is missing."
msgstr "O nome visível não pode estar vazio se não estiver definido o nome do host."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "Q"
@@ -18912,22 +19012,22 @@ msgstr "Q"
msgid "Warning"
msgstr "Warning"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Aviso"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Pedimos desculpa, foi atingido o número máximo possível de elementos."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18937,7 +19037,7 @@ msgstr "Pedimos desculpa, foi atingido o número máximo possível de elementos.
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18994,7 +19094,7 @@ msgstr[1] "Cenários web activados"
msgid "Web scenario updated"
msgstr "Cenário web actualizado"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19012,7 +19112,7 @@ msgstr ""
msgid "Wed"
msgstr "Qua"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Quarta-feira"
@@ -19025,7 +19125,7 @@ msgstr "Semanalmente"
msgid "Welcome"
msgstr "Bem vindo"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Bem vindo a"
@@ -19033,7 +19133,7 @@ msgstr "Bem vindo a"
msgid "When active"
msgstr "Quando activado"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19075,7 +19175,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19149,13 +19249,13 @@ msgstr "Campos errados para o serviço \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Campos errados para o tempo do serviço \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Campos errados para o protótipo de trigger."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Campos errados para o trigger."
@@ -19163,8 +19263,8 @@ msgstr "Campos errados para o trigger."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "Valor errado para o campo url."
@@ -19197,10 +19297,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19291,7 +19391,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19310,20 +19410,20 @@ msgstr "Anualmente"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19335,7 +19435,7 @@ msgstr "Anualmente"
msgid "Yes"
msgstr "Sim"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "Ontem"
@@ -19346,7 +19446,7 @@ msgstr "Está autenticado como \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Não é possível seleccionar algumas das línguas, porque os locales para estas não estão instaladas no servidor web."
@@ -19401,7 +19501,7 @@ msgstr "O utilizador actual não tem permissões para realizar esta operação."
msgid "You do not have permissions to create users."
msgstr "O utilizador actual não tem permissões para criar utilizadores."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19409,7 +19509,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Não possui permissão para aceder a esta página."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "Tem alterações que não foram salvas."
@@ -19484,7 +19584,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Servidor Zabbix"
@@ -19502,7 +19602,7 @@ msgid "Zabbix server (proxy)"
msgstr "Servidor Zabbix (proxy)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Detalhes do servidor Zabbix"
@@ -19510,15 +19610,15 @@ msgstr "Detalhes do servidor Zabbix"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "O servidor Zabbix não está em execução: a informação mostrada poderá não estar actualizada."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "O servidor Zabbix está em execução"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Nome do servidor Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Porto do servidor Zabbix"
@@ -19527,6 +19627,7 @@ msgid "Zabbix trapper"
msgstr "Trapper Zabbix"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19540,51 +19641,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "é esperado um valor booleano"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "um texto é esperado"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "é esperado um valor numérico"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "número muito grande"
@@ -19597,8 +19703,8 @@ msgstr "número muito grande"
msgid "a numeric value is expected"
msgstr "um valor numérico é esperado"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19606,29 +19712,29 @@ msgstr ""
msgid "a time is expected"
msgstr "um horário é esperado"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "é esperado um período de tempo"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "uma unidade de tempo é esperada"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "uma macro de utilizador é esperada"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19670,6 +19776,10 @@ msgstr "tudo"
msgid "all media"
msgstr "todas as mídias"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19681,23 +19791,23 @@ msgstr "todas as mídias"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "é esperado um array"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "é esperado um array ou sequência de caracteres"
@@ -19707,7 +19817,7 @@ msgid "an empty string is expected"
msgstr "é esperado um texto vazio"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "é esperado um par de caracteres hexadecimais"
@@ -19715,11 +19825,11 @@ msgstr "é esperado um par de caracteres hexadecimais"
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19768,11 +19878,11 @@ msgstr ""
msgid "avg"
msgstr "média"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19800,10 +19910,9 @@ msgstr "não pode ser modificado"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19811,7 +19920,7 @@ msgstr "não pode ser modificado"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19836,6 +19945,9 @@ msgstr "não pode ser modificado"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19862,11 +19974,11 @@ msgstr "não pode ser modificado"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19888,14 +20000,14 @@ msgstr "não pode ser modificado"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19920,7 +20032,7 @@ msgstr "não foi possível executar a rotação da requisição de API, os dados
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19938,11 +20050,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "dependência circular entre itens não é permitida"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19961,11 +20073,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19974,32 +20086,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "dias"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "por omissão"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20025,11 +20137,11 @@ msgstr "descedente"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "o nome do diretório ou do script não podem estar vazios"
@@ -20068,7 +20180,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20107,7 +20219,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr "é esperado um primeiro parâmetro"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20115,14 +20227,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "configurações globais de limpeza de dados"
@@ -20131,7 +20243,7 @@ msgstr "configurações globais de limpeza de dados"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20189,11 +20301,11 @@ msgstr "contido em"
msgid "including subgroups"
msgstr "incluindo subgrupos"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20231,7 +20343,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr "intervalo de endereços inválido \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "sequência de bytes inválida no UTF-8"
@@ -20245,15 +20357,15 @@ msgstr "atraso inválido"
msgid "invalid history storage period"
msgstr "período inválido para a armazenamento de histórico"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "expressão regular inválida"
@@ -20263,7 +20375,7 @@ msgstr "expressão regular inválida"
msgid "invalid trend storage period"
msgstr "período inválido para a armazenamento de médias"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20275,7 +20387,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "não está entre {} ou está mal formado"
@@ -20305,7 +20417,7 @@ msgstr "a chave está vazia"
msgid "last"
msgstr "último"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20317,15 +20429,15 @@ msgstr "esquerda"
msgid "list of characters"
msgstr "lista de caracteres"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20333,12 +20445,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr "regra de autodescoberta (LLD)"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20368,7 +20480,7 @@ msgstr "mapa"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20392,7 +20504,7 @@ msgstr "máx"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20419,12 +20531,12 @@ msgstr "o nível máximo de dependência foi alcançado"
msgid "min"
msgstr "mín"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "o tamanho mínimo é %1$s caracteres"
@@ -20457,27 +20569,27 @@ msgstr "tem de ser um utilizador LDAP válido"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "precisa estar entre \"%1$s\" e \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "nome"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "novo"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "novo"
@@ -20487,7 +20599,7 @@ msgstr "novo"
msgid "no data"
msgstr "sem dados"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20508,7 +20620,7 @@ msgstr "não contido em"
msgid "not selected"
msgstr "não seleccionada"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20516,8 +20628,8 @@ msgstr ""
msgid "number"
msgstr "número"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "de"
@@ -20565,7 +20677,7 @@ msgstr "off"
msgid "on"
msgstr "sobre"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20581,11 +20693,11 @@ msgstr "outro"
msgid "output"
msgstr "saída"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20596,11 +20708,11 @@ msgstr ""
msgid "pattern"
msgstr "padrão"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20617,12 +20729,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "actualizado a cada %1$s segundo."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20639,7 +20751,7 @@ msgstr "direita"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20688,6 +20800,7 @@ msgstr "descrição sumária"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20702,15 +20815,15 @@ msgstr "descrição sumária"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "deve estar vazio"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20718,10 +20831,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "mostrar mapeamento de ícones"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "mostrar mapeamento de valores"
@@ -20729,11 +20842,11 @@ msgstr "mostrar mapeamento de valores"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20741,7 +20854,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20750,14 +20863,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20792,9 +20905,13 @@ msgstr "o ID de template \"%1$s\" é passado %2$s vezes"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "o parâmetro \"%1$s\" está ausente"
@@ -20809,7 +20926,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20828,18 +20945,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20850,26 +20991,26 @@ msgstr "trigger"
msgid "trigger does not allow manual closing"
msgstr "o trigger não permite encerramento manual"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "um protótipo de trigger não pode ser movido para outro template ou host"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "um trigger com associações não pode ser movido para outro template ou host"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "digite aqui para pesquisar"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20879,7 +21020,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20896,9 +21037,10 @@ msgstr "fim inesperado da macro"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "parâmetro não esperado: %1$s"
@@ -20925,12 +21067,12 @@ msgstr "texto inesperado \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "valor inesperado \"%1$s\""
@@ -20940,7 +21082,7 @@ msgstr "valor inesperado \"%1$s\""
msgid "unknown"
msgstr "desconhecido"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20949,28 +21091,28 @@ msgid "unsupported version number"
msgstr "número de versão não suportado"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20980,7 +21122,7 @@ msgstr "número de versão não suportado"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "valor"
@@ -20998,26 +21140,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr "o valor \"%1$s\" não foi encontrado"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "o valor %1$s já existe"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "o valor é muito grande"
@@ -21045,9 +21190,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21084,7 +21229,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "a"
diff --git a/ui/locale/ro/LC_MESSAGES/frontend.po b/ui/locale/ro/LC_MESSAGES/frontend.po
index 9d377ba8418..db91a1eeafd 100644
--- a/ui/locale/ro/LC_MESSAGES/frontend.po
+++ b/ui/locale/ro/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2017-03-19 02:15+0300\n"
"Last-Translator: Silviu <silviubv@gmail.com>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -79,7 +79,7 @@ msgstr[0] "%1$d zi"
msgstr[1] "%1$d zile"
msgstr[2] "%1$d zile"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -170,8 +170,8 @@ msgstr[2] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -187,7 +187,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -222,8 +222,8 @@ msgstr[2] ""
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
@@ -231,7 +231,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -251,20 +251,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -304,20 +304,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr "(Numai super administratorii pot creea grupuri)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(fără proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 sau 1"
@@ -393,11 +393,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "ȘI"
@@ -425,16 +426,16 @@ msgstr[1] ""
msgstr[2] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Cnf"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Confirmare"
@@ -467,7 +468,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -480,30 +481,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -576,18 +577,18 @@ msgstr "Acțiune actualizată"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Acțiuni"
@@ -623,6 +624,9 @@ msgstr "Activ până la"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -650,9 +654,6 @@ msgstr "Activ până la"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -662,9 +663,9 @@ msgstr "Activ până la"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -676,39 +677,40 @@ msgstr "Activ până la"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -719,20 +721,20 @@ msgstr "Activ până la"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -759,8 +761,8 @@ msgstr "Activ până la"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Adaugă"
@@ -768,7 +770,7 @@ msgstr "Adaugă"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -776,7 +778,7 @@ msgstr ""
msgid "Add child"
msgstr ""
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -788,7 +790,7 @@ msgstr "Adaugă server"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -797,6 +799,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -805,7 +808,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Adaugă prototip"
@@ -826,11 +829,11 @@ msgstr "Adaugă la grupul de servere"
msgid "Add to host groups"
msgstr "Adaugă la grupurile de servere"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -854,7 +857,7 @@ msgid "Age"
msgstr "Vechime"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Vechime mai mică decât"
@@ -866,7 +869,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agent"
@@ -925,7 +928,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Tot"
@@ -943,7 +946,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Toate linkurile trebuie sa aibă \"Nume\" și \"URL\" specificat"
@@ -951,13 +954,13 @@ msgstr "Toate linkurile trebuie sa aibă \"Nume\" și \"URL\" specificat"
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -977,48 +980,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Servere permise"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr ""
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1027,14 +1030,14 @@ msgid "And/Or"
msgstr ""
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1050,10 +1053,10 @@ msgstr "Orice șir de caractere inclus"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1089,8 +1092,8 @@ msgid "Application error."
msgstr "Eroare aplicație."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1113,15 +1116,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1129,15 +1132,17 @@ msgstr ""
msgid "Applications"
msgstr "Aplicații"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Aplică"
@@ -1155,7 +1160,7 @@ msgstr "Abordare"
msgid "Apr"
msgstr "Apr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Aprilie"
@@ -1167,7 +1172,11 @@ msgstr "Sunteti sigur că vreți sa efectuați această acțiune?"
msgid "Are you sure you want to delete"
msgstr "Sunteți sigur că doriți să ștergeți"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1183,12 +1192,12 @@ msgstr "Tipul suprafeței"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Ca și"
@@ -1296,7 +1305,7 @@ msgstr ""
msgid "Aug"
msgstr "Aug"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "August"
@@ -1313,9 +1322,9 @@ msgstr ""
msgid "Authentication"
msgstr "Autentificare"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Algoritm de autentificare"
@@ -1325,21 +1334,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Metodă de autentificare"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Frază de acces pentru autentificare"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Protocol de autentificare"
@@ -1378,9 +1389,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automată"
@@ -1410,7 +1421,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Disponibilitate"
@@ -1435,8 +1446,8 @@ msgstr "Mediu"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1490,16 +1501,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1540,11 +1551,11 @@ msgstr ""
msgid "Bottom"
msgstr "Jos"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1571,8 +1582,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1592,7 +1603,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1625,7 +1636,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1633,7 +1644,7 @@ msgstr ""
msgid "Callback"
msgstr "Apelare inversă"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1659,10 +1670,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Anulează"
@@ -1707,12 +1718,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Nu se poate adăuga dependința server - șablon."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Nu se poate adăuga dependința trigger \"%1$s:%2$s\" la trigger nonexistent \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Nu se poate adăuga regula de detecție"
@@ -1736,7 +1747,7 @@ msgstr ""
msgid "Cannot add host"
msgstr "Nu se poate adăuga serverul"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Nu se poate adăuga prototipul serverului"
@@ -1746,7 +1757,7 @@ msgstr "Nu se poate adăuga prototipul serverului"
msgid "Cannot add image"
msgstr "Nu se poate adăuga imaginea"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Nu se poate adăuga elementul"
@@ -1755,7 +1766,7 @@ msgstr "Nu se poate adăuga elementul"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Nu se poate adăuga elementul \"%1$s\" de la \"%2$s\" la aplicația \"%3$s\" de la \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Nu se poate adăuga prototip item"
@@ -1839,11 +1850,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "Nu se poate adăuga șablonul"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Nu se poate adăuga trigger-ul"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Nu se poate adăuga un prototip trigger"
@@ -1866,11 +1877,11 @@ msgstr "Nu se poate adăuga valoarea mapată"
msgid "Cannot add web scenario"
msgstr "Nu se pate adăuga scenariul web"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1887,11 +1898,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Nu se poate șterge istoricul"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1899,7 +1910,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Nu se pot clona prototipurile de grafic."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Nu se pot clona prototipurile de server."
@@ -1922,7 +1933,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1937,26 +1948,26 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Nu se poate copia trigge-rul \"%1$s:%2$s\", deoarece are servere multiple in expresie."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Nu se poate crea un prototip de server pe serverul detectat \"%1$s\"."
@@ -1994,7 +2005,7 @@ msgstr "Nu se poate crea o aplicație nouă, scenariul web este deja asignat une
msgid "Cannot create template."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -2041,11 +2052,11 @@ msgstr "Nu se poate șterge dependința"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Nu se poate șterge regula de detecție"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Nu se pot șterge regulile de detecție"
@@ -2073,7 +2084,7 @@ msgstr[0] "Nu se poate șterge grupul"
msgstr[1] "Nu se poate șterge grupul"
msgstr[2] "Nu se poate șterge grupul"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Nu se poate șterge serverul"
@@ -2093,7 +2104,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Nu se pot șterge prototipurile de server"
@@ -2109,19 +2120,19 @@ msgstr "Nu se poate șterge imaginea"
msgid "Cannot delete inventory."
msgstr "Nu se poate șterge inventarul."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Nu se poate șterge elementul"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Nu se poate șterge prototipul itemului"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Nu se pot ÅŸterge prototipurile de element"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Nu se pot șterge elementele"
@@ -2213,7 +2224,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Nu se poate șterge prototipul de server bazat pe un șablon."
@@ -2244,19 +2255,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Nu se poate șterge scenariul web \"%1$s\" bazat pe un șablon."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Nu se poate șterge trigger-ul"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Nu se poate șterge prototipul trigger-ului"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Nu se pot ÅŸterge prototipurile triggerilor"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Nu se pot șterge triggerii"
@@ -2300,7 +2311,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Nu se poate dezactiva regula de detecție"
@@ -2308,14 +2319,14 @@ msgstr[1] "Nu se pot dezactiva regulile de detecție"
msgstr[2] "Nu se pot dezactiva regulile de detecție"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Nu se poate dezactiva serverul"
msgstr[1] "Nu se pot dezactiva servererele"
msgstr[2] "Nu se pot dezactiva servererele"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Nu se poate dezactiva elementul"
@@ -2337,7 +2348,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Nu se poate dezactiva triggerul"
@@ -2373,7 +2384,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Nu se poate activa regula de detecție"
@@ -2381,14 +2392,14 @@ msgstr[1] "Nu se pot activa regulile de detecție"
msgstr[2] "Nu se pot activa regulile de detecție"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Nu se poate activa srverul"
msgstr[1] "Nu se pot activa serverele"
msgstr[2] "Nu se pot activa serverele"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Nu se poate activa elementul"
@@ -2410,7 +2421,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Nu se poate activa trigger-ul"
@@ -2432,7 +2443,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2595,7 +2606,7 @@ msgstr[0] "Nu se poate importa template-ul \"%1$s\", șablonul corelat \"%2$s\"
msgstr[1] "Nu se poate importa template-ul \"%1$s\", șabloanele corelate \"%2$s\" nu există."
msgstr[2] "Nu se poate importa template-ul \"%1$s\", șabloanele corelate \"%2$s\" nu există."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Nu se poate introduce expresia trigger"
@@ -2703,7 +2714,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Nu se poate trimite comanda, verificați conexiunea cu serverul Zabbix \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2740,12 +2751,12 @@ msgstr "Nu se poate seta \"%1$s\" pentru elementul \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Nu se poate seta \"%1$s\" pentru trigger-ul \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2775,7 +2786,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2838,22 +2849,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Nu se poate actualiza \"%1$s\" pentru elementul \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Nu se poate actualiza \"%1$s\" pentru trigger-ul \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2868,7 +2879,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2937,7 +2948,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Nu se poate actualiza regula de detecție"
@@ -2975,7 +2986,7 @@ msgstr "Nu se poate actualiza serverul"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
#, fuzzy
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
@@ -3002,11 +3013,11 @@ msgstr "Nu se poate actualiza imaginea"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Nu se poate actualiza interfața pentru serverul detectat \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Nu se poate actualiza elementul"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
#, fuzzy
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
@@ -3014,11 +3025,11 @@ msgstr[0] "Nu se poate actualiza prototipul item"
msgstr[1] "Nu se poate actualiza prototipul item"
msgstr[2] "Nu se poate actualiza prototipul item"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Nu se pot actualiza elementele"
@@ -3101,17 +3112,17 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Nu se poate actualiza șablonul pentru serverul detectat \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Nu se poate actualiza trigger-ul"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
#, fuzzy
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
@@ -3119,12 +3130,12 @@ msgstr[0] "Nu se poate actualiza prototipul trigger"
msgstr[1] "Nu se poate actualiza prototipul trigger"
msgstr[2] "Nu se poate actualiza prototipul trigger"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Nu se poate actualiza prototipurile trigger"
@@ -3182,12 +3193,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3231,10 +3242,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Caracter"
@@ -3261,7 +3272,7 @@ msgstr ""
msgid "Check already exists."
msgstr "Verificarea există deja."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Verifică partea din expresie care începe de la \"%1$s\"."
@@ -3279,7 +3290,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3384,8 +3395,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Șterge istoric și tendințe"
@@ -3394,11 +3405,11 @@ msgstr "Șterge istoric și tendințe"
msgid "Clear when unlinking"
msgstr "Șterge la deconectare"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3417,20 +3428,20 @@ msgstr "Ceas"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Clonă"
@@ -3438,15 +3449,15 @@ msgstr "Clonă"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "ÃŽnchide"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "ÃŽnchide constructorul de expresii"
@@ -3465,8 +3476,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3483,7 +3494,7 @@ msgstr ""
msgid "Colour"
msgstr "Culoare"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Culoarea \"%1$s\" nu este corectă: trebuie un cod hexadecimal (6 simboluri)."
@@ -3534,7 +3545,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3568,7 +3579,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Condiție"
@@ -3627,7 +3638,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Configurare"
@@ -3635,7 +3646,7 @@ msgstr "Configurare"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Statistici configurare cache. Cache - buffer (moduri: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3799,7 +3810,7 @@ msgid "Configuration updated"
msgstr "Configuraţie actualizată"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3807,7 +3818,7 @@ msgstr ""
msgid "Confirmation text"
msgstr "Text de confirmare"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3863,7 +3874,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3871,9 +3882,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3881,9 +3892,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3900,10 +3911,10 @@ msgstr ""
msgid "Contact"
msgstr "Contact"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3934,10 +3945,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3977,8 +3988,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Nume context"
@@ -3990,8 +4002,8 @@ msgstr ""
msgid "Contract number"
msgstr "Numărul contractului"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -4003,8 +4015,8 @@ msgstr "Coordonate"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Copiază"
@@ -4062,7 +4074,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "Nu s-a putut salva imaginea!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Număr"
@@ -4108,11 +4120,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4132,14 +4144,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4218,7 +4230,7 @@ msgstr "Creează hartă"
msgid "Create media type"
msgstr "Creează tip media"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4242,7 +4254,7 @@ msgstr "Creează slide show"
msgid "Create template"
msgstr "Creează șablon"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Creează trigger"
@@ -4295,11 +4307,12 @@ msgstr "Critic"
msgid "Current host"
msgstr "Serverul curent"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Valoare curentă"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4307,7 +4320,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4316,11 +4329,11 @@ msgid "Custom graphs"
msgstr "Grafice personalizate"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4342,7 +4355,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Multiplicator personalizat"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4381,11 +4394,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4495,16 +4509,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4512,32 +4526,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Server bază de date"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4545,35 +4559,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Monitor bază de date"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Nume bază de date"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Parolă bază de date"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Port bază de date"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Schema bazei de date"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Server baze de date"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Tipul bazei de date"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Utilizator bază de date"
@@ -4602,7 +4616,7 @@ msgstr "Data achiziției HW"
msgid "Day"
msgstr "Zi"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4621,7 +4635,7 @@ msgstr "Ziua săptămânii"
msgid "Days"
msgstr "Zile"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Depanare"
@@ -4635,7 +4649,7 @@ msgstr "Mod depanare"
msgid "Dec"
msgstr "Dec"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Decembrie"
@@ -4645,7 +4659,7 @@ msgstr "Decembrie"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Implicit"
@@ -4662,7 +4676,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4679,18 +4693,18 @@ msgid "Default operation step duration"
msgstr "Durata etapei operației implicite"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Tema implicită"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4719,7 +4733,8 @@ msgstr "Întârziat de către"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4740,8 +4755,8 @@ msgstr "Întârziat de către"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Șterge"
@@ -4774,19 +4789,19 @@ msgstr "Ștergere acțiune curentă?"
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Ștergere regulă de detecție?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Ștergere expresie?"
@@ -4810,15 +4825,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr "Ștergere harta icoanei?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Ștergere prototip de element?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Ștergere element?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Ștergere legătura între elementele selectate?"
@@ -4862,7 +4877,7 @@ msgstr "Ștergere aplicații selectate?"
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4871,7 +4886,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr "Ștergere regulă de detecție selectată?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Ștergere elemente selectate?"
@@ -4896,7 +4911,7 @@ msgstr "Ștergere grupuri selectate?"
msgid "Delete selected host groups?"
msgstr "Ștergere grupuri de servere selectate?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Ștergere prototipuri de servere selectați?"
@@ -4904,7 +4919,7 @@ msgstr "Ștergere prototipuri de servere selectați?"
msgid "Delete selected host prototypes?"
msgstr "Ștergere prototipuri de servere selectați?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Ștergere server selectat?"
@@ -4956,7 +4971,7 @@ msgstr "Ștergere ecrane selectate?"
msgid "Delete selected scripts?"
msgstr "Ștergere scripturi selectate?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -5017,11 +5032,11 @@ msgstr "Ștergere prezentare?"
msgid "Delete template?"
msgstr "Ștergere șablon?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Ștergere prototip de trigger?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Ștergere trigger?"
@@ -5034,7 +5049,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr "Ștergere: Server \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Creat: Prototip server \"%1$s\" pe \"%2$s\"."
@@ -5055,16 +5070,16 @@ msgid "Deny"
msgstr "Negare"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Dependențe"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Dependenţă"
@@ -5072,7 +5087,7 @@ msgstr "Dependenţă"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5091,29 +5106,29 @@ msgstr "Stare de implementare"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Descriere"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5246,7 +5261,8 @@ msgstr "Dezactivare triggeri selectați?"
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5259,22 +5275,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Dezactivat"
@@ -5291,7 +5306,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5299,12 +5314,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5405,29 +5420,29 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Regulă de detecție creată"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Regulă de detecție ștearsă"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Regulă de detecție dezactivată"
msgstr[1] "Reguli de detecție dezactivate"
msgstr[2] "Reguli de detecție dezactivate"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Regulă de detecție activată"
msgstr[1] "Reguli de detecție activate"
msgstr[2] "Reguli de detecție activate"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Regulă de detecție actualizată"
@@ -5437,13 +5452,13 @@ msgstr "Regulă de detecție actualizată"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Reguli de detecție"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Reguli de detecție șterse"
@@ -5486,7 +5501,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Afișare %1$s din %2$s gasită"
@@ -5505,22 +5520,22 @@ msgid "Do not calculate"
msgstr "Nu calculeză"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Doreşti să înlocuiești expresia condițională?"
@@ -5543,11 +5558,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Oprit"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5627,12 +5642,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5661,10 +5676,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Durată"
@@ -5684,7 +5699,7 @@ msgstr "Item dinamic"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Fiecare URL trebuie să aibă un nume unic. Vă rugăm să vă asigurați că există un singur URL cu numele"
@@ -5699,15 +5714,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Editare"
@@ -5731,15 +5746,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Editare trigger"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5835,7 +5850,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -6005,15 +6020,16 @@ msgstr "Activare triggeri selectați?"
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -6029,13 +6045,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -6044,13 +6059,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Activat"
@@ -6060,9 +6075,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -6070,7 +6085,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6082,10 +6097,10 @@ msgstr "Engleză (en_GB)"
msgid "English (en_US)"
msgstr "Engleză (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6112,7 +6127,7 @@ msgstr "Eroare"
msgid "Error in search request for table \"%1$s\"."
msgstr "Eroare in cererea de căutare pentru tabelul \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6148,7 +6163,7 @@ msgstr ""
msgid "Event details"
msgstr "Detalii eveniment"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Generare eveniment"
@@ -6168,6 +6183,12 @@ msgstr "Listă de evenimente [ultimele 20]"
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6199,7 +6220,7 @@ msgstr "Săptămânal (s)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Exclude"
@@ -6210,7 +6231,7 @@ msgstr "Exclude"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Execută"
@@ -6228,9 +6249,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6248,19 +6269,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Script executat"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Confirmare de executare"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6300,7 +6321,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Export în CSV"
@@ -6308,21 +6329,21 @@ msgstr "Export în CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Expresie"
@@ -6335,15 +6356,15 @@ msgstr "Expresie Elemente Variabile"
msgid "Expression cannot be empty"
msgstr "Expresia nu poate fi vidă"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Constructor de expresii"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6362,7 +6383,7 @@ msgstr "Expresii"
msgid "External check"
msgstr "Verificare externă"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "F"
@@ -6376,7 +6397,7 @@ msgstr "FALS"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Greșeală"
@@ -6426,7 +6447,7 @@ msgstr "Ecrane preferate"
msgid "Feb"
msgstr "Feb"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Februarie"
@@ -6439,7 +6460,7 @@ msgstr "Câmp"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Câmpul \"%1$s\" nu poate fi pus NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6448,7 +6469,7 @@ msgstr "Câmpul \"%1$s\" nu poate fi pus NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6568,9 +6589,7 @@ msgstr "Zone pline"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6597,9 +6616,13 @@ msgstr "Zone pline"
msgid "Filter"
msgstr "Filtru"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6618,7 +6641,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Sfârșit"
@@ -6631,8 +6654,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Primul"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6646,12 +6669,12 @@ msgid "Fixed"
msgstr "Remediat"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6659,9 +6682,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6683,8 +6706,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Formulă"
@@ -6711,11 +6734,13 @@ msgstr "Franceză (fr_FR)"
msgid "Fri"
msgstr "Fri"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Vineri"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6735,12 +6760,12 @@ msgstr "Acces la interfață"
msgid "Frontend messaging"
msgstr "Mesaje de interfață"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6775,7 +6800,7 @@ msgid "GUI access disabled."
msgstr "Acces GUI dezactivat."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6801,21 +6826,21 @@ msgstr "Germană (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Expresia dată nu este macro"
@@ -6841,7 +6866,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Mergi la"
@@ -6889,8 +6914,8 @@ msgstr "Gradient linie"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -7023,7 +7048,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Prototipuri grafice"
@@ -7067,9 +7092,9 @@ msgid "Graph with same name but other type exist."
msgstr "Există grafic cu același nume dar de alt tip."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7079,7 +7104,7 @@ msgstr "Există grafic cu același nume dar de alt tip."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7087,7 +7112,7 @@ msgstr "Există grafic cu același nume dar de alt tip."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Grafice"
@@ -7158,12 +7183,12 @@ msgstr "Grup pentru servere detectate"
msgid "Group name"
msgstr "Nume grup"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Grupul prototip nu se poate baza pe un grup server detectat \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Prototipuri grup"
@@ -7178,8 +7203,8 @@ msgstr "Grupare după"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7211,10 +7236,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "Autentificare HTTP"
@@ -7222,11 +7247,11 @@ msgstr "Autentificare HTTP"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "proxy HTTP"
@@ -7255,20 +7280,20 @@ msgstr "Hardware (Detalii complete)"
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7301,11 +7326,11 @@ msgstr "Ajutor"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Ascuns"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7342,23 +7367,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Istoric"
@@ -7366,17 +7391,17 @@ msgstr "Istoric"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Istoric șters"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Golirea istoricului poate lua o perioadă lungă de timp. Continuare?"
@@ -7390,13 +7415,17 @@ msgstr "Istoric al evenimentelor"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Perioadă de istoric a stocării"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7421,26 +7450,26 @@ msgstr "Aliniere orizontală"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7452,8 +7481,8 @@ msgstr "Aliniere orizontală"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
#, fuzzy
msgid "Host"
msgid_plural "Hosts"
@@ -7497,8 +7526,7 @@ msgstr "Acces server"
msgid "Host added"
msgstr "Server adăugat"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7515,12 +7543,12 @@ msgstr "Serverul nu poate avea mai mult de o interfață implicită de același
msgid "Host count"
msgstr "Contor server"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Server șters"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Server dezactivat"
@@ -7528,7 +7556,7 @@ msgstr[1] "Servere dezactivate"
msgstr[2] "Servere dezactivate"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Server activat"
@@ -7550,7 +7578,7 @@ msgstr[2] "Servere activate"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Grup server"
@@ -7596,11 +7624,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7637,17 +7665,17 @@ msgstr "Grupuri de servere"
msgid "Host info"
msgstr "Informații servere"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Interfață server"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7668,7 +7696,7 @@ msgstr "Probleme server"
msgid "Host label type"
msgstr "Tip eticheta server"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7695,29 +7723,33 @@ msgstr "Rețele server"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Serverul prototip \"%1$s\" există deja pe \"%2$s\", moștenită de la alt șablon."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Serverul prototip \"%1$s\" există deja pe \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Prototip grafic adăugat"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Prototip grafic șters"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
#, fuzzy
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
@@ -7725,25 +7757,25 @@ msgstr[0] "Server prototip actualizat"
msgstr[1] "Server prototip actualizat"
msgstr[2] "Server prototip actualizat"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Server prototip cu nume server \"%1$s\" există deja în regula de detecție \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Server prototip cu nume vizibil \"%1$s\" există deja în regula de detecție \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Prototipuri de servere"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Prototipuri de servere șterse"
@@ -7792,17 +7824,17 @@ msgstr "Server cu același nume \"%1$s\" există deja."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Server cu același nume vizibil \"%1$s\" există deja."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7878,7 +7910,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7913,10 +7945,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7933,9 +7965,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "Senzor IPMI"
@@ -8052,7 +8084,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Imagine"
@@ -8160,7 +8192,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8176,9 +8208,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8191,11 +8223,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8208,7 +8240,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Include"
@@ -8476,8 +8508,8 @@ msgstr "Argumente incorecte trimise funcției"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8618,9 +8650,9 @@ msgstr "Nume sau valoare câmp \"%1$s\" incorecte în care afirmația pentru tab
msgid "Incorrect fields for sysmap."
msgstr "Câmpuri incorecte pentru sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8673,7 +8705,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Funcție incorectă utilizată"
@@ -8749,7 +8781,7 @@ msgstr "ID item \"%1$s\" incorect prevăzut pentru elementul ecran. "
msgid "Incorrect item for axis value."
msgstr "Item incorect pentru valoare axă."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Cheie item \"%1$s\" incorect prevăzut pentru expresia triggerului pe \"%2$s\"."
@@ -8760,11 +8792,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Tip valoare item \"%1$s\" incorect prevăzut pentru funcția triggerului \"%2$s\"."
@@ -8935,35 +8967,35 @@ msgstr "ID trigger incorect pentru serviciul \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Expresie trigger incorectă"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Expresii trigger incorecte."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Expresie trigger incorectă. Serverul \"%1$s\" nu există sau nu ai acces la acest server."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Expresie trigger incorectă. Elementele expresiei trigger nu trebuie să aparțină simultan unui șablon si unui server."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Funcție trigger \"%1$s\" incorectă prevăzută în expresie."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -9114,16 +9146,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9134,7 +9165,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9284,23 +9315,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9389,10 +9422,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9400,10 +9433,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Info"
@@ -9417,15 +9450,19 @@ msgstr "Informaţie"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9441,17 +9478,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Inserează"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9463,7 +9500,7 @@ msgstr "Instalare"
msgid "Installer name"
msgstr "Nume de instalare"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9496,8 +9533,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Interfața cu IP \"%1$s\" nu poate avea nume DNS gol."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9526,14 +9563,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9557,15 +9594,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Interval"
@@ -9592,7 +9629,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9606,15 +9643,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Primul parametru invalid."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Al patrulea parametru invalid."
@@ -9626,11 +9663,11 @@ msgstr "Hostid invalid pentru macroul \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9671,7 +9708,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr "Parametrii metodei invalizi. "
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Număr invalid de parametri."
@@ -9703,6 +9740,15 @@ msgstr "Număr invalid de parametri."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9715,75 +9761,81 @@ msgstr "Număr invalid de parametri."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9800,7 +9852,7 @@ msgstr "Parametri invalizi."
msgid "Invalid response code \"%1$s\"."
msgstr "Cod de răspuns invalid \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Al doilea parametru invalid."
@@ -9837,15 +9889,15 @@ msgstr "Al doilea parametru invalid."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9858,7 +9910,7 @@ msgstr "Al doilea parametru invalid."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Al treilea parametru invalid."
@@ -9877,9 +9929,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventar"
@@ -9906,9 +9958,9 @@ msgid "Issue"
msgstr "Problemă"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9925,22 +9977,22 @@ msgid "Italian (it_IT)"
msgstr "Italiană (it)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Item"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9977,15 +10029,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Itemul \"%1$s\" pe \"%2$s\": aplicația \"%3$s\" nu există."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Item adăugat"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9996,18 +10048,18 @@ msgstr[2] ""
msgid "Item count"
msgstr "Numărătoare item"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Item șters"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Element dezactivat"
msgstr[1] "Elemente dezactivate"
msgstr[2] "Elemente dezactivate"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Item activat"
@@ -10018,7 +10070,7 @@ msgstr[2] "Itemi activați"
msgid "Item in \"not supported\" state"
msgstr "Item în stare \"nesuportată\""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Item neselectat"
@@ -10031,7 +10083,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -10052,15 +10104,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Prototip item \"%1$s\" există deja pe \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Prototip item adăugat"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Prototip item șters"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
#, fuzzy
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
@@ -10075,7 +10127,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10083,19 +10135,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "Prototipuri item"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Prototipuri item șterse"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Item actualizat"
@@ -10167,7 +10219,7 @@ msgstr "Item cu cheia \"%1$s\" deja există pe \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10177,11 +10229,11 @@ msgstr "Item cu cheia \"%1$s\" deja există pe \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Itemi"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Itemi ștersi"
@@ -10193,7 +10245,7 @@ msgstr "Lista itemi"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Itemi actualizați"
@@ -10201,7 +10253,7 @@ msgstr "Itemi actualizați"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10209,10 +10261,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "Agent JMX"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10225,10 +10277,10 @@ msgstr "Interfață JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10260,7 +10312,7 @@ msgid "JSON-rpc version is not specified."
msgstr "Verisunea JSON-rpc nu este specificată."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10268,7 +10320,7 @@ msgstr ""
msgid "Jan"
msgstr "Ian"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Ianuarie"
@@ -10285,7 +10337,7 @@ msgstr ""
msgid "Jul"
msgstr "Iul"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Iulie"
@@ -10293,11 +10345,11 @@ msgstr "Iulie"
msgid "Jun"
msgstr "Iun"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Iunie"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10331,7 +10383,7 @@ msgstr "Cheia \"%1$s\" nu se potrivește <grpmax|grpmin|grpsum|grpavg>[\"Host gr
msgid "Key passphrase"
msgstr "Parola cheie"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Cuvânt cheie"
@@ -10368,23 +10420,23 @@ msgstr "Autentificare LDAP reusită "
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10410,7 +10462,7 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Ultima"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
@@ -10418,7 +10470,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
@@ -10426,7 +10478,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
@@ -10434,7 +10486,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
@@ -10442,7 +10494,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
@@ -10450,7 +10502,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10488,23 +10540,24 @@ msgstr "Ultima schimbare (descendent)"
msgid "Last check"
msgstr "Ultima verificare"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Graficul ultimei ore"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Graficul ultimei luni"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Ultima din"
@@ -10517,21 +10570,21 @@ msgstr "Ultima dată vazut (vârstă)"
msgid "Last value"
msgstr "Ultima valoare"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Graficul ultimei săptămâni"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Cele mai recente date"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Cele mai recente valori"
@@ -10578,7 +10631,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10620,8 +10673,8 @@ msgstr "Legătură"
msgid "Link indicators"
msgstr "Indicatori de legătură"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10657,10 +10710,10 @@ msgstr "Legătură către șabloane"
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10754,10 +10807,10 @@ msgid "Location longitude"
msgstr "Longitudine locație"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "ÃŽnregistrare"
@@ -10769,10 +10822,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Format timp autentificare"
@@ -10829,7 +10882,7 @@ msgstr "Nivel scăzut al regulii de detecție în stare \"nu este acceptată\""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10846,8 +10899,9 @@ msgstr "Adresă MAC B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10862,7 +10916,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Macro"
@@ -10889,10 +10943,10 @@ msgstr "Nu există macro cu hostmacroid \"%1$s\"."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10983,16 +11037,16 @@ msgstr "Mentenanță fără colecție de date"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Lipsește parametrul obligatoriu."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manual"
@@ -11007,7 +11061,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Hartă"
@@ -11101,7 +11155,7 @@ msgstr "Hărți"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Martie"
@@ -11117,11 +11171,11 @@ msgstr "Marchează pe alții"
msgid "Mark selected"
msgstr "Marchează selecția"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Mască"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11140,11 +11194,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11192,7 +11246,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11208,7 +11262,7 @@ msgstr[2] "Perioada maximă de timp pentru afișare este %1$s zile."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Mai"
@@ -11367,7 +11421,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Mesaje"
@@ -11431,7 +11485,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Severitate minimă"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11491,7 +11545,7 @@ msgstr "Itemi lipsă pentru prototipul grafic \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Cheie lipsă \"%1$s\" pentru server \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11568,7 +11622,7 @@ msgstr ""
msgid "Mon"
msgstr "Lun"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Luni"
@@ -11576,9 +11630,9 @@ msgstr "Luni"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Monitorizat de proxy"
@@ -11610,11 +11664,11 @@ msgstr "Lună"
msgid "Monthly"
msgstr "Lunar"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Mai multe potriviri găsite..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11633,20 +11687,20 @@ msgstr "Mai mult de un grafic cu numele \"%1$s\" fără server."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Evenimente PROBLEME multiple"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Mut"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11679,13 +11733,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11713,17 +11768,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11743,19 +11798,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11764,15 +11819,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11782,12 +11837,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11878,12 +11933,12 @@ msgid "Never"
msgstr "Niciodată"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Aplicație nouă"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11897,7 +11952,7 @@ msgstr "Condiție nouă"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Element nou"
@@ -11933,13 +11988,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11948,20 +12003,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12115,6 +12170,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Nicio interfață implicită pentru tipul \"%1$s\" pe \"%2$s\"."
@@ -12131,12 +12187,12 @@ msgstr "Nicio regulă de detecție IDs dată."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12203,12 +12259,12 @@ msgstr ""
msgid "No image"
msgstr "Nicio imagine"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Nicio interfață găsită"
@@ -12223,7 +12279,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12261,7 +12317,7 @@ msgstr "Nicio hartă ID prevăzută pentru elementul ecran."
msgid "No maps added."
msgstr "Nicio hartă adaugată."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Nicio potrivire găsită"
@@ -12292,8 +12348,8 @@ msgstr "Nicio permisiune de acces la sistem."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12302,8 +12358,8 @@ msgstr "Nicio permisiune de acces la sistem."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12359,12 +12415,12 @@ msgstr "Nicio permisiune de acces la sistem."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12423,7 +12479,7 @@ msgstr "Nicio permisiune de acces la sistem."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12444,7 +12500,7 @@ msgstr "Nicio permisiune de acces la sistem."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Nicio permisiune la obiectul menționat sau acesta nu există!"
@@ -12474,7 +12530,7 @@ msgstr "Nu a fost specificat nici un fișier cu cheie publică."
msgid "No recipients for action operation message."
msgstr "Niciun destinatar pentru mesajul de acțiune a operațiunii."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12486,11 +12542,11 @@ msgstr "Niciun ecran adăugat."
msgid "No script specified for action operation command."
msgstr "Nu a fost specificat niciun script pentru comanda de acțiune a operațiunii."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Nu a fost selectată nicio țintă"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Nu a fost selectată nicio țintă."
@@ -12507,19 +12563,19 @@ msgstr "Niciun trigger definit."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12532,18 +12588,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Niciunul"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12641,7 +12697,7 @@ msgstr ""
msgid "Nov"
msgstr "Noi"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Noiembrie"
@@ -12654,11 +12710,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12726,11 +12782,11 @@ msgstr "Numărul schimbărilor de status"
msgid "Number of steps"
msgstr "Număr de pași"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12746,7 +12802,7 @@ msgstr "Numărul itemilor nesuportați în baza de date Zabbix."
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Numărul de utilizatori (online)"
@@ -12798,22 +12854,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numeric (float)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numeric (nesemnat)"
@@ -12831,13 +12887,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12853,7 +12909,7 @@ msgstr "router OOB"
msgid "OOB subnet mask"
msgstr "Mască subnet OOB"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "SAU"
@@ -12881,13 +12937,13 @@ msgstr "Oct"
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Octombrie"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Oprit"
@@ -12919,7 +12975,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Pornit"
@@ -12994,7 +13050,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Numai itemii desemnați să activeze servere sunt numărați"
@@ -13051,7 +13107,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Numai ultimii 20%% din indicatori sunt afișați."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Numai triggerii atribuiți să activeze servere și care depind de itemi activați sunt contorizați"
@@ -13073,7 +13129,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Operațiunea nu poate fi executată datorită unei cereri neautorizate."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Detalii operațiunii"
@@ -13089,12 +13145,12 @@ msgstr "Operațiunea nu are șablon de operare."
msgid "Operation type"
msgstr "Tipul operațiunii"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13142,24 +13198,24 @@ msgstr "Operator"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -13188,55 +13244,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13275,8 +13333,8 @@ msgstr "Alții"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Suprascrisă de "
@@ -13300,8 +13358,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13486,16 +13544,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLEMÄ‚"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13507,26 +13565,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13545,13 +13603,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parametru"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13622,28 +13680,28 @@ msgstr "Pasiv"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Parolă"
@@ -13655,15 +13713,15 @@ msgstr "Parolă (din nou)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13680,7 +13738,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13697,17 +13755,22 @@ msgstr "Linie crescătoare (dreapta)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Perioadă"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13753,7 +13816,7 @@ msgid "Placing algorithm"
msgstr "Plasare algoritm"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Text simplu"
@@ -13767,7 +13830,7 @@ msgstr "Redare"
msgid "Play sound"
msgstr "Redare sunet"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13776,20 +13839,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Va rog selectați două elemente"
@@ -13819,18 +13882,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "Poloneză (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Populare câmp server inventar"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13861,33 +13923,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13898,23 +13960,23 @@ msgstr ""
msgid "Preview"
msgstr "Previzualizare"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13947,12 +14009,14 @@ msgid "Primary POC screen name"
msgstr "Nume ecran inițial POC"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Frază de acces de confidențialitate"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Ptotocol confidențial"
@@ -13964,29 +14028,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Fișier cheie privată"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Nivel privilegiat"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -14011,8 +14075,8 @@ msgstr ""
msgid "Problem display"
msgstr "Afișare problemă"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -14029,7 +14093,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problemă pe"
@@ -14059,13 +14123,13 @@ msgstr "Problemă, dacă toți copiii au probleme"
msgid "Problem, if at least one child has a problem"
msgstr "Problemă, dacă cel puțin un copil are o problemă"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -14074,7 +14138,7 @@ msgstr "Problemă, dacă cel puțin un copil are o problemă"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Probleme"
@@ -14111,7 +14175,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14129,7 +14193,7 @@ msgstr "Proxy-uri"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14202,20 +14266,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Cheie publică"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Fișier cheie publică"
@@ -14245,8 +14309,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14256,10 +14320,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14317,7 +14381,7 @@ msgid "Received value"
msgstr "Valoare primită"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14344,24 +14408,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Recuperare"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14371,9 +14435,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14388,11 +14452,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14406,7 +14470,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Expresie uzuală"
@@ -14447,7 +14511,7 @@ msgstr "Expresii uzuale"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14471,6 +14535,12 @@ msgstr "Comandă de la distanță"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14487,43 +14557,37 @@ msgstr "Comandă de la distanță"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14532,14 +14596,14 @@ msgstr "Comandă de la distanță"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14562,7 +14626,7 @@ msgstr "Comandă de la distanță"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14595,8 +14659,8 @@ msgstr "Comandă de la distanță"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Șterge"
@@ -14632,7 +14696,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14642,17 +14706,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "ÃŽnlocuire"
@@ -14667,23 +14731,23 @@ msgstr "Înlocuiește dependențele"
msgid "Reports"
msgstr "Rapoarte"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14693,7 +14757,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Necesar"
@@ -14710,14 +14774,14 @@ msgstr "Performanță necesară (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Performanță necesară a serverului Zabbix, în noile valori pe secundă așteptate."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Performanță server necesară, noi valori pe secundă"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Coduri de stare necesare"
@@ -14725,7 +14789,7 @@ msgstr "Coduri de stare necesare"
msgid "Required string"
msgstr "Șir necesar"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Resetează"
@@ -14754,7 +14818,7 @@ msgstr "Confirmare de resetare"
msgid "Reset defaults"
msgstr "Resetează implicite"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Rezolvat"
@@ -14766,26 +14830,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14822,15 +14886,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Rezultat"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14849,14 +14913,14 @@ msgstr "Rezultatul este ADEVÄ‚RAT"
msgid "Result type"
msgstr "Tip de rezultat"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -15019,12 +15083,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr "Rusă (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "S"
@@ -15034,7 +15098,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -15079,16 +15144,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -15096,8 +15161,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "Comunitate SNMP"
@@ -15113,11 +15180,13 @@ msgstr "SNMP ttrap"
msgid "SNMP trap key is invalid."
msgstr "Cheie SNMP trap invalidă."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15125,7 +15194,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "agent SNMPv1"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15133,7 +15203,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "agent SNMPv2"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15155,9 +15226,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "Cerere SQL"
@@ -15180,40 +15251,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "agent SSH"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15241,15 +15312,23 @@ msgstr ""
msgid "Sat"
msgstr "Sâm"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Sâmbătă"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15271,12 +15350,12 @@ msgid "Scheduled check"
msgstr "Verificare programare"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15360,9 +15439,9 @@ msgid "Screen updated"
msgstr "Ecran actualizat"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15377,7 +15456,7 @@ msgstr "Ecran actualizat"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Ecrane"
@@ -15444,7 +15523,7 @@ msgstr "Script actualizat"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Scripturi"
@@ -15502,19 +15581,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Nivel de securitate"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Nume securitate"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15525,8 +15606,8 @@ msgstr "Nume securitate"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15534,15 +15615,15 @@ msgstr "Nume securitate"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Selectează"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Selectează prototip"
@@ -15575,19 +15656,19 @@ msgstr "Elementele selectate"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15612,7 +15693,7 @@ msgstr "Trimite doar la"
msgid "Send to"
msgstr "Trimite la"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15639,13 +15720,13 @@ msgstr "Sep"
msgid "Separated"
msgstr "Depărțit"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Septembrie"
@@ -15770,12 +15851,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Sesiune terminată, relogare, va rog."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15784,11 +15866,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15811,28 +15893,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15851,7 +15933,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15881,7 +15963,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15899,14 +15981,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15917,8 +15999,8 @@ msgstr ""
msgid "Show"
msgstr "Arată"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Arată detalii"
@@ -15926,7 +16008,7 @@ msgstr "Arată detalii"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15953,7 +16035,11 @@ msgstr "Arată legendă"
msgid "Show lines"
msgstr "Arată linii"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15975,9 +16061,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15988,7 +16074,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -16002,7 +16088,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Aratî text ca HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -16013,7 +16099,7 @@ msgid "Show triggers"
msgstr "Arată triggeri"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -16022,10 +16108,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Arată valoare"
@@ -16037,7 +16123,7 @@ msgstr "Arată avertizare dacă serverul Zabbix este căzut"
msgid "Show working time"
msgstr "Arată timpul de lucru"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Afișat"
@@ -16088,8 +16174,8 @@ msgstr "Grafic simplu"
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16200,7 +16286,7 @@ msgstr "Slides"
msgid "Slovak (sk_SK)"
msgstr "Slovacă (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Amânare"
@@ -16338,7 +16424,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16346,16 +16433,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16375,7 +16461,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16463,28 +16549,28 @@ msgid "Stop"
msgstr "Stop"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16496,7 +16582,7 @@ msgstr "Normală"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16521,14 +16607,14 @@ msgid "Subject"
msgstr "Subiect"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Subhartă"
@@ -16536,7 +16622,7 @@ msgstr "Subhartă"
msgid "Success Audit"
msgstr "Verificare reușită"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16549,7 +16635,7 @@ msgstr ""
msgid "Sun"
msgstr "Dum"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Duminică"
@@ -16593,7 +16679,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Schimbarea metodei de autentificare va reseta totul cu excepția acestei sesiuni! Continuați?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16644,12 +16730,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "T"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16691,12 +16777,12 @@ msgstr "Tabelul \"%1$s\" nu are un câmp numit \"%2$s\"."
msgid "Tag"
msgstr "Etichetă"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16705,12 +16791,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16721,25 +16807,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16747,11 +16833,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16760,11 +16846,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Țintă"
@@ -16883,13 +16969,13 @@ msgstr "Șablon cu același nume vizibil \"%1$s\" există deja."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16911,20 +16997,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Test"
@@ -16949,7 +17035,7 @@ msgstr "Date test"
msgid "Test expressions"
msgstr "Expresii test"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16977,10 +17063,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -17019,7 +17105,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17114,11 +17200,11 @@ msgstr "Aplicația pentru scenariu web aparține unui server diferit decât serv
msgid "Theme"
msgstr "Temă"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17127,11 +17213,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Luna aceasta"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17143,23 +17229,23 @@ msgstr "Această coloană a ecranului nu este goală. O ștergeți?"
msgid "This screen row is not empty. Delete it?"
msgstr "Aceast rând al ecranului nu este gol. Îl ștergeți?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Această săptămână"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Anul acesta"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17171,7 +17257,7 @@ msgstr ""
msgid "Thu"
msgstr "Joi"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Joi"
@@ -17182,19 +17268,19 @@ msgstr "Joi"
msgid "Till"
msgstr "Până când"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17237,12 +17323,12 @@ msgstr ""
msgid "Time period"
msgstr "Perioadă de timp"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17254,16 +17340,23 @@ msgstr "Timp rămas"
msgid "Time type"
msgstr "Tip timp"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Pauză"
@@ -17277,22 +17370,23 @@ msgstr "Pauză"
msgid "Timestamp"
msgstr "Dată"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Către"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Pentru setarea unei interfețe server selectează un singur tip de item pentru toți itemii"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Astăzi"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17382,10 +17476,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Perioadă trend a stocării"
@@ -17394,34 +17488,34 @@ msgstr "Perioadă trend a stocării"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Tendințe"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Trigger"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Trigger \"%1$s\" există deja pe \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17431,7 +17525,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Triggerul \"%1$s\" depinde de trigger \"%2$s\", care nu există."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17439,7 +17533,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Trigger adăugat"
@@ -17447,7 +17541,7 @@ msgstr "Trigger adăugat"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Triggerul nu poate depinde de un trigger care este moștenit de la el."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17458,7 +17552,7 @@ msgstr[2] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Trigger șters"
@@ -17466,7 +17560,7 @@ msgstr "Trigger șters"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Trigger dezactivat"
@@ -17478,14 +17572,14 @@ msgstr[2] "Triggeri dezactivați"
msgid "Trigger displaying options"
msgstr "Opțiuni de afișare trigger"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Trigger activat"
msgstr[1] "Triggeri activați"
msgstr[2] "Triggeri activați"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Expresie trigger trebuie să conțină cel puțin un serverȘ cheie referință."
@@ -17525,24 +17619,24 @@ msgstr "Prezentare triggeri"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Prototip trigger"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Prototipul grafic \"%1$s\" conține prototipi item pentru reguli de detecție multiple."
@@ -17552,12 +17646,12 @@ msgstr "Prototipul grafic \"%1$s\" conține prototipi item pentru reguli de dete
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Prototipul trigger \"%1$s\" trebuie să conțină cel puțin un prototip item."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Prototip trigger adăugat"
@@ -17565,11 +17659,11 @@ msgstr "Prototip trigger adăugat"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Prototip trigger șters"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
#, fuzzy
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
@@ -17579,7 +17673,7 @@ msgstr[2] "Prototip trigger actualizat"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17587,15 +17681,15 @@ msgstr[2] "Prototip trigger actualizat"
msgid "Trigger prototypes"
msgstr "Prototipi trigger"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Prototipi trigger șters"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Prototipi trigger actualizat"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17603,11 +17697,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "Severitate trigger"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17615,19 +17709,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Trigger actualizat"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17640,11 +17734,11 @@ msgstr "Trigger actualizat"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Triggeri"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Triggeri șterși"
@@ -17660,7 +17754,7 @@ msgstr ""
msgid "Tue"
msgstr "Mar"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Marți"
@@ -17673,7 +17767,7 @@ msgstr "Turcă (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Doi itemi (\"%1$s\" și \"%2$s\") nu pot popula un câmp inventar al unui server \"%3$s\", aceasta ar duce la un conflict. "
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17693,7 +17787,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17705,21 +17799,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17752,18 +17846,18 @@ msgstr "Tip (descendent)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Tip de calcul"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Tip de informație"
@@ -17780,8 +17874,8 @@ msgstr "Tipuri"
msgid "UNKNOWN"
msgstr "NECUNOSCUT"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17791,11 +17885,11 @@ msgstr "NECUNOSCUT"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17841,7 +17935,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URL-uri"
@@ -17925,10 +18019,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Unități"
@@ -17950,7 +18044,7 @@ msgstr "Unități"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17969,18 +18063,18 @@ msgstr "Actiune necunoscută"
msgid "Unknown error"
msgstr "Eroare necunoscută"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Funcție necunoscută."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Item server necunoscut, nu există asemenea item în serverul selectat"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Server necunoscut, nu există asemenea server prezent în sistem"
@@ -18006,15 +18100,15 @@ msgstr "Tip valoare necunoscută"
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Dezleagă"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Dezleagă și curăță"
@@ -18057,7 +18151,7 @@ msgstr "Dezlegat: Prototip item \"%1$s\" pe \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Dezlegat: Scenariu web \"%1$s\" pe \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Pornire sunet"
@@ -18104,6 +18198,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18140,28 +18239,29 @@ msgstr "Sus"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18178,16 +18278,16 @@ msgstr "Actualizează existent"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Actualizare inventar"
@@ -18242,7 +18342,7 @@ msgstr "Timpul de la pornire al procesului serverului Zabbix în secunde."
msgid "Uptime/Downtime"
msgstr "Timp de la pornire/ timp de la oprire"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18271,7 +18371,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Utilizator"
@@ -18436,14 +18536,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Nume utilizator"
@@ -18511,11 +18611,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Nume utilizator"
@@ -18523,8 +18623,8 @@ msgstr "Nume utilizator"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18789,24 +18889,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18937,18 +19037,18 @@ msgstr "Variabile"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18956,8 +19056,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18969,7 +19069,7 @@ msgstr "Vânzător"
msgid "Verbose"
msgstr "Detaliat"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -19030,7 +19130,7 @@ msgstr "Nume vizibil"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Numele vizibil nu poate fi gol dacă lipsește numele serverului."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "M"
@@ -19042,22 +19142,22 @@ msgstr "M"
msgid "Warning"
msgstr "Avertisment"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Avertisment"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit. "
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -19067,7 +19167,7 @@ msgstr "Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -19126,7 +19226,7 @@ msgstr[2] "Scenariile web activate"
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19144,7 +19244,7 @@ msgstr ""
msgid "Wed"
msgstr "Mie"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Miercuri"
@@ -19157,7 +19257,7 @@ msgstr "Săptămânal"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19165,7 +19265,7 @@ msgstr ""
msgid "When active"
msgstr "Când e activ"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19207,7 +19307,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19281,13 +19381,13 @@ msgstr "Câmpuri greșite pentru serviciul \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Câmpuri greșite pentru timpul pentru serviciul \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Câmpuri greșite pentru trigger."
@@ -19295,8 +19395,8 @@ msgstr "Câmpuri greșite pentru trigger."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19329,10 +19429,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19423,7 +19523,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19442,20 +19542,20 @@ msgstr "Anual"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19467,7 +19567,7 @@ msgstr "Anual"
msgid "Yes"
msgstr "Da"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19478,7 +19578,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Nu poți să alegi unele dintre limbi, pentru că localelel lor nu sunt instalate pe serverul web."
@@ -19533,7 +19633,7 @@ msgstr "Nu vă este permis să efectuați această operație."
msgid "You do not have permissions to create users."
msgstr " Nu aveți permisiunea să creați utilizatori."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19541,7 +19641,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Nu aveți permisiunea să accesați această pagină."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19616,7 +19716,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Server Zabbix"
@@ -19634,7 +19734,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19642,15 +19742,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Serverul Zabbix nu funcționează: informația afișată poate să nu fie corectă."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Serverul Zabbix rulează"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Nume server Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Port server Zabbix "
@@ -19659,6 +19759,7 @@ msgid "Zabbix trapper"
msgstr "Trapper Zabbix"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19672,51 +19773,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19729,8 +19835,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19738,29 +19844,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19802,6 +19908,10 @@ msgstr "toți"
msgid "all media"
msgstr "toata media"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19813,23 +19923,23 @@ msgstr "toata media"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19839,7 +19949,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19847,11 +19957,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19900,11 +20010,11 @@ msgstr ""
msgid "avg"
msgstr "avg"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19932,10 +20042,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19943,7 +20052,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19968,6 +20077,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19994,11 +20106,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -20020,14 +20132,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -20052,7 +20164,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -20070,11 +20182,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -20093,11 +20205,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "z"
@@ -20106,32 +20218,32 @@ msgstr "z"
msgid "d.M"
msgstr "z.L"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "zile"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "implicit"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20157,11 +20269,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20200,7 +20312,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20239,7 +20351,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20247,14 +20359,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "setări interne globale"
@@ -20263,7 +20375,7 @@ msgstr "setări interne globale"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20321,11 +20433,11 @@ msgstr "în"
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20362,7 +20474,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20376,15 +20488,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20394,7 +20506,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20406,7 +20518,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20436,7 +20548,7 @@ msgstr "cheia este goală"
msgid "last"
msgstr "ultima"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20448,15 +20560,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20464,12 +20576,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr "regulă de detecție de nivel inferior"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "l"
@@ -20499,7 +20611,7 @@ msgstr "hartă"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20523,7 +20635,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20550,12 +20662,12 @@ msgstr ""
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20588,27 +20700,27 @@ msgstr "trebuie să fie un utilizator valid LDAP"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "nou"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "nou"
@@ -20618,7 +20730,7 @@ msgstr "nou"
msgid "no data"
msgstr "fără date"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20639,7 +20751,7 @@ msgstr "nu este în"
msgid "not selected"
msgstr "neselectat"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20647,8 +20759,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "al"
@@ -20696,7 +20808,7 @@ msgstr "închis"
msgid "on"
msgstr "pornit"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20712,11 +20824,11 @@ msgstr "altul"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20727,11 +20839,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20748,12 +20860,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "actualizare la fiecare %1$s sec."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20770,7 +20882,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "rădăcină"
@@ -20819,6 +20931,7 @@ msgstr "descriere scurtă"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20833,15 +20946,15 @@ msgstr "descriere scurtă"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20849,10 +20962,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "arată mapări iconițe"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "arată mapări valori"
@@ -20860,11 +20973,11 @@ msgstr "arată mapări valori"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20872,7 +20985,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20881,14 +20994,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20923,9 +21036,13 @@ msgstr "ID șablon \"%1$s\" este trecut %2$s ori"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20940,7 +21057,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20959,18 +21076,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20981,26 +21122,26 @@ msgstr "trigger"
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "scrie aici pentru căutare"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -21010,7 +21151,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -21027,9 +21168,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -21056,12 +21198,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -21071,7 +21213,7 @@ msgstr ""
msgid "unknown"
msgstr "necunoscut"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -21080,28 +21222,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -21111,7 +21253,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "valoare"
@@ -21129,26 +21271,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21176,9 +21321,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21215,7 +21360,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "a"
diff --git a/ui/locale/ru/LC_MESSAGES/frontend.po b/ui/locale/ru/LC_MESSAGES/frontend.po
index dc736dd0136..80f435973dd 100644
--- a/ui/locale/ru/LC_MESSAGES/frontend.po
+++ b/ui/locale/ru/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2020-08-30 00:07+0300\n"
"Last-Translator: Alexey <dotneft@gmail.com>\n"
"Language-Team: Zabbix translation team\n"
@@ -32,7 +32,7 @@ msgstr "\"%1$s\" вмеÑто \"%2$s\""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" ожидалоÑÑŒ"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "ожидаетÑÑ Ð¿Ð°Ñ€Ð° \"узел Ñети:ключ\""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -79,7 +79,7 @@ msgstr[0] "%1$d день"
msgstr[1] "%1$d днÑ"
msgstr[2] "%1$d дней"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -170,8 +170,8 @@ msgstr[2] "%1$s Ñообщений"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -187,7 +187,7 @@ msgstr[0] "%1$s из %2$s Ñлемента в ÑоÑтоÑнии проблемÑ
msgstr[1] "%1$s из %2$s Ñлементов в ÑоÑтоÑнии проблемы"
msgstr[2] "%1$s из %2$s Ñлементов в ÑоÑтоÑнии проблемы"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -222,8 +222,8 @@ msgstr[2] "%1$s попыток оÑталоÑÑŒ"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
@@ -231,7 +231,7 @@ msgstr[0] "%1$s Ñекунда"
msgstr[1] "%1$s Ñекунды"
msgstr[2] "%1$s Ñекунд"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr "оÑталоÑÑŒ %1$s Ñимволов"
@@ -251,20 +251,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s виджет"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, ВажноÑÑ‚ÑŒ, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, только чтение"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -304,20 +304,20 @@ msgstr "(0 - иÑпользовать умолчание дейÑтвиÑ)"
msgid "(Only super admins can create groups)"
msgstr "(Только Ñупер админиÑтраторы могут Ñоздавать группы)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(без прокÑи)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - иÑпользовать порт по умолчанию"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 или 1"
@@ -393,11 +393,12 @@ msgid "ADD OVERRIDE"
msgstr "ДОБÐВЛЕÐИЕ ЗÐМЕЩЕÐИЯ"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "И"
@@ -425,16 +426,16 @@ msgstr[1] "Ðккаунт заблокирован на %1$s Ñекунд."
msgstr[2] "Ðккаунт заблокирован на %1$s Ñекунд."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Подтверждено"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Подтвердить"
@@ -467,7 +468,7 @@ msgstr "Подтвержденные РЕШЕÐÐЫЕ ÑобытиÑ"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -480,30 +481,30 @@ msgstr "Подтвержденные РЕШЕÐÐЫЕ ÑобытиÑ"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -576,18 +577,18 @@ msgstr "ДейÑтвие обновлено"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "ДейÑтвиÑ"
@@ -623,6 +624,9 @@ msgstr "Ðктивно до"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -650,9 +654,6 @@ msgstr "Ðктивно до"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -662,9 +663,9 @@ msgstr "Ðктивно до"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -676,39 +677,40 @@ msgstr "Ðктивно до"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -719,20 +721,20 @@ msgstr "Ðктивно до"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -759,8 +761,8 @@ msgstr "Ðктивно до"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Добавить"
@@ -768,7 +770,7 @@ msgstr "Добавить"
msgid "Add (message type limit reached)"
msgstr "Добавить (доÑтигнуто макÑимальное количеÑтво типов Ñообщений)"
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Добавить новый виджет"
@@ -776,7 +778,7 @@ msgstr "Добавить новый виджет"
msgid "Add child"
msgstr "Добавить потомка"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Добавить Ñлемент потомка"
@@ -788,7 +790,7 @@ msgstr "Добавить узел Ñети"
msgid "Add missing"
msgstr "Добавить отÑутÑтвующее"
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Добавить неÑколько карт"
@@ -797,6 +799,7 @@ msgid "Add new data set"
msgstr "Добавить новый набор данных"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr "Добавить новый интерфейÑ"
@@ -805,7 +808,7 @@ msgid "Add new override"
msgstr "Добавить новое замещение"
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Добавить прототип"
@@ -826,11 +829,11 @@ msgstr "Добавить в группу узлов Ñети"
msgid "Add to host groups"
msgstr "Добавить в группы узлов Ñети"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Добавить виджет"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -854,7 +857,7 @@ msgid "Age"
msgstr "ВозраÑÑ‚"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "ВозраÑÑ‚ менее чем"
@@ -866,7 +869,7 @@ msgstr "ВозраÑÑ‚ меньше чем %1$s"
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Ðгент"
@@ -925,7 +928,7 @@ msgstr "ВыровнÑÑ‚ÑŒ Ñлементы карты"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Ð’Ñе"
@@ -943,7 +946,7 @@ msgstr "Ð’Ñе группы"
msgid "All hosts"
msgstr "Ð’Ñе узлы Ñети"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "У вÑех ÑÑылок должны быть указаны \"ИмÑ\" и \"URL\""
@@ -951,13 +954,13 @@ msgstr "У вÑех ÑÑылок должны быть указаны \"ИмÑ\"
msgid "All maps"
msgstr "Ð’Ñе карты Ñети"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Ð’Ñе проблемы"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Ð’Ñе проблемы еÑли Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ‚ÐµÐ³Ð¾Ð² Ñовпадают"
@@ -977,48 +980,48 @@ msgstr "Ð’Ñе теги"
msgid "All templates"
msgstr "Ð’Ñе шаблоны"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Разрешить закрывать вручную"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Разрешенные хоÑÑ‚Ñ‹"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Ð’ качеÑтве альтернативы, вы можете уÑтановить его вручную:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "И"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1027,14 +1030,14 @@ msgid "And/Or"
msgstr "И/ИЛИ"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1050,10 +1053,10 @@ msgstr "Ð›ÑŽÐ±Ð°Ñ Ñтрока Ñимволов включена"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1088,8 +1091,8 @@ msgid "Application error."
msgstr "Ошибка приложениÑ."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Прототипы групп Ñлементов данных"
@@ -1112,15 +1115,15 @@ msgstr "Группа Ñлементов данных Ñ applicationid \"%1$s\" Ð
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1128,15 +1131,17 @@ msgstr "Группа Ñлементов данных Ñ applicationid \"%1$s\" Ð
msgid "Applications"
msgstr "Группы Ñлементов данных"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Применить"
@@ -1154,7 +1159,7 @@ msgstr "БлизитÑÑ"
msgid "Apr"
msgstr "Ðпр."
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Ðпрель"
@@ -1166,7 +1171,11 @@ msgstr "Ð’Ñ‹ уверены, что хотите выполнить Ñто деÐ
msgid "Are you sure you want to delete"
msgstr "Вы уверены, что хотите удалить"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Ð’Ñ‹ уверены, что хотите покинуть Ñту Ñтраницу?"
@@ -1182,12 +1191,12 @@ msgstr "Тип облаÑти"
msgid "Arithmetic"
msgstr "ÐрифметичеÑкие"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Как еÑÑ‚ÑŒ"
@@ -1299,7 +1308,7 @@ msgstr "Журнал аудита"
msgid "Aug"
msgstr "Ðвг"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "ÐвгуÑÑ‚"
@@ -1316,9 +1325,9 @@ msgstr ""
msgid "Authentication"
msgstr "ÐутентификациÑ"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Ðлгоритм аутентификации"
@@ -1328,21 +1337,23 @@ msgid "Authentication failed: %1$s."
msgstr "Ошибка при аутентификации: %1$s."
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Метод аутентификации"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Пароль аутентификации"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Протокол аутентификации"
@@ -1381,9 +1392,9 @@ msgstr "Ðвто-выход"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "ÐвтоматичеÑки"
@@ -1413,7 +1424,7 @@ msgstr "ДейÑÑ‚Ð²Ð¸Ñ Ð°Ð²Ñ‚Ð¾Ñ€ÐµÐ³Ð¸Ñтрации"
msgid "Autoregistration data storage period"
msgstr "Период Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½Ñ‹Ñ… авторегиÑтрации"
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "ДоÑтупноÑÑ‚ÑŒ"
@@ -1438,8 +1449,8 @@ msgstr "СреднÑÑ"
msgid "Axes"
msgstr "ОÑи"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Ðазад"
@@ -1493,16 +1504,16 @@ msgid "Blue"
msgstr "ГолубаÑ"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "Тело"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "Тело и заголовки"
@@ -1543,11 +1554,11 @@ msgstr "Оба Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð´Ð¾Ð»Ð¶Ð½Ñ‹ Ñовпадать."
msgid "Bottom"
msgstr "По нижнему краю"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "ПеремеÑтить вперёд"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Ðа передний план"
@@ -1574,8 +1585,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "ЗÐКРЫТИЕ"
@@ -1595,7 +1606,7 @@ msgstr "Загрузка ЦПУ. Возвращает дробное значеÐ
msgid "CPU utilisation percentage. Returns float"
msgstr "Ð£Ñ‚Ð¸Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ CPU в процентах. Возвращает чиÑло Ñ Ð¿Ð»Ð°Ð²Ð°ÑŽÑ‰ÐµÐ¹ точкой"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr "CRLF"
@@ -1628,7 +1639,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "Календарь"
@@ -1636,7 +1647,7 @@ msgstr "Календарь"
msgid "Callback"
msgstr "Callback"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "ÐÐµÐ»ÑŒÐ·Ñ ÑƒÐ´Ð°Ð»Ð¸Ñ‚ÑŒ"
@@ -1662,10 +1673,10 @@ msgstr "ÐÐµÐ»ÑŒÐ·Ñ ÑƒÐ´Ð°Ð»Ð¸Ñ‚ÑŒ"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Отмена"
@@ -1710,12 +1721,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Ðе удалоÑÑŒ добавить завиÑимоÑÑ‚ÑŒ от узла Ñети к шаблону."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Ðе удалоÑÑŒ добавить завиÑимоÑÑ‚ÑŒ от триггера \"%1$s:%2$s\" к неÑущеÑтвующему триггеру \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Ðе удалоÑÑŒ добавить правило обнаружениÑ"
@@ -1739,7 +1750,7 @@ msgstr "Ðе удалоÑÑŒ добавить группу."
msgid "Cannot add host"
msgstr "Ðе удалоÑÑŒ добавить узел Ñети"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Ðе удалоÑÑŒ добавить прототип узлов Ñети"
@@ -1749,7 +1760,7 @@ msgstr "Ðе удалоÑÑŒ добавить прототип узлов ÑетÐ
msgid "Cannot add image"
msgstr "Ðе удалоÑÑŒ добавить изображение"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Ðе удалоÑÑŒ добавить Ñлемент данных"
@@ -1758,7 +1769,7 @@ msgstr "Ðе удалоÑÑŒ добавить Ñлемент данных"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Ðе удалоÑÑŒ добавить Ñлемент данных \"%1$s\" из \"%2$s\" в группу Ñлементов данных \"%3$s\" из \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Ðе удалоÑÑŒ добавить прототип Ñлементов данных"
@@ -1842,11 +1853,11 @@ msgstr "Ðе удалоÑÑŒ добавить подкарты. ДоÑтигнуÑ
msgid "Cannot add template"
msgstr "Ðе удалоÑÑŒ добавить шаблон"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Ðе удалоÑÑŒ добавить триггер"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Ðе удалоÑÑŒ добавить прототипа триггеров"
@@ -1869,11 +1880,11 @@ msgstr "Ðе удалоÑÑŒ добавить преобразование зна
msgid "Cannot add web scenario"
msgstr "Ðе удалоÑÑŒ добавить веб-Ñценарий"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr "Ðе удалоÑÑŒ добавить виджет: не хватает Ñвободного меÑта на ПÐÐЕЛИ."
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "Ðе удалоÑÑŒ добавить виджеты в режиме киоÑка"
@@ -1890,11 +1901,11 @@ msgstr "Ðе удалоÑÑŒ привÑзать к LDAP Ñерверу."
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Ðе удалоÑÑŒ вызвать метод \"%1$s.%2$s\" без параметров."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Ðе удалоÑÑŒ очиÑтить иÑторию"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1902,7 +1913,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Ðе удалоÑÑŒ клонировать прототипы графиков."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Ðе удалоÑÑŒ клонировать прототипы узлов Ñети."
@@ -1925,7 +1936,7 @@ msgstr "Ðе удалоÑÑŒ закрыть проблему: %1$s."
msgid "Cannot connect to LDAP server."
msgstr "Ðе удалоÑÑŒ подключитьÑÑ Ðº LDAP Ñерверу."
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Ðе возможно подключитьÑÑ Ðº базе данных."
@@ -1940,26 +1951,26 @@ msgstr[0] "Ðе удалоÑÑŒ Ñкопировать график"
msgstr[1] "Ðе удалоÑÑŒ Ñкопировать графики"
msgstr[2] "Ðе удалоÑÑŒ Ñкопировать графики"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Ðе удалоÑÑŒ Ñкопировать Ñлемент даных"
msgstr[1] "Ðе удалоÑÑŒ Ñкопировать Ñлементы даных"
msgstr[2] "Ðе удалоÑÑŒ Ñкопировать Ñлементы даных"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Ðе удалоÑÑŒ Ñкопировать триггер"
msgstr[1] "Ðе удалоÑÑŒ Ñкопировать триггеры"
msgstr[2] "Ðе удалоÑÑŒ Ñкопировать триггеры"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Ðе удалоÑÑŒ Ñкопировать триггер \"%1$s:%2$s\", потому что он Ñодержит неÑколько узлов Ñети в выражении."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Ðе удалоÑÑŒ Ñоздать прототип узлов Ñети у обнаруженного узла Ñети \"%1$s\"."
@@ -1997,7 +2008,7 @@ msgstr "Ðе удалоÑÑŒ Ñоздать новую группу ÑлеменÑ
msgid "Cannot create template."
msgstr "Ðе удалоÑÑŒ Ñоздать шаблон."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Ðе возможно Ñоздать конфигурационный файл."
@@ -2043,11 +2054,11 @@ msgstr "Ðе удалоÑÑŒ удалить завиÑимоÑÑ‚ÑŒ"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Ðе удалоÑÑŒ удалить обнаруженную группу Ñлементов данных \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Ðе удалоÑÑŒ удалить правило обнаружениÑ"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Ðе удалоÑÑŒ удалить правила обнаружениÑ"
@@ -2074,7 +2085,7 @@ msgstr[0] "Ðе удалоÑÑŒ удалить группу"
msgstr[1] "Ðе удалоÑÑŒ удалить группы"
msgstr[2] "Ðе удалоÑÑŒ удалить группы"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Ðе удалоÑÑŒ удалить узел Ñети"
@@ -2094,7 +2105,7 @@ msgstr[0] "Ðе удалоÑÑŒ удалить группу узлов Ñети Ñ
msgstr[1] "Ðе удалоÑÑŒ удалить группы узлов Ñети так как обÑлуживание \"%1$s\" должно Ñодержать по крайней мере один узел Ñети или группу узлов Ñети."
msgstr[2] "Ðе удалоÑÑŒ удалить групп узлов Ñети так как обÑлуживание \"%1$s\" должно Ñодержать по крайней мере один узел Ñети или группу узлов Ñети."
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Ðе удалоÑÑŒ удалить прототипы узлов Ñети"
@@ -2110,19 +2121,19 @@ msgstr "Ðе удалоÑÑŒ удалить изображение"
msgid "Cannot delete inventory."
msgstr "Ðе удалоÑÑŒ удалить инвентарные данные."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Ðе удалоÑÑŒ удалить Ñлемент данных"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Ðе удалоÑÑŒ удалить прототип Ñлементов данных"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Ðе удалоÑÑŒ удалить прототипы Ñлементов данных"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Ðе удалоÑÑŒ удалить Ñлементы данных"
@@ -2211,7 +2222,7 @@ msgstr "Ðе удалоÑÑŒ удалить прототип графиков уÐ
msgid "Cannot delete templated graph."
msgstr "Ðе удалоÑÑŒ удалить график унаÑледованный из шаблона."
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Ðевозможно удалить прототип узлов Ñети унаÑледованный из шаблона."
@@ -2242,19 +2253,19 @@ msgstr "Ðе удалоÑÑŒ удалить прототип графиков \"%
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Ðевозможно удалить веб-Ñценарий \"%1$s\" унаÑледованный из шаблона."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Ðе удалоÑÑŒ удалить триггер"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Ðе удалоÑÑŒ удалить прототип триггеров"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Ðе удалоÑÑŒ удалить прототипы триггеров"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Ðе удалоÑÑŒ удалить триггеры"
@@ -2297,7 +2308,7 @@ msgstr[0] "Ðе удалоÑÑŒ деактивировать коррелÑцию
msgstr[1] "Ðе удалоÑÑŒ деактивировать коррелÑции"
msgstr[2] "Ðе удалоÑÑŒ деактивировать коррелÑции"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Ðе удалоÑÑŒ деактивировать правило обнаружениÑ"
@@ -2305,14 +2316,14 @@ msgstr[1] "Ðе удалоÑÑŒ деактивировать правила обÐ
msgstr[2] "Ðе удалоÑÑŒ деактивировать правила обнаружениÑ"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Ðе удалоÑÑŒ деактивировать узел Ñети"
msgstr[1] "Ðе удалоÑÑŒ деактивировать узлы Ñети"
msgstr[2] "Ðе удалоÑÑŒ деактивировать узлы Ñети"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Ðе удалоÑÑŒ деактивировать Ñлемент данных"
@@ -2334,7 +2345,7 @@ msgstr[0] "Ðе удалоÑÑŒ деактивировать модуль: %1$s."
msgstr[1] "Ðе удалоÑÑŒ деактивировать модули: %1$s."
msgstr[2] "Ðе удалоÑÑŒ деактивировать модули: %1$s."
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Ðе удалоÑÑŒ деактивировать триггер"
@@ -2370,7 +2381,7 @@ msgstr[0] "Ðе удалоÑÑŒ активировать коррелÑцию"
msgstr[1] "Ðе удалоÑÑŒ активировать коррелÑции"
msgstr[2] "Ðе удалоÑÑŒ активировать коррелÑции"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Ðе удалоÑÑŒ активировать правило обнаружениÑ"
@@ -2378,14 +2389,14 @@ msgstr[1] "Ðе удалоÑÑŒ активировать правила обнаÑ
msgstr[2] "Ðе удалоÑÑŒ активировать правила обнаружениÑ"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Ðе удалоÑÑŒ активировать узел Ñети"
msgstr[1] "Ðе удалоÑÑŒ активировать узлы Ñети"
msgstr[2] "Ðе удалоÑÑŒ активировать узлы Ñети"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Ðе удалоÑÑŒ активировать Ñлемент данных"
@@ -2407,7 +2418,7 @@ msgstr[0] "Ðе удалоÑÑŒ активировать модуль: %1$s."
msgstr[1] "Ðе удалоÑÑŒ активировать модули: %1$s."
msgstr[2] "Ðе удалоÑÑŒ активировать модули: %1$s."
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Ðе удалоÑÑŒ активировать триггер"
@@ -2429,7 +2440,7 @@ msgstr "Ðе удалоÑÑŒ раÑкрыть выражение"
msgid "Cannot execute script"
msgstr "Ðе удалоÑÑŒ выполнить Ñкрипт"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Ðе удалоÑÑŒ раÑкрыть макроÑÑ‹."
@@ -2592,7 +2603,7 @@ msgstr[0] "Ðе удалоÑÑŒ импортировать шаблон \"%1$s\",
msgstr[1] "Ðе удалоÑÑŒ импортировать шаблон \"%1$s\", Ñоединенные шаблоны \"%2$s\" не ÑущеÑтвуют."
msgstr[2] "Ðе удалоÑÑŒ импортировать шаблон \"%1$s\", Ñоединенные шаблоны \"%2$s\" не ÑущеÑтвуют."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Ðе удалоÑÑŒ вÑтавить выражение триггера"
@@ -2700,7 +2711,7 @@ msgstr "Ðе удалоÑÑŒ Ñохранить виджет \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Ðе удалоÑÑŒ отправить команду, проверьте Ñоединение Ñ Zabbix Ñервером \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "Ðе удалоÑÑŒ отправить запроÑ"
@@ -2737,12 +2748,12 @@ msgstr "Ðе удалоÑÑŒ уÑтановить \"%1$s\" Ð´Ð»Ñ ÑлементÐ
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Ðе удалоÑÑŒ уÑтановить \"%1$s\" шаблонному комплекÑному Ñкрану \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Ðе удалоÑÑŒ уÑтановить \"%1$s\" Ð´Ð»Ñ Ñ‚Ñ€Ð¸Ð³Ð³ÐµÑ€Ð° \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Ðе удалоÑÑŒ уÑтановить \"%1$s\" Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚Ð¸Ð¿Ð° триггера \"%2$s\"."
@@ -2772,7 +2783,7 @@ msgstr "Ðе удалоÑÑŒ уÑтановить ID реÑурÑа Ð´Ð»Ñ Ñле
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr "Поддержка аудио оповещений отÑутÑтвует Ð´Ð»Ñ Ñтого уÑтройÑтва."
@@ -2835,22 +2846,22 @@ msgstr "Ðе удалоÑÑŒ обновить \"%1$s\" Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚Ð¸Ð¿Ð°
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Ðе удалоÑÑŒ обновить \"%1$s\" Ð´Ð»Ñ Ñлемента данных \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Ðе удалоÑÑŒ обновить \"%1$s\" Ð´Ð»Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð½Ð¾Ð³Ð¾ графика \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Ðе удалоÑÑŒ обновить \"%1$s\" Ð´Ð»Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð½Ð¾Ð³Ð¾ прототипа графика \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Ðе удалоÑÑŒ обновить \"%1$s\" Ð´Ð»Ñ Ñ‚Ñ€Ð¸Ð³Ð³ÐµÑ€Ð° \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Ðе удалоÑÑŒ обновить \"%1$s\" Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚Ð¸Ð¿Ð° триггера \"%2$s\"."
@@ -2865,7 +2876,7 @@ msgstr "Ðе удалоÑÑŒ обновить \"%1$s\" у обнаруженноÐ
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Ðе удалоÑÑŒ обновить \"%1$s\" у обнаруженного Ñлемента данных \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2934,7 +2945,7 @@ msgstr "Ðе удалоÑÑŒ обновить коррелÑцию"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Ðе удалоÑÑŒ обновить обнаруженную группу Ñлементов данных \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Ðе удалоÑÑŒ обновить правило обнаружениÑ"
@@ -2972,7 +2983,7 @@ msgstr "Ðе удалоÑÑŒ обновить узел Ñети"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Ðе удалоÑÑŒ обновить наÑтройки ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÐ·Ð»Ð° Ñети. Ðеобходимо указать наÑтройки ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð² обе Ñтороны."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Ðе удалоÑÑŒ обновить прототип узлов Ñети"
@@ -2998,22 +3009,22 @@ msgstr "Ðе удалоÑÑŒ обновить изображение"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Ðе удалоÑÑŒ обновить Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð´Ð»Ñ Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð½Ð¾Ð³Ð¾ узла Ñети \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Ðе удалоÑÑŒ обновить Ñлемент данных"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Ðе удалоÑÑŒ обновить прототип Ñлементов данных"
msgstr[1] "Ðе удалоÑÑŒ обновить прототипы Ñлементов данных"
msgstr[2] "Ðе удалоÑÑŒ обновить прототипы Ñлементов данных"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr "Ðе удалоÑÑŒ обновить прототипы Ñлементов данных"
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Ðе удалоÑÑŒ обновить Ñлементы данных"
@@ -3096,29 +3107,29 @@ msgstr "Ðе удалоÑÑŒ обновить шаблоны"
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Ðе удалоÑÑŒ обновить шаблоны Ð´Ð»Ñ Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð½Ð¾Ð³Ð¾ узла Ñети \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Ðе удалоÑÑŒ обновить триггер"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Ðе удалоÑÑŒ обновить триггер \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Ðе удалоÑÑŒ обновить прототип триггеров"
msgstr[1] "Ðе удалоÑÑŒ обновить прототипы триггеров"
msgstr[2] "Ðе удалоÑÑŒ обновить прототипы триггеров"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Ðе удалоÑÑŒ обновить прототип триггера \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Ðе удалоÑÑŒ обновить прототипы триггеров"
@@ -3176,12 +3187,12 @@ msgstr "По центру"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Сертификат"
@@ -3225,10 +3236,10 @@ msgid "Change type"
msgstr "Изменить тип"
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Символ"
@@ -3255,7 +3266,7 @@ msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ шаÑÑи. Возвращает Ñтроку"
msgid "Check already exists."
msgstr "Проверка уже ÑущеÑтвует."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Проверьте чаÑÑ‚ÑŒ Ð²Ñ‹Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð½Ð°Ñ‡Ð¸Ð½Ð°Ñ Ñ \"%1$s\"."
@@ -3273,7 +3284,7 @@ msgid "Check for error using regular expression"
msgstr "Проверьте на ошибку при иÑпользовании регулÑрного выражениÑ"
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Проверка предварительных уÑловий"
@@ -3378,8 +3389,8 @@ msgid "Clear history"
msgstr "ОчиÑтить иÑторию"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "ОчиÑтить иÑторию и динамику изменений"
@@ -3388,11 +3399,11 @@ msgstr "ОчиÑтить иÑторию и динамику изменений"
msgid "Clear when unlinking"
msgstr "ОчиÑтить при отÑоединении"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr "Ðажмите и перемеÑтите до желаемого размера."
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr "Ðажмите Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра или изменениÑ"
@@ -3411,20 +3422,20 @@ msgstr "ЧаÑÑ‹"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Клонировать"
@@ -3432,15 +3443,15 @@ msgstr "Клонировать"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Закрыть"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Закрыть конÑтруктор выражениÑ"
@@ -3459,8 +3470,8 @@ msgid "Close problem"
msgstr "Закрыть проблему"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Свернуть"
@@ -3477,7 +3488,7 @@ msgstr "Свернуть боковую панель"
msgid "Colour"
msgstr "Цвет"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Цвет \"%1$s\" не корректный: ожидаетÑÑ ÑˆÐµÑтнадцатеричный код цвета (6 Ñимволов)."
@@ -3528,7 +3539,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "Компактный вид"
@@ -3562,7 +3573,7 @@ msgstr "Сжатие недоÑтупно по причине неÑовмеÑÑ‚
msgid "Concurrent sessions"
msgstr "Одновременные ÑеÑÑии"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "УÑловие"
@@ -3621,7 +3632,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Дубликаты уÑловий Ð´Ð»Ñ ÐºÐ¾Ñ€Ñ€ÐµÐ»Ñции \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "ÐаÑтройка"
@@ -3629,7 +3640,7 @@ msgstr "ÐаÑтройка"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "СтатиÑтика конфигурационного кÑша. КÑш - буфер (режимы: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "Файл конфигурации \"%1$s\" Ñоздан."
@@ -3793,7 +3804,7 @@ msgid "Configuration updated"
msgstr "ÐаÑтройки обновлены"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "ÐаÑтройка Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ðº БД"
@@ -3801,7 +3812,7 @@ msgstr "ÐаÑтройка Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ðº БД"
msgid "Confirmation text"
msgstr "ТекÑÑ‚ подтверждениÑ"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "ПоздравлÑем! Ð’Ñ‹ уÑпешно уÑтановили Zabbix веб-интерфейÑ."
@@ -3868,7 +3879,7 @@ msgstr ""
"1. Ðекорректный IP/DNS Ñервера в \"zabbix.conf.php\";\n"
"2. БрандмауÑÑ€ блокирует TCP Ñоединение.\n"
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3876,9 +3887,9 @@ msgstr ""
msgid "Connections"
msgstr "СоединениÑ"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Ð¡Ð¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ ÑƒÐ·Ð»Ð° Ñети"
@@ -3886,9 +3897,9 @@ msgstr "Ð¡Ð¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ ÑƒÐ·Ð»Ð° Ñети"
msgid "Connections from proxy"
msgstr "Ð¡Ð¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ Ð¿Ñ€Ð¾ÐºÑи"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "ÐŸÐ¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ðº узлу Ñети"
@@ -3905,10 +3916,10 @@ msgstr "КонÑтруктор"
msgid "Contact"
msgstr "ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3939,10 +3950,10 @@ msgstr "Содержит"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3982,8 +3993,9 @@ msgstr "Управление Ñодержимым: заголовок"
msgid "Content menu"
msgstr "Меню Ñодержимого"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Ð˜Ð¼Ñ ÐºÐ¾Ð½Ñ‚ÐµÐºÑта"
@@ -3995,8 +4007,8 @@ msgstr ""
msgid "Contract number"
msgstr "Ðомер контракта"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "ÐšÐ¾Ð½Ð²ÐµÑ€Ñ‚Ð°Ñ†Ð¸Ñ Ð² JSON"
@@ -4008,8 +4020,8 @@ msgstr "Координаты"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Копировать"
@@ -4067,7 +4079,7 @@ msgstr "КоррелÑÑ†Ð¸Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð°"
msgid "Could not save image!"
msgstr "Ðе удалоÑÑŒ Ñохранить изображение!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "КоличеÑтво"
@@ -4113,11 +4125,11 @@ msgstr "Создать коррелÑцию"
msgid "Create dashboard"
msgstr "Создать панель"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr "Создать завиÑимое правило обнаружениÑ"
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Создать завиÑимый Ñлемент данных"
@@ -4137,14 +4149,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4223,7 +4235,7 @@ msgstr "Создать карту Ñети"
msgid "Create media type"
msgstr "Создать ÑпоÑоб оповещениÑ"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Создать новый"
@@ -4247,7 +4259,7 @@ msgstr "Создать Ñлайд-шоу"
msgid "Create template"
msgstr "Создать шаблон"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Создать триггер"
@@ -4300,11 +4312,12 @@ msgstr "КритичнаÑ"
msgid "Current host"
msgstr "Текущий узел Ñети"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Текущее значение"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "ПользовательÑкое"
@@ -4312,7 +4325,7 @@ msgstr "ПользовательÑкое"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "ПользовательÑкое выражение"
@@ -4321,11 +4334,11 @@ msgid "Custom graphs"
msgstr "ПользовательÑкие графики"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "ПользовательÑкие интервалы"
@@ -4347,7 +4360,7 @@ msgstr "ПользовательÑкое Ñообщение"
msgid "Custom multiplier"
msgstr "ПользовательÑкий множитель"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr "Другое при ошибке"
@@ -4386,11 +4399,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4500,16 +4514,16 @@ msgstr "Ðабор данных"
msgid "Data storage period"
msgstr "Период Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½Ñ‹Ñ…"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4517,32 +4531,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr "Таблицы иÑтории в базе данных обновлены"
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "ХоÑÑ‚ базы данных"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4550,35 +4564,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Монитор баз данных"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Ð˜Ð¼Ñ Ð±Ð°Ð·Ñ‹ данных"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Пароль от базы данных"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Порт базы данных"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Схема базы данных"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Сервер базы данных"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Тип базы данных"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¾Ñ‚ базы данных"
@@ -4607,7 +4621,7 @@ msgstr "Дата покупки HW"
msgid "Day"
msgstr "День"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "За день до вчера"
@@ -4626,7 +4640,7 @@ msgstr "День недели"
msgid "Days"
msgstr "Дни"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Отладка"
@@ -4640,7 +4654,7 @@ msgstr "Режим отладки"
msgid "Dec"
msgstr "Дек."
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Декабрь"
@@ -4650,7 +4664,7 @@ msgstr "Декабрь"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "По умолчанию"
@@ -4667,7 +4681,7 @@ msgid "Default host inventory mode"
msgstr "Режим инвентаризации узлов Ñети по умолчанию"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4684,18 +4698,18 @@ msgid "Default operation step duration"
msgstr "ДлительноÑÑ‚ÑŒ шага операции по умолчанию"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Тема по умолчанию"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4724,7 +4738,8 @@ msgstr "ЗадерживаетÑÑ Ð½Ð°"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4745,8 +4760,8 @@ msgstr "ЗадерживаетÑÑ Ð½Ð°"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Удалить"
@@ -4779,19 +4794,19 @@ msgstr "Удалить текущее дейÑтвие?"
msgid "Delete current correlation?"
msgstr "Удалить текущую коррелÑцию?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Удалить панель?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Удалить правило обнаружениÑ?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Удалить выражение?"
@@ -4815,15 +4830,15 @@ msgstr "ОчиÑтить иÑторию выбранных веб-Ñценари
msgid "Delete icon map?"
msgstr "Удалить ÑоответÑтвие иконок?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Удалить прототип Ñлементов данных?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Удалить Ñлемент данных?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Удалить ÑвÑзи между выбранными Ñлементами?"
@@ -4867,7 +4882,7 @@ msgstr "Удалить выбранные группы Ñлементов дан
msgid "Delete selected correlations?"
msgstr "Удалить выбранные коррелÑции?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Удалить выбранные панели?"
@@ -4876,7 +4891,7 @@ msgstr "Удалить выбранные панели?"
msgid "Delete selected discovery rules?"
msgstr "Удалить выбранные правила обнаружениÑ?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Удалить выбранные Ñлементы?"
@@ -4901,7 +4916,7 @@ msgstr "Удалить выбранные группы?"
msgid "Delete selected host groups?"
msgstr "Удалить выбранные группы узлов Ñети?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Удалить выбранный прототип узлов Ñети?"
@@ -4909,7 +4924,7 @@ msgstr "Удалить выбранный прототип узлов Ñети?"
msgid "Delete selected host prototypes?"
msgstr "Удалить выбранные прототипы узлов Ñети?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Удалить выбранный узел Ñети?"
@@ -4961,7 +4976,7 @@ msgstr "Удалить выбранные комплекÑные Ñкраны?"
msgid "Delete selected scripts?"
msgstr "Удалить выбранные Ñкрипты?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Удалить выбранные фигуры?"
@@ -5022,11 +5037,11 @@ msgstr "Удалить Ñлайд-шоу?"
msgid "Delete template?"
msgstr "Удалить шаблон?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Удалить прототип триггеров?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Удалить триггер?"
@@ -5039,7 +5054,7 @@ msgstr "Удалить веб-Ñценарий?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Удалено: Узел Ñети \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Удалено: Прототип узлов Ñети \"%1$s\" из \"%2$s\"."
@@ -5060,16 +5075,16 @@ msgid "Deny"
msgstr "Запрещено"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "ЗавиÑимоÑти"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "ЗавиÑимоÑÑ‚ÑŒ"
@@ -5077,7 +5092,7 @@ msgstr "ЗавиÑимоÑÑ‚ÑŒ"
msgid "Dependent item"
msgstr "ЗавиÑимый Ñлемент данных"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5096,29 +5111,29 @@ msgstr "СоÑтоÑние развертываниÑ"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "ОпиÑание"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5251,7 +5266,8 @@ msgstr "Деактивировать выбранные триггеры?"
msgid "Disable selected web scenarios?"
msgstr "Деактивировать выбранные веб-Ñценарии?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5264,22 +5280,21 @@ msgstr "Деактивировать выбранные веб-Ñценарии?
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Деактивировано"
@@ -5296,7 +5311,7 @@ msgstr "ОтбраÑывать не изменившееÑÑ"
msgid "Discard unchanged with heartbeat"
msgstr "ОтбраÑывать не изменившееÑÑ Ñ Ð¿ÐµÑ€Ð¸Ð¾Ð´Ð¸Ñ‡ÐµÑким контролем"
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr "ОтброÑить значение"
@@ -5304,12 +5319,12 @@ msgstr "ОтброÑить значение"
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5410,29 +5425,29 @@ msgstr "Правило Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ \"%1$s\" Ð½ÐµÐ»ÑŒÐ·Ñ Ñкопир
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "Правило Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ \"%1$s\" иÑпользуетÑÑ Ð² \"%2$s\" дейÑтвии."
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Правило Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ñоздано"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Правило Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¾"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Правило Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð´ÐµÐ°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¾"
msgstr[1] "Правила Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð´ÐµÐ°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ñ‹"
msgstr[2] "Правила Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð´ÐµÐ°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ñ‹"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Правило Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¾"
msgstr[1] "Правила Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ñ‹"
msgstr[2] "Правила Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ñ‹"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Правило Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾"
@@ -5442,13 +5457,13 @@ msgstr "Правило Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Правила обнаружениÑ"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Правила Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ñ‹"
@@ -5491,7 +5506,7 @@ msgstr "Показать ÑÑ‚Ñкируемый график"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Отображено %1$s из %2$s найденных"
@@ -5510,22 +5525,22 @@ msgid "Do not calculate"
msgstr "Без вычиÑлениÑ"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr "Ðе хранить иÑторию"
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr "Ðе хранить динамику изменений"
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Ð’Ñ‹ хотите заменить уÑловие выражениÑ?"
@@ -5548,11 +5563,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "ÐедоÑтупен"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr "Загрузить изображение"
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Загрузить конфигурационный файл"
@@ -5632,12 +5647,12 @@ msgstr "Дубликат узла Ñети. Узел Ñети Ñ Ñ‚Ð°ÐºÐ¸Ð¼ же
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr "Дубликат узла Ñети. Узел Ñети Ñ Ñ‚Ð°ÐºÐ¸Ð¼ же видимым именем узла Ñети \"%1$s\" уже ÑущеÑтвует в данных."
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr "Дубликат прототипа триггеров Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr "Дубликат прототипа триггеров Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ \"%1$s\"."
@@ -5666,10 +5681,10 @@ msgstr "Дубликат usrgrpid \"%1$s\" в группах пользоватÐ
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Дубликат usrgrpid \"%1$s\" в группах пользователей у комплекÑного Ñкрана \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "ДлительноÑÑ‚ÑŒ"
@@ -5689,7 +5704,7 @@ msgstr "ДинамичеÑкий Ñлемент"
msgid "Dynamic items"
msgstr "ДинамичеÑкие Ñлементы данных"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "У каждого URL должно быть уникальное имÑ. ПожалуйÑта, удоÑтоверьтеÑÑŒ, что еÑÑ‚ÑŒ только один URL Ñ Ñтим именем"
@@ -5704,15 +5719,15 @@ msgstr "Каждый Ñлемент данных"
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Изменить"
@@ -5736,15 +5751,15 @@ msgstr "Изменить комплекÑный Ñкран"
msgid "Edit slide show"
msgstr "Изменить Ñлайд-шоу"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Изменит Ñлемент дерева"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Изменить триггер"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Изменить виджет"
@@ -5840,7 +5855,7 @@ msgstr "ПуÑтой тип уÑÐ»Ð¾Ð²Ð¸Ñ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð°Ñ†Ð¸Ð¸ Ð´Ð»Ñ Ð´ÐµÐ¹ÑÑ
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -6010,15 +6025,16 @@ msgstr "Ðктивировать выбранные триггеры?"
msgid "Enable selected web scenarios?"
msgstr "Ðктивировать выбранные веб-Ñценарии?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "Ðктивировать трапы"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -6034,13 +6050,12 @@ msgstr "Ðктивировать трапы"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -6049,13 +6064,13 @@ msgstr "Ðктивировать трапы"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Ðктивировано"
@@ -6065,9 +6080,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Шифрование"
@@ -6075,7 +6090,7 @@ msgstr "Шифрование"
msgid "Encryption level"
msgstr "Уровень шифрованиÑ"
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr "Конец Ñтроки"
@@ -6087,10 +6102,10 @@ msgstr "ÐнглийÑкий (en_GB)"
msgid "English (en_US)"
msgstr "ÐнглийÑкий (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6117,7 +6132,7 @@ msgstr "Ошибка"
msgid "Error in search request for table \"%1$s\"."
msgstr "Ошибка в запроÑе поиÑка в таблицу \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "Сообщение об ошибке"
@@ -6152,7 +6167,7 @@ msgstr "Правила коррелÑции Ñобытий"
msgid "Event details"
msgstr "Детали ÑобытиÑ"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ ÑобытиÑ"
@@ -6172,6 +6187,12 @@ msgstr "СпиÑок Ñобытий [20 предыдущих]"
msgid "Event log monitoring. Returns log"
msgstr "Мониторинг журнала Ñобытий. Возвращает журнал"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Пара тегов Ñобытий"
@@ -6203,7 +6224,7 @@ msgstr "Каждую неделю(и)"
msgid "Except selected"
msgstr "ИÑÐºÐ»ÑŽÑ‡Ð°Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ñ‹Ðµ"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "ИÑключено"
@@ -6214,7 +6235,7 @@ msgstr "ИÑключено"
msgid "Exclude host groups"
msgstr "ИÑключить группы узлов Ñети"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Выполнить"
@@ -6232,9 +6253,9 @@ msgstr "Выполнение запроÑа WMI и получение JSON доÐ
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Выполнение запроÑа WMI и получение первого выбранного объекта. Возвращает целое чиÑло, чиÑло Ñ Ð¿Ð»Ð°Ð²Ð°ÑŽÑ‰ÐµÐ¹ точкой или текÑÑ‚ (в завиÑимоÑти от запроÑа)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr "Выполнить ÑейчаÑ"
@@ -6252,19 +6273,19 @@ msgid "Executed"
msgstr "Выполнено"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "ВыполнÑемый Ñкрипт"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Подтверждение выполнениÑ"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "РаÑкрыть"
@@ -6304,7 +6325,7 @@ msgstr "ЭкÑпорт"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "ЭкÑпорт в CSV"
@@ -6312,21 +6333,21 @@ msgstr "ЭкÑпорт в CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Выражение"
@@ -6339,15 +6360,15 @@ msgstr "Переменные Ñлементов выражениÑ"
msgid "Expression cannot be empty"
msgstr "Выражение не может быть пуÑтым"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "КонÑтруктор выражениÑ"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "СинтакÑичеÑÐºÐ°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ° в выражении."
@@ -6366,7 +6387,7 @@ msgstr "ВыражениÑ"
msgid "External check"
msgstr "ВнешнÑÑ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ°"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "Пт"
@@ -6380,7 +6401,7 @@ msgstr "ЛОЖЬ"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Ошибка"
@@ -6430,7 +6451,7 @@ msgstr "Избранные комплекÑные Ñкраны"
msgid "Feb"
msgstr "Фев."
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Февраль"
@@ -6443,7 +6464,7 @@ msgstr "Поле"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Поле \"%1$s\" не может быть NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6452,7 +6473,7 @@ msgstr "Поле \"%1$s\" не может быть NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6572,9 +6593,7 @@ msgstr "Заполнение"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6601,9 +6620,13 @@ msgstr "Заполнение"
msgid "Filter"
msgstr "Фильтр"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Фильтры"
@@ -6622,7 +6645,7 @@ msgstr "ПоиÑк Ñтроки в файле. ВозвращаетÑÑ Ñтро
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "ПоиÑк Ñтроки на веб Ñтранице. Возвращает подходÑщую Ñтроку, или как определено в дополнительном параметре output"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Финиш"
@@ -6635,8 +6658,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "ПерваÑ"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "ÐппрокÑимациÑ"
@@ -6650,12 +6673,12 @@ msgid "Fixed"
msgstr "ФикÑированное"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6663,9 +6686,9 @@ msgid "Flexible"
msgstr "Переменный"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Следовать перенаправлениÑм"
@@ -6687,8 +6710,8 @@ msgstr "Размер шрифта"
msgid "Form data"
msgstr "Данные формы"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Формула"
@@ -6715,11 +6738,13 @@ msgstr "ФранцузÑкий (fr_FR)"
msgid "Fri"
msgstr "Пт"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "ПÑтница"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6739,12 +6764,12 @@ msgstr "ДоÑтуп к веб-интерфейÑу"
msgid "Frontend messaging"
msgstr "Ð¡Ð¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð² веб-интерфейÑе"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr "Полное"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6779,7 +6804,7 @@ msgid "GUI access disabled."
msgstr "ДоÑтуп к веб-интерфейÑу деактивирован."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6805,21 +6830,21 @@ msgstr "Ðемецкий (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Получение Ñодержимого веб Ñтраницы. Возвращает иÑходный код веб Ñтраницы в виде текÑта"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr "Получить значение"
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr "Получить значение и протеÑтировать"
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr "Получить значение Ñ ÑƒÐ·Ð»Ð° Ñети"
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Заданное выражение не ÑвлÑетÑÑ Ð¼Ð°ÐºÑ€Ð¾Ñом"
@@ -6845,7 +6870,7 @@ msgstr "Глобальное значение"
msgid "Go back to %1$s"
msgstr "ВернутьÑÑ Ðº %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Перейти к"
@@ -6893,8 +6918,8 @@ msgstr "Ð“Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -7027,7 +7052,7 @@ msgstr "Прототип графиков Ñ ID \"%1$s\" недоÑтупен."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Прототипы графиков"
@@ -7071,9 +7096,9 @@ msgid "Graph with same name but other type exist."
msgstr "График Ñ Ñ‚Ð°ÐºÐ¸Ð¼ же именем, но другого типа, уже ÑущеÑтвует."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7083,7 +7108,7 @@ msgstr "График Ñ Ñ‚Ð°ÐºÐ¸Ð¼ же именем, но другого тип
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7091,7 +7116,7 @@ msgstr "График Ñ Ñ‚Ð°ÐºÐ¸Ð¼ же именем, но другого тип
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Графики"
@@ -7161,12 +7186,12 @@ msgstr "Группа Ð´Ð»Ñ Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð½Ñ‹Ñ… узлов Ñети"
msgid "Group name"
msgstr "Ð˜Ð¼Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ñ‹"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Прототип группы не может оÑновыватьÑÑ Ð½Ð° обнаруженной группе узлов Ñети \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Прототипы групп"
@@ -7181,8 +7206,8 @@ msgstr "Сгруппировать по"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7214,10 +7239,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "HTTP агент"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP аутентификациÑ"
@@ -7225,11 +7250,11 @@ msgstr "HTTP аутентификациÑ"
msgid "HTTP login form"
msgstr "HTTP диалог входа в ÑиÑтему"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP прокÑи"
@@ -7258,20 +7283,20 @@ msgstr "Ðппаратные ÑредÑтва (Ð¿Ð¾Ð»Ð½Ð°Ñ Ð´ÐµÑ‚Ð°Ð»Ð¸Ð·Ð°Ñ†Ð¸
msgid "Hardware sensor reading. Returns float"
msgstr "Значение аппаратного ÑенÑора. Возвращает чиÑло Ñ Ð¿Ð»Ð°Ð²Ð°ÑŽÑ‰ÐµÐ¹ точкой"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Заголовки"
@@ -7304,11 +7329,11 @@ msgstr "Помощь"
msgid "Hexadecimal to decimal"
msgstr "ШеÑтнадцатеричное в деÑÑтичное"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Скрыта"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Скрыть отладку"
@@ -7345,23 +7370,23 @@ msgstr "Ð’Ñ‹ÑококонтраÑÑ‚Ð½Ð°Ñ Ñ‚Ñ‘Ð¼Ð½Ð°Ñ"
msgid "High-contrast light"
msgstr "Ð’Ñ‹ÑококонтраÑÑ‚Ð½Ð°Ñ ÑветлаÑ"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "ПодÑвечивать вÑÑŽ Ñтроку"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "ИÑториÑ"
@@ -7369,17 +7394,17 @@ msgstr "ИÑториÑ"
msgid "History and trends compression"
msgstr "Сжатие иÑтории и динамики изменений"
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr "При включенном Ñжатии очиÑтка иÑтории не поддерживаетÑÑ "
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¾Ñ‡Ð¸Ñ‰ÐµÐ½Ð°"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "ОчиÑтка иÑтории может занÑÑ‚ÑŒ продолжительное времÑ. Продолжить?"
@@ -7393,13 +7418,17 @@ msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ñобытий"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Период Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð¸Ñтории"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr "ДомашнÑÑ Ñтраница"
@@ -7424,26 +7453,26 @@ msgstr "Выравнивание по горизонтали"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7455,8 +7484,8 @@ msgstr "Выравнивание по горизонтали"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Узел Ñети"
@@ -7499,8 +7528,7 @@ msgstr "ДоÑтуп к узлам Ñети"
msgid "Host added"
msgstr "Узел Ñети добавлен"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr "ÐÐ´Ñ€ÐµÑ Ñ…Ð¾Ñта"
@@ -7517,12 +7545,12 @@ msgstr "У узла Ñети не может быть более одного и
msgid "Host count"
msgstr "КоличеÑтво узлов Ñети"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Узел Ñети удален"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Узел Ñети деактивирован"
@@ -7530,7 +7558,7 @@ msgstr[1] "Узлы Ñети деактивированы"
msgstr[2] "Узлы Ñети деактивированы"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Узел Ñети активирован"
@@ -7552,7 +7580,7 @@ msgstr[2] "Узлы Ñети активированы"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Группа узлов Ñети"
@@ -7598,11 +7626,11 @@ msgstr "Группа узлов Ñети Ñ ID \"%1$s\" недоÑтупна."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7639,17 +7667,17 @@ msgstr "Группы узлов Ñети"
msgid "Host info"
msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± узлах Ñети"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ ÑƒÐ·Ð»Ð° Ñети"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7670,7 +7698,7 @@ msgstr "Ð¡Ð¾Ð±Ñ‹Ñ‚Ð¸Ñ Ñƒ узла Ñети"
msgid "Host label type"
msgstr "Тип подпиÑи к узлу Ñети"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "МакроÑÑ‹ узла Ñети"
@@ -7697,54 +7725,58 @@ msgstr "Сети узла Ñети"
msgid "Host prototype"
msgstr "Прототип узлов Ñети"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Прототип узлов Ñети \"%1$s\" уже ÑущеÑтвует у \"%2$s\", унаÑледованный из другого шаблона."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Прототип узлов Ñети \"%1$s\" уже ÑущеÑтвует у \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Прототип узлов Ñети добавлен"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Прототип узлов Ñети удален"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr "МакроÑÑ‹ прототипов узлов Ñети"
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Прототип узлов Ñети обновлен"
msgstr[1] "Прототипы узлов Ñети обновлен"
msgstr[2] "Прототипы узлов Ñети обновлен"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Прототип узла Ñети Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ узла Ñети \"%1$s\" уже ÑущеÑтвует в правиле Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Прототип узла Ñети Ñ Ð²Ð¸Ð´Ð¸Ð¼Ñ‹Ð¼ именем \"%1$s\" уже ÑущеÑтвует в правиле Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Прототипы узлов Ñети"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Прототипы узлов Ñети удалены"
@@ -7793,17 +7825,17 @@ msgstr "Узел Ñети Ñ Ñ‚Ð°ÐºÐ¸Ð¼ же именем \"%1$s\" уже Ñущ
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Узел Ñети Ñ Ñ‚Ð°ÐºÐ¸Ð¼ же видимым именем \"%1$s\" уже ÑущеÑтвует."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7879,7 +7911,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7914,10 +7946,10 @@ msgstr "Диапазон IP \"%1$s\" превышает допуÑтимый лÐ
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7934,9 +7966,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "IPMI Ñкрипты можно выполнÑÑ‚ÑŒ только на Ñервере."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI датчик"
@@ -8053,7 +8085,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Изображение"
@@ -8161,7 +8193,7 @@ msgid "Inaccessible graph prototype"
msgstr "ÐедоÑтупный прототип графиков"
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "ÐедоÑÑ‚ÑƒÐ¿Ð½Ð°Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ð°"
@@ -8177,9 +8209,9 @@ msgstr "ÐедоÑтупный Ñлемент данных"
msgid "Inaccessible item prototype"
msgstr "ÐедоÑтупный прототип Ñлементов данных"
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8192,11 +8224,11 @@ msgstr "ÐедоÑÑ‚ÑƒÐ¿Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° Ñети"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "ÐедоÑтупный шаблон"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "ÐедоÑтупный триггер"
@@ -8209,7 +8241,7 @@ msgstr "ÐедоÑтупный триггер"
msgid "Inaccessible user"
msgstr "ÐедоÑтупный пользователь"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Включено"
@@ -8477,8 +8509,8 @@ msgstr "В функцию переданы некорректные аргуме
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8619,9 +8651,9 @@ msgstr "Ðекорректное Ð¸Ð¼Ñ Ð¿Ð¾Ð»Ñ \"%1$s\" или значениÐ
msgid "Incorrect fields for sysmap."
msgstr "Ðекорректные Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ ÐºÐ°Ñ€Ñ‚Ñ‹ Ñети."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8674,7 +8706,7 @@ msgstr "Ðекорректный тип уÑÐ»Ð¾Ð²Ð¸Ñ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð° Ð´Ð»Ñ Ð´Ð
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "ИÑпользована Ð½ÐµÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð°Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ"
@@ -8750,7 +8782,7 @@ msgstr "Указан некорректный ID Ñлемента данных \
msgid "Incorrect item for axis value."
msgstr "Ðекорректный Ñлемент данных Ð´Ð»Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¾Ñи."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Ð’ выражении триггера \"%2$s\" указан некорректный ключ Ñлемента данных \"%1$s\"."
@@ -8761,11 +8793,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Указан некорректный ID прототипа Ñлементов данных \"%1$s\" Ð´Ð»Ñ Ñлемента комплекÑного Ñкрана."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Ðекорректный тип значений Ñлемента данных"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Указан некорректный тип Ñлемента данных \"%1$s\" Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ триггера \"%2$s\"."
@@ -8936,35 +8968,35 @@ msgstr "Ðекорректный ID триггера Ð´Ð»Ñ ÑƒÑлуги \"%1$s\
msgid "Incorrect trigger expression"
msgstr "Ðекорректное выражение триггера"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Ðекорректное выражение триггера."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Ðекорректное выражение триггера. Узел Ñети \"%1$s\" не ÑущеÑтвует или у Ð²Ð°Ñ Ð½ÐµÑ‚ прав доÑтупа к Ñтому узлу Ñети."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Ðекорректное выражение у триггера. Элементы Ð²Ñ‹Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ñ‚Ñ€Ð¸Ð³Ð³ÐµÑ€Ð° не должны принадлежать шаблону и узлу Ñети одновременно."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Ð’ выражении указана Ð½ÐµÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð°Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ Ñ‚Ñ€Ð¸Ð³Ð³ÐµÑ€Ð° \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Ðекорректное выражение прототипа триггеров. Узел Ñети \"%1$s\" не ÑущеÑтвует или у Ð²Ð°Ñ Ð½ÐµÑ‚ прав доÑтупа к нему."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Ðекорректное выражение прототипа триггеров. Элементы Ð²Ñ‹Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚Ð¸Ð¿Ð° триггеров не должны быть от шаблона и узла Ñети одновременно."
@@ -9115,16 +9147,15 @@ msgstr "Ðекорректное значение Ð´Ð»Ñ \"%1$s\" полÑ."
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9135,7 +9166,7 @@ msgstr "Ðекорректное значение Ð´Ð»Ñ \"%1$s\" полÑ."
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9285,23 +9316,25 @@ msgstr "Ðекорректное значение Ð´Ð»Ñ \"%1$s\" полÑ."
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9390,10 +9423,10 @@ msgstr "БеÑконечно"
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9401,10 +9434,10 @@ msgstr "БеÑконечно"
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Инфо"
@@ -9418,15 +9451,19 @@ msgstr "ИнформациÑ"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ Ñлужбе. Возвращает чиÑло Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð¼ как ÑоÑтоÑние, запуÑка; Ñтрока - Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð¼ как отображаемое имÑ, пуÑÑ‚ÑŒ, пользователь; текÑÑ‚ - Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð¼ как опиÑание; Ð’ чаÑтноÑти Ð´Ð»Ñ ÑоÑтоÑниÑ: 0 - запущено, 1 - приоÑтановлено, 2 - выполнение запуÑка, 3 - выполнение приоÑтановки, 4 - выполнение продолжениÑ, 5 - выполнение оÑтановки, 6 - оÑтановлено, 7 - неизвеÑтно, 255 - отÑутÑтвие Ñлужбы; Ð’ чаÑтноÑти Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка: 0 - автоматичеÑкий, 1 - автоматичеÑкий отложенный, 2 - вручную, 3 - отключен, 4 - неизвеÑтно"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr "УнаÑледованные"
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "МакроÑÑ‹ узла Ñети и унаÑледованные"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr "УнаÑледованные и макроÑÑ‹ прототипов узлов Ñети"
@@ -9442,17 +9479,17 @@ msgstr "УнаÑледованные и ÑобÑтвенные теги"
msgid "Inherited items"
msgstr "УнаÑледованные Ñлементы данных"
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Ð’Ñтавить"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Ð’Ñтавить выражение"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "УÑтановка"
@@ -9464,7 +9501,7 @@ msgstr "ИнÑталлÑциÑ"
msgid "Installer name"
msgstr "Ð˜Ð¼Ñ ÑƒÑтановщика"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9497,8 +9534,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "У интерфейÑа Ñ IP адреÑом \"%1$s\" не может быть пуÑтого DNS имени."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr "ИнтерфейÑÑ‹"
@@ -9527,14 +9564,14 @@ msgstr "Период Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð²Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½Ð¸Ñ… данных"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9558,15 +9595,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Интервал"
@@ -9593,7 +9630,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Ошибочное уÑловие дейÑтвиÑ: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "ÐžÑˆÐ¸Ð±Ð¾Ñ‡Ð½Ð°Ñ Ð´Ð°Ñ‚Ð°."
@@ -9607,15 +9644,15 @@ msgstr "Ошибочный email Ð°Ð´Ñ€ÐµÑ \"%1$s\"."
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "Ошибочный email Ð°Ð´Ñ€ÐµÑ Ñƒ ÑпоÑоба Ð¾Ð¿Ð¾Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ñ ID \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Ошибочный пÑтый параметр."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Ошибочный первый параметр."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Ошибочный четвертый параметр."
@@ -9627,11 +9664,11 @@ msgstr "Ошибочный hostid Ð´Ð»Ñ Ð¼Ð°ÐºÑ€Ð¾Ñа \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Ðекорректный интервал \"%1$s\"."
@@ -9672,7 +9709,7 @@ msgstr "Ошибочный Ð¼Ð°ÐºÑ€Ð¾Ñ \"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "Ошибочные параметры метода."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Ошибочное количеÑтво параметров."
@@ -9704,6 +9741,15 @@ msgstr "Ошибочное количеÑтво параметров."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9716,75 +9762,81 @@ msgstr "Ошибочное количеÑтво параметров."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9801,7 +9853,7 @@ msgstr "Ошибочные параметры."
msgid "Invalid response code \"%1$s\"."
msgstr "Ошибочный код ответа \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Ошибочный второй параметр."
@@ -9838,15 +9890,15 @@ msgstr "Ошибочный второй параметр."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9859,7 +9911,7 @@ msgstr "Ошибочный второй параметр."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Ошибочный тег \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Ошибочный третий параметр."
@@ -9878,9 +9930,9 @@ msgstr "Ошибочный тип макроÑа \"%1$s\"."
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "ИнвентаризациÑ"
@@ -9907,9 +9959,9 @@ msgid "Issue"
msgstr "Проблема"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Издатель"
@@ -9926,22 +9978,22 @@ msgid "Italian (it_IT)"
msgstr "ИтальÑнÑкий (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Элемент данных"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9978,15 +10030,15 @@ msgstr "Элемент данных \"%1$s\" не ÑущеÑтвует или у
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Элемент данных \"%1$s\" в \"%2$s\": группа Ñлементов данных \"%3$s\" не ÑущеÑтвует."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Элемент данных добавлен"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Элемент даных Ñкопирован"
@@ -9997,18 +10049,18 @@ msgstr[2] "Элементы даных Ñкопированы"
msgid "Item count"
msgstr "КоличеÑтво Ñлементов данных"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Элемент данных удален"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Элемент данных деактивирован"
msgstr[1] "Элементы данных деактивированы"
msgstr[2] "Элементы данных деактивированы"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Элемент данных активирован"
@@ -10019,7 +10071,7 @@ msgstr[2] "Элементы данных активированы"
msgid "Item in \"not supported\" state"
msgstr "Элемент данных в \"неподдерживаемом\" ÑоÑтоÑнии"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Элемент данных не выбран"
@@ -10032,7 +10084,7 @@ msgstr "ОтÑутÑтвуют параметры у предобработки
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -10053,15 +10105,15 @@ msgstr "Прототип Ñлемента данных \"%1$s\" уже ÑущеÑ
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Прототип Ñлементов данных \"%1$s\" уже ÑущеÑтвует у \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Прототип Ñлементов данных добавлен"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Прототип Ñлементов данных удален"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Прототип Ñлементов данных обновлен"
@@ -10075,7 +10127,7 @@ msgstr "Прототип Ñлементов данных Ñ ID \"%1$s\" недо
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10083,19 +10135,19 @@ msgstr "Прототип Ñлементов данных Ñ ID \"%1$s\" недо
msgid "Item prototypes"
msgstr "Прототипы Ñлементов данных"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Прототип Ñлементов данных удален"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr "Прототипы Ñлементов данных обновлены"
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Элемент данных обновлен"
@@ -10167,7 +10219,7 @@ msgstr "Элемент данных Ñ ÐºÐ»ÑŽÑ‡Ð¾Ð¼ \"%1$s\" уже ÑущеÑÑ‚
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10177,11 +10229,11 @@ msgstr "Элемент данных Ñ ÐºÐ»ÑŽÑ‡Ð¾Ð¼ \"%1$s\" уже ÑущеÑÑ‚
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Элементы данных"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Элементы данных удалены"
@@ -10193,7 +10245,7 @@ msgstr "СпиÑок Ñлементов данных"
msgid "Items location"
msgstr "Размещение Ñлементов данных"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Элементы данных обновлены"
@@ -10201,7 +10253,7 @@ msgstr "Элементы данных обновлены"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10209,10 +10261,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX агент"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX endpoint"
@@ -10225,10 +10277,10 @@ msgstr "ИнтерфейÑÑ‹ JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "JSON данные"
@@ -10260,7 +10312,7 @@ msgid "JSON-rpc version is not specified."
msgstr "ВерÑÐ¸Ñ JSON-rpc не указана."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr "JSONPath"
@@ -10268,7 +10320,7 @@ msgstr "JSONPath"
msgid "Jan"
msgstr "Янв"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Январь"
@@ -10285,7 +10337,7 @@ msgstr "JavaScript"
msgid "Jul"
msgstr "Июл"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Июль"
@@ -10293,11 +10345,11 @@ msgstr "Июль"
msgid "Jun"
msgstr "Июн"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Июнь"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Период ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð¿Ð¾Ñ‚ÐµÑ€Ñнных реÑурÑов"
@@ -10331,7 +10383,7 @@ msgstr "Ключ \"%1$s\" не Ñовпадает Ñ <grpmax|grpmin|grpsum|grpav
msgid "Key passphrase"
msgstr "Фраза-пароль ключа"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Ключевое Ñлово"
@@ -10368,23 +10420,23 @@ msgstr "УÑпешный вход через LDAP"
msgid "LDAP settings"
msgstr "ÐаÑтройки LDAP"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr "LF"
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr "LLD макроÑ"
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr "LLD макроÑÑ‹"
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10410,7 +10462,7 @@ msgctxt "page navigation"
msgid "Last"
msgstr "ПоÑледнÑÑ"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
@@ -10418,7 +10470,7 @@ msgstr[0] "ПоÑледний %1$d день"
msgstr[1] "ПоÑледние %1$d днÑ"
msgstr[2] "ПоÑледние %1$d дней"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
@@ -10426,7 +10478,7 @@ msgstr[0] "ПоÑледний %1$d чаÑ"
msgstr[1] "ПоÑледние %1$d чаÑа"
msgstr[2] "ПоÑледние %1$d чаÑов"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
@@ -10434,7 +10486,7 @@ msgstr[0] "ПоÑледнÑÑ %1$d минута"
msgstr[1] "ПоÑледние %1$d минуты"
msgstr[2] "ПоÑледние %1$d минут"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
@@ -10442,7 +10494,7 @@ msgstr[0] "ПоÑледний %1$d меÑÑц"
msgstr[1] "ПоÑледние %1$d меÑÑца"
msgstr[2] "ПоÑледние %1$d меÑÑцев"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
@@ -10450,7 +10502,7 @@ msgstr[0] "ПоÑледнÑÑ %1$d Ñекунда"
msgstr[1] "ПоÑледние %1$d Ñекунды"
msgstr[2] "ПоÑледние %1$d Ñекунд"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10488,23 +10540,24 @@ msgstr "ПоÑледнее изменение (в порÑдке убываниÑ
msgid "Last check"
msgstr "ПоÑледнÑÑ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ°"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "График за поÑледний чаÑ"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "График за поÑледний меÑÑц"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "За поÑледние"
@@ -10517,21 +10570,21 @@ msgstr "ПоÑледний раз был доÑтупен (возраÑÑ‚)"
msgid "Last value"
msgstr "ПоÑледнее значение"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "График за поÑледнюю неделю"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "ПоÑледние данные"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "ПоÑледние значениÑ"
@@ -10578,7 +10631,7 @@ msgstr "Обрезать Ñлева"
msgid "Legend"
msgstr "Легенда"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10620,8 +10673,8 @@ msgstr "СвÑзь"
msgid "Link indicators"
msgstr "Индикаторы ÑвÑзи"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr "ПриÑоединение новых шаблонов"
@@ -10657,10 +10710,10 @@ msgstr "ПриÑоединить к шаблонам"
msgid "Linked map"
msgstr "СвÑÐ·Ð°Ð½Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð°"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10754,10 +10807,10 @@ msgid "Location longitude"
msgstr "Размещение (долгота)"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Журнал (лог)"
@@ -10769,10 +10822,10 @@ msgstr "Мониторинг файлов журналов Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¾
msgid "Log file monitoring. Returns log"
msgstr "Мониторинг файлов журналов логов. Возвращает лог"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Формат времени в журнале (логе)"
@@ -10829,7 +10882,7 @@ msgstr "Правило низкоуровневого Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð²
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "Пн"
@@ -10846,8 +10899,9 @@ msgstr "MAC Ð°Ð´Ñ€ÐµÑ B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10862,7 +10916,7 @@ msgstr "Сумма MD5 файла. Возвращает Ñимвольную ÑÑ
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "МакроÑ"
@@ -10889,10 +10943,10 @@ msgstr "МакроÑа Ñ hostmacroid \"%1$s\" не ÑущеÑтвует."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10983,16 +11037,16 @@ msgstr "ОбÑлуживание без Ñбора данных"
msgid "Maintenance: %1$s"
msgstr "ОбÑлуживание: %1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Пропущен обÑзательный параметр."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Вручную"
@@ -11007,7 +11061,7 @@ msgstr "Закрыт вручную"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Карта Ñети"
@@ -11101,7 +11155,7 @@ msgstr "Карты Ñетей"
msgid "Mar"
msgstr "Мрт."
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Март"
@@ -11117,11 +11171,11 @@ msgstr "Пометить оÑтальное"
msgid "Mark selected"
msgstr "Пометить выбранное"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "МаÑка"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11140,11 +11194,11 @@ msgid "Mass update shapes"
msgstr "МаÑÑовое обновление фигур"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "ОÑновной Ñлемент данных"
@@ -11192,7 +11246,7 @@ msgstr "МакÑимальное количеÑтво открытых файлÐ
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "МакÑимальное количеÑтво процеÑÑов поддерживаемое ОС. Возвращает целое чиÑло"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11208,7 +11262,7 @@ msgstr[2] "МакÑимальный период времени отображе
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "Превышена макÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° email адреÑа у ÑпоÑоба Ð¾Ð¿Ð¾Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ñ ID \"%1$s\"."
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Май"
@@ -11366,7 +11420,7 @@ msgid "Message/Command"
msgstr "Сообщение/Команда"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "СообщениÑ"
@@ -11430,7 +11484,7 @@ msgstr "Минимально требуемый размер PHP post - %1$s (\"
msgid "Minimum severity"
msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð²Ð°Ð¶Ð½Ð¾ÑÑ‚ÑŒ"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11490,7 +11544,7 @@ msgstr "ОтÑутÑтвуют Ñлементы данных Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "ОтÑутÑтвует ключ \"%1$s\" Ð´Ð»Ñ ÑƒÐ·Ð»Ð° Ñети \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11567,7 +11621,7 @@ msgstr "Модули обновлены"
msgid "Mon"
msgstr "Пн"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Понедельник"
@@ -11575,9 +11629,9 @@ msgstr "Понедельник"
msgid "Monitored by"
msgstr "Ðаблюдение через"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Ðаблюдение через прокÑи"
@@ -11609,11 +11663,11 @@ msgstr "МеÑÑц"
msgid "Monthly"
msgstr "ЕжемеÑÑчно"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Ðайдено больше Ñовпадений..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11632,20 +11686,20 @@ msgstr "Более чем один график Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ \"%1$s\" у уз
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "МножеÑтвенный"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "МножеÑтвенные ÑÐ¾Ð±Ñ‹Ñ‚Ð¸Ñ ÐŸÐ ÐžÐ‘Ð›Ð•ÐœÐ"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Отключить звук"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11678,13 +11732,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11712,17 +11767,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11742,19 +11797,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11763,15 +11818,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11781,12 +11836,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11877,12 +11932,12 @@ msgid "Never"
msgstr "Ðикогда"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ð° Ñлементов данных"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Ðовый прототип группы Ñлементов данных"
@@ -11896,7 +11951,7 @@ msgstr "Ðовое уÑловие"
msgid "New dashboard"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Ðовый Ñлемент"
@@ -11932,13 +11987,13 @@ msgstr "Ð˜Ð¼Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ тега"
msgid "New triggers"
msgstr "Ðовые триггера"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr "Ð¡Ð»ÐµÐ´ÑƒÑŽÑ‰Ð°Ñ Ñтраница"
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Далее"
@@ -11947,20 +12002,20 @@ msgstr "Далее"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12114,6 +12169,7 @@ msgid "No data."
msgstr "Данные отÑутÑтвуют."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Ðет интерфейÑа по умолчанию Ð´Ð»Ñ \"%1$s\" типа у \"%2$s\"."
@@ -12130,12 +12186,12 @@ msgstr "ID правил Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð½Ðµ указаны."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Без шифрованиÑ"
@@ -12202,12 +12258,12 @@ msgstr "ОтÑутÑтвует иконка Ð´Ð»Ñ Ñлемента \"%1$s\" кÐ
msgid "No image"
msgstr "Ðет изображениÑ"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð½Ðµ найден"
@@ -12222,7 +12278,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr "Ðе указан Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð´Ð»Ñ Ð¿Ñ€Ð¾ÐºÑи \"%1$s\"."
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12260,7 +12316,7 @@ msgstr "Ðе указан ID карты Ñети Ð´Ð»Ñ Ñлемента комÐ
msgid "No maps added."
msgstr "Карты Ñети не добавлены."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Ð¡Ð¾Ð²Ð¿Ð°Ð´ÐµÐ½Ð¸Ñ Ð½Ðµ найдены"
@@ -12291,8 +12347,8 @@ msgstr "Ðет прав доÑтупа в ÑиÑтему."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12301,8 +12357,8 @@ msgstr "Ðет прав доÑтупа в ÑиÑтему."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12358,12 +12414,12 @@ msgstr "Ðет прав доÑтупа в ÑиÑтему."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12422,7 +12478,7 @@ msgstr "Ðет прав доÑтупа в ÑиÑтему."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12443,7 +12499,7 @@ msgstr "Ðет прав доÑтупа в ÑиÑтему."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Ðет прав доÑтупа к запрашиваемому объекту или он не ÑущеÑтвует!"
@@ -12473,7 +12529,7 @@ msgstr "Файл публичного ключа не указан."
msgid "No recipients for action operation message."
msgstr "Ðет получателей ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð² операции дейÑтвиÑ."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "Ðе обновлÑÑ‚ÑŒ"
@@ -12485,11 +12541,11 @@ msgstr "КомплекÑные Ñкраны не добавлены."
msgid "No script specified for action operation command."
msgstr "Ðе указан Ñкрипт Ð´Ð»Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ‹ в операции дейÑтвиÑ."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Цель не выбрана"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Цель не выбрана."
@@ -12506,19 +12562,19 @@ msgstr "Триггеры не заданы."
msgid "No value"
msgstr "Значение отÑутÑтвует"
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Ðе-логичеÑкие флаги уÑтарели."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12531,18 +12587,18 @@ msgstr "Ðе-логичеÑкие флаги уÑтарели."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Ðет"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12640,7 +12696,7 @@ msgstr "Оповещать вÑех учаÑтников"
msgid "Nov"
msgstr "Ðбр."
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "ÐоÑбрь"
@@ -12653,11 +12709,11 @@ msgstr "КоличеÑтво CPU. Возвращает целое чиÑло"
msgid "Number of enabled items on the host."
msgstr "КоличеÑтво активированных Ñлементов данных у узла Ñети."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "КоличеÑтво Ñлементов данных (активированных/деактивированных/неподдерживаемых)"
@@ -12725,11 +12781,11 @@ msgstr "КоличеÑтво изменений ÑоÑтоÑниÑ"
msgid "Number of steps"
msgstr "КоличеÑтво шагов"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "КоличеÑтво триггеров (активированных/деактивированных [проблема/ок])"
@@ -12745,7 +12801,7 @@ msgstr "КоличеÑтво неподдерживаемых Ñлементов
msgid "Number of unsupported items on the host."
msgstr "КоличеÑтво неподдерживаемых Ñлементов данных у узла Ñети."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "КоличеÑтво пользователей (в Ñети)"
@@ -12797,22 +12853,22 @@ msgid "Numeral systems"
msgstr "СиÑтемы ÑчиÑлениÑ"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "ЧиÑловой (Ñ Ð¿Ð»Ð°Ð²Ð°ÑŽÑ‰ÐµÐ¹ точкой)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "ЧиÑловой (целочиÑленный)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "ЧиÑловой (целое положительное)"
@@ -12830,13 +12886,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "ОК Ñобытие закрывает"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ ÐžÐš Ñобытий"
@@ -12852,7 +12908,7 @@ msgstr "OOB роутер"
msgid "OOB subnet mask"
msgstr "OOB маÑка подÑети"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "ИЛИ"
@@ -12880,13 +12936,13 @@ msgstr "Окт"
msgid "Octal to decimal"
msgstr "ВоÑьмеричное в деÑÑтичное"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "ОктÑбрь"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Выкл"
@@ -12918,7 +12974,7 @@ msgstr "Ð˜Ð¼Ñ Ñтарого тега"
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Вкл"
@@ -12993,7 +13049,7 @@ msgstr "Только админиÑтраторы могут указывать
msgid "Only administrators can set slide show owner."
msgstr "Только админиÑтраторы могут указывать владельца Ñлайд-шоу."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "ПодÑчитываютÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ñлементы данных у активированных узлов Ñети"
@@ -13050,7 +13106,7 @@ msgstr "Только Ñупер админиÑтраторы могут обно
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Индикатор отображает только поÑледние 20%%."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "ПодÑчитываютÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ триггеры у активированных узлов Ñети и которые завиÑÑÑ‚ от активных Ñлементов данных"
@@ -13072,7 +13128,7 @@ msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ð¸Ñ \"%1$s\" уже ÑущеÑтвует."
msgid "Operation cannot be performed due to unauthorized request."
msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð½Ðµ может быть выполнена из-за неÑанкционированного запроÑа."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Детали операции"
@@ -13088,12 +13144,12 @@ msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð½Ðµ имеет шаблон Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¾Ð½Ð¸Ñ
msgid "Operation type"
msgstr "Тип операции"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr "Оперативные данные"
@@ -13141,24 +13197,24 @@ msgstr "Оператор"
msgid "Options"
msgstr "Опции"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Или"
@@ -13187,55 +13243,57 @@ msgstr "Или"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13274,8 +13332,8 @@ msgstr "Другие"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "СтатиÑтика иÑходÑщего трафика на Ñетевом интерфейÑе. Возвращает чиÑло"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Переопределено"
@@ -13299,8 +13357,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "ЗамещениÑ"
@@ -13485,16 +13543,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "ПРОБЛЕМÐ"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "Режим генерации Ñобытий ПРОБЛЕМÐ"
@@ -13506,26 +13564,26 @@ msgstr "Режим генерации Ñобытий ПРОБЛЕМÐ"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "Идентификатор PSK"
@@ -13544,13 +13602,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr "Ðавигатор"
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Параметр"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "Параметр \"%1$s\" уÑтарел."
@@ -13621,28 +13679,28 @@ msgstr "ПаÑÑивный"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Пароль"
@@ -13654,15 +13712,15 @@ msgstr "Пароль (подтверждение)"
msgid "Password is not mandatory for non internal authentication type."
msgstr "Пароль не обÑзателен при не внутреннем типе аутентификации."
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Ð’Ñтавить"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Ð’Ñтавить без внешних ÑвÑзей"
@@ -13679,7 +13737,7 @@ msgstr "ПриоÑтановить операции Ð´Ð»Ñ Ð¿Ð¾Ð´Ð°Ð²Ð»ÐµÐ½Ð½Ñ‹Ñ
msgid "Peak memory usage: %1$s"
msgstr "Пиковое иÑпользование памÑти: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Проценты"
@@ -13696,17 +13754,22 @@ msgstr "ÐŸÑ€Ð¾Ñ†ÐµÐ½Ñ‚Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ (Ñправа)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Выполнение DNS запроÑа. Возвращает Ñтроку Ñимволов Ñ Ñ‚Ñ€ÐµÐ±ÑƒÐµÐ¼Ñ‹Ð¼ типом информации"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Период"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13752,7 +13815,7 @@ msgid "Placing algorithm"
msgstr "Ðлгоритм размещениÑ"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "ПроÑтой текÑÑ‚"
@@ -13766,7 +13829,7 @@ msgstr "ВоÑпроизвеÑти"
msgid "Play sound"
msgstr "ВоÑпроизведение звукового Ñигнала"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "ПожалуйÑта, проверьте параметры конфигурации. ЕÑли вÑе верно, нажмите кнопку \"%1$s\" или кнопку \"%2$s\" Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð² конфигурации."
@@ -13775,20 +13838,20 @@ msgstr "ПожалуйÑта, проверьте параметры конфиг
msgid "Please confirm that you want to remove all macros."
msgstr "ПожалуйÑта, подтвердите, что вы хотите удалить вÑе макроÑÑ‹."
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "ПожалуйÑта, Ñоздайте базу данных вручную и укажите параметры конфигурации Ð´Ð»Ñ ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ Ñтой базой. Ðажмите кнопку \"%1$s\" при завершении."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "ПожалуйÑта, укажите Ð¸Ð¼Ñ Ñ…Ð¾Ñта или IP Ð°Ð´Ñ€ÐµÑ Ñ…Ð¾Ñта и номер порта Zabbix Ñервера, а так же Ð¸Ð¼Ñ Ð¸Ð½ÑталлÑции (опционально)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "ПожалуйÑта, выберите два Ñлемента"
@@ -13818,18 +13881,17 @@ msgstr "Точки"
msgid "Polish (pl_PL)"
msgstr "ПольÑкий (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Заполнение Ð¿Ð¾Ð»Ñ Ð¸Ð½Ð²ÐµÐ½Ñ‚Ð°Ñ€Ñ ÑƒÐ·Ð»Ð° Ñети"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13860,33 +13922,33 @@ msgid "Post type"
msgstr "Тип Post"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Предварительный обзор инÑталлÑции"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "Предобработка"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "Предобработка"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "Шаги предобработки"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr "Пред. времÑ"
@@ -13897,23 +13959,23 @@ msgstr "Пред. времÑ"
msgid "Preview"
msgstr "ПредпроÑмотр"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "Предыдущий меÑÑц"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr "ÐŸÑ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð°Ñ Ñтраница"
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr "Предыдущее значение"
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "ÐŸÑ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð°Ñ Ð½ÐµÐ´ÐµÐ»Ñ"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "Предыдущий год"
@@ -13946,12 +14008,14 @@ msgid "Primary POC screen name"
msgstr "Первичное ник-Ð¸Ð¼Ñ Ð´Ð»Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð°"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "ÐšÐ»ÑŽÑ‡ÐµÐ²Ð°Ñ Ñ„Ñ€Ð°Ð·Ð° безопаÑноÑти"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Протокол безопаÑноÑти"
@@ -13963,29 +14027,29 @@ msgid "Private"
msgstr "Приватный"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Файл приватного ключа"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Уровень привилегий"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -14010,8 +14074,8 @@ msgstr "Проблема Ñоздана"
msgid "Problem display"
msgstr "Отображение проблем"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Выражение проблемы"
@@ -14028,7 +14092,7 @@ msgstr "Проблема не подавлена"
msgid "Problem is suppressed"
msgstr "Проблема подавлена"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Проблема Ñ"
@@ -14058,13 +14122,13 @@ msgstr "Проблема, еÑли вÑе подчиненные имеют пр
msgid "Problem, if at least one child has a problem"
msgstr "Проблема, еÑли Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ у одного из подчиненных имеетÑÑ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼Ð°"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -14073,7 +14137,7 @@ msgstr "Проблема, еÑли Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ у одного из подчи
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Проблемы"
@@ -14110,7 +14174,7 @@ msgid "Properties"
msgstr "СвойÑтва"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14128,7 +14192,7 @@ msgstr "ПрокÑи"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14200,20 +14264,20 @@ msgid "Public"
msgstr "Публичный"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Публичный ключ"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Файл публичного ключа"
@@ -14243,8 +14307,8 @@ msgstr "Обзор очереди по прокÑи"
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "РЕШЕÐО"
@@ -14254,10 +14318,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Сырые данные"
@@ -14315,7 +14379,7 @@ msgid "Received value"
msgstr "Полученное значение"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14342,24 +14406,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "ВоÑÑтановление"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Выражение воÑÑтановлениÑ"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "СинтакÑичеÑÐºÐ°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ° в выражении воÑÑтановлениÑ."
@@ -14369,9 +14433,9 @@ msgstr "Операции воÑÑтановлениÑ"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð²Ð¾ÑÑтановлениÑ"
@@ -14386,11 +14450,11 @@ msgid "Refresh"
msgstr "Обновить"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "Интервал обновлениÑ"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "Множитель интервала обновлениÑ"
@@ -14404,7 +14468,7 @@ msgstr "Обычные"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "РегулÑрное выражение"
@@ -14445,7 +14509,7 @@ msgstr "РегулÑрные выражениÑ"
msgid "Regular items"
msgstr "Обычные Ñлементы данных"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14469,6 +14533,12 @@ msgstr "Ð£Ð´Ð°Ð»ÐµÐ½Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð°"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14485,43 +14555,37 @@ msgstr "Ð£Ð´Ð°Ð»ÐµÐ½Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð°"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14530,14 +14594,14 @@ msgstr "Ð£Ð´Ð°Ð»ÐµÐ½Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð°"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14560,7 +14624,7 @@ msgstr "Ð£Ð´Ð°Ð»ÐµÐ½Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð°"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14593,8 +14657,8 @@ msgstr "Ð£Ð´Ð°Ð»ÐµÐ½Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð°"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Удалить"
@@ -14630,7 +14694,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "Удаление, %1$s"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14640,17 +14704,17 @@ msgstr "Удалено, %1$s"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Замена"
@@ -14665,23 +14729,23 @@ msgstr "Заменить завиÑимоÑти"
msgid "Reports"
msgstr "Отчеты"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ñ‚ÐµÐ»Ð°"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr "Типа запроÑа тела"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ ÑƒÑпешно отправлен"
@@ -14691,7 +14755,7 @@ msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ ÑƒÑпешно отправлен"
msgid "Request type"
msgstr "Тип запроÑа"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "ТребуетÑÑ"
@@ -14708,14 +14772,14 @@ msgstr "Требуемое быÑтродейÑтвие (знч/Ñек)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Ð¢Ñ€ÐµÐ±ÑƒÐµÐ¼Ð°Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ÑÑ‚ÑŒ Zabbix Ñервера, в ожидаемом количеÑтве новых значений в Ñекунду."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Требуемое быÑтродейÑтвие Ñервера, новые Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð² Ñекунду"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Требуемые коды ÑоÑтоÑниÑ"
@@ -14723,7 +14787,7 @@ msgstr "Требуемые коды ÑоÑтоÑниÑ"
msgid "Required string"
msgstr "Ð¢Ñ€ÐµÐ±ÑƒÐµÐ¼Ð°Ñ Ñтрока"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "СброÑить"
@@ -14752,7 +14816,7 @@ msgstr "СброÑить подтверждение"
msgid "Reset defaults"
msgstr "СброÑить по умолчанию"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Решено"
@@ -14764,26 +14828,26 @@ msgstr "Решено"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Решено правилом коррелÑции \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Решено правилом коррелÑции."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr "Решено недоÑтупным пользователем."
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Решено пользователем \"%1$s\"."
@@ -14820,15 +14884,15 @@ msgstr "Тип ответа: Строка"
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Результат"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr "Результат Ñконвертирован в %1$s"
@@ -14847,14 +14911,14 @@ msgstr "Результат ИСТИÐÐ"
msgid "Result type"
msgstr "Тип результата"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr "Применён результат Ñ Ð¿Ñ€ÐµÐ¾Ð±Ñ€Ð°Ð·Ð¾Ð²Ð°Ð½Ð¸ÐµÐ¼ значений"
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "Режим получениÑ"
@@ -15017,12 +15081,12 @@ msgstr "Выполнение заданной команды на узле ÑеÑ
msgid "Russian (ru_RU)"
msgstr "РуÑÑкий (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "Сб"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "Ð’Ñ"
@@ -15032,7 +15096,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -15077,16 +15142,16 @@ msgstr "Порт SMTP Ñервера"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -15094,8 +15159,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr "SNMP агент"
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP community"
@@ -15111,11 +15178,13 @@ msgstr "SNMP trap"
msgid "SNMP trap key is invalid."
msgstr "Ключ SNMP trap ошибочный."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr "ВерÑÐ¸Ñ SNMP"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr "SNMPv1"
@@ -15123,7 +15192,8 @@ msgstr "SNMPv1"
msgid "SNMPv1 agent"
msgstr "SNMPv1 агент"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr "SNMPv2"
@@ -15131,7 +15201,8 @@ msgstr "SNMPv2"
msgid "SNMPv2 agent"
msgstr "SNMPv2 агент"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr "SNMPv3"
@@ -15153,9 +15224,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQL запроÑов: %1$s (selects: %2$s | executes: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL запроÑ"
@@ -15178,40 +15249,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH агент"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "Файл SSL Ñертификата"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "Файл SSL ключа"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Пароль к SSL ключу"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "Проверка SSL хоÑта"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "Проверка SSL узла"
@@ -15239,15 +15310,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "Сб"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Суббота"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Сохранить изменениÑ"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Сохранить как \"%1$s\""
@@ -15269,12 +15348,12 @@ msgid "Scheduled check"
msgstr "Ð—Ð°Ð¿Ð»Ð°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ°"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15358,9 +15437,9 @@ msgid "Screen updated"
msgstr "КомплекÑный Ñкран обновлен"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15375,7 +15454,7 @@ msgstr "КомплекÑный Ñкран обновлен"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "КомплекÑные Ñкраны"
@@ -15441,7 +15520,7 @@ msgstr "Скрипт обновлен"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Скрипты"
@@ -15499,19 +15578,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Уровень безопаÑноÑти"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Ð˜Ð¼Ñ Ð±ÐµÐ·Ð¾Ð¿Ð°ÑноÑти"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15522,8 +15603,8 @@ msgstr "Ð˜Ð¼Ñ Ð±ÐµÐ·Ð¾Ð¿Ð°ÑноÑти"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15531,15 +15612,15 @@ msgstr "Ð˜Ð¼Ñ Ð±ÐµÐ·Ð¾Ð¿Ð°ÑноÑти"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Выбрать"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Выбрать прототип"
@@ -15572,19 +15653,19 @@ msgstr "Выбранные Ñлементы"
msgid "Selected items only"
msgstr "Только выбранные Ñлементы данных"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "Выбран, %1$s в позиции %2$d из %3$d"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "Выбран, %1$s, только чтение, в позиции %2$d из %3$d"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "ПеремеÑтить назад"
@@ -15609,7 +15690,7 @@ msgstr "ОтправлÑÑ‚ÑŒ только через"
msgid "Send to"
msgstr "ОтправлÑÑ‚ÑŒ на"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Ðа задний план"
@@ -15636,13 +15717,13 @@ msgstr "Сен."
msgid "Separated"
msgstr "Раздельно"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr "Раздельно"
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "СентÑбрь"
@@ -15767,12 +15848,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "СеÑÑÐ¸Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð°, пожалуйÑта, зайдите повторно в ÑиÑтему."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "ПользовательÑкий период времени"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr "Задать ошибку в"
@@ -15781,11 +15863,11 @@ msgstr "Задать ошибку в"
msgid "Set host inventory mode"
msgstr "УÑтановить режим инвентарных данных узлов Ñети"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr "Задать новое значение"
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr "Задать значение в"
@@ -15808,28 +15890,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15848,7 +15930,7 @@ msgid "Severity changed"
msgstr "ВажноÑÑ‚ÑŒ изменена"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "Ð˜Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð²Ð°Ð¶Ð½Ð¾Ñти"
@@ -15878,7 +15960,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Общий доÑтуп"
@@ -15896,14 +15978,14 @@ msgstr "ОтÑутÑтвует значение опции общего доÑÑ‚
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "ОтÑутÑтвует значение опции общего доÑтупа \"%1$s\" у комплекÑного Ñкрана \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "Сокращённое"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15914,8 +15996,8 @@ msgstr "Сокращённое"
msgid "Show"
msgstr "Показать"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Показывать детали"
@@ -15923,7 +16005,7 @@ msgstr "Показывать детали"
msgid "Show header"
msgstr "Отображение заголовка"
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15950,7 +16032,11 @@ msgstr "Легенда"
msgid "Show lines"
msgstr "КоличеÑтво Ñтрок"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15972,9 +16058,9 @@ msgid "Show sidebar"
msgstr "Отображать боковую панель"
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15985,7 +16071,7 @@ msgstr "Отображать боковую панель"
msgid "Show suppressed problems"
msgstr "Подавленные проблемы"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Отображать теги"
@@ -15999,7 +16085,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Показать текÑÑ‚ в виде HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -16010,7 +16096,7 @@ msgid "Show triggers"
msgstr "Отображать триггеры"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Только неподтвержденные"
@@ -16019,10 +16105,10 @@ msgstr "Только неподтвержденные"
msgid "Show unavailable maps"
msgstr "Отображать недоÑтупные карты"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Отображение значениÑ"
@@ -16034,7 +16120,7 @@ msgstr "Показывать предупреждение, еÑли Zabbix ÑеÑ
msgid "Show working time"
msgstr "Отображать рабочее времÑ"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Отображено"
@@ -16085,8 +16171,8 @@ msgstr "ПроÑтой график"
msgid "Simple graph prototype"
msgstr "Прототип проÑтого графика"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "ОдиночнаÑ"
@@ -16197,7 +16283,7 @@ msgstr "Слайды"
msgid "Slovak (sk_SK)"
msgstr "Slovak (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "ЗаÑнуть"
@@ -16335,7 +16421,8 @@ msgstr "СтатичеÑкое"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16343,16 +16430,15 @@ msgstr "СтатичеÑкое"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16372,7 +16458,7 @@ msgstr "СтатичеÑкое"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16460,28 +16546,28 @@ msgid "Stop"
msgstr "ОÑтановить"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr "Период хранениÑ"
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16493,7 +16579,7 @@ msgstr "Straight"
msgid "Strict"
msgstr "Строгий"
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr "Строка"
@@ -16518,14 +16604,14 @@ msgid "Subject"
msgstr "Тема"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Субъект"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Подкарта"
@@ -16533,7 +16619,7 @@ msgstr "Подкарта"
msgid "Success Audit"
msgstr "Ðудит уÑпеха"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "Сообщение об уÑпехе"
@@ -16546,7 +16632,7 @@ msgstr "Ð¡ÑƒÐ¼Ð¼Ð°Ñ€Ð½Ð°Ñ ÑтатиÑтика входÑщего и иÑход
msgid "Sun"
msgstr "Ð’Ñ"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "ВоÑкреÑенье"
@@ -16590,7 +16676,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Переключение метода аутентификации ÑброÑит вÑе ÑеÑÑии иÑÐºÐ»ÑŽÑ‡Ð°Ñ Ñту! Продолжить?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16641,12 +16727,12 @@ msgstr "СиÑтемное времÑ. Возвращает целое чиÑлÐ
msgid "System uptime in seconds. Returns integer"
msgstr "СиÑтемное Ð²Ñ€ÐµÐ¼Ñ Ð² Ñекундах. Возвращает чиÑло"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "Чт"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "Ð’Ñ‚"
@@ -16688,12 +16774,12 @@ msgstr "У таблицы \"%1$s\" нет Ð¿Ð¾Ð»Ñ Ñ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸ÐµÐ¼ \"%2$s\
msgid "Tag"
msgstr "Этикетка"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "Тег \"%1$s\" Ñо значением \"%2$s\" уже ÑущеÑтвует."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "Приоритет Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ñ‚ÐµÐ³Ð¾Ð²"
@@ -16702,12 +16788,12 @@ msgstr "Приоритет Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ñ‚ÐµÐ³Ð¾Ð²"
msgid "Tag filter"
msgstr "Фильтр тегов"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Теги Ð´Ð»Ñ ÑовпадениÑ"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "Ð˜Ð¼Ñ Ñ‚ÐµÐ³Ð°"
@@ -16718,25 +16804,25 @@ msgstr "Значение тега"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16744,11 +16830,11 @@ msgstr "Значение тега"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16757,11 +16843,11 @@ msgid "Tags"
msgstr "Теги"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Цель"
@@ -16880,13 +16966,13 @@ msgstr "Шаблон Ñ Ñ‚Ð°ÐºÐ¸Ð¼ же видимым именем \"%1$s\" уÐ
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16908,20 +16994,20 @@ msgstr "Шаблоны обновлены"
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "ТеÑÑ‚"
@@ -16946,7 +17032,7 @@ msgstr "ТеÑтовые данные"
msgid "Test expressions"
msgstr "ТеÑÑ‚ выражений"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr "ТеÑÑ‚ Ñлемента данных"
@@ -16974,10 +17060,10 @@ msgstr "ТеÑÑ‚Ð¾Ð²Ð°Ñ Ñ‚ÐµÐ¼Ð°"
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -17016,7 +17102,7 @@ msgstr "Группа Ñлементов данных более не обнарÑ
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr "Склонированный узел Ñети Ñодержит пользовательÑкие макроÑÑ‹ Ñ Ñ‚Ð¸Ð¿Ð¾Ð¼ \"Скрытый текÑÑ‚\". Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¸ тип Ñтих макроÑов Ñброшены."
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr "Склонированный прототип узлов Ñети Ñодержит пользовательÑкие макроÑÑ‹ Ñ Ñ‚Ð¸Ð¿Ð¾Ð¼ \"Скрытый текÑÑ‚\". Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¸ тип Ñтих макроÑов Ñброшены."
@@ -17111,11 +17197,11 @@ msgstr "Группа Ñлементов данных веб-ÑÑ†ÐµÐ½Ð°Ñ€Ð¸Ñ Ð¿Ñ
msgid "Theme"
msgstr "Тема"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "Этот день прошлой недели"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr "Это поле автоматичеÑки заполнÑетÑÑ \"%1$s\" Ñлементом данных."
@@ -17124,11 +17210,11 @@ msgstr "Это поле автоматичеÑки заполнÑетÑÑ \"%1$s
msgid "This is the test message from Zabbix"
msgstr "Это теÑтовое Ñообщение от Zabbix"
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Этот меÑÑц"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "Ð’ Ñтом меÑÑце"
@@ -17140,23 +17226,23 @@ msgstr "Колонка комплекÑного Ñкрана не пуÑтаÑ.
msgid "This screen row is not empty. Delete it?"
msgstr "Строка комплекÑного Ñкрана не пуÑтаÑ. Удалить её?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Эта неделÑ"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "Ðа Ñтой неделе"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Этот год"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "Ð’ Ñтом году"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Порог"
@@ -17168,7 +17254,7 @@ msgstr "Троттлинг"
msgid "Thu"
msgstr "Чт"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Четверг"
@@ -17179,19 +17265,19 @@ msgstr "Четверг"
msgid "Till"
msgstr "До"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17234,12 +17320,12 @@ msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¿Ð¾Ñледнего Ð¾Ð±Ñ€Ð°Ñ‰ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾ÐºÑи. ИмÑ
msgid "Time period"
msgstr "Период времени"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17251,16 +17337,23 @@ msgstr "Сдвиг по времени"
msgid "Time type"
msgstr "Тип времени"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ"
@@ -17274,22 +17367,23 @@ msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ"
msgid "Timestamp"
msgstr "Отметка времени"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "К"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Чтобы задать Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ ÑƒÐ·Ð»Ð° Ñети выберите один тип Ñлемента данных из вÑех Ñлементов данных"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "СегоднÑ"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "Ð¡ÐµÐ³Ð¾Ð´Ð½Ñ Ð´Ð¾ Ñих пор"
@@ -17379,10 +17473,10 @@ msgstr "В виде 0"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Период Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¸Ð½Ð°Ð¼Ð¸ÐºÐ¸ изменений"
@@ -17391,34 +17485,34 @@ msgstr "Период Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¸Ð½Ð°Ð¼Ð¸ÐºÐ¸ изменений"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Динамика изменений"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Триггер"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Триггер \"%1$s\" уже ÑущеÑтвует у \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "Триггер \"%1$s\" принадлежит шаблонам Ñ Ñ€Ð°Ð·Ð½Ñ‹Ð¼Ð¸ ÑвÑзÑми."
@@ -17428,7 +17522,7 @@ msgstr "Триггер \"%1$s\" принадлежит шаблонам Ñ Ñ€Ð°Ð
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Триггер \"%1$s\" завиÑит от триггера \"%2$s\", который не ÑущеÑтвует."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr "URL триггера"
@@ -17436,7 +17530,7 @@ msgstr "URL триггера"
msgid "Trigger actions"
msgstr "ДейÑÑ‚Ð²Ð¸Ñ Ñ‚Ñ€Ð¸Ð³Ð³ÐµÑ€Ð¾Ð²"
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Триггер добавлен"
@@ -17444,7 +17538,7 @@ msgstr "Триггер добавлен"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Триггер не может завиÑеть от триггера, который наÑледуетÑÑ Ð¾Ñ‚ него."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Триггер Ñкопирован"
@@ -17455,7 +17549,7 @@ msgstr[2] "Триггера Ñкопированы"
msgid "Trigger data storage period"
msgstr "Период Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½Ñ‹Ñ… триггеров"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Триггер удален"
@@ -17463,7 +17557,7 @@ msgstr "Триггер удален"
msgid "Trigger details"
msgstr "Детали триггера"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Триггер деактивирован"
@@ -17475,14 +17569,14 @@ msgstr[2] "Триггеры деактивированы"
msgid "Trigger displaying options"
msgstr "Опции Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ñ‚Ñ€Ð¸Ð³Ð³ÐµÑ€Ð¾Ð²"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Триггер активирован"
msgstr[1] "Триггеры активированы"
msgstr[2] "Триггеры активированы"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Выражение триггера должно Ñодержать по крайней мере одну ÑÑылку узел_Ñети:ключ."
@@ -17522,24 +17616,24 @@ msgstr "Обзор триггеров"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Прототип триггеров"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Прототип триггера \"%1$s\" уже ÑущеÑтвует у \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "Прототип триггера \"%1$s\" принадлежит шаблонам Ñ Ñ€Ð°Ð·Ð½Ñ‹Ð¼Ð¸ ÑвÑзÑми."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Прототип триггеров \"%1$s\" Ñодержит прототипы Ñлементов данных из неÑкольких правил обнаружениÑ."
@@ -17549,12 +17643,12 @@ msgstr "Прототип триггеров \"%1$s\" Ñодержит прото
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Прототип триггеров \"%1$s\" завиÑит от триггера \"%2$s\", который не ÑущеÑтвует."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Прототип триггеров \"%1$s\" должен Ñодержать по крайней мере один прототип Ñлементов данных."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Прототип триггеров добавлен"
@@ -17562,11 +17656,11 @@ msgstr "Прототип триггеров добавлен"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Прототипа триггеров не может завиÑеть от триггера который унаÑледован от него."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Прототип триггеров удален"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Прототип триггеров обновлен"
@@ -17575,7 +17669,7 @@ msgstr[2] "Прототипы триггеров обновлены"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17583,15 +17677,15 @@ msgstr[2] "Прототипы триггеров обновлены"
msgid "Trigger prototypes"
msgstr "Прототипы триггеров"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Прототипы триггеров удалены"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Прототипы триггеров обновлены"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "Выражение воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ñ‚Ñ€Ð¸Ð³Ð³ÐµÑ€Ð° должно Ñодержать по крайней мере одну ÑÑылку на узел Ñети:ключ."
@@ -17599,11 +17693,11 @@ msgstr "Выражение воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ñ‚Ñ€Ð¸Ð³Ð³ÐµÑ€Ð° долÐ
msgid "Trigger severity"
msgstr "ВажноÑÑ‚ÑŒ триггеров"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "СоÑтоÑние триггера \"ОК\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "СоÑтоÑние триггера \"Проблема\""
@@ -17611,19 +17705,19 @@ msgstr "СоÑтоÑние триггера \"Проблема\""
msgid "Trigger tags"
msgstr "Теги триггера"
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Триггер обновлен"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17636,11 +17730,11 @@ msgstr "Триггер обновлен"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Триггеры"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Триггеры удалены"
@@ -17656,7 +17750,7 @@ msgstr "Обрезать"
msgid "Tue"
msgstr "Ð’Ñ‚"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Вторник"
@@ -17669,7 +17763,7 @@ msgstr "Турецкий (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Два Ñлемента данных (\"%1$s\" и \"%2$s\") не могут заполнÑÑ‚ÑŒ одно поле \"%3$s\" инвентарных данных узла Ñети, Ñто может привеÑти к конфликту."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "Ðеобходимо выбрать два Ñлемента карты"
@@ -17689,7 +17783,7 @@ msgstr "Ðеобходимо выбрать два Ñлемента карты"
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17701,21 +17795,21 @@ msgstr "Ðеобходимо выбрать два Ñлемента карты"
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17748,18 +17842,18 @@ msgstr "Тип (в порÑдке убываниÑ)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Тип вычиÑлениÑ"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Тип информации"
@@ -17776,8 +17870,8 @@ msgstr "Типы"
msgid "UNKNOWN"
msgstr "ÐЕИЗВЕСТÐО"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17787,11 +17881,11 @@ msgstr "ÐЕИЗВЕСТÐО"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17837,7 +17931,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "URL должно быть Ñ Ð¾Ð±Ð¾Ð¸Ð¼Ð¸ полÑми \"name\" и \"url\" у карты Ñети \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLÑ‹"
@@ -17921,10 +18015,10 @@ msgstr "Ðеожиданный ответ Ð´Ð»Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ %1$s."
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Ед. измерениÑ"
@@ -17946,7 +18040,7 @@ msgstr "Ед. измерениÑ"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17965,18 +18059,18 @@ msgstr "ÐеизвеÑтное дейÑтвие"
msgid "Unknown error"
msgstr "ÐеизвеÑÑ‚Ð½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "ÐеизвеÑÑ‚Ð½Ð°Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "ÐеизвеÑтный Ñлемент данных узла Ñети, такого Ñлемента данных нет у выбранного узла Ñети"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "ÐеизвеÑтный узел Ñети, такого узла Ñети нет в ÑиÑтеме"
@@ -18002,15 +18096,15 @@ msgstr "ÐеизвеÑтный тип значениÑ"
msgid "Unlimited"
msgstr "Ðеограничено"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "ОтÑоединить"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "ОтÑоединить и очиÑтить"
@@ -18053,7 +18147,7 @@ msgstr "ОтÑоединено: Прототип Ñлементов данных
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "ОтÑоединено: Веб-Ñценарий \"%1$s\" от \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Включить звук"
@@ -18100,6 +18194,11 @@ msgstr "Ðеподдерживаемый параметр \"%2$s\" Ð´Ð»Ñ Ñ„Ð¸Ð»
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Ðеподдерживаемый параметр \"%2$s\" Ð´Ð»Ñ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð° в правиле Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18136,28 +18235,29 @@ msgstr "ДоÑтупен"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18174,16 +18274,16 @@ msgstr "Обновить ÑущеÑтвующее"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Интервал обновлениÑ"
@@ -18238,7 +18338,7 @@ msgstr "Ð’Ñ€ÐµÐ¼Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ процеÑÑа Zabbix Ñервера в Ñек
msgid "Uptime/Downtime"
msgstr "ДоÑтупен/ÐедоÑтупен"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "ИÑпользовать маÑÑовые запроÑÑ‹"
@@ -18267,7 +18367,7 @@ msgstr "ИÑпользуетÑÑ Ð² Ñлементах данных"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Пользователь"
@@ -18432,14 +18532,14 @@ msgstr "Меню пользователÑ"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
@@ -18507,11 +18607,11 @@ msgstr "Пользователь Ñ \"%1$s\" пÑевдонимом уже ÑуÑ
msgid "User/Recipient"
msgstr "Пользователь/Получатель"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
@@ -18519,8 +18619,8 @@ msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
msgid "Username and password"
msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18785,24 +18885,24 @@ msgstr "ВалидациÑ"
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18932,18 +19032,18 @@ msgstr "Переменные"
msgid "Various information about specific process(es). Returns float"
msgstr "Ð Ð°Ð·Ð»Ð¸Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ указанном процеÑÑе(ах). Возвращает чиÑло Ñ Ð¿Ð»Ð°Ð²Ð°ÑŽÑ‰ÐµÐ¹ точкой"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18951,8 +19051,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18964,7 +19064,7 @@ msgstr "ПоÑтавщик"
msgid "Verbose"
msgstr "Подробно"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -19025,7 +19125,7 @@ msgstr "Видимое имÑ"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Видимое Ð¸Ð¼Ñ Ð½Ðµ может быть пуÑтым, еÑли Ð¸Ð¼Ñ ÑƒÐ·Ð»Ð° Ñети не заполнено."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "Ср"
@@ -19037,22 +19137,22 @@ msgstr "Ср"
msgid "Warning"
msgstr "Предупреждение"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Предупреждение"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr "Предупреждающее Ñообщение"
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "ПриноÑим Ñвои извинениÑ, доÑтигнуто макÑимально возможное количеÑтво Ñлементов."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -19062,7 +19162,7 @@ msgstr "ПриноÑим Ñвои извинениÑ, доÑтигнуто маÐ
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Веб"
@@ -19121,7 +19221,7 @@ msgstr[2] "Веб-Ñценарии активированы"
msgid "Web scenario updated"
msgstr "Веб-Ñценарий обновлен"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19139,7 +19239,7 @@ msgstr "Webhook не Ñодержит параметров."
msgid "Wed"
msgstr "Ср"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Среда"
@@ -19152,7 +19252,7 @@ msgstr "Еженедельно"
msgid "Welcome"
msgstr "Добро пожаловать"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Добро пожаловать в"
@@ -19160,7 +19260,7 @@ msgstr "Добро пожаловать в"
msgid "When active"
msgstr "Когда активен"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr "Виджет Ñлишком маленький Ð´Ð»Ñ ÑƒÐºÐ°Ð·Ð°Ð½Ð½Ð¾Ð³Ð¾ количеÑтва колонок и Ñтрок."
@@ -19202,7 +19302,7 @@ msgstr "С завиÑимоÑÑ‚Ñми"
msgid "With header row"
msgstr "Со Ñтрокой заголовка"
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19276,13 +19376,13 @@ msgstr "Ошибочные Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ ÑƒÑлуги \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Ошибочные Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸ уÑлуги \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Ошибочные Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚Ð¸Ð¿Ð° триггеров."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Ошибочные Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ Ñ‚Ñ€Ð¸Ð³Ð³ÐµÑ€Ð°."
@@ -19290,8 +19390,8 @@ msgstr "Ошибочные Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ Ñ‚Ñ€Ð¸Ð³Ð³ÐµÑ€Ð°."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "Ошибочное значение Ð´Ð»Ñ Ð¿Ð¾Ð»Ñ url."
@@ -19324,10 +19424,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "XML данные"
@@ -19418,7 +19518,7 @@ msgstr "YYYY-MM-DD hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19437,20 +19537,20 @@ msgstr "Ежегодно"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19462,7 +19562,7 @@ msgstr "Ежегодно"
msgid "Yes"
msgstr "Да"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "Вчера"
@@ -19473,7 +19573,7 @@ msgstr "Вы вошли под именем \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Ð’Ñ‹ не можете выбрать некоторые Ñзыки, Ñ‚.к. локали Ð´Ð»Ñ Ð½Ð¸Ñ… не уÑтановлены на вашем веб-Ñервере."
@@ -19528,7 +19628,7 @@ msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ полномочий Ð´Ð»Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ñто
msgid "You do not have permissions to create users."
msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ полномочий Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ полномочий на редактирование ПÐÐЕЛИ"
@@ -19536,7 +19636,7 @@ msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ полномочий на редактирование
msgid "You have no permissions to access this page."
msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ полномочий Ð´Ð»Ñ Ð´Ð¾Ñтупа к Ñтой Ñтранице."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "У Ð²Ð°Ñ Ð¸Ð¼ÐµÑŽÑ‚ÑÑ Ð½ÐµÑохраненные изменениÑ."
@@ -19611,7 +19711,7 @@ msgstr "Диалог входа в ÑиÑтему Zabbix"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix Ñервер"
@@ -19632,7 +19732,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbix Ñервер (прокÑи)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Детали Zabbix Ñервера"
@@ -19640,15 +19740,15 @@ msgstr "Детали Zabbix Ñервера"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix Ñервер не запущен: Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶Ð°ÐµÐ¼Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð¶ÐµÑ‚ быть не актуальной."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix Ñервер запущен"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Ð˜Ð¼Ñ Ñервера Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Порт Zabbix Ñервера"
@@ -19657,6 +19757,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix траппер"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "РаÑширить"
@@ -19670,51 +19771,56 @@ msgstr "[Ошибочное значение Ð´Ð»Ñ Ð´Ð½Ñ: \"%1$s\" ]"
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr "[Ошибочное значение Ð´Ð»Ñ Ð¼ÐµÑÑца: \"%1$s\" ]"
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "ожидаетÑÑ Ð»Ð¾Ð³Ð¸Ñ‡ÐµÑкое"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "ожидаетÑÑ Ñтрока Ñимволов"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr "ожидаетÑÑ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ Ñ Ð¿Ð»Ð°Ð²Ð°ÑŽÑ‰ÐµÐ¹ точкой"
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "ожидаетÑÑ ÐºÐ¾Ð´ цвета в шеÑтнадцатеричном формате (6 Ñимволов)"
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr "ожидаетÑÑ Ð¼Ð°ÐºÑ€Ð¾Ñ Ð½Ð¸Ð·ÐºÐ¾ÑƒÑ€Ð¾Ð²Ð½ÐµÐ²Ð¾Ð³Ð¾ обнаружениÑ"
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr "у чиÑла Ñлишком много деÑÑтичных точек"
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "ожидаетÑÑ Ñ‡Ð¸Ñло"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "чиÑло Ñлишком большое"
@@ -19727,8 +19833,8 @@ msgstr "чиÑло Ñлишком большое"
msgid "a numeric value is expected"
msgstr "ожидаетÑÑ Ñ†Ð¸Ñ„Ñ€Ð¾Ð²Ð¾Ðµ значение"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr "ожидаетÑÑ Ð¾Ñ‚Ð½Ð¾Ñительное времÑ"
@@ -19736,29 +19842,29 @@ msgstr "ожидаетÑÑ Ð¾Ñ‚Ð½Ð¾Ñительное времÑ"
msgid "a time is expected"
msgstr "ожидаетÑÑ Ð²Ñ€ÐµÐ¼Ñ"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "ожидаетÑÑ Ð¿ÐµÑ€Ð¸Ð¾Ð´ времени"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "ожидалÑÑ Ð¿ÐµÑ€Ð¸Ð¾Ð´ времени"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "ожидаетÑÑ ÐµÐ´Ð¸Ð½Ð¸Ñ†Ð° времени"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "ожидаетÑÑ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÑŒÑкий макроÑ"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange() - Разница по модулю между поÑледним и предыдущим значениÑми"
@@ -19800,6 +19906,10 @@ msgstr "вÑе"
msgid "all media"
msgstr "вÑе ÑпоÑобы оповещениÑ"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19811,23 +19921,23 @@ msgstr "вÑе ÑпоÑобы оповещениÑ"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "ожидаетÑÑ Ð¼Ð°ÑÑив"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "ожидаетÑÑ Ð¼Ð°ÑÑив или Ñтрока Ñимволов"
@@ -19837,7 +19947,7 @@ msgid "an empty string is expected"
msgstr "ожидаетÑÑ Ð¿ÑƒÑÑ‚Ð°Ñ Ñтрока"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "ожидаетÑÑ Ñ‡ÐµÑ‚Ð½Ð¾Ðµ количеÑтво шеÑтнадцатеричных Ñимволов"
@@ -19845,11 +19955,11 @@ msgstr "ожидаетÑÑ Ñ‡ÐµÑ‚Ð½Ð¾Ðµ количеÑтво шеÑтнадцаÑ
msgid "an explicit time is expected"
msgstr "ожидаетÑÑ Ð²Ñ€ÐµÐ¼Ñ ÑƒÐºÐ°Ð·Ð°Ð½Ð½Ð¾Ðµ Ñвно"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr "ожидаетÑÑ Ñ†ÐµÐ»Ð¾Ðµ чиÑло"
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr "ожидаетÑÑ Ñ†ÐµÐ»Ð¾Ðµ положительное чиÑло"
@@ -19898,11 +20008,11 @@ msgstr "авторегиÑтрациÑ"
msgid "avg"
msgstr "Ñред"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg() - Среднее значение за период Т"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band() - Побитовое И поÑледнего (наиболее нового) Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¢ и маÑка"
@@ -19930,10 +20040,9 @@ msgstr "Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19941,7 +20050,7 @@ msgstr "Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19966,6 +20075,9 @@ msgstr "Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19992,11 +20104,11 @@ msgstr "Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -20018,14 +20130,14 @@ msgstr "Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -20050,7 +20162,7 @@ msgstr "не удалоÑÑŒ выполнить Scroll API запроÑ, данн
msgid "cannot update property for templated discovery rule"
msgstr "не удалоÑÑŒ обновить ÑвойÑтво у правила Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¸Ð· шаблона"
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "change() - Разница между поÑледним и предыдущим значениÑми"
@@ -20068,11 +20180,11 @@ msgstr "Ð·Ð°ÐºÐ¾Ð»ÑŒÑ†Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð·Ð°Ð²Ð¸ÑимоÑÑ‚ÑŒ не разрешеÐ
msgid "circular item dependency is not allowed"
msgstr "Ð·Ð°ÐºÐ¾Ð»ÑŒÑ†Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð·Ð°Ð²Ð¸ÑимоÑÑ‚ÑŒ Ñлементов данных не разрешена"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "цвет"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "ÑпиÑок, разделенный запÑтыми"
@@ -20091,11 +20203,11 @@ msgstr "Ñодержит"
msgid "count"
msgstr "кол-во"
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "count() - КоличеÑтво уÑпешно полученных значений V (которым удовлетворÑет оператор О) за период Т"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "д"
@@ -20104,32 +20216,32 @@ msgstr "д"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date() - Ð¢ÐµÐºÑƒÑ‰Ð°Ñ Ð´Ð°Ñ‚Ð°"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth() - День меÑÑца"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek() - День недели"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "дней"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "по умолчанию"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta() - Разница между ÐœÐКС и МИРзначениÑми за период Т"
@@ -20155,11 +20267,11 @@ msgstr "по убыванию"
msgid "description"
msgstr "опиÑание"
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff() - Разница между поÑледним и предыдущим значениÑми (1 - правда, 0 - ложь)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "Ð´Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ð¸Ð»Ð¸ Ð¸Ð¼Ñ Ñкрипта не могут быть пуÑтыми"
@@ -20198,7 +20310,7 @@ msgstr "не равно"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20237,7 +20349,7 @@ msgstr "первый"
msgid "first parameter is expected"
msgstr "ожидаетÑÑ Ð¿ÐµÑ€Ð²Ñ‹Ð¹ параметр"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "forecast() - Прогноз Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ‡ÐµÑ€ÐµÐ· t Ñекунд на оÑнове периода Т"
@@ -20245,14 +20357,14 @@ msgstr "forecast() - Прогноз Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ‡ÐµÑ€ÐµÐ· t Ñекунд Ð
msgid "fourth"
msgstr "четвёртый"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr "fuzzytime() - Разница между значением Ñлемента данных (в виде отметки времени) и отметкой времени Zabbix Ñервера меньше чем или равна T Ñекундам (1 - правда, 0 - ложь)"
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "глобальные наÑтройки очиÑтки иÑтории"
@@ -20261,7 +20373,7 @@ msgstr "глобальные наÑтройки очиÑтки иÑтории"
msgid "graph pattern"
msgstr "шаблон графиков"
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "ч"
@@ -20319,11 +20431,11 @@ msgstr "в"
msgid "including subgroups"
msgstr "Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð¿Ð¾Ð´Ð³Ñ€ÑƒÐ¿Ð¿Ñ‹"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20360,7 +20472,7 @@ msgstr "ошибочный шаблон Prometheus"
msgid "invalid address range \"%1$s\""
msgstr "ошибочный диапазон адреÑов \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "Ð¾ÑˆÐ¸Ð±Ð¾Ñ‡Ð½Ð°Ñ Ð¿Ð¾ÑледовательноÑÑ‚ÑŒ байт в UTF-8"
@@ -20374,15 +20486,15 @@ msgstr "Ð¾ÑˆÐ¸Ð±Ð¾Ñ‡Ð½Ð°Ñ Ð·Ð°Ð´ÐµÑ€Ð¶ÐºÐ°"
msgid "invalid history storage period"
msgstr "недопуÑтимый период Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð¸Ñтории"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "ошибочное Ð¸Ð¼Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ñ‹ узлов Ñети"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "ошибочное Ð¸Ð¼Ñ ÑƒÐ·Ð»Ð° Ñети"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "ошибочное регулÑрное выражение"
@@ -20392,7 +20504,7 @@ msgstr "ошибочное регулÑрное выражение"
msgid "invalid trend storage period"
msgstr "недопуÑтимый период Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¸Ð½Ð°Ð¼Ð¸ÐºÐ¸ изменений"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregexp() - РегулÑрное выражение V ÑоответÑтвует поÑледнему значению за период Т (не завиÑит от региÑтра; 1 - ÑоответÑтвует, 0 - не ÑоответÑтвует)"
@@ -20404,7 +20516,7 @@ msgstr "больше чем или равно"
msgid "is less than or equals"
msgstr "меньше чем или равно"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "не заключено в {} или ошибочно"
@@ -20434,7 +20546,7 @@ msgstr "ключ пуÑтой"
msgid "last"
msgstr "поÑл"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last() - ПоÑледнее (наиболее новое) значение Т"
@@ -20446,15 +20558,15 @@ msgstr "Ñлева"
msgid "list of characters"
msgstr "ÑпиÑок Ñимволов"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid() - ID ÑÐ¾Ð±Ñ‹Ñ‚Ð¸Ñ Ð¿Ð¾Ñледней запиÑи журнала ÑоответÑтвует регулÑрному выражению Т (1 - ÑоответÑтвует, 0 - не ÑоответÑтвует)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity() - ВажноÑÑ‚ÑŒ журнала поÑледней запиÑи журнала"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logsource() - ИÑточник журнала поÑледней запиÑи журнала ÑоответÑвует параметру Т (1 - ÑоответÑтвует, 0 - не ÑоответÑтвует)"
@@ -20462,12 +20574,12 @@ msgstr "logsource() - ИÑточник журнала поÑледней запÐ
msgid "low-level discovery rule"
msgstr "правило низкоуровневого обнаружениÑ"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "м"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "м"
@@ -20497,7 +20609,7 @@ msgstr "карта Ñети"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20521,7 +20633,7 @@ msgstr "макÑ"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max() - МакÑимальное значение за период Т"
@@ -20548,12 +20660,12 @@ msgstr "доÑтигнуто макÑимальное количеÑтво урÐ
msgid "min"
msgstr "мин"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "min() - Минимальное значение за период Т"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "Ð¼Ð¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° %1$s Ñимволов"
@@ -20586,27 +20698,27 @@ msgstr "должен быть дейÑтвительным пользоватеÐ
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "должно быть между \"%1$s\" и \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "должно Ñодержать по крайней мере один Ð¼Ð°ÐºÑ€Ð¾Ñ Ð½Ð¸Ð·ÐºÐ¾ÑƒÑ€Ð¾Ð²Ð½ÐµÐ²Ð¾Ð³Ð¾ обнаружениÑ"
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "название"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "новый"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "новый"
@@ -20616,7 +20728,7 @@ msgstr "новый"
msgid "no data"
msgstr "нет данных"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr "nodata() - ОтÑутÑтвие данных полученных за период времени T (1 - правда, 0 - ложь), Режим (Ñтрогий - игнорировать задержку прокÑи при отправке данных)"
@@ -20637,7 +20749,7 @@ msgstr "не в"
msgid "not selected"
msgstr "не выбрано"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now() - КоличеÑтво Ñекунд Ð½Ð°Ñ‡Ð¸Ð½Ð°Ñ Ñ Epoch"
@@ -20645,8 +20757,8 @@ msgstr "now() - КоличеÑтво Ñекунд Ð½Ð°Ñ‡Ð¸Ð½Ð°Ñ Ñ Epoch"
msgid "number"
msgstr "чиÑло"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "из"
@@ -20694,7 +20806,7 @@ msgstr "выкл"
msgid "on"
msgstr "в"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr "разрешено только одно преобразование времени"
@@ -20710,11 +20822,11 @@ msgstr "другое"
msgid "output"
msgstr "вывод"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20725,11 +20837,11 @@ msgstr ""
msgid "pattern"
msgstr "шаблон"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "percentile() - Процентиль P за период Т"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev() - Предыдущее значение"
@@ -20746,12 +20858,12 @@ msgstr "ÑÑылка на неÑущеÑтвующий Ñлемент дерев
msgid "refreshed every %1$s sec."
msgstr "обновление каждые %1$s Ñек."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp() - РегулÑрное выражение V ÑоответÑтвует поÑледнему значению за период Т (1 - ÑоответÑтвует, 0 - не ÑоответÑтвует)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20768,7 +20880,7 @@ msgstr "Ñправа"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20817,6 +20929,7 @@ msgstr "краткое опиÑание"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20831,15 +20944,15 @@ msgstr "краткое опиÑание"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "должно быть пуÑтым"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr "должно быть меньше чем текущее времÑ"
@@ -20847,10 +20960,10 @@ msgstr "должно быть меньше чем текущее времÑ"
msgid "show icon mappings"
msgstr "показать ÑоответÑÑ‚Ð²Ð¸Ñ Ð¸ÐºÐ¾Ð½Ð¾Ðº"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "показать Ð¿Ñ€ÐµÐ¾Ð±Ñ€Ð°Ð·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ð¹"
@@ -20858,11 +20971,11 @@ msgstr "показать Ð¿Ñ€ÐµÐ¾Ð±Ñ€Ð°Ð·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ð¹"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str() - ПоиÑк Ñтроки V в поÑледнем (наиболее новом) значении (1 - найдено, 0 - не найдено)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen() - Длина поÑледнего (наиболее нового) Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¢ в Ñимволах"
@@ -20870,7 +20983,7 @@ msgstr "strlen() - Длина поÑледнего (наиболее новогÐ
msgid "sum"
msgstr "Ñумма"
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "sum() - Сумма значений за период Т"
@@ -20879,14 +20992,14 @@ msgid "supplied credentials are not unique"
msgstr "Ð·Ð°Ð´Ð°Ð½Ð½Ð°Ñ ÑƒÑ‡Ñ‘Ñ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ не уникальна"
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20921,9 +21034,13 @@ msgstr "шаблон Ñ ID \"%1$s\" был вÑтречен %2$s раз"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "параметр \"%1$s\" отÑутÑтвует"
@@ -20938,7 +21055,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20957,18 +21074,42 @@ msgstr "ожидаетÑÑ Ñ‚Ñ€ÐµÑ‚Ð¸Ð¹ параметр"
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "Ñдвиг времени"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time() - Текущее времÑ"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft() - Ð’Ñ€ÐµÐ¼Ñ Ð´Ð¾ÑÑ‚Ð¸Ð¶ÐµÐ½Ð¸Ñ Ð¿Ð¾Ñ€Ð¾Ð³Ð° вычиÑленное на оÑнове периода Т"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20979,26 +21120,26 @@ msgstr "триггер"
msgid "trigger does not allow manual closing"
msgstr "триггер не позволÑет ручное закрытие"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "прототип триггера Ð½ÐµÐ»ÑŒÐ·Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÑтить в другой шаблон или узел Ñети"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "триггер Ñо ÑвÑзÑми Ð½ÐµÐ»ÑŒÐ·Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÑтить в другой шаблон или узел Ñети"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "начните печатать Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr "неприемлемый URL"
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -21008,7 +21149,7 @@ msgstr "Ð½ÐµÐ¾Ð¶Ð¸Ð´Ð°Ð½Ð½Ð°Ñ ÐºÐ¾Ð½Ñтанта \"%1$s\""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr "неожиданное значение конÑтанты \"%1$s\""
@@ -21025,9 +21166,10 @@ msgstr "неожиданное завершение макроÑа"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "неожиданный параметр \"%1$s\""
@@ -21054,12 +21196,12 @@ msgstr "неожиданный текÑÑ‚ \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "неожиданное значение \"%1$s\""
@@ -21069,7 +21211,7 @@ msgstr "неожиданное значение \"%1$s\""
msgid "unknown"
msgstr "неизвеÑтно"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr "неподдерживаемый ÑÑƒÑ„Ñ„Ð¸ÐºÑ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸"
@@ -21078,28 +21220,28 @@ msgid "unsupported version number"
msgstr "неподдерживаемый номер верÑии"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -21109,7 +21251,7 @@ msgstr "неподдерживаемый номер верÑии"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "значение"
@@ -21127,26 +21269,29 @@ msgstr "значение \"%1$s\" уже ÑущеÑтвует"
msgid "value \"%1$s\" not found"
msgstr "значение \"%1$s\" не найдено"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "значение %1$s уже ÑущеÑтвует"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "значение Ñлишком длинное"
@@ -21174,9 +21319,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21213,7 +21358,7 @@ msgstr "ошибочный тип правила обнаружениÑ"
msgid "wrong item type"
msgstr "ошибочный тип Ñлемента данных"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "г"
diff --git a/ui/locale/sk/LC_MESSAGES/frontend.po b/ui/locale/sk/LC_MESSAGES/frontend.po
index fad557f777a..c5724fdcdd3 100644
--- a/ui/locale/sk/LC_MESSAGES/frontend.po
+++ b/ui/locale/sk/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2016-07-23 10:02+0300\n"
"Last-Translator: Jan <jan.garaj@gmail.com>\n"
"Language-Team: Zabbix translation team\n"
@@ -33,7 +33,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" je oÄakávaná"
@@ -61,7 +61,7 @@ msgid "\"host:key\" pair is expected"
msgstr "\"host:key\" dvojica je oÄakávaná"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -80,7 +80,7 @@ msgstr[0] "%1$d dni"
msgstr[1] "%1$d dní"
msgstr[2] "%1$d dní"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -171,8 +171,8 @@ msgstr[2] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -188,7 +188,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -223,8 +223,8 @@ msgstr[2] "ostáva %1$s pokusov"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
@@ -232,7 +232,7 @@ msgstr[0] "%1$s sekunda"
msgstr[1] "%1$s sekundy"
msgstr[2] "%1$s sekúnd"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -252,20 +252,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -305,20 +305,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr "(Skupiny môžu vytvárať iba super administrátori)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(bez proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - použiť predvolený port"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 alebo 1"
@@ -394,11 +394,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "A"
@@ -426,16 +427,16 @@ msgstr[1] ""
msgstr[2] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Potvrdenie"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Potvrdiť"
@@ -468,7 +469,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -481,30 +482,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -577,18 +578,18 @@ msgstr "Akcia aktualizovaná"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Akcie"
@@ -624,6 +625,9 @@ msgstr "Aktívny do"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -651,9 +655,6 @@ msgstr "Aktívny do"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -663,9 +664,9 @@ msgstr "Aktívny do"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -677,39 +678,40 @@ msgstr "Aktívny do"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -720,20 +722,20 @@ msgstr "Aktívny do"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -760,8 +762,8 @@ msgstr "Aktívny do"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Pridať"
@@ -769,7 +771,7 @@ msgstr "Pridať"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -777,7 +779,7 @@ msgstr ""
msgid "Add child"
msgstr "Pridať potomka"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -789,7 +791,7 @@ msgstr "Pridať hosta"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -798,6 +800,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -806,7 +809,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Pridať prototyp"
@@ -827,11 +830,11 @@ msgstr "Pridať do skupiny"
msgid "Add to host groups"
msgstr "Pridať do skupín"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -855,7 +858,7 @@ msgid "Age"
msgstr "Trvanie"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Trvanie menšie ako"
@@ -867,7 +870,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agent"
@@ -926,7 +929,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "VÅ¡etky"
@@ -944,7 +947,7 @@ msgstr ""
msgid "All hosts"
msgstr "VÅ¡etky hosty"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Všetky linky by mali mať zadefinované \"Meno\" a \"URL\""
@@ -952,13 +955,13 @@ msgstr "Všetky linky by mali mať zadefinované \"Meno\" a \"URL\""
msgid "All maps"
msgstr "VÅ¡etky mapy"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -978,48 +981,48 @@ msgstr ""
msgid "All templates"
msgstr "Všetky šablóny"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Povolené hosty"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Eventuálne to môžete napísať manuálne:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "A"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1028,14 +1031,14 @@ msgid "And/Or"
msgstr "A/Alebo"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1051,10 +1054,10 @@ msgstr "Obsahuje ktorýkoľvek reťazec"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1089,8 +1092,8 @@ msgid "Application error."
msgstr "Chyba aplikácie."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Prototypy aplikácií"
@@ -1113,15 +1116,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1129,15 +1132,17 @@ msgstr ""
msgid "Applications"
msgstr "Aplikácie"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Použiť"
@@ -1155,7 +1160,7 @@ msgstr "Budúca"
msgid "Apr"
msgstr "Apr"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Apríl"
@@ -1167,7 +1172,11 @@ msgstr "Ste si istý, že chcete spustiť túto akciu?"
msgid "Are you sure you want to delete"
msgstr "Naozaj chcete zmazať"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1183,12 +1192,12 @@ msgstr "Typ plochy"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Ponechať"
@@ -1296,7 +1305,7 @@ msgstr "Audit log"
msgid "Aug"
msgstr "Aug"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "August"
@@ -1313,9 +1322,9 @@ msgstr ""
msgid "Authentication"
msgstr "Autentifikácia"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "AutentifikaÄný algoritmus"
@@ -1325,21 +1334,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Metóda autentifikácie"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "AutentifikaÄná fráza"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "AutentifikaÄný protokol"
@@ -1378,9 +1389,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Automaticky"
@@ -1410,7 +1421,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Dostupnosť"
@@ -1435,8 +1446,8 @@ msgstr "Priemerná"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Späť"
@@ -1490,16 +1501,16 @@ msgid "Blue"
msgstr "Modrá"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1540,11 +1551,11 @@ msgstr ""
msgid "Bottom"
msgstr "Dole"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1571,8 +1582,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1592,7 +1603,7 @@ msgstr "CPU load. Vráti desatinné Äíslo"
msgid "CPU utilisation percentage. Returns float"
msgstr "Využitie CPU v percentách. Vráti desatinné Äíslo"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1625,7 +1636,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1633,7 +1644,7 @@ msgstr ""
msgid "Callback"
msgstr "Callback úroveň"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1659,10 +1670,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Zrušiť"
@@ -1707,12 +1718,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Šablóna nemôže závisieť na hostovi."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Nie je možné pridaÅ¥ závislosÅ¥ zo spúšťaÄa \"%1$s:%2$s\" pre neexistujúci spúšťaÄ \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Nie je možné pridaÅ¥ pravidlo pre pátraÄa"
@@ -1736,7 +1747,7 @@ msgstr "Nie je možné pridať skupinu."
msgid "Cannot add host"
msgstr "Nie je možné pridať host"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Nie je možné pridať prototyp hosta"
@@ -1746,7 +1757,7 @@ msgstr "Nie je možné pridať prototyp hosta"
msgid "Cannot add image"
msgstr "Nie je možné pridať obrázok"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Nie je možné pridať položku"
@@ -1755,7 +1766,7 @@ msgstr "Nie je možné pridať položku"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Nie je možné pridať položku \"%1$s\" z \"%2$s\" k aplikácii \"%3$s\" z \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Nie je možné pridať prototyp položky"
@@ -1839,11 +1850,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "Nie je možné pridať šablónu"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Nie je možné pridaÅ¥ spúšťaÄ"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Nie je možné pridaÅ¥ prototyp spúšťaÄa"
@@ -1866,11 +1877,11 @@ msgstr "Nie je možné pridať mapu hodnôt"
msgid "Cannot add web scenario"
msgstr "Nie je možné pridať scenár"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1887,11 +1898,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Nie je možné volať metódu \"%1$s.%2$s\" bez parameterov."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Nie je možné zmazať históriu"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1899,7 +1910,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Nie je možné klonovať prototypy grafov."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Nie je možné klonovať prototypy hostov."
@@ -1922,7 +1933,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Nie je možné sa spojiť s databázou."
@@ -1937,26 +1948,26 @@ msgstr[0] "Nie je možné skopírovať graf"
msgstr[1] "Nie je možné skopírovať grafy"
msgstr[2] "Nie je možné skopírovať grafy"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Nie je možné skopírovat položku"
msgstr[1] "Nie je možné skopírovat položky"
msgstr[2] "Nie je možné skopírovat položky"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Nie je možné skopírovaÅ¥ spúšťaÄ"
msgstr[1] "Nie je možné skopírovaÅ¥ spúšťaÄe"
msgstr[2] "Nie je možné skopírovaÅ¥ spúšťaÄe"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Nie je možné skopírovaÅ¥ spúšťaÄ \"%1$s:%2$s\", pretože jeho definícia obsahuje viac hostov."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Nie je možné vytvoriť prototyp grafu pre zisteného hosta \"%1$s\"."
@@ -1994,7 +2005,7 @@ msgstr "Nie je možné vytvoriť novú aplikáciu, web scenár je už priradený
msgid "Cannot create template."
msgstr "Nie je možné vytvoriť šablónu."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Nie je možné vytvoriÅ¥ konfiguraÄný súbor."
@@ -2040,11 +2051,11 @@ msgstr "Nie je možné zmazať závislosť"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Nie je možné zmazať zistenú aplikáciu \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Nie je možné zmazať zisťovacie pravidlo"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Nie je možné zmazať zisťovacie pravidlá"
@@ -2071,7 +2082,7 @@ msgstr[0] "Nie je možné zmazať skupinu"
msgstr[1] "Nie je možné zmazať skupinu"
msgstr[2] "Nie je možné zmazať skupinu"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Nie je možné zmazať hosta"
@@ -2091,7 +2102,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Nie je možné zmazať prototypy hosta"
@@ -2107,19 +2118,19 @@ msgstr "Nie je možné zmazať obrázok"
msgid "Cannot delete inventory."
msgstr "Nie je možné zmazať inventár."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Nie je možné zmazať položku"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Nie je možné zmazať prototyp položky"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Nie je možné zmazať prototypy položiek"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Nie je možné zmazať položky"
@@ -2208,7 +2219,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Nie je možné zmazať prototyp hosta patriaci šablóne."
@@ -2239,19 +2250,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Nie je možné zmazať web scenár \"%1$s\" patriaci šablóne."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Nie je možné zmazaÅ¥ spúštaÄ"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Nie je možné zmazaÅ¥ prototyp spúšťaÄa"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Nie je možné zmazaÅ¥ prototypy spúšťaÄov"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Nie je možné zmazaÅ¥ spúšťaÄe"
@@ -2294,7 +2305,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Nie je možné vypnúť zisťovacie pravidlo"
@@ -2302,14 +2313,14 @@ msgstr[1] "Nie je možné vypnúť zisťovacie pravidlá"
msgstr[2] "Nie je možné vypnúť zisťovacie pravidlá"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Nie je možné vypnúť hosta"
msgstr[1] "Nie je možné vypnúť hostov"
msgstr[2] "Nie je možné vypnúť hostov"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Nie je možné vypnúť položku"
@@ -2331,7 +2342,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Nie je možné vypnúť spúšťaÄ"
@@ -2367,7 +2378,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Nie je možné povoliť zisťovacie pravidlo"
@@ -2375,14 +2386,14 @@ msgstr[1] "Nie je možné povoliť zisťovacie pravidlá"
msgstr[2] "Nie je možné povoliť zisťovacie pravidlá"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Nie je možné povoliť hosta"
msgstr[1] "Nie je možné povoliť hostov"
msgstr[2] "Nie je možné povoliť hostov"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Nie je možné povoliť položku"
@@ -2404,7 +2415,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Nie je možné povoliÅ¥ spúšťaÄ"
@@ -2426,7 +2437,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Nie je možné spustiť skript"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2589,7 +2600,7 @@ msgstr[0] "Nie je možné importovať šablónu \"%1$s\", prepojená šablóna \
msgstr[1] "Nie je možné importovať šablónu \"%1$s\", prepojené šablóny \"%2$s\" neexistujú."
msgstr[2] "Nie je možné importovať šablónu \"%1$s\", prepojené šablóny \"%2$s\" neexistujú."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Nie je možné vložiÅ¥ výraz spúšťaÄa"
@@ -2697,7 +2708,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Nie je možné poslať príkaz, skontrolujte spojenie so Zabbix serverom \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2734,12 +2745,12 @@ msgstr "Nie je možné nastaviť \"%1$s\" pre položku \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Nie je možné nastaviť \"%1$s\" pre šablónu obrazovky \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Nie je možné nastaviÅ¥ \"%1$s\" pre spúšťaÄ \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2769,7 +2780,7 @@ msgstr "Nie je možné nastaviť ID zdroja pre prvok obrazovky."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2832,22 +2843,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Nie je možné aktualizovať \"%1$s\" pre položku \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Nie je možné aktualizovaÅ¥ \"%1$s\" pre spúšťaÄ \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2862,7 +2873,7 @@ msgstr "Nie je možné aktualizovať \"%2$s\" pre zisteného hosta \"%1$s\"."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Nie je možné aktualizovať \"%2$s\" pre zistenú položku \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2931,7 +2942,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Nie je možné aktualizovať zistenú aplikáciu \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Nie je možné aktualizovať zisťovacie pravidlo"
@@ -2969,7 +2980,7 @@ msgstr "Nie je možné aktualizovať hosta"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Nie je možné aktualizovať nastavenie šifrovania hosta. Mali by byť upresnené nastavenia spojenia pre oba smery."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
#, fuzzy
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
@@ -2996,11 +3007,11 @@ msgstr "Nie je možné aktualizovať obrázok"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Nie je možné aktualizovať rozhranie pre zisteného hosta \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Nie je možné aktualizovať prototyp položky"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
#, fuzzy
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
@@ -3008,11 +3019,11 @@ msgstr[0] "Nie je možné aktualizovať prototyp položky"
msgstr[1] "Nie je možné aktualizovať prototyp položky"
msgstr[2] "Nie je možné aktualizovať prototyp položky"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Nie je možné aktualizovať položky"
@@ -3095,17 +3106,17 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Nie je možné aktualizovať šablóny pre zisteného hosta \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Nie je možné aktualizovaÅ¥ spúšťaÄ"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
#, fuzzy
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
@@ -3113,12 +3124,12 @@ msgstr[0] "Nie je možné aktualizovaÅ¥ prototyp spúšťaÄa"
msgstr[1] "Nie je možné aktualizovaÅ¥ prototyp spúšťaÄa"
msgstr[2] "Nie je možné aktualizovaÅ¥ prototyp spúšťaÄa"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Nie je možné aktualizovaÅ¥ prototypy spúšťaÄov"
@@ -3176,12 +3187,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Certifikát"
@@ -3225,10 +3236,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Znak"
@@ -3255,7 +3266,7 @@ msgstr "Informácie o šasi. Vráti reťazec"
msgid "Check already exists."
msgstr "Kontrola už existuje."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Skontrolujte ÄasÅ¥ výrazu zaÄínajúcu od \"%1$s\"."
@@ -3273,7 +3284,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Kontrola požiadaviek"
@@ -3378,8 +3389,8 @@ msgid "Clear history"
msgstr "VyÄistiÅ¥ históriu"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "VyÄistiÅ¥ históriu a trendy"
@@ -3388,11 +3399,11 @@ msgstr "VyÄistiÅ¥ históriu a trendy"
msgid "Clear when unlinking"
msgstr "VyÄistiÅ¥ pri odpojení"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3411,20 +3422,20 @@ msgstr "Hodiny"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Klonovať"
@@ -3432,15 +3443,15 @@ msgstr "Klonovať"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Zatvoriť"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Zavrieť konštruktéra výrazu"
@@ -3459,8 +3470,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Zavrieť"
@@ -3477,7 +3488,7 @@ msgstr ""
msgid "Colour"
msgstr "Farba"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Farba \"%1$s\" nie je v správnom formáte: oÄakávaný je kód farby v 16-kovej sústave (6 znakov)."
@@ -3528,7 +3539,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3562,7 +3573,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Podmienka"
@@ -3621,7 +3632,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Nastavenie"
@@ -3629,7 +3640,7 @@ msgstr "Nastavenie"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Nastavenie cache štatistík. Cache - buffer (módy: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "KonfiguraÄný súbor \"%1$s\" vytvorený."
@@ -3793,7 +3804,7 @@ msgid "Configuration updated"
msgstr "Nastavenie bolo aktulizované"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Konfigurovať DB spojenie"
@@ -3801,7 +3812,7 @@ msgstr "Konfigurovať DB spojenie"
msgid "Confirmation text"
msgstr "Potvrdzujúci text"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Gratulácia! Práve ste úspešne nainštalovali Zabbix frontend."
@@ -3857,7 +3868,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3865,9 +3876,9 @@ msgstr ""
msgid "Connections"
msgstr "Spojenia"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Spojenia z hosta"
@@ -3875,9 +3886,9 @@ msgstr "Spojenia z hosta"
msgid "Connections from proxy"
msgstr "Spojenia z proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Spojenia k hostovi"
@@ -3894,10 +3905,10 @@ msgstr "Konštruktor"
msgid "Contact"
msgstr "Kontakt"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3928,10 +3939,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3971,8 +3982,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Meno kontextu"
@@ -3984,8 +3996,8 @@ msgstr ""
msgid "Contract number"
msgstr "Číslo zmluvy"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3997,8 +4009,8 @@ msgstr "Poloha"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Kopírovať"
@@ -4056,7 +4068,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "Nie je možné uložiť obrázok!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "PoÄet"
@@ -4102,11 +4114,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4126,14 +4138,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4212,7 +4224,7 @@ msgstr "Vytvoriť mapu"
msgid "Create media type"
msgstr "Vytvoriť typ média"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Vytvoriť nové"
@@ -4236,7 +4248,7 @@ msgstr "Vytvoriť prezentáciu"
msgid "Create template"
msgstr "Vytvoriť šablónu"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "VytvoriÅ¥ spúšťaÄ"
@@ -4289,11 +4301,12 @@ msgstr "Kritický"
msgid "Current host"
msgstr "Aktuálny host"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Aktuálna hodnota"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4301,7 +4314,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Vlastný výraz"
@@ -4310,11 +4323,11 @@ msgid "Custom graphs"
msgstr "Vlastné grafy"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Vlastné intervaly"
@@ -4336,7 +4349,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Vlastný multiplikátor"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4375,11 +4388,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4489,16 +4503,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4506,32 +4520,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Databázový server"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4539,35 +4553,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Databázový monitor"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Meno databázy"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Heslo databázy"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Port databázy"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Databázová schéma"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Databázový server"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Typ databázy"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Databázový používateľ"
@@ -4596,7 +4610,7 @@ msgstr "Dátum kúpy HW"
msgid "Day"
msgstr "Deň"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4615,7 +4629,7 @@ msgstr "Deň v týždni"
msgid "Days"
msgstr "dní"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Ladenie"
@@ -4629,7 +4643,7 @@ msgstr "Ladiaci režim"
msgid "Dec"
msgstr "Dec"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "December"
@@ -4639,7 +4653,7 @@ msgstr "December"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Predvolený"
@@ -4656,7 +4670,7 @@ msgid "Default host inventory mode"
msgstr "Predvolený mód inventára hosta"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4673,18 +4687,18 @@ msgid "Default operation step duration"
msgstr "Predvolené trvanie prevádzkového kroku"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Predvolená téma"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4713,7 +4727,8 @@ msgstr "Oneskorené o"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4734,8 +4749,8 @@ msgstr "Oneskorené o"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Zmazať"
@@ -4768,19 +4783,19 @@ msgstr "Zmazať aktuálnu akciu?"
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Zmazať zisťovacie pravidlo?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Zmazať výraz?"
@@ -4804,15 +4819,15 @@ msgstr "ZmazaÅ¥ históriu oznaÄených scenárov?"
msgid "Delete icon map?"
msgstr "Zmazať mapovú ikonu?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Zmazať prototyp položky?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Zmazať položku?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "ZmazaÅ¥ prepojenia medzi oznaÄenými elementmi?"
@@ -4856,7 +4871,7 @@ msgstr "ZmazaÅ¥ oznaÄené aplikácie?"
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4865,7 +4880,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr "ZmazaÅ¥ oznaÄené zisÅ¥ovacie pravidlá?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "ZmazaÅ¥ oznaÄené elementy?"
@@ -4890,7 +4905,7 @@ msgstr "ZmazaÅ¥ oznaÄené skupiny?"
msgid "Delete selected host groups?"
msgstr "ZmazaÅ¥ oznaÄené skupiny?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "ZmazaÅ¥ oznaÄený prototyp hosta?"
@@ -4898,7 +4913,7 @@ msgstr "ZmazaÅ¥ oznaÄený prototyp hosta?"
msgid "Delete selected host prototypes?"
msgstr "ZmazaÅ¥ oznaÄené prototypy hosta?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "ZmazaÅ¥ oznaÄeného hosta?"
@@ -4950,7 +4965,7 @@ msgstr "ZmazaÅ¥ oznaÄené obrazovky?"
msgid "Delete selected scripts?"
msgstr "ZmazaÅ¥ oznaÄené skripty?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -5011,11 +5026,11 @@ msgstr "Zmazať prezentáciu?"
msgid "Delete template?"
msgstr "Zmazať šablónu?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "ZmazaÅ¥ prototyp spúšťaÄa?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "ZmazaÅ¥ spúšťaÄ?"
@@ -5028,7 +5043,7 @@ msgstr "Zmazať web scenár?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Zmazané: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Zmazané: Prototyp hosta \"%1$s\" na \"%2$s\"."
@@ -5049,16 +5064,16 @@ msgid "Deny"
msgstr "Zakázať"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Závislosti"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Podradená závislosť (tento ovplyvňuje)"
@@ -5066,7 +5081,7 @@ msgstr "Podradená závislosť (tento ovplyvňuje)"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5085,29 +5100,29 @@ msgstr "Stav nasadenia"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Poznámka"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5240,7 +5255,8 @@ msgstr "ZakázaÅ¥ oznaÄené spúšťaÄe?"
msgid "Disable selected web scenarios?"
msgstr "ZakázaÅ¥ oznaÄené scenáre?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5253,22 +5269,21 @@ msgstr "ZakázaÅ¥ oznaÄené scenáre?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Vypnuté"
@@ -5285,7 +5300,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5293,12 +5308,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5399,29 +5414,29 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Zisťovacie pravidlo vytvorené"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Zisťovacie pravidlo vymazané"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Zisťovacie pravidlo vypnuté"
msgstr[1] "Zisťovacie pravidlá vypnuté"
msgstr[2] "Zisťovacie pravidlá vypnuté"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Zisťovacie pravidlo povolené"
msgstr[1] "Zisťovacie pravidlá povolené"
msgstr[2] "Zisťovacie pravidlá povolené"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Zisťovacie pravidlo aktualizované"
@@ -5431,13 +5446,13 @@ msgstr "Zisťovacie pravidlo aktualizované"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Zisťovacie pravidlá"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Zisťovacie pravidlá vymazané"
@@ -5480,7 +5495,7 @@ msgstr "Zobraziť skladaný graf"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Zobrazujem %1$s z %2$s nájdených"
@@ -5499,22 +5514,22 @@ msgid "Do not calculate"
msgstr "NevypoÄítavaÅ¥"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Prajete si zameniť podmienkový výraz?"
@@ -5537,11 +5552,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Nedostupné"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "StiahnuÅ¥ konfiguraÄný súbor"
@@ -5621,12 +5636,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5655,10 +5670,10 @@ msgstr "Duplicitné usrgrpid \"%1$s\" v používateľských skupinách pre mapu
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Duplicitné usrgrpid \"%1$s\" v používateľských skupinách pre obrazovku \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Trvanie"
@@ -5678,7 +5693,7 @@ msgstr "Dynamická položka"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Každá URL by mala maÅ¥ jedineÄné meno. Prosim uistite sa, že existuje len jedna URL s takýmto menom"
@@ -5693,15 +5708,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Aktualizovať"
@@ -5725,15 +5740,15 @@ msgstr "Aktualizovať obrazovku"
msgid "Edit slide show"
msgstr "Aktualizovať prezentáciu"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "AktualizovaÅ¥ spúštaÄ"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5829,7 +5844,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5999,15 +6014,16 @@ msgstr "PovoliÅ¥ oznaÄené spúšťaÄe?"
msgid "Enable selected web scenarios?"
msgstr "PovoliÅ¥ oznaÄené scenáre?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -6023,13 +6039,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -6038,13 +6053,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Povolené"
@@ -6054,9 +6069,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Å ifrovanie"
@@ -6064,7 +6079,7 @@ msgstr "Å ifrovanie"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6076,10 +6091,10 @@ msgstr "Anglicky (en_GB)"
msgid "English (en_US)"
msgstr "Anglicky (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6106,7 +6121,7 @@ msgstr "Chyba"
msgid "Error in search request for table \"%1$s\"."
msgstr "Chyba vo vyhľadávacej požiadavke nad tabuľkou \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6141,7 +6156,7 @@ msgstr ""
msgid "Event details"
msgstr "Podrobnosti udalosti"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Generovanie udalosti"
@@ -6161,6 +6176,12 @@ msgstr "Zoznam udalostí [posledných 20]"
msgid "Event log monitoring. Returns log"
msgstr "Monitoring logu udalostí. Vráti log"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6192,7 +6213,7 @@ msgstr "Každý týždeň(e)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "VylúÄiÅ¥"
@@ -6203,7 +6224,7 @@ msgstr "VylúÄiÅ¥"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Vykonať"
@@ -6221,9 +6242,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Spustí WMI dotaz a vráti prvý vybraný objekt. Vráti celé, desatinné Äíslo, reÅ¥azec alebo text (závisí od dotazu)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6241,19 +6262,19 @@ msgid "Executed"
msgstr "Vykonané"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Vykonaný skript"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Potvrdenie vykonania"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Rozbaliť"
@@ -6293,7 +6314,7 @@ msgstr "Export"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Export do CSV súboru"
@@ -6301,21 +6322,21 @@ msgstr "Export do CSV súboru"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Výraz"
@@ -6328,15 +6349,15 @@ msgstr "Premenné výrazu"
msgid "Expression cannot be empty"
msgstr "Výraz nemôže byť prázdny"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Konštruktér výrazu"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6355,7 +6376,7 @@ msgstr "Výrazy"
msgid "External check"
msgstr "Externá kontrola"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "Pi"
@@ -6369,7 +6390,7 @@ msgstr "NEPRAVDA"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Zlyhalo"
@@ -6419,7 +6440,7 @@ msgstr "Obľúbené obrazovky"
msgid "Feb"
msgstr "Feb"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Február"
@@ -6432,7 +6453,7 @@ msgstr "Pole"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Pole \"%1$s\" nemôže byť nastavené na NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6441,7 +6462,7 @@ msgstr "Pole \"%1$s\" nemôže byť nastavené na NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6561,9 +6582,7 @@ msgstr "Oblasť výplne"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6590,9 +6609,13 @@ msgstr "Oblasť výplne"
msgid "Filter"
msgstr "Filtrovať"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filtre"
@@ -6611,7 +6634,7 @@ msgstr "Nájdi reťazec v súbore. Vráti riadok obsahujúci vybraný reťazec a
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Nájdi reťazec vo web stránke. Vráti vybraný reťazec alebo výstup definovaný vo voliteľnom výstupnom parametri"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "UkonÄiÅ¥"
@@ -6624,8 +6647,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Prvá"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Fit"
@@ -6639,12 +6662,12 @@ msgid "Fixed"
msgstr "Pevná"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6652,9 +6675,9 @@ msgid "Flexible"
msgstr "Flexibilný"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Nasledovať presmerovania"
@@ -6676,8 +6699,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Vzorec"
@@ -6704,11 +6727,13 @@ msgstr "Francúzsky (fr_FR)"
msgid "Fri"
msgstr "Pi"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Piatok"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6728,12 +6753,12 @@ msgstr "Frontend prístup"
msgid "Frontend messaging"
msgstr "Povoliť frontend správy"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6768,7 +6793,7 @@ msgid "GUI access disabled."
msgstr "GUI prístup vypnutý."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6794,21 +6819,21 @@ msgstr "Nemecky (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Získať obsah web stránky. Vráti zdrojový kód web stránky ako text"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Zadaný výraz nie je makro"
@@ -6834,7 +6859,7 @@ msgstr "Globálna hodnota"
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "ChoÄ na"
@@ -6882,8 +6907,8 @@ msgstr "Gradientová Äiara"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -7016,7 +7041,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Prototypy grafov"
@@ -7060,9 +7085,9 @@ msgid "Graph with same name but other type exist."
msgstr "Graf s totožným menom, ale iným typom už existuje."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7072,7 +7097,7 @@ msgstr "Graf s totožným menom, ale iným typom už existuje."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7080,7 +7105,7 @@ msgstr "Graf s totožným menom, ale iným typom už existuje."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Grafy"
@@ -7150,12 +7175,12 @@ msgstr "Skupina pre zistených hostov"
msgid "Group name"
msgstr "Meno skupiny"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Prototyp skupiny nemôže byť založený na zistenej skupine hostov \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Prototypy skupiny"
@@ -7170,8 +7195,8 @@ msgstr "Zoskupovať podľa"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7203,10 +7228,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP autentifikácia"
@@ -7214,11 +7239,11 @@ msgstr "HTTP autentifikácia"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP proxy"
@@ -7247,20 +7272,20 @@ msgstr "Hardvér (podrobne)"
msgid "Hardware sensor reading. Returns float"
msgstr "Čítanie hardvérového senzoru. Vráti desatinné Äíslo"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "HTTP hlaviÄky"
@@ -7293,11 +7318,11 @@ msgstr "Pomoc"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Skrytý"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Skryť debug"
@@ -7334,23 +7359,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "História"
@@ -7358,17 +7383,17 @@ msgstr "História"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "História vyÄistená"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "ÄŒistenie histórie môže trvaÅ¥ dlhší Äas. PokraÄovaÅ¥?"
@@ -7382,13 +7407,17 @@ msgstr "História udalostí"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Perióda uloženia histórie"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7413,26 +7442,26 @@ msgstr "Vodorovné zarovnanie"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7444,8 +7473,8 @@ msgstr "Vodorovné zarovnanie"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Host"
@@ -7488,8 +7517,7 @@ msgstr "Hostov prístup"
msgid "Host added"
msgstr "Host pridaný"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7506,12 +7534,12 @@ msgstr "Host nemôže mať viac ako jedno predvolené rozhranie toho istého typ
msgid "Host count"
msgstr "PoÄet hostov"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Host zmazaný"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Host vypnutý"
@@ -7519,7 +7547,7 @@ msgstr[1] "Hosty vypnuté"
msgstr[2] "Hosty vypnuté"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Host povolený"
@@ -7541,7 +7569,7 @@ msgstr[2] "Hosty povolené"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Skupina hostov"
@@ -7587,11 +7615,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7628,17 +7656,17 @@ msgstr "Skupiny hostov"
msgid "Host info"
msgstr "Info o hostovi"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Rozhranie hosta"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7659,7 +7687,7 @@ msgstr "Problémy hosta"
msgid "Host label type"
msgstr "Typ popisu hosta"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Makrá hosta"
@@ -7686,29 +7714,33 @@ msgstr "Siete hosta"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Prototyp hosta \"%1$s\" už existuje na \"%2$s\", zdedený z inej šablóny."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Prototyp hosta \"%1$s\" už existuje na \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Prototyp hosta pridaný"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Prototyp hosta zmazaný"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
#, fuzzy
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
@@ -7716,25 +7748,25 @@ msgstr[0] "Prototyp hosta aktualizovaný"
msgstr[1] "Prototyp hosta aktualizovaný"
msgstr[2] "Prototyp hosta aktualizovaný"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Prototyp hosta s menom \"%1$s\" už existuje v zisťovacom pravidle \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Prototyp hosta so zobrazovaným menom \"%1$s\" už existuje v zisťovacom pravidle \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Prototypy hostov"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Prototypy hostov zmazané"
@@ -7783,17 +7815,17 @@ msgstr "Host s rovnakým menom\"%1$s\" už existuje."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Host s rovnakým zobrazovaným menom \"%1$s\" už existuje."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7869,7 +7901,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7904,10 +7936,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7924,9 +7956,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI senzor"
@@ -8043,7 +8075,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Obrázok"
@@ -8151,7 +8183,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8167,9 +8199,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8182,11 +8214,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8199,7 +8231,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr "Nedostupný používateľ"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Vrátane"
@@ -8467,8 +8499,8 @@ msgstr "Funkcii boli predané neplatné argumenty"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8609,9 +8641,9 @@ msgstr "Neplatné pole \"%1$s\" meno alebo hodnota vo where podmienke pre tabuľ
msgid "Incorrect fields for sysmap."
msgstr "Neplatné polia pre sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8664,7 +8696,7 @@ msgstr "Nesprávny typ filtrovacej podmienky pre akciu \"%1$s\"."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Nie je použitá platná funkcia"
@@ -8740,7 +8772,7 @@ msgstr "Neplatné ID položky \"%1$s\" v prvku obrazovky."
msgid "Incorrect item for axis value."
msgstr "Neplatná položka pre hodnotu osi."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Neplatný kÄ¾ÃºÄ položky \"%1$s\" pre spúšťaÄ na \"%2$s\"."
@@ -8751,11 +8783,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Neplatné ID prototypu položky \"%1$s\" v prvku obrazovky."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Neplatná hodnota typu položky \"%1$s\" poskytnutá pre spúšťaciu funkciu \"%2$s\"."
@@ -8926,35 +8958,35 @@ msgstr "Neplatné ID spúšťaÄa pre službu \"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "Neplatný výraz spúšťaÄa"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Neplatný výraz spúšťaÄa."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Neplatný výraz spúšťaÄa. Host \"%1$s\" neexistuje alebo nemáte prístup k tomuto hostu."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Neplatný výraz spúšťaÄa. Elementy výrazu spúšťaÄa by nemali patriÅ¥ k Å¡ablónam a hostom zároveň."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "Neplatná funkcia spúšťaÄa \"%1$s\" pre výraz."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Neplatný výraz prototypu spúšťaÄa. Host \"%1$s\" neexistuje alebo nemáte k nemu prístup."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Neplatný výraz prototypu spúšťaÄa. Elementy výrazu prototypu spúšťaÄa by nemali patriÅ¥ Å¡ablóne a hostovi zároveň."
@@ -9105,16 +9137,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9125,7 +9156,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9275,23 +9306,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9380,10 +9413,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9391,10 +9424,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Info"
@@ -9408,15 +9441,19 @@ msgstr "Informatívna"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Informácia o službe. Vráti celé Äíslo s parametrom ako status, startup, reÅ¥azec - s parametrom ako displayname, cesta, používateľ, text - s parametrom ako popis. Å peciálne pre state: 0 - beží, 1 - pozastavený, 2 - Äakajúci na Å¡tart, 3 - Äakajúci na pozastavenie, 4 - Äakajúci na pokraÄovanie, 5 - Äakajúci na zastavenie, 6 - zastavený, 7 - neznámy, 255 - žiadna služba. Å peciálne pro startup: 0 - automatický, 1 - automatický oneskorený, 2 - manuálny, 3 - zakázaný, 4 - neznámy"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Zdedené makrá hosta"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9432,17 +9469,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Vložiť"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Vložiť výraz"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Inštalovať"
@@ -9454,7 +9491,7 @@ msgstr "Inštalácia"
msgid "Installer name"
msgstr "Meno technika"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9487,8 +9524,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Rozhranie s IP \"%1$s\" nemôže mať prázdne DNS meno."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9517,14 +9554,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9548,15 +9585,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Interval"
@@ -9583,7 +9620,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9597,15 +9634,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Neplatný prvý parameter."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Neplatný štvrtý parameter."
@@ -9617,11 +9654,11 @@ msgstr "Neplatné hostid pre makro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Neplatný interval \"%1$s\"."
@@ -9662,7 +9699,7 @@ msgstr "Neplatné makro \"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "Neplatné parametre metódy."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Neplatný poÄet parametrov."
@@ -9694,6 +9731,15 @@ msgstr "Neplatný poÄet parametrov."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9706,75 +9752,81 @@ msgstr "Neplatný poÄet parametrov."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9791,7 +9843,7 @@ msgstr "Neplatné parametre."
msgid "Invalid response code \"%1$s\"."
msgstr "Neplatný návratový kód \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Neplatný druhý parameter."
@@ -9828,15 +9880,15 @@ msgstr "Neplatný druhý parameter."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9849,7 +9901,7 @@ msgstr "Neplatný druhý parameter."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Neplatná znaÄka \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Neplatný tretí parameter."
@@ -9868,9 +9920,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventár"
@@ -9897,9 +9949,9 @@ msgid "Issue"
msgstr "Problém"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Vydavateľ"
@@ -9916,22 +9968,22 @@ msgid "Italian (it_IT)"
msgstr "Taliansky (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Položka"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9968,15 +10020,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Položka \"%1$s\" na \"%2$s\": aplikácia \"%3$s\" neexistuje."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Položka pridaná"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Položka skopírovaná"
@@ -9987,18 +10039,18 @@ msgstr[2] "Položky skopírované"
msgid "Item count"
msgstr "PoÄet položiek"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Položka zmazaná"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Položka vypnutá"
msgstr[1] "Položky vypnuté"
msgstr[2] "Položky vypnuté"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Položka povolená"
@@ -10009,7 +10061,7 @@ msgstr[2] "Položky povolené"
msgid "Item in \"not supported\" state"
msgstr "Položka je v \"not supported\" stave"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Položka nie je oznaÄená"
@@ -10022,7 +10074,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -10043,15 +10095,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Prototyp položky \"%1$s\" už existuje na \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Prototyp položky pridaný"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Prototyp položky zmazaný"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
#, fuzzy
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
@@ -10066,7 +10118,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10074,19 +10126,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "Prototypy položky"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Prototypu položiek zmazané"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Položka aktualizovaná"
@@ -10158,7 +10210,7 @@ msgstr "Položka s kľúÄom \"%1$s\" už existuje na \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10168,11 +10220,11 @@ msgstr "Položka s kľúÄom \"%1$s\" už existuje na \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Položky"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Položky zmazané"
@@ -10184,7 +10236,7 @@ msgstr "Zoznam položiek"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Položky aktualizované"
@@ -10192,7 +10244,7 @@ msgstr "Položky aktualizované"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10200,10 +10252,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX agent"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10216,10 +10268,10 @@ msgstr "JMX rozhrania"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10251,7 +10303,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc verzia nie je špecifikovaná."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10259,7 +10311,7 @@ msgstr ""
msgid "Jan"
msgstr "Jan"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Január"
@@ -10276,7 +10328,7 @@ msgstr ""
msgid "Jul"
msgstr "Júl"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Júl"
@@ -10284,11 +10336,11 @@ msgstr "Júl"
msgid "Jun"
msgstr "Jún"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Jún"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10322,7 +10374,7 @@ msgstr "KÄ¾ÃºÄ \"%1$s\" nevybral <grpmax|grpmin|grpsum|grpavg>[\"Skupina(y)\",
msgid "Key passphrase"
msgstr "Fráza kľúÄa"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "KľúÄové slovo"
@@ -10359,23 +10411,23 @@ msgstr "LDAP prihlásenie úspešné"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10401,7 +10453,7 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Posledná"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
@@ -10409,7 +10461,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
@@ -10417,7 +10469,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
@@ -10425,7 +10477,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
@@ -10433,7 +10485,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
@@ -10441,7 +10493,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10479,23 +10531,24 @@ msgstr "Posledná zmena (vzostupne)"
msgid "Last check"
msgstr "Posledná kontrola"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Graf poslednej hodiny"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Graf posledného mesiaca"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Posledných"
@@ -10508,21 +10561,21 @@ msgstr "Posledný kontakt (trvanie)"
msgid "Last value"
msgstr "Posledná hodnota"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Graf posledného týždňa"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Posledné údaje"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "Posledné hodnoty"
@@ -10569,7 +10622,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10611,8 +10664,8 @@ msgstr "Spojnica"
msgid "Link indicators"
msgstr "Ukazovateľ stavu spojnice"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10648,10 +10701,10 @@ msgstr "Pripojiť k šablónam"
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10745,10 +10798,10 @@ msgid "Location longitude"
msgstr "Zemepisná dĺžka umiestnenia"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10760,10 +10813,10 @@ msgstr "Log monitoring s podporou rotovania log súboru. Vráti log"
msgid "Log file monitoring. Returns log"
msgstr "Log monitoring. Vráti log"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Formát Äasu pre logovanie"
@@ -10820,7 +10873,7 @@ msgstr "Nízko úrovňové zisťovacie pravidlo v \"not supported\" stave"
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "Po"
@@ -10837,8 +10890,9 @@ msgstr "MAC adresa B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10853,7 +10907,7 @@ msgstr "MD5 kontrolný súÄet súboru. Vráti reÅ¥azec (MD5 hash súboru)"
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Makro"
@@ -10880,10 +10934,10 @@ msgstr "Makro s hostmacroid \"%1$s\" neexistuje."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10974,16 +11028,16 @@ msgstr "Údržba bez zbierania údajov"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Povinný parameter chýba."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Manuál"
@@ -10998,7 +11052,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Mapa"
@@ -11092,7 +11146,7 @@ msgstr "Mapy"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Marec"
@@ -11108,11 +11162,11 @@ msgstr "OznaÄiÅ¥ ostatné"
msgid "Mark selected"
msgstr "OznaÄiÅ¥ vybrané"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Maska"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11131,11 +11185,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11183,7 +11237,7 @@ msgstr "Maximálny poÄet otvorených súborov podporovaný OS. Vráti celé ÄÃ
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "Maximálny poÄet procesov podporovaný OS. Vráti celé Äíslo"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11199,7 +11253,7 @@ msgstr[2] "Maximálna Äasová perióda na zobrazenie je %1$s dní."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Máj"
@@ -11357,7 +11411,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Správy"
@@ -11421,7 +11475,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Minimálna závažnosť"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11481,7 +11535,7 @@ msgstr "Chýbajúce položky pre prototyp grafu \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "Chýbajúci kÄ¾ÃºÄ \"%1$s\" pre host \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11558,7 +11612,7 @@ msgstr ""
msgid "Mon"
msgstr "Po"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Pondelok"
@@ -11566,9 +11620,9 @@ msgstr "Pondelok"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Monitorovanie cez proxy"
@@ -11600,11 +11654,11 @@ msgstr "Mesiac"
msgid "Monthly"
msgstr "MesaÄne"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Viacero výberov bolo nájdených..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11623,20 +11677,20 @@ msgstr "Viac ako jeden graf s menom \"%1$s\" pre host."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Viacnásobné PROBLÉMOVÉ udalosti"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Stlmiť"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11669,13 +11723,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11703,17 +11758,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11733,19 +11788,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11754,15 +11809,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11772,12 +11827,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11868,12 +11923,12 @@ msgid "Never"
msgstr "Nikdy"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Nová aplikácia"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Nový prototyp aplikácie"
@@ -11887,7 +11942,7 @@ msgstr "Nová podmienka"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Nový element"
@@ -11923,13 +11978,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Ďalší krok"
@@ -11938,20 +11993,20 @@ msgstr "Ďalší krok"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12105,6 +12160,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Žiadne predvolené rozhranie pre \"%1$s\" typu na \"%2$s\"."
@@ -12121,12 +12177,12 @@ msgstr "Žiadne stanovené ID zisťovacích pravidiel."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Bez Å¡ifrovania"
@@ -12193,12 +12249,12 @@ msgstr ""
msgid "No image"
msgstr "Žiadny obrázok"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Nenájdené žiadne rozhranie"
@@ -12213,7 +12269,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12251,7 +12307,7 @@ msgstr "Žiadne ID mapy pre obrazovkový element."
msgid "No maps added."
msgstr "Žiadne mapy neboli pridané."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Žiadne výbery nenájdené"
@@ -12282,8 +12338,8 @@ msgstr "Žiadne oprávnenia pre prístup do systému."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12292,8 +12348,8 @@ msgstr "Žiadne oprávnenia pre prístup do systému."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12349,12 +12405,12 @@ msgstr "Žiadne oprávnenia pre prístup do systému."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12413,7 +12469,7 @@ msgstr "Žiadne oprávnenia pre prístup do systému."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12434,7 +12490,7 @@ msgstr "Žiadne oprávnenia pre prístup do systému."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Žiadne oprávnenia k odkazovanému objektu alebo objekt neexistuje!"
@@ -12464,7 +12520,7 @@ msgstr "Žiadny Å¡pecifikovaný súbor s verejným kľúÄom."
msgid "No recipients for action operation message."
msgstr "Žiadny príjemcovia pre operáciu odoslania správy."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12476,11 +12532,11 @@ msgstr "Žiadne obrazovky neboli pridané."
msgid "No script specified for action operation command."
msgstr "Nie je špecifikovany skript pre akciu príkazu."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Nie je vybraný cieľ"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Nie je vybraný cieľ."
@@ -12497,19 +12553,19 @@ msgstr "Žiadne definované spúšťaÄe."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12522,18 +12578,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Žiadna"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12631,7 +12687,7 @@ msgstr ""
msgid "Nov"
msgstr "Nov"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "November"
@@ -12644,11 +12700,11 @@ msgstr "PoÄet procesorov. Vráti celé Äíslo"
msgid "Number of enabled items on the host."
msgstr "PoÄet povolených položiek hosta."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "PoÄet položiek (povolených/zakázaných/nepodporovaných)"
@@ -12716,11 +12772,11 @@ msgstr "PoÄet zmien stavu"
msgid "Number of steps"
msgstr "PoÄet krokov"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "PoÄet spúšťaÄov (povolených/zakázaných [problémových/ok])"
@@ -12736,7 +12792,7 @@ msgstr "PoÄet nepodporovaných položiek v Zabbix databáze."
msgid "Number of unsupported items on the host."
msgstr "PoÄet nepodporovaných položiek hosta."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "PoÄet používateľov (prihlásených)"
@@ -12788,22 +12844,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Číslo (float)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Číslo (unsigned)"
@@ -12821,13 +12877,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12843,7 +12899,7 @@ msgstr "OOB smerovaÄ"
msgid "OOB subnet mask"
msgstr "OOB sieťová maska"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "ALEBO"
@@ -12871,13 +12927,13 @@ msgstr "Okt"
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Október"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Vypnuté"
@@ -12909,7 +12965,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Zapnuté"
@@ -12984,7 +13040,7 @@ msgstr "Len administrátori môžu nastaviť vlastníka obrazovky."
msgid "Only administrators can set slide show owner."
msgstr "Len administrátori môžu nastaviť vlastníka prezentácie."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Len položky priradené k monitorovaným hostom sú zapoÄítané"
@@ -13041,7 +13097,7 @@ msgstr "Len super administrátori môžu aktualizovať mapy hodnôt."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Len posledných 20%% indikátorov je zobrazených."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Len spúšťaÄe priradené k monitorovaným hostom alebo závislé na monitorovaných položkách sú zapoÄítané"
@@ -13063,7 +13119,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Operácia nemôže byť vykonaná vzhľadom k neoprávnenej požiadavke."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Podrobnosti operácie"
@@ -13079,12 +13135,12 @@ msgstr "Operácia nemá šablónu na vykonanie."
msgid "Operation type"
msgstr "Typ operácie"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13132,24 +13188,24 @@ msgstr "Operátor"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Alebo"
@@ -13178,55 +13234,57 @@ msgstr "Alebo"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13265,8 +13323,8 @@ msgstr "Ďalšie"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Å tatistika odchodzej prevádzky na sieÅ¥ovom rozhraní. Vráti celé Äíslo"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Prepísané"
@@ -13290,8 +13348,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13476,16 +13534,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLÉM"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13497,26 +13555,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "PSK identita"
@@ -13535,13 +13593,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parameter"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13612,28 +13670,28 @@ msgstr "Pasívny"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Heslo"
@@ -13645,15 +13703,15 @@ msgstr "Heslo (ešte raz)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13670,7 +13728,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr "Maximálne využitie pamäte: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Percentá"
@@ -13687,17 +13745,22 @@ msgstr "Percentilová Äiara (vpravo)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Vykonať DNS dotaz. Vráti reťazec s požadovaným typom informácie"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Perióda"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13743,7 +13806,7 @@ msgid "Placing algorithm"
msgstr "Algoritmus umiestňovania"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Jednoduchý text"
@@ -13757,7 +13820,7 @@ msgstr "Prehrať"
msgid "Play sound"
msgstr "Prehrávať zvuk"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Prosím skontrolujte konfiguraÄné parametre. Ak sú v poriadku stlaÄte tlaÄidlo \"%1$s\", prípadne tlaÄidlo \"%2$s\" pre zmenu konfiguraÄných parametrov."
@@ -13766,20 +13829,20 @@ msgstr "Prosím skontrolujte konfiguraÄné parametre. Ak sú v poriadku stlaÄt
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Prosím vytvorte databázu a nastavte konfiguraÄné parametre databázy manuálne. StlaÄte tlaÄidlo \"%1$s\", keÄ to vykonáte."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Prosím zadajte meno Zabbix hosta alebo jeho IP adresu a Äíslo portu Zabbix servera. Meno inÅ¡talácie je nepovinné."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "OznaÄte prosím dva elementy"
@@ -13809,18 +13872,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "Polsky (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Vypĺňa polia hostovho inventára"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13851,33 +13913,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "PredinÅ¡talaÄné zhrnutie"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13888,23 +13950,23 @@ msgstr ""
msgid "Preview"
msgstr "Náhľad"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13937,12 +13999,14 @@ msgid "Primary POC screen name"
msgstr "Primárne POC meno obrazovky"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Fráza utajenia"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Protokol utajenia"
@@ -13954,29 +14018,29 @@ msgid "Private"
msgstr "Privátny"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Súbor so súkromným kľúÄom"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Úroveň oprávnenia"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -14001,8 +14065,8 @@ msgstr ""
msgid "Problem display"
msgstr "Zobraziť problémy"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -14019,7 +14083,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Problém na"
@@ -14049,13 +14113,13 @@ msgstr "Problém, ak všetci podriadení majú problém"
msgid "Problem, if at least one child has a problem"
msgstr "Problém, ak najmenej jeden podriadený má problém"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -14064,7 +14128,7 @@ msgstr "Problém, ak najmenej jeden podriadený má problém"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problémy"
@@ -14101,7 +14165,7 @@ msgid "Properties"
msgstr "Vlastnosti"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14119,7 +14183,7 @@ msgstr "Proxy"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14191,20 +14255,20 @@ msgid "Public"
msgstr "Verejný"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Verejný kľúÄ"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Súbor s verejným kľúÄom"
@@ -14234,8 +14298,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14245,10 +14309,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14306,7 +14370,7 @@ msgid "Received value"
msgstr "Prijatá hodnota"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14333,24 +14397,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Zotavenie"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14360,9 +14424,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14377,11 +14441,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14395,7 +14459,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Regulárny výraz"
@@ -14436,7 +14500,7 @@ msgstr "Regulárne výrazy"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14460,6 +14524,12 @@ msgstr "Vzdialený príkaz"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14476,43 +14546,37 @@ msgstr "Vzdialený príkaz"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14521,14 +14585,14 @@ msgstr "Vzdialený príkaz"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14551,7 +14615,7 @@ msgstr "Vzdialený príkaz"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14584,8 +14648,8 @@ msgstr "Vzdialený príkaz"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Zmazať"
@@ -14621,7 +14685,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14631,17 +14695,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Nahradiť"
@@ -14656,23 +14720,23 @@ msgstr "Nahradiť závislosti"
msgid "Reports"
msgstr "Reporty"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14682,7 +14746,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Požadované"
@@ -14699,14 +14763,14 @@ msgstr "Požadovaný výkon (hodnoty za sekundu)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Požadovaný výkon Zabbix servera, oÄakávaná hodnota v nových údajoch za sekundu."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Požadovaný výkon servera, poÄet nových hodnôt za sekundu"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Požadovaný stavový kód"
@@ -14714,7 +14778,7 @@ msgstr "Požadovaný stavový kód"
msgid "Required string"
msgstr "Požadovaný reťazec"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Reset"
@@ -14743,7 +14807,7 @@ msgstr "Potvrdenie obnovenia"
msgid "Reset defaults"
msgstr "Obnoviť pôvodné hodnoty"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Vyriešené"
@@ -14755,26 +14819,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14811,15 +14875,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Výsledok"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14838,14 +14902,14 @@ msgstr "Výsledok je PRAVDA"
msgid "Result type"
msgstr "Typ výsledku"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -15008,12 +15072,12 @@ msgstr "Spustí špecifikovaný príkaz na hostovi. Vráti text ako výsledok sp
msgid "Russian (ru_RU)"
msgstr "Rusky (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "So"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "Ne"
@@ -15023,7 +15087,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -15068,16 +15133,16 @@ msgstr "SMTP server port"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -15085,8 +15150,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP komunita"
@@ -15102,11 +15169,13 @@ msgstr "SNMP trap"
msgid "SNMP trap key is invalid."
msgstr "SNMP trap kÄ¾ÃºÄ je neplatný."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15114,7 +15183,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15122,7 +15192,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15144,9 +15215,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQL poÄty: %1$s (selects: %2$s | executes: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL dotaz"
@@ -15169,40 +15240,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH agent"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "Súbor SSL certifikátu"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "Súbor SSL kľúÄa"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Heslo k SSL kľúÄu"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSL verifikácia mena hosta"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSL verifikácia certifikátu hosta"
@@ -15230,15 +15301,23 @@ msgstr ""
msgid "Sat"
msgstr "So"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Sobota"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Uložiť ako \"%1$s\""
@@ -15260,12 +15339,12 @@ msgid "Scheduled check"
msgstr "Naplánovaná kontrola"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15349,9 +15428,9 @@ msgid "Screen updated"
msgstr "Obrazovka aktualizovaná"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15366,7 +15445,7 @@ msgstr "Obrazovka aktualizovaná"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Obrazovky"
@@ -15432,7 +15511,7 @@ msgstr "Skript aktualizovaný"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Skripty"
@@ -15490,19 +15569,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "BezpeÄnostná úroveň"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "BezpeÄnostné meno"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15513,8 +15594,8 @@ msgstr "BezpeÄnostné meno"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15522,15 +15603,15 @@ msgstr "BezpeÄnostné meno"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Vybrať"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "OznaÄ prototyp"
@@ -15563,19 +15644,19 @@ msgstr "OznaÄené elementy"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15600,7 +15681,7 @@ msgstr "Poslať len na"
msgid "Send to"
msgstr "Posielať na"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15627,13 +15708,13 @@ msgstr "Sep"
msgid "Separated"
msgstr "Oddelene"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "September"
@@ -15758,12 +15839,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Sedenie ukonÄené, prosím prihláste sa znovu."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15772,11 +15854,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr "Nastaviť hostov mód inventára"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15799,28 +15881,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15839,7 +15921,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15869,7 +15951,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Zdieľanie"
@@ -15887,14 +15969,14 @@ msgstr "Chýbajúce zdieľanie \"%1$s\" v hodnote pre mapu \"%2$s\"."
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "Nastavenie zdieľania \"%1$s\" chýba pre obrazovku \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15905,8 +15987,8 @@ msgstr ""
msgid "Show"
msgstr "Zobraziť"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Zobraziť podrobnosti"
@@ -15914,7 +15996,7 @@ msgstr "Zobraziť podrobnosti"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15941,7 +16023,11 @@ msgstr "Zobraziť legendu"
msgid "Show lines"
msgstr "Zobraziť riadky"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15963,9 +16049,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15976,7 +16062,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15990,7 +16076,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Zobraziť text ako HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -16001,7 +16087,7 @@ msgid "Show triggers"
msgstr "ZobraziÅ¥ spúšťaÄe"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -16010,10 +16096,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Zobraziť hodnotu"
@@ -16025,7 +16111,7 @@ msgstr "Zobraziť varovanie ak je Zabbix server vypnutý"
msgid "Show working time"
msgstr "ZobraziÅ¥ pracovný Äas"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Zobraz"
@@ -16076,8 +16162,8 @@ msgstr "Jednoduchý graf"
msgid "Simple graph prototype"
msgstr "Prototyp jednoduchého grafu"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16188,7 +16274,7 @@ msgstr "Slajdy"
msgid "Slovak (sk_SK)"
msgstr "Slovensky (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Odložiť"
@@ -16326,7 +16412,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16334,16 +16421,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16363,7 +16449,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16451,28 +16537,28 @@ msgid "Stop"
msgstr "Zastaviť"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16484,7 +16570,7 @@ msgstr "Priamy"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16509,14 +16595,14 @@ msgid "Subject"
msgstr "Predmet"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Subjekt"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Podmapa"
@@ -16524,7 +16610,7 @@ msgstr "Podmapa"
msgid "Success Audit"
msgstr "Audit úspešný"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16537,7 +16623,7 @@ msgstr "Suma príchodzej a odchodzej prevádzky na sieťovom rozhraní. Vráti c
msgid "Sun"
msgstr "Ne"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Nedeľa"
@@ -16581,7 +16667,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Prepnutie autentifikaÄnej metódy spôsobí ukonÄenie vÅ¡etkých sedeni okrem Vásho! PokraÄovaÅ¥?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16632,12 +16718,12 @@ msgstr "Systémový Äas. Vráti celé Äíslo pre UTC Äas alebo reÅ¥azec pre l
msgid "System uptime in seconds. Returns integer"
msgstr "Doba prevádzky v sekundách. Vráti celé Äíslo"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "Å t"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "Å t"
@@ -16679,12 +16765,12 @@ msgstr "Tabuľka \"%1$s\" neobsahuje pole s menom \"%2$s\"."
msgid "Tag"
msgstr "OznaÄenie"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16693,12 +16779,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16709,25 +16795,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16735,11 +16821,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16748,11 +16834,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Cieľ"
@@ -16871,13 +16957,13 @@ msgstr "Šablóna s rovnakým viditeľným menom \"%1$s\" už existuje."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16899,20 +16985,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Test"
@@ -16937,7 +17023,7 @@ msgstr "Testovacie údaje"
msgid "Test expressions"
msgstr "Testovacie výrazy"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16965,10 +17051,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -17007,7 +17093,7 @@ msgstr "Aplikácia nie je zisÅ¥ovaná a bude zmazaná poÄas ÄalÅ¡ieho spusteni
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17102,11 +17188,11 @@ msgstr "Aplikácia web scenára patrí k inému hostovi, ako je host web scenár
msgid "Theme"
msgstr "Téma"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17115,11 +17201,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Tento mesiac"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17131,23 +17217,23 @@ msgstr "Tento stĺpec obrazovky nie je prázdny. Aj tak zmazať?"
msgid "This screen row is not empty. Delete it?"
msgstr "Tento riadok obrazovky nie je prázdny. Aj tak zmazať?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Tento týždeň"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Tento rok"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Prahová hodnota"
@@ -17159,7 +17245,7 @@ msgstr ""
msgid "Thu"
msgstr "Å t"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Å tvrtok"
@@ -17170,19 +17256,19 @@ msgstr "Å tvrtok"
msgid "Till"
msgstr "Do"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17225,12 +17311,12 @@ msgstr ""
msgid "Time period"
msgstr "Časová perióda"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17242,16 +17328,23 @@ msgstr "Časový posun"
msgid "Time type"
msgstr "Typ Äasu"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Časový limit"
@@ -17265,22 +17358,23 @@ msgstr "Časový limit"
msgid "Timestamp"
msgstr "ÄŒasová znaÄka"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Do"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Na nastavenie rozhrania hosta oznaÄte jeden typ položky pre vÅ¡etky položky"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Dnes"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17370,10 +17464,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Perióda uloženia trendov"
@@ -17382,34 +17476,34 @@ msgstr "Perióda uloženia trendov"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Trendy"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "SpúšťaÄ"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "SpúšťaÄ \"%1$s\" už existuje na \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17419,7 +17513,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "SpúšťaÄ \"%1$s\" závisí na inom spúšťaÄi \"%2$s\", ktorý neexistuje."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17427,7 +17521,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "SpúšťaÄ pridaný"
@@ -17435,7 +17529,7 @@ msgstr "SpúšťaÄ pridaný"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "SpúšťaÄ nemôže závisieÅ¥ na spúšťaÄi, ktorý je z neho zdedený."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "SpúšťaÄ skopírovaný"
@@ -17446,7 +17540,7 @@ msgstr[2] "SpúšťaÄe skopírované"
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "SpúšťaÄ zmazaný"
@@ -17454,7 +17548,7 @@ msgstr "SpúšťaÄ zmazaný"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "SpúštaÄ vypnutý"
@@ -17466,14 +17560,14 @@ msgstr[2] "SpúštaÄe vypnuté"
msgid "Trigger displaying options"
msgstr "Zobrazovacie možnosti spúšťaÄov"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "SpúštaÄ povolený"
msgstr[1] "SpúštaÄe povolené"
msgstr[2] "SpúštaÄe povolené"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Výraz podmienky musí obsahovaÅ¥ najmenej jednu referenciu na host:kľúÄ."
@@ -17513,24 +17607,24 @@ msgstr "Prehľad spúšťaÄov"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Prototyp spúšťaÄa"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Prototyp spúšťaÄa \"%1$s\" obsahuje prototypy položiek z rôznych zisÅ¥ovacích pravidiel."
@@ -17540,12 +17634,12 @@ msgstr "Prototyp spúšťaÄa \"%1$s\" obsahuje prototypy položiek z rôznych z
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Prototyp spúšťaÄa \"%1$s\" závisí na spúštaÄi \"%2$s\", ktorý neexistuje."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Prototyp spúšťaÄa \"%1$s\" musí obsahovaÅ¥ najmenej jeden prototyp položky."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Prototyp spúšťaÄa pridaný"
@@ -17553,11 +17647,11 @@ msgstr "Prototyp spúšťaÄa pridaný"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Prototyp spúšťaÄa nemôže závisieÅ¥ na spúšťaÄi, ktorý je z neho vytvorený."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Prototyp spúšťaÄa zmazaný"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
#, fuzzy
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
@@ -17567,7 +17661,7 @@ msgstr[2] "Prototyp spúšťaÄa aktualizovaný"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17575,15 +17669,15 @@ msgstr[2] "Prototyp spúšťaÄa aktualizovaný"
msgid "Trigger prototypes"
msgstr "Prototypy spúšťaÄov"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Prototypy spúšťaÄov zmazané"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Prototypy spúšťaÄov aktualizované"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17591,11 +17685,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "ZávažnosÅ¥ spúšťaÄa"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "\"OK\" status spúšťaÄa"
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "\"Problém\" status spúšťaÄa"
@@ -17603,19 +17697,19 @@ msgstr "\"Problém\" status spúšťaÄa"
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "SpúšťaÄ aktualizovaný"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17628,11 +17722,11 @@ msgstr "SpúšťaÄ aktualizovaný"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "SpúšťaÄe"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "SpúšťaÄe zmazané"
@@ -17648,7 +17742,7 @@ msgstr ""
msgid "Tue"
msgstr "Ut"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Utorok"
@@ -17661,7 +17755,7 @@ msgstr "Turecky (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Dve položky (\"%1$s\" and \"%2$s\") nie je možné naplniť jedným inventárnym polom \"%3$s\", viedlo by to ku sporu."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17681,7 +17775,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17693,21 +17787,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17740,18 +17834,18 @@ msgstr "Typ (zostupne)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Typ kalkulácie"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Typ informácií"
@@ -17768,8 +17862,8 @@ msgstr "Typy"
msgid "UNKNOWN"
msgstr "NEZNÃMY"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17779,11 +17873,11 @@ msgstr "NEZNÃMY"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17829,7 +17923,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "URL musí mať \"meno\" a \"url\" v mape \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLky"
@@ -17913,10 +18007,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Jednotky"
@@ -17938,7 +18032,7 @@ msgstr "Jednotky"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17957,18 +18051,18 @@ msgstr "Neznáma akcia"
msgid "Unknown error"
msgstr "Neznáma chyba"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Neznáma funkcia."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Neznáme položky hosta, nenájdené položky na oznaÄenom hostovi"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Neznámy host, nie je prítomný v systéme"
@@ -17994,15 +18088,15 @@ msgstr "Neznámy typ hodnoty"
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Odpojiť"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "OdpojiÅ¥ a vyÄistiÅ¥"
@@ -18045,7 +18139,7 @@ msgstr "Odpojené: Prototyp položky \"%1$s\" na \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Odpojené: Web scenár \"%1$s\" na \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Povoliť zvuky"
@@ -18092,6 +18186,11 @@ msgstr "Nepodporovaný parameter \"%2$s\" pre filter akcie \"%1$s\"."
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Nepodporovaný parameter \"%2$s\" pre filter akcie \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18128,28 +18227,29 @@ msgstr "Dostupný"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18166,16 +18266,16 @@ msgstr "Aktualizovať existujúce"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Interval obnovovania"
@@ -18230,7 +18330,7 @@ msgstr "Doba prevádzky Zabbix server procesov v sekundách."
msgid "Uptime/Downtime"
msgstr "Doba dostupnosti/nedostupnosti"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Používať hromadné SNMP dopyty"
@@ -18259,7 +18359,7 @@ msgstr "Použité v položkách"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Používateľ"
@@ -18424,14 +18524,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Používateľské meno"
@@ -18499,11 +18599,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Používateľské meno"
@@ -18511,8 +18611,8 @@ msgstr "Používateľské meno"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18777,24 +18877,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18924,18 +19024,18 @@ msgstr "Premenné"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18943,8 +19043,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18956,7 +19056,7 @@ msgstr "Výrobca"
msgid "Verbose"
msgstr "RozvláÄny"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -19017,7 +19117,7 @@ msgstr "Zobrazované meno"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Zobrazované meno nemôže byť prázdne ak meno hostu chýba."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "St"
@@ -19029,22 +19129,22 @@ msgstr "St"
msgid "Warning"
msgstr "Varovná"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Varovanie"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Je nám ľúto, maximálný poÄet elementov na zapamätanie bol už dosiahnutý."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -19054,7 +19154,7 @@ msgstr "Je nám ľúto, maximálný poÄet elementov na zapamätanie bol už dos
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -19113,7 +19213,7 @@ msgstr[2] "Scenáre povolené"
msgid "Web scenario updated"
msgstr "Web scenár aktualizovaný"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19131,7 +19231,7 @@ msgstr ""
msgid "Wed"
msgstr "St"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Streda"
@@ -19144,7 +19244,7 @@ msgstr "Týždenne"
msgid "Welcome"
msgstr "Vitajte"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Vitajte"
@@ -19152,7 +19252,7 @@ msgstr "Vitajte"
msgid "When active"
msgstr "Iba v dňoch/Äasoch"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19194,7 +19294,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19268,13 +19368,13 @@ msgstr "Nesprávne polia pre službu \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Nesprávne polia pre Äas služby \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Nesprávne polia pre spúšťaÄ."
@@ -19282,8 +19382,8 @@ msgstr "Nesprávne polia pre spúšťaÄ."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19316,10 +19416,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19410,7 +19510,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19429,20 +19529,20 @@ msgstr "RoÄne"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19454,7 +19554,7 @@ msgstr "RoÄne"
msgid "Yes"
msgstr "Ãno"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "VÄera"
@@ -19465,7 +19565,7 @@ msgstr "Ste prihlásený ako \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Nemôžete si vybrať niektoré jazyky pretože locales pre ne nie sú nainštalované na web servery."
@@ -19520,7 +19620,7 @@ msgstr "Nemáte oprávnenie na vykonanie tejto operácie."
msgid "You do not have permissions to create users."
msgstr "Nemáte oprávnenia na vytváranie používateľov."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19528,7 +19628,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Nemáte oprávnenia k prístupu k tejto stránke."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19603,7 +19703,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix server"
@@ -19621,7 +19721,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Detaily Zabbix servera"
@@ -19629,15 +19729,15 @@ msgstr "Detaily Zabbix servera"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix server nie je v prevádzke: zobrazované informácie nemusia byť aktuálne."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix server v prevádzke"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbix server meno"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Port Zabbix servera"
@@ -19646,6 +19746,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix trapper"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19659,51 +19760,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "reÅ¥azec znakov je oÄakávaný"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19716,8 +19822,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr "Äíselná hodnota je oÄakávaná"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19725,29 +19831,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19789,6 +19895,10 @@ msgstr "všetky"
msgid "all media"
msgstr "všetky médiá"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19800,23 +19910,23 @@ msgstr "všetky médiá"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "pole je oÄakávané"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19826,7 +19936,7 @@ msgid "an empty string is expected"
msgstr "prázdny reÅ¥azec je oÄakávaný"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19834,11 +19944,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19887,11 +19997,11 @@ msgstr ""
msgid "avg"
msgstr "priemer"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19919,10 +20029,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19930,7 +20039,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19955,6 +20064,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19981,11 +20093,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -20007,14 +20119,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -20039,7 +20151,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -20057,11 +20169,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -20080,11 +20192,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -20093,32 +20205,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "dní"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "predvolené"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20144,11 +20256,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20187,7 +20299,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20226,7 +20338,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20234,14 +20346,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "globálne nastavenia údržby"
@@ -20250,7 +20362,7 @@ msgstr "globálne nastavenia údržby"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20308,11 +20420,11 @@ msgstr "v"
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20349,7 +20461,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20363,15 +20475,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20381,7 +20493,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20393,7 +20505,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20423,7 +20535,7 @@ msgstr "kÄ¾ÃºÄ je prázdny"
msgid "last"
msgstr "naposledy"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20435,15 +20547,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20451,12 +20563,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr "nízko úrovňové zisťovacie pravidlo"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20486,7 +20598,7 @@ msgstr "mapa"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20510,7 +20622,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20537,12 +20649,12 @@ msgstr ""
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20575,27 +20687,27 @@ msgstr "musí byť platný LDAP používateľ"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "musí byť medzi \"%1$s\" a \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "nový"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "nový"
@@ -20605,7 +20717,7 @@ msgstr "nový"
msgid "no data"
msgstr "nenájdené dáta"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20626,7 +20738,7 @@ msgstr "mimo"
msgid "not selected"
msgstr "nie je vybratý"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20634,8 +20746,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "z"
@@ -20683,7 +20795,7 @@ msgstr "off"
msgid "on"
msgstr "v"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20699,11 +20811,11 @@ msgstr "iné"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20714,11 +20826,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20735,12 +20847,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "obnovované každých %1$s sek."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20757,7 +20869,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "koreň"
@@ -20806,6 +20918,7 @@ msgstr "krátky popis"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20820,15 +20933,15 @@ msgstr "krátky popis"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20836,10 +20949,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "zobraziť mapovanie ikon"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "zobraziť párovanie hodnôt"
@@ -20847,11 +20960,11 @@ msgstr "zobraziť párovanie hodnôt"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20859,7 +20972,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20868,14 +20981,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20910,9 +21023,13 @@ msgstr "šablóna ID \"%1$s\" je použitá %2$s krát"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20927,7 +21044,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20946,18 +21063,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20968,26 +21109,26 @@ msgstr "spúšťaÄ"
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "Vyhľadávanie"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20997,7 +21138,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -21014,9 +21155,10 @@ msgstr "neoÄakávaný koniec makra"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -21043,12 +21185,12 @@ msgstr "neoÄakávaný text \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "neoÄakávaná hodnota \"%1$s\""
@@ -21058,7 +21200,7 @@ msgstr "neoÄakávaná hodnota \"%1$s\""
msgid "unknown"
msgstr "neznámy"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -21067,28 +21209,28 @@ msgid "unsupported version number"
msgstr "nepodporované Äíslo verzie"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -21098,7 +21240,7 @@ msgstr "nepodporované Äíslo verzie"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "hodnota"
@@ -21116,26 +21258,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21163,9 +21308,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21202,7 +21347,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "r"
diff --git a/ui/locale/sv/LC_MESSAGES/frontend.po b/ui/locale/sv/LC_MESSAGES/frontend.po
index 680b167d24a..ff2e5857a02 100644
--- a/ui/locale/sv/LC_MESSAGES/frontend.po
+++ b/ui/locale/sv/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2019-12-09 09:52+0300\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -78,7 +78,7 @@ msgid_plural "%1$d days"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -162,8 +162,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -177,7 +177,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -209,15 +209,15 @@ msgstr[1] ""
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -236,20 +236,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -287,20 +287,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr ""
@@ -376,11 +376,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr ""
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr ""
@@ -407,16 +408,16 @@ msgstr[0] ""
msgstr[1] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Bekräfta"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Bekräfta"
@@ -449,7 +450,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -462,30 +463,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -556,18 +557,18 @@ msgstr "Åtgärd uppdaterad"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Åtgärder"
@@ -603,6 +604,9 @@ msgstr ""
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -630,9 +634,6 @@ msgstr ""
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -642,9 +643,9 @@ msgstr ""
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -656,39 +657,40 @@ msgstr ""
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -699,20 +701,20 @@ msgstr ""
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -739,8 +741,8 @@ msgstr ""
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Lägg till"
@@ -748,7 +750,7 @@ msgstr "Lägg till"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -756,7 +758,7 @@ msgstr ""
msgid "Add child"
msgstr ""
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -768,7 +770,7 @@ msgstr ""
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -777,6 +779,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -785,7 +788,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr ""
@@ -806,11 +809,11 @@ msgstr ""
msgid "Add to host groups"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -834,7 +837,7 @@ msgid "Age"
msgstr ""
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr ""
@@ -846,7 +849,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr ""
@@ -905,7 +908,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr ""
@@ -923,7 +926,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr ""
@@ -931,13 +934,13 @@ msgstr ""
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -957,48 +960,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Tillåtna värdar"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr ""
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1007,14 +1010,14 @@ msgid "And/Or"
msgstr ""
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1030,10 +1033,10 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1068,8 +1071,8 @@ msgid "Application error."
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1092,15 +1095,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1108,15 +1111,17 @@ msgstr ""
msgid "Applications"
msgstr "Program"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr ""
@@ -1134,7 +1139,7 @@ msgstr ""
msgid "Apr"
msgstr ""
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr ""
@@ -1146,7 +1151,11 @@ msgstr ""
msgid "Are you sure you want to delete"
msgstr ""
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1162,12 +1171,12 @@ msgstr ""
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Som det är"
@@ -1275,7 +1284,7 @@ msgstr ""
msgid "Aug"
msgstr ""
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr ""
@@ -1292,9 +1301,9 @@ msgstr ""
msgid "Authentication"
msgstr ""
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr ""
@@ -1304,21 +1313,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr ""
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr ""
@@ -1357,9 +1368,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr ""
@@ -1389,7 +1400,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "Tillgänglighet"
@@ -1414,8 +1425,8 @@ msgstr "Medel"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1469,16 +1480,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1519,11 +1530,11 @@ msgstr ""
msgid "Bottom"
msgstr "Nederkant"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1550,8 +1561,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1571,7 +1582,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1604,7 +1615,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1612,7 +1623,7 @@ msgstr ""
msgid "Callback"
msgstr ""
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1638,10 +1649,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Avbryt"
@@ -1686,12 +1697,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr ""
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr ""
@@ -1715,7 +1726,7 @@ msgstr ""
msgid "Cannot add host"
msgstr "Kan inte lägga till värd"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr ""
@@ -1725,7 +1736,7 @@ msgstr ""
msgid "Cannot add image"
msgstr "Kan inte lägga till bild"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Kan inte lägga till objekt"
@@ -1734,7 +1745,7 @@ msgstr "Kan inte lägga till objekt"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr ""
@@ -1817,11 +1828,11 @@ msgstr ""
msgid "Cannot add template"
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Kan inte lägga till utlösare"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr ""
@@ -1844,11 +1855,11 @@ msgstr "Kan inte lägga till värdeskarta"
msgid "Cannot add web scenario"
msgstr ""
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1865,11 +1876,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Kan inte rensa historik"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1877,7 +1888,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr ""
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr ""
@@ -1900,7 +1911,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1914,24 +1925,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] ""
msgstr[1] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
msgstr[1] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr ""
@@ -1969,7 +1980,7 @@ msgstr ""
msgid "Cannot create template."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -2014,11 +2025,11 @@ msgstr ""
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr ""
@@ -2045,7 +2056,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Kan inte ta bort grupp"
msgstr[1] "Kan inte ta bort grupp"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Kan inte ta bort värd"
@@ -2063,7 +2074,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr ""
@@ -2079,19 +2090,19 @@ msgstr "Kan inte ta bort bild"
msgid "Cannot delete inventory."
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Kan inte ta bort objekt"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr ""
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Kan inte ta bort objekt"
@@ -2175,7 +2186,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr ""
@@ -2206,19 +2217,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Kan inte ta bort utlösare"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr ""
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Kan inte ta bort utlösare"
@@ -2256,20 +2267,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] ""
@@ -2288,7 +2299,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] ""
@@ -2320,20 +2331,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] ""
@@ -2352,7 +2363,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] ""
@@ -2372,7 +2383,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2534,7 +2545,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr ""
@@ -2641,7 +2652,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2678,12 +2689,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2713,7 +2724,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2775,22 +2786,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2805,7 +2816,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2874,7 +2885,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr ""
@@ -2911,7 +2922,7 @@ msgstr "Kan inte uppdatera värd"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2936,21 +2947,21 @@ msgstr "Kan inte uppdatera bild"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Kan inte uppdatera objekt"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
msgstr[1] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr ""
@@ -3033,28 +3044,28 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Kan inte uppdatera utlösare"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3111,12 +3122,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3160,10 +3171,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Tecken"
@@ -3190,7 +3201,7 @@ msgstr ""
msgid "Check already exists."
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr ""
@@ -3208,7 +3219,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3313,8 +3324,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr ""
@@ -3323,11 +3334,11 @@ msgstr ""
msgid "Clear when unlinking"
msgstr ""
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3346,20 +3357,20 @@ msgstr "Klocka"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr ""
@@ -3367,15 +3378,15 @@ msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr ""
@@ -3394,8 +3405,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3412,7 +3423,7 @@ msgstr ""
msgid "Colour"
msgstr "Färg"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr ""
@@ -3463,7 +3474,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3497,7 +3508,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Villkor"
@@ -3556,7 +3567,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Konfiguration"
@@ -3564,7 +3575,7 @@ msgstr "Konfiguration"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3728,7 +3739,7 @@ msgid "Configuration updated"
msgstr "Konfiguration uppdaterad"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3736,7 +3747,7 @@ msgstr ""
msgid "Confirmation text"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3792,7 +3803,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3800,9 +3811,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3810,9 +3821,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3829,10 +3840,10 @@ msgstr ""
msgid "Contact"
msgstr "Kontakt"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3863,10 +3874,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3906,8 +3917,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3919,8 +3931,8 @@ msgstr ""
msgid "Contract number"
msgstr ""
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3932,8 +3944,8 @@ msgstr ""
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr ""
@@ -3989,7 +4001,7 @@ msgstr ""
msgid "Could not save image!"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Antal"
@@ -4035,11 +4047,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -4059,14 +4071,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4145,7 +4157,7 @@ msgstr ""
msgid "Create media type"
msgstr ""
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4169,7 +4181,7 @@ msgstr ""
msgid "Create template"
msgstr ""
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr ""
@@ -4222,11 +4234,12 @@ msgstr ""
msgid "Current host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr ""
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4234,7 +4247,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4243,11 +4256,11 @@ msgid "Custom graphs"
msgstr "Anpassade diagram"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4269,7 +4282,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Anpassad faktor"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4308,11 +4321,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr ""
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr ""
@@ -4421,16 +4435,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4438,32 +4452,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4471,35 +4485,35 @@ msgstr ""
msgid "Database monitor"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr ""
@@ -4528,7 +4542,7 @@ msgstr ""
msgid "Day"
msgstr "Dag"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4547,7 +4561,7 @@ msgstr ""
msgid "Days"
msgstr ""
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr ""
@@ -4561,7 +4575,7 @@ msgstr ""
msgid "Dec"
msgstr ""
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr ""
@@ -4571,7 +4585,7 @@ msgstr ""
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Standard"
@@ -4588,7 +4602,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4605,18 +4619,18 @@ msgid "Default operation step duration"
msgstr ""
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr ""
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4645,7 +4659,8 @@ msgstr ""
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4666,8 +4681,8 @@ msgstr ""
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Ta bort"
@@ -4700,19 +4715,19 @@ msgstr ""
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr ""
@@ -4736,15 +4751,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr ""
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr ""
@@ -4788,7 +4803,7 @@ msgstr ""
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4797,7 +4812,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr ""
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr ""
@@ -4822,7 +4837,7 @@ msgstr ""
msgid "Delete selected host groups?"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4830,7 +4845,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Ta bort markerad värd?"
@@ -4882,7 +4897,7 @@ msgstr ""
msgid "Delete selected scripts?"
msgstr ""
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4942,11 +4957,11 @@ msgstr ""
msgid "Delete template?"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr ""
@@ -4959,7 +4974,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -4980,16 +4995,16 @@ msgid "Deny"
msgstr ""
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr ""
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr ""
@@ -4997,7 +5012,7 @@ msgstr ""
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5016,29 +5031,29 @@ msgstr ""
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Beskrivning"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5171,7 +5186,8 @@ msgstr ""
msgid "Disable selected web scenarios?"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5184,22 +5200,21 @@ msgstr ""
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Inaktiverad"
@@ -5216,7 +5231,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5224,12 +5239,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5330,27 +5345,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr ""
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] ""
msgstr[1] ""
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr ""
@@ -5360,13 +5375,13 @@ msgstr ""
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr ""
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr ""
@@ -5409,7 +5424,7 @@ msgstr ""
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr ""
@@ -5428,22 +5443,22 @@ msgid "Do not calculate"
msgstr "Beräkna inte"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr ""
@@ -5466,11 +5481,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr ""
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5550,12 +5565,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5584,10 +5599,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Längd"
@@ -5607,7 +5622,7 @@ msgstr ""
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr ""
@@ -5622,15 +5637,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Redigera"
@@ -5654,15 +5669,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr ""
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5758,7 +5773,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5928,15 +5943,16 @@ msgstr ""
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5952,13 +5968,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5967,13 +5982,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Aktiverad"
@@ -5983,9 +5998,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -5993,7 +6008,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6005,10 +6020,10 @@ msgstr "Engelska (en_GB)"
msgid "English (en_US)"
msgstr ""
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6035,7 +6050,7 @@ msgstr "Fel"
msgid "Error in search request for table \"%1$s\"."
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6070,7 +6085,7 @@ msgstr ""
msgid "Event details"
msgstr ""
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr ""
@@ -6090,6 +6105,12 @@ msgstr ""
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6120,7 +6141,7 @@ msgstr ""
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr ""
@@ -6131,7 +6152,7 @@ msgstr ""
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr ""
@@ -6149,9 +6170,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6169,19 +6190,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr ""
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6221,7 +6242,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr ""
@@ -6229,21 +6250,21 @@ msgstr ""
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Uttryck"
@@ -6256,15 +6277,15 @@ msgstr ""
msgid "Expression cannot be empty"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr ""
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6283,7 +6304,7 @@ msgstr ""
msgid "External check"
msgstr ""
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr ""
@@ -6297,7 +6318,7 @@ msgstr "FALSKT"
msgid "FTP"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr ""
@@ -6347,7 +6368,7 @@ msgstr ""
msgid "Feb"
msgstr ""
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr ""
@@ -6360,7 +6381,7 @@ msgstr ""
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6369,7 +6390,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6489,9 +6510,7 @@ msgstr ""
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6518,9 +6537,13 @@ msgstr ""
msgid "Filter"
msgstr "Filter"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr ""
@@ -6539,7 +6562,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr ""
@@ -6552,8 +6575,8 @@ msgctxt "page navigation"
msgid "First"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6567,12 +6590,12 @@ msgid "Fixed"
msgstr "Fast"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6580,9 +6603,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6604,8 +6627,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr ""
@@ -6632,11 +6655,13 @@ msgstr "Franska (fr_FR)"
msgid "Fri"
msgstr ""
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr ""
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6656,12 +6681,12 @@ msgstr ""
msgid "Frontend messaging"
msgstr ""
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6696,7 +6721,7 @@ msgid "GUI access disabled."
msgstr ""
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6722,21 +6747,21 @@ msgstr "Tyska (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr ""
@@ -6762,7 +6787,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr ""
@@ -6810,8 +6835,8 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6943,7 +6968,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr ""
@@ -6987,9 +7012,9 @@ msgid "Graph with same name but other type exist."
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6999,7 +7024,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7007,7 +7032,7 @@ msgstr ""
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Diagram"
@@ -7077,12 +7102,12 @@ msgstr ""
msgid "Group name"
msgstr "Gruppnamn"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7097,8 +7122,8 @@ msgstr ""
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7130,10 +7155,10 @@ msgstr ""
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr ""
@@ -7141,11 +7166,11 @@ msgstr ""
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr ""
@@ -7174,20 +7199,20 @@ msgstr ""
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7220,11 +7245,11 @@ msgstr "Hjälp"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr ""
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7261,23 +7286,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Historik"
@@ -7285,17 +7310,17 @@ msgstr "Historik"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Historik rensad"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr ""
@@ -7309,13 +7334,17 @@ msgstr "Historik för händelser"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7340,26 +7369,26 @@ msgstr "Horisontell justering"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7371,8 +7400,8 @@ msgstr "Horisontell justering"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Värd"
@@ -7414,8 +7443,7 @@ msgstr ""
msgid "Host added"
msgstr "Värd lades till"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7432,19 +7460,19 @@ msgstr ""
msgid "Host count"
msgstr ""
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Värd togs bort"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
msgstr[1] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7465,7 +7493,7 @@ msgstr[1] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Värdgrupp"
@@ -7511,11 +7539,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7552,17 +7580,17 @@ msgstr "Värdgrupper"
msgid "Host info"
msgstr "Info om värdar"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr ""
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7583,7 +7611,7 @@ msgstr ""
msgid "Host label type"
msgstr ""
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7610,53 +7638,57 @@ msgstr ""
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7705,17 +7737,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7791,7 +7823,7 @@ msgstr "ID"
msgid "IMAP"
msgstr ""
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7826,10 +7858,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr ""
@@ -7846,9 +7878,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr ""
@@ -7965,7 +7997,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Bild"
@@ -8073,7 +8105,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8089,9 +8121,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8104,11 +8136,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8121,7 +8153,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr ""
@@ -8389,8 +8421,8 @@ msgstr ""
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8531,9 +8563,9 @@ msgstr ""
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8586,7 +8618,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr ""
@@ -8662,7 +8694,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr ""
@@ -8673,11 +8705,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr ""
@@ -8848,35 +8880,35 @@ msgstr ""
msgid "Incorrect trigger expression"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -9027,16 +9059,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9047,7 +9078,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9197,23 +9228,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9302,10 +9335,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9313,10 +9346,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr ""
@@ -9330,15 +9363,19 @@ msgstr "Information"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9354,17 +9391,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9376,7 +9413,7 @@ msgstr ""
msgid "Installer name"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9409,8 +9446,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr ""
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9439,14 +9476,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9470,15 +9507,15 @@ msgstr ""
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr ""
@@ -9505,7 +9542,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9519,15 +9556,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9539,11 +9576,11 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9584,7 +9621,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9616,6 +9653,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9628,75 +9674,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9713,7 +9765,7 @@ msgstr ""
msgid "Invalid response code \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9750,15 +9802,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9771,7 +9823,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9790,9 +9842,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Inventarier"
@@ -9819,9 +9871,9 @@ msgid "Issue"
msgstr ""
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9838,22 +9890,22 @@ msgid "Italian (it_IT)"
msgstr "Italienska (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Objekt"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9890,15 +9942,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr ""
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Objekt lades till"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9908,17 +9960,17 @@ msgstr[1] ""
msgid "Item count"
msgstr ""
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Objekt togs bort"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
msgstr[1] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -9928,7 +9980,7 @@ msgstr[1] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -9941,7 +9993,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9962,15 +10014,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -9983,7 +10035,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9991,19 +10043,19 @@ msgstr ""
msgid "Item prototypes"
msgstr ""
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Objekt uppdaterades"
@@ -10075,7 +10127,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10085,11 +10137,11 @@ msgstr ""
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Objekt"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Objekt borttagna"
@@ -10101,7 +10153,7 @@ msgstr ""
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr ""
@@ -10109,7 +10161,7 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr ""
@@ -10117,10 +10169,10 @@ msgstr ""
msgid "JMX agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10133,10 +10185,10 @@ msgstr ""
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10168,7 +10220,7 @@ msgid "JSON-rpc version is not specified."
msgstr ""
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10176,7 +10228,7 @@ msgstr ""
msgid "Jan"
msgstr ""
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr ""
@@ -10193,7 +10245,7 @@ msgstr ""
msgid "Jul"
msgstr ""
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr ""
@@ -10201,11 +10253,11 @@ msgstr ""
msgid "Jun"
msgstr ""
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10239,7 +10291,7 @@ msgstr ""
msgid "Key passphrase"
msgstr ""
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr ""
@@ -10276,23 +10328,23 @@ msgstr ""
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10318,42 +10370,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr ""
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10390,23 +10442,24 @@ msgstr ""
msgid "Last check"
msgstr "Senaste kontroll"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Diagram för senaste timmen"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr ""
@@ -10419,21 +10472,21 @@ msgstr ""
msgid "Last value"
msgstr "Senaste värde"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr ""
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Senaste data"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr ""
@@ -10480,7 +10533,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10522,8 +10575,8 @@ msgstr "Länk"
msgid "Link indicators"
msgstr ""
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10559,10 +10612,10 @@ msgstr ""
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10656,10 +10709,10 @@ msgid "Location longitude"
msgstr ""
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Logg"
@@ -10671,10 +10724,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Tidsformat för logg"
@@ -10731,7 +10784,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr ""
@@ -10748,8 +10801,9 @@ msgstr ""
msgid "MD2"
msgstr ""
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr ""
@@ -10764,7 +10818,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr ""
@@ -10791,10 +10845,10 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10885,16 +10939,16 @@ msgstr ""
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr ""
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr ""
@@ -10909,7 +10963,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Karta"
@@ -11003,7 +11057,7 @@ msgstr "Kartor"
msgid "Mar"
msgstr ""
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr ""
@@ -11019,11 +11073,11 @@ msgstr "Markera övriga"
msgid "Mark selected"
msgstr "Markera markerade"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11042,11 +11096,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11094,7 +11148,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11109,7 +11163,7 @@ msgstr[1] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr ""
@@ -11264,7 +11318,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr ""
@@ -11328,7 +11382,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11387,7 +11441,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11460,7 +11514,7 @@ msgstr ""
msgid "Mon"
msgstr ""
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr ""
@@ -11468,9 +11522,9 @@ msgstr ""
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr ""
@@ -11502,11 +11556,11 @@ msgstr "MÃ¥nad"
msgid "Monthly"
msgstr "MÃ¥natligen"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11525,20 +11579,20 @@ msgstr ""
msgid "Mozilla Firefox"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr ""
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11571,13 +11625,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11605,17 +11660,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11635,19 +11690,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11656,15 +11711,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11674,12 +11729,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11770,12 +11825,12 @@ msgid "Never"
msgstr ""
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr ""
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11789,7 +11844,7 @@ msgstr ""
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr ""
@@ -11825,13 +11880,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11840,20 +11895,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12007,6 +12062,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr ""
@@ -12023,12 +12079,12 @@ msgstr ""
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12095,12 +12151,12 @@ msgstr ""
msgid "No image"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr ""
@@ -12115,7 +12171,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12153,7 +12209,7 @@ msgstr ""
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12184,8 +12240,8 @@ msgstr ""
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12194,8 +12250,8 @@ msgstr ""
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12251,12 +12307,12 @@ msgstr ""
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12315,7 +12371,7 @@ msgstr ""
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12336,7 +12392,7 @@ msgstr ""
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr ""
@@ -12366,7 +12422,7 @@ msgstr ""
msgid "No recipients for action operation message."
msgstr ""
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12378,11 +12434,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr ""
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr ""
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr ""
@@ -12399,19 +12455,19 @@ msgstr ""
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12424,18 +12480,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Ingen"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12533,7 +12589,7 @@ msgstr ""
msgid "Nov"
msgstr ""
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr ""
@@ -12546,11 +12602,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12618,11 +12674,11 @@ msgstr "Antal statusändringar"
msgid "Number of steps"
msgstr ""
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12638,7 +12694,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Antal användare (anslutna)"
@@ -12690,22 +12746,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Numerisk (flyttal)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Numerisk (heltal 64-bit)"
@@ -12723,13 +12779,13 @@ msgstr ""
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12745,7 +12801,7 @@ msgstr ""
msgid "OOB subnet mask"
msgstr ""
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr ""
@@ -12773,13 +12829,13 @@ msgstr ""
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr ""
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "AV"
@@ -12811,7 +12867,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "P"
@@ -12886,7 +12942,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr ""
@@ -12942,7 +12998,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr ""
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr ""
@@ -12964,7 +13020,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr ""
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr ""
@@ -12980,12 +13036,12 @@ msgstr ""
msgid "Operation type"
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13033,24 +13089,24 @@ msgstr ""
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -13079,55 +13135,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13166,8 +13224,8 @@ msgstr ""
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13191,8 +13249,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13377,16 +13435,16 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13398,26 +13456,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13436,13 +13494,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parameter"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13513,28 +13571,28 @@ msgstr ""
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Lösenord"
@@ -13546,15 +13604,15 @@ msgstr "Lösenord (en gång till)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13571,7 +13629,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13588,17 +13646,22 @@ msgstr ""
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Period"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13644,7 +13707,7 @@ msgid "Placing algorithm"
msgstr ""
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Ren text"
@@ -13658,7 +13721,7 @@ msgstr ""
msgid "Play sound"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13667,20 +13730,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr ""
@@ -13710,18 +13773,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr ""
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr ""
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13752,33 +13814,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13789,23 +13851,23 @@ msgstr ""
msgid "Preview"
msgstr ""
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13838,12 +13900,14 @@ msgid "Primary POC screen name"
msgstr ""
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13855,29 +13919,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr ""
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr ""
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13902,8 +13966,8 @@ msgstr ""
msgid "Problem display"
msgstr ""
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13920,7 +13984,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr ""
@@ -13950,13 +14014,13 @@ msgstr ""
msgid "Problem, if at least one child has a problem"
msgstr ""
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13965,7 +14029,7 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problem"
@@ -14002,7 +14066,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14020,7 +14084,7 @@ msgstr ""
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14091,20 +14155,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr ""
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr ""
@@ -14134,8 +14198,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14145,10 +14209,10 @@ msgid "RMCP+"
msgstr ""
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14206,7 +14270,7 @@ msgid "Received value"
msgstr ""
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14233,24 +14297,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr ""
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14260,9 +14324,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14277,11 +14341,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14295,7 +14359,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr ""
@@ -14335,7 +14399,7 @@ msgstr ""
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14359,6 +14423,12 @@ msgstr "Fjärrkommando"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14375,43 +14445,37 @@ msgstr "Fjärrkommando"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14420,14 +14484,14 @@ msgstr "Fjärrkommando"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14450,7 +14514,7 @@ msgstr "Fjärrkommando"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14483,8 +14547,8 @@ msgstr "Fjärrkommando"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr ""
@@ -14520,7 +14584,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14530,17 +14594,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr ""
@@ -14555,23 +14619,23 @@ msgstr ""
msgid "Reports"
msgstr "Rapporter"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14581,7 +14645,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr ""
@@ -14598,14 +14662,14 @@ msgstr ""
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr ""
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr ""
@@ -14613,7 +14677,7 @@ msgstr ""
msgid "Required string"
msgstr ""
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr ""
@@ -14642,7 +14706,7 @@ msgstr ""
msgid "Reset defaults"
msgstr ""
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr ""
@@ -14654,26 +14718,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14710,15 +14774,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14737,14 +14801,14 @@ msgstr ""
msgid "Result type"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14907,12 +14971,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr "Ryska (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr ""
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr ""
@@ -14922,7 +14986,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14967,16 +15032,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr ""
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14984,8 +15049,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP community"
@@ -15001,11 +15068,13 @@ msgstr ""
msgid "SNMP trap key is invalid."
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15013,7 +15082,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1-agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15021,7 +15091,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2-agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15043,9 +15114,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -15068,40 +15139,40 @@ msgstr ""
msgid "SSH agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15129,15 +15200,23 @@ msgstr ""
msgid "Sat"
msgstr ""
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr ""
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15159,12 +15238,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15248,9 +15327,9 @@ msgid "Screen updated"
msgstr "Skärm uppdaterades"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15265,7 +15344,7 @@ msgstr "Skärm uppdaterades"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Skärmar"
@@ -15330,7 +15409,7 @@ msgstr ""
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr ""
@@ -15388,19 +15467,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15411,8 +15492,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15420,15 +15501,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Välj"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr ""
@@ -15461,19 +15542,19 @@ msgstr ""
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15498,7 +15579,7 @@ msgstr ""
msgid "Send to"
msgstr "Skicka till"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15525,13 +15606,13 @@ msgstr ""
msgid "Separated"
msgstr ""
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr ""
@@ -15656,12 +15737,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr ""
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15670,11 +15752,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15697,28 +15779,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15737,7 +15819,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15767,7 +15849,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15785,14 +15867,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15803,8 +15885,8 @@ msgstr ""
msgid "Show"
msgstr "Visa"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Visa detaljer"
@@ -15812,7 +15894,7 @@ msgstr "Visa detaljer"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15839,7 +15921,11 @@ msgstr ""
msgid "Show lines"
msgstr "Visa linjer"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15861,9 +15947,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15874,7 +15960,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15888,7 +15974,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr ""
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15899,7 +15985,7 @@ msgid "Show triggers"
msgstr "Visa utlösare"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15908,10 +15994,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Visa värde"
@@ -15923,7 +16009,7 @@ msgstr ""
msgid "Show working time"
msgstr "Visa arbetstid"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr ""
@@ -15974,8 +16060,8 @@ msgstr "Enkelt diagram"
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -16086,7 +16172,7 @@ msgstr ""
msgid "Slovak (sk_SK)"
msgstr ""
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr ""
@@ -16224,7 +16310,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16232,16 +16319,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16261,7 +16347,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16349,28 +16435,28 @@ msgid "Stop"
msgstr ""
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16382,7 +16468,7 @@ msgstr ""
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16407,14 +16493,14 @@ msgid "Subject"
msgstr "Ämne"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr ""
@@ -16422,7 +16508,7 @@ msgstr ""
msgid "Success Audit"
msgstr ""
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16435,7 +16521,7 @@ msgstr ""
msgid "Sun"
msgstr ""
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr ""
@@ -16479,7 +16565,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr ""
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16530,12 +16616,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr ""
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr ""
@@ -16577,12 +16663,12 @@ msgstr ""
msgid "Tag"
msgstr "Tagg"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16591,12 +16677,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16607,25 +16693,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16633,11 +16719,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16646,11 +16732,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr ""
@@ -16769,13 +16855,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16797,20 +16883,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr ""
@@ -16835,7 +16921,7 @@ msgstr ""
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16863,10 +16949,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16905,7 +16991,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16998,11 +17084,11 @@ msgstr ""
msgid "Theme"
msgstr ""
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17011,11 +17097,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr ""
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17027,23 +17113,23 @@ msgstr ""
msgid "This screen row is not empty. Delete it?"
msgstr ""
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr ""
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr ""
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -17055,7 +17141,7 @@ msgstr ""
msgid "Thu"
msgstr ""
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr ""
@@ -17066,19 +17152,19 @@ msgstr ""
msgid "Till"
msgstr "Till"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17121,12 +17207,12 @@ msgstr ""
msgid "Time period"
msgstr "Tidsperiod"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17138,16 +17224,23 @@ msgstr ""
msgid "Time type"
msgstr "Tidstyp"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr ""
@@ -17161,22 +17254,23 @@ msgstr ""
msgid "Timestamp"
msgstr "Tidsstämpel"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr ""
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr ""
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17266,10 +17360,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17278,34 +17372,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Trender"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Utlösare"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17315,7 +17409,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17323,7 +17417,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Utlösare lades till"
@@ -17331,7 +17425,7 @@ msgstr "Utlösare lades till"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17341,7 +17435,7 @@ msgstr[1] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Utlösare togs bort"
@@ -17349,7 +17443,7 @@ msgstr "Utlösare togs bort"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17360,13 +17454,13 @@ msgstr[1] ""
msgid "Trigger displaying options"
msgstr ""
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
msgstr[1] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr ""
@@ -17406,24 +17500,24 @@ msgstr "Översikt över utlösare"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17433,12 +17527,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17446,11 +17540,11 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
@@ -17458,7 +17552,7 @@ msgstr[1] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17466,15 +17560,15 @@ msgstr[1] ""
msgid "Trigger prototypes"
msgstr ""
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17482,11 +17576,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "Allvarlighetsgrad för utlösare"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17494,19 +17588,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Utlösare uppdaterades"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17519,11 +17613,11 @@ msgstr "Utlösare uppdaterades"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Utlösare"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Utlösare togs bort"
@@ -17539,7 +17633,7 @@ msgstr ""
msgid "Tue"
msgstr ""
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr ""
@@ -17552,7 +17646,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr ""
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17572,7 +17666,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17584,21 +17678,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17631,18 +17725,18 @@ msgstr ""
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr ""
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Typ av information"
@@ -17659,8 +17753,8 @@ msgstr ""
msgid "UNKNOWN"
msgstr "OKÄNT"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17670,11 +17764,11 @@ msgstr "OKÄNT"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17720,7 +17814,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr ""
@@ -17804,10 +17898,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Enheter"
@@ -17829,7 +17923,7 @@ msgstr "Enheter"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17848,18 +17942,18 @@ msgstr "Okänd åtgärd"
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr ""
@@ -17885,15 +17979,15 @@ msgstr ""
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr ""
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr ""
@@ -17936,7 +18030,7 @@ msgstr ""
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr ""
@@ -17982,6 +18076,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18018,28 +18117,29 @@ msgstr ""
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18056,16 +18156,16 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Uppdateringsintervall"
@@ -18120,7 +18220,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18149,7 +18249,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Användare"
@@ -18311,14 +18411,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr ""
@@ -18385,11 +18485,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr ""
@@ -18397,8 +18497,8 @@ msgstr ""
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18663,24 +18763,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18809,18 +18909,18 @@ msgstr ""
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18828,8 +18928,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18841,7 +18941,7 @@ msgstr ""
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18902,7 +19002,7 @@ msgstr ""
msgid "Visible name cannot be empty if host name is missing."
msgstr ""
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr ""
@@ -18914,22 +19014,22 @@ msgstr ""
msgid "Warning"
msgstr "Varning"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr ""
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr ""
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18939,7 +19039,7 @@ msgstr ""
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr ""
@@ -18996,7 +19096,7 @@ msgstr[1] ""
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19014,7 +19114,7 @@ msgstr ""
msgid "Wed"
msgstr ""
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr ""
@@ -19027,7 +19127,7 @@ msgstr "Veckovis"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -19035,7 +19135,7 @@ msgstr ""
msgid "When active"
msgstr "När aktiv"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19077,7 +19177,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19151,13 +19251,13 @@ msgstr ""
msgid "Wrong fields for time for service \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr ""
@@ -19165,8 +19265,8 @@ msgstr ""
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19199,10 +19299,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19293,7 +19393,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19312,20 +19412,20 @@ msgstr "Ã…rligen"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19337,7 +19437,7 @@ msgstr "Ã…rligen"
msgid "Yes"
msgstr "Ja"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19348,7 +19448,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr ""
@@ -19403,7 +19503,7 @@ msgstr ""
msgid "You do not have permissions to create users."
msgstr ""
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19411,7 +19511,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr ""
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19486,7 +19586,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr ""
@@ -19504,7 +19604,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19512,15 +19612,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr ""
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "ZABBIX-server kör"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr ""
@@ -19529,6 +19629,7 @@ msgid "Zabbix trapper"
msgstr "ZABBIX-fångare"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19542,51 +19643,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19599,8 +19705,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19608,29 +19714,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19672,6 +19778,10 @@ msgstr "alla"
msgid "all media"
msgstr ""
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19683,23 +19793,23 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19709,7 +19819,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19717,11 +19827,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19770,11 +19880,11 @@ msgstr ""
msgid "avg"
msgstr "medel"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19802,10 +19912,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19813,7 +19922,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19838,6 +19947,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19864,11 +19976,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19890,14 +20002,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19922,7 +20034,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19940,11 +20052,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19963,11 +20075,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr ""
@@ -19976,32 +20088,32 @@ msgstr ""
msgid "d.M"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr ""
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20027,11 +20139,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -20070,7 +20182,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20109,7 +20221,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20117,14 +20229,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr ""
@@ -20133,7 +20245,7 @@ msgstr ""
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr ""
@@ -20191,11 +20303,11 @@ msgstr ""
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20232,7 +20344,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20246,15 +20358,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20264,7 +20376,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20276,7 +20388,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20306,7 +20418,7 @@ msgstr ""
msgid "last"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20318,15 +20430,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20334,12 +20446,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr ""
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr ""
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr ""
@@ -20369,7 +20481,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20393,7 +20505,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20420,12 +20532,12 @@ msgstr ""
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20458,27 +20570,27 @@ msgstr ""
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr ""
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr ""
@@ -20488,7 +20600,7 @@ msgstr ""
msgid "no data"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20509,7 +20621,7 @@ msgstr ""
msgid "not selected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20517,8 +20629,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr ""
@@ -20566,7 +20678,7 @@ msgstr ""
msgid "on"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20582,11 +20694,11 @@ msgstr ""
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20597,11 +20709,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20618,12 +20730,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20640,7 +20752,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr ""
@@ -20689,6 +20801,7 @@ msgstr ""
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20703,15 +20816,15 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20719,10 +20832,10 @@ msgstr ""
msgid "show icon mappings"
msgstr ""
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr ""
@@ -20730,11 +20843,11 @@ msgstr ""
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20742,7 +20855,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20751,14 +20864,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20793,9 +20906,13 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20810,7 +20927,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20829,18 +20946,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20851,26 +20992,26 @@ msgstr ""
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20880,7 +21021,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20897,9 +21038,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20926,12 +21068,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20941,7 +21083,7 @@ msgstr ""
msgid "unknown"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20950,28 +21092,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20981,7 +21123,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr ""
@@ -20999,26 +21141,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -21046,9 +21191,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21085,7 +21230,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr ""
diff --git a/ui/locale/tr/LC_MESSAGES/frontend.po b/ui/locale/tr/LC_MESSAGES/frontend.po
index 5993f803d92..729845039b8 100644
--- a/ui/locale/tr/LC_MESSAGES/frontend.po
+++ b/ui/locale/tr/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2017-11-10 20:32+0300\n"
"Last-Translator: Anıl <ozbekanil@gmail.com>\n"
"Language-Team: Zabbix translation team\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" bekleniyor"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "\"anamakine:anahtar\" çifti bekleniyor"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -78,7 +78,7 @@ msgid_plural "%1$d days"
msgstr[0] "%1$d gün"
msgstr[1] "%1$d gün"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -162,8 +162,8 @@ msgstr[1] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -177,7 +177,7 @@ msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
msgstr[1] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -209,15 +209,15 @@ msgstr[1] "Kalan deneme sayısı %1$s"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s saniye"
msgstr[1] "%1$s saniye"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -236,20 +236,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -288,20 +288,20 @@ msgstr "(0 - eylem öntanımlısını kullan)"
msgid "(Only super admins can create groups)"
msgstr "(Yalnızca süper yöneticiler grup oluşturabilir)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(vekil sunucu yok)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - öntanımlı bağlantı noktasını kullan"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 veya 1"
@@ -378,11 +378,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "VE"
@@ -409,16 +410,16 @@ msgstr[0] "Hesap %1$s saniyeliÄŸine bloke edildi."
msgstr[1] "Hesap %1$s saniyeliÄŸine bloke edildi."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Onay"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Onay"
@@ -451,7 +452,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -464,30 +465,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -558,18 +559,18 @@ msgstr "Eylem güncellendi"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Eylemler"
@@ -605,6 +606,9 @@ msgstr "Åžu zamana kadar aktif"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -632,9 +636,6 @@ msgstr "Åžu zamana kadar aktif"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -644,9 +645,9 @@ msgstr "Åžu zamana kadar aktif"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -658,39 +659,40 @@ msgstr "Åžu zamana kadar aktif"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -701,20 +703,20 @@ msgstr "Åžu zamana kadar aktif"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -741,8 +743,8 @@ msgstr "Åžu zamana kadar aktif"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Ekle"
@@ -750,7 +752,7 @@ msgstr "Ekle"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Yeni bir parçacık ekle"
@@ -758,7 +760,7 @@ msgstr "Yeni bir parçacık ekle"
msgid "Add child"
msgstr "Alt ekle"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Alt öğe ekle"
@@ -770,7 +772,7 @@ msgstr "Ana makine ekle"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Birden çok harita ekle"
@@ -779,6 +781,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -787,7 +790,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Prototip ekle"
@@ -808,11 +811,11 @@ msgstr "Ana makine grubuna ekle"
msgid "Add to host groups"
msgstr "Ana makine gruplarına ekle"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Parçacık ekle"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -836,7 +839,7 @@ msgid "Age"
msgstr "YaÅŸ"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Şu yaştan küçük"
@@ -848,7 +851,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Aracı"
@@ -907,7 +910,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Tümü"
@@ -925,7 +928,7 @@ msgstr "Tüm gruplar"
msgid "All hosts"
msgstr "Tüm ana makineler"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Tüm bağlantılarda \"Name\" ve \"URL\" tanımlanmış olmalıdır"
@@ -933,13 +936,13 @@ msgstr "Tüm bağlantılarda \"Name\" ve \"URL\" tanımlanmış olmalıdır"
msgid "All maps"
msgstr "Tüm haritalar"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Tüm problemler"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Etiket değerleri eşleşiyorsa tüm problemler"
@@ -959,48 +962,48 @@ msgstr ""
msgid "All templates"
msgstr "Tüm şablonlar"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Elle kapatmaya izin ver"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Ä°zin verilen ana makineler"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Alternatif olarak elle yükleyebilirsiniz:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "Ve"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1009,14 +1012,14 @@ msgid "And/Or"
msgstr "Ve/Veya"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1032,10 +1035,10 @@ msgstr "Herhangi karakter dizgisini içeren"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1069,8 +1072,8 @@ msgid "Application error."
msgstr "Uygulama hatası."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Uygulama prototipleri"
@@ -1093,15 +1096,15 @@ msgstr "\"%1$s\" applicationid'li uygulama mevcut deÄŸil."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1109,15 +1112,17 @@ msgstr "\"%1$s\" applicationid'li uygulama mevcut deÄŸil."
msgid "Applications"
msgstr "Uygulamalar"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Uygula"
@@ -1135,7 +1140,7 @@ msgstr "YaklaÅŸma"
msgid "Apr"
msgstr "Nis"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Nisan"
@@ -1147,7 +1152,11 @@ msgstr "Bu eylemi gerçekleştirmek istediğinizden emin misiniz?"
msgid "Are you sure you want to delete"
msgstr "Silmek istediÄŸinizden emin misiniz"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Bu sayfadan ayrılmak istediğinizden emin misin?"
@@ -1163,12 +1172,12 @@ msgstr "Alan tipi"
msgid "Arithmetic"
msgstr "Aritmetik"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "OlduÄŸu gibi"
@@ -1276,7 +1285,7 @@ msgstr "Denetim günlüğü"
msgid "Aug"
msgstr "AÄŸu"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "AÄŸustos"
@@ -1293,9 +1302,9 @@ msgstr ""
msgid "Authentication"
msgstr "Kimlik DoÄŸrulama"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Kimlik doğrulama algoritması"
@@ -1305,21 +1314,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Kimlik doğrulama yöntemi"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Kimlik doÄŸrulama parola deyimi"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Kimlik doğrulama protokolü"
@@ -1358,9 +1369,9 @@ msgstr "Otomatik çıkış"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Otomatik"
@@ -1390,7 +1401,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "EriÅŸilebilirlilik"
@@ -1415,8 +1426,8 @@ msgstr "Ortalama"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Geri"
@@ -1470,16 +1481,16 @@ msgid "Blue"
msgstr "Mavi"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1520,11 +1531,11 @@ msgstr ""
msgid "Bottom"
msgstr "Alt"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "Öne getir"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Öne getir"
@@ -1552,8 +1563,8 @@ msgstr "SERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "KAPANMA"
@@ -1573,7 +1584,7 @@ msgstr "CPU yükü. Float döndürür"
msgid "CPU utilisation percentage. Returns float"
msgstr "CPU kullanım yüzdesi. Float döndürür"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1606,7 +1617,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1614,7 +1625,7 @@ msgstr ""
msgid "Callback"
msgstr "Geri çağırma"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1640,10 +1651,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Ä°ptal"
@@ -1688,12 +1699,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Bir ana makineden bir şablona bağımlılık eklenemiyor."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "\"%1$s:%2$s\" tetiğinden var olmayan \"%3$s:%4$s\" tetiğine bağımlılık eklenemiyor."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Keşif kuralı eklenemiyor"
@@ -1717,7 +1728,7 @@ msgstr "Grup eklenemiyor."
msgid "Cannot add host"
msgstr "Ana makine eklenemiyor"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Ana makine prototipi eklenemiyor"
@@ -1727,7 +1738,7 @@ msgstr "Ana makine prototipi eklenemiyor"
msgid "Cannot add image"
msgstr "Resim eklenemiyor"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Öğe eklenemiyor"
@@ -1736,7 +1747,7 @@ msgstr "Öğe eklenemiyor"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "\"%2$s\" üzerindeki \"%1$s\" öğesi \"%4$s\" üzerindeki \"%3$s\" uygulamasına eklenemiyor."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Öğe prototipi eklenemiyor"
@@ -1819,11 +1830,11 @@ msgstr "Alt haritalar eklenemiyor. Maksimum derinliğe ulaşıldı."
msgid "Cannot add template"
msgstr "Åžablon eklenemiyor"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Tetikleyici eklenemiyor"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Tetikleyici prototipi eklenemiyor"
@@ -1846,11 +1857,11 @@ msgstr "Değer haritası eklenemiyor"
msgid "Cannot add web scenario"
msgstr "Web senaryosu eklenemiyor"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1867,11 +1878,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Parametre olmadan \"%1$s.%2$s\" yöntemi çağrılamaz."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Geçmiş temizlenemiyor"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1879,7 +1890,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Grafik prototipleri klonlanamıyor."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Ana makine prototipleri klonlanamıyor."
@@ -1902,7 +1913,7 @@ msgstr "Problem kapatılamıyor: %1$s."
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Veritabanına bağlanılamıyor."
@@ -1916,24 +1927,24 @@ msgid_plural "Cannot copy graphs"
msgstr[0] "Grafik kopyalanamıyor"
msgstr[1] "Grafikler kopyalanamıyor"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Öğe kopyalanamıyor"
msgstr[1] "Öğeler kopyalanamıyor"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Tetikleyici kopyalanamıyor"
msgstr[1] "Tetikleyiciler kopyalanamıyor"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "\"%1$s:%2$s\" tetikleyicisi kopyalanamıyor, çünkü ifadede birden çok ana makine var."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Keşfedilmiş \"%1$s\" ana makinesi üzerinde bir ana makine prototipi oluşturulamıyor."
@@ -1971,7 +1982,7 @@ msgstr "Yeni uygulama oluşturulamıyor, web senaryosu halihazırda uygulamaya a
msgid "Cannot create template."
msgstr "Şablon oluşturulamıyor."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Yapılandırma dosyası oluşturulamıyor."
@@ -2015,11 +2026,11 @@ msgstr "Bağımlılık silinemiyor"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "KeÅŸfedilen uygulama \"%1$s\" silinemiyor."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Keşif kuralı silinemiyor"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Keşif kuralları silinemiyor"
@@ -2045,7 +2056,7 @@ msgid_plural "Cannot delete groups"
msgstr[0] "Grup silinemiyor"
msgstr[1] "Gruplar silinemiyor"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Ana makine silinemiyor"
@@ -2063,7 +2074,7 @@ msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" mu
msgstr[0] ""
msgstr[1] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Ana makine prototipleri silinemez"
@@ -2079,19 +2090,19 @@ msgstr "Resim silinemiyor"
msgid "Cannot delete inventory."
msgstr "Envanter silinemiyor."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Öğe silinemiyor"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Öğe prototipi silinemiyor"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Öğe prototipleri silinemez"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Öğeler silinemiyor"
@@ -2175,7 +2186,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Şablonlanmış ana makine prototipi silinemiyor."
@@ -2206,19 +2217,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Şablonlanmış \"%1$s\" web senaryosu silinemiyor."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Tetikleyici silinemiyor"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Tetikleyici prototipi silinemiyor"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Tetikleyici prototipleri silinemiyor"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Tetikleyiciler silinemiyor"
@@ -2256,20 +2267,20 @@ msgid_plural "Cannot disable correlations"
msgstr[0] "Korelasyon devre dışı bırakılamıyor"
msgstr[1] "Korelasyonlar devre dışı bırakılamıyor"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Keşif kuralı devre dışı bırakılamıyor"
msgstr[1] "Keşif kuralları devre dışı bırakılamıyor"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Ana makine devre dışı bırakılamıyor"
msgstr[1] "Ana makine devre dışı bırakılamıyor"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Öğe devre dışı bırakılamıyor"
@@ -2288,7 +2299,7 @@ msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Tetikleyici devre dışı bırakılamıyor"
@@ -2320,20 +2331,20 @@ msgid_plural "Cannot enable correlations"
msgstr[0] "Korelasyon etkinleÅŸtirilemiyor"
msgstr[1] "Korelasyonlar etkinleÅŸtirilemiyor"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Keşif kuralı etkinleştirilemiyor"
msgstr[1] "Keşif kuralları etkinleştirilemiyor"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Ana makine etkinleÅŸtirilemiyor"
msgstr[1] "Ana makineler etkinleÅŸtirilemiyor"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Öğe etkinleştirilemiyor"
@@ -2352,7 +2363,7 @@ msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
msgstr[1] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Tetikleyici etkinleÅŸtirilemiyor"
@@ -2372,7 +2383,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Betik çalıştırılamıyor"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Makrolar geniÅŸletilemiyor."
@@ -2534,7 +2545,7 @@ msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not
msgstr[0] "\"%1$s\" şablonu içe aktarılamıyor, \"%2$s\" bağlantılı şablonu mevcut değil."
msgstr[1] "\"%1$s\" şablonu içe aktarılamıyor, \"%2$s\" bağlantılı şablonları mevcut değil."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Tetikleyici ifadesi eklenemiyor"
@@ -2641,7 +2652,7 @@ msgstr "\"%1$s\" parçacığı kaydedilemiyor."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Komut gönderilemiyor, Zabbix sunucusu \"%1$s\" ile bağlantıyı kontrol edin."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2678,12 +2689,12 @@ msgstr "\"%2$s\" öğesi için \"%1$s\" ayarlanamıyor."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Şablon ekranı \"%2$s\" için \"%1$s\" ayarlanamıyor."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "\"%2$s\" tetikleyicisi için \"%1$s\" ayarlanamıyor."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "\"%2$s\" tetikleyici prototipi için \"%1$s\" ayarlanamıyor."
@@ -2713,7 +2724,7 @@ msgstr "Ekran öğesi için kaynak kimliği ayarlanamıyor."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2775,22 +2786,22 @@ msgstr "\"%2$s\" grafik prototipi için \"%1$s\" güncellenemiyor."
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "\"%2$s\" öğesi için \"%1$s\" güncellenemiyor."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Şablonlaştırılmış tetikleyici \"%2$s\" için \"%1$s\" güncellenemiyor."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Şablonlaştırılmış tetikleyici prototipi \"%2$s\" için \"%1$s\" güncellenemiyor."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "\"%2$s\" tetikleyicisi için \"%1$s\" ayarlanamıyor."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "\"%2$s\" tetikleyici prototipi için \"%1$s\" ayarlanamıyor."
@@ -2805,7 +2816,7 @@ msgstr "\"%1$s\" keşfedilmiş ana makinesi için \"%2$s\" ayarlanamıyor."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Keşfedilmiş öğe \"%1$s\" için \"%2$s\" güncellenemiyor."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2874,7 +2885,7 @@ msgstr "Korelasyon güncellenemiyor"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Keşfedilen uygulama \"%1$s\" güncellenemiyor."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Keşif kuralı güncellenemiyor"
@@ -2911,7 +2922,7 @@ msgstr "Ana makine güncellenemiyor"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Ana makine şifreleme ayarları güncellenemiyor. Her iki yönde de bağlantı ayarları belirtilmelidir."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Ana makine prototipi güncellenemiyor"
@@ -2936,21 +2947,21 @@ msgstr "Resim güncellenemiyor"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Keşfedilen ana bilgisayar \"%1$s\" için arayüz güncellenemiyor."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Öğe güncellenemiyor"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Öğe prototipi güncellenemiyor"
msgstr[1] "Öğe prototipleri güncellenemiyor"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Öğeler güncellenemiyor"
@@ -3033,28 +3044,28 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Keşfedilmiş ana makine \"%1$s\" üzerindeki şablonlar güncellenemiyor."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Tetikleyici güncellenemiyor"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "\"%1$s\" tetikleyicisi güncellenemiyor: %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Tetikleyici prototipi güncellenemiyor"
msgstr[1] "Tetikleyici prototipleri güncellenemiyor"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Tetikleyici prototipi \"%1$s\" güncellenemiyor: %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Tetikleyici prototipleri güncellenemiyor"
@@ -3111,12 +3122,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Sertifika"
@@ -3160,10 +3171,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Karakter"
@@ -3190,7 +3201,7 @@ msgstr "Şasi bilgisi. Karakter dizgisi döndürür"
msgid "Check already exists."
msgstr "Halihazırda olanları kontrol et."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "İfade bölümünü \"%1$s\" kısmından başlayarak kontrol edin."
@@ -3208,7 +3219,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Önkoşulları kontrol et"
@@ -3313,8 +3324,8 @@ msgid "Clear history"
msgstr "Geçmişi temizle"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "Geçmişi ve eğilimleri temizle"
@@ -3323,11 +3334,11 @@ msgstr "Geçmişi ve eğilimleri temizle"
msgid "Clear when unlinking"
msgstr "Bağlantı kaldırılırken temizle"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3346,20 +3357,20 @@ msgstr "Saat"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Klonla"
@@ -3367,15 +3378,15 @@ msgstr "Klonla"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Kapat"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "İfade düzenleyicisini kapat"
@@ -3394,8 +3405,8 @@ msgid "Close problem"
msgstr "Problemi kapat"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Daralt"
@@ -3412,7 +3423,7 @@ msgstr ""
msgid "Colour"
msgstr "Renk"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "\"%1$s\" rengi doğru değil: onaltılık renk kodu bekleniyor (6 hane)."
@@ -3463,7 +3474,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3497,7 +3508,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Eşzamanlı oturumlar"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "KoÅŸul"
@@ -3556,7 +3567,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Korelasyon \"%1$s\" için durum yinelemeleri."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "Yapılandırma"
@@ -3564,7 +3575,7 @@ msgstr "Yapılandırma"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "Yapılandırma önbellek istatistikleri. Önbellek - arabellek (kipler: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "Yapılandırma dosyası \"%1$s\" oluşturuldu."
@@ -3728,7 +3739,7 @@ msgid "Configuration updated"
msgstr "Yapılandırma güncellendi"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "DB bağlantısını yapılandır"
@@ -3736,7 +3747,7 @@ msgstr "DB bağlantısını yapılandır"
msgid "Confirmation text"
msgstr "Onaylama metni"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Tebrikler! Zabbix önyüzünü başarıyla kurdunuz."
@@ -3792,7 +3803,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3800,9 +3811,9 @@ msgstr ""
msgid "Connections"
msgstr "Bağlantılar"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Ana makineden yapılan bağlantılar"
@@ -3810,9 +3821,9 @@ msgstr "Ana makineden yapılan bağlantılar"
msgid "Connections from proxy"
msgstr "Vekil sunucudan yapılan bağlantılar"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Ana makineye yapılan bağlantılar"
@@ -3829,10 +3840,10 @@ msgstr "Kurucu"
msgid "Contact"
msgstr "Kontak"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3863,10 +3874,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3906,8 +3917,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "İçerik adı"
@@ -3919,8 +3931,8 @@ msgstr ""
msgid "Contract number"
msgstr "Kontak numarası"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3932,8 +3944,8 @@ msgstr "Koordinatlar"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Kopyala"
@@ -3989,7 +4001,7 @@ msgstr "Korelasyon güncellendi"
msgid "Could not save image!"
msgstr "Resim kaydedilemedi!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "Sayı"
@@ -4035,11 +4047,11 @@ msgstr "Korelasyon oluÅŸtur"
msgid "Create dashboard"
msgstr "Pano oluÅŸtur"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Bağımlı öğe oluştur"
@@ -4059,14 +4071,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4145,7 +4157,7 @@ msgstr "Harita oluÅŸtur"
msgid "Create media type"
msgstr "Medya türü oluştur"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Yeni oluÅŸtur"
@@ -4169,7 +4181,7 @@ msgstr "Slayt gösterisi oluştur"
msgid "Create template"
msgstr "Åžablon oluÅŸtur"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Tetikleyici oluÅŸtur"
@@ -4222,11 +4234,12 @@ msgstr "Kritik"
msgid "Current host"
msgstr "Geçerli ana makine"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Geçerli değer"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "Özel"
@@ -4234,7 +4247,7 @@ msgstr "Özel"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Özel ifade"
@@ -4243,11 +4256,11 @@ msgid "Custom graphs"
msgstr "Özel grafikler"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Özel aralıklar"
@@ -4269,7 +4282,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Özel çarpan"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4308,11 +4321,12 @@ msgid "DD.MM.YY"
msgstr "GG:AA:YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4421,16 +4435,16 @@ msgstr ""
msgid "Data storage period"
msgstr "Veri depolama süresi"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4438,32 +4452,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Veritabanı ana makinesi"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4471,35 +4485,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Veritabanı izleyicisi"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Veritabanı adı"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Veritabanı parolası"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Veritabanı portu"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Veritabanı şeması"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Veritabanı sunucusu"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Veritabanı türü"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Veritabanı kullanıcısı"
@@ -4528,7 +4542,7 @@ msgstr "Donanımın alındığı tarih"
msgid "Day"
msgstr "Gün"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4547,7 +4561,7 @@ msgstr "Haftanın günü"
msgid "Days"
msgstr "Günler"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Hata Ayıklama"
@@ -4561,7 +4575,7 @@ msgstr "Hata ayıklama kipi"
msgid "Dec"
msgstr "Ara"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Aralık"
@@ -4571,7 +4585,7 @@ msgstr "Aralık"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Öntanımlı"
@@ -4588,7 +4602,7 @@ msgid "Default host inventory mode"
msgstr "Öntanımlı ana makine envanter kipi"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4605,18 +4619,18 @@ msgid "Default operation step duration"
msgstr "Öntanımlı operasyon adımı süresi"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Öntanımlı tema"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4645,7 +4659,8 @@ msgstr "Gecikmenin yapıldığı"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4666,8 +4681,8 @@ msgstr "Gecikmenin yapıldığı"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Sil"
@@ -4700,19 +4715,19 @@ msgstr "Åžu anki eylem silinsin mi?"
msgid "Delete current correlation?"
msgstr "Mevcut korelasyon silinsin mi?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Pano silinsin mi?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Keşif kuralı silinsin mi?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Ä°fade silinsin mi?"
@@ -4736,15 +4751,15 @@ msgstr "Seçilen web senaryolarının geçmişi silinsin mi?"
msgid "Delete icon map?"
msgstr "Simge eÅŸlemesi silinsin mi?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Öğe prototipi silinsin mi?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Öğe silinsin mi?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Seçili elemanlar arasındaki bağlar silinsin mi?"
@@ -4788,7 +4803,7 @@ msgstr "Seçilen uygulamalar silinsin mi?"
msgid "Delete selected correlations?"
msgstr "Seçili korelasyonlar silinsin mi?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Seçilen panolar silinsin mi?"
@@ -4797,7 +4812,7 @@ msgstr "Seçilen panolar silinsin mi?"
msgid "Delete selected discovery rules?"
msgstr "Seçilen keşif kuralları silinsin mi?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Seçilen elemanlar silinsin mi?"
@@ -4822,7 +4837,7 @@ msgstr "Seçilen gruplar silinsin mi?"
msgid "Delete selected host groups?"
msgstr "Seçili ana makine grupları silinsin mi?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Seçili ana makine prototipi silinsin mi?"
@@ -4830,7 +4845,7 @@ msgstr "Seçili ana makine prototipi silinsin mi?"
msgid "Delete selected host prototypes?"
msgstr "Seçili ana makine prototipleri silinsin mi?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Seçilen ana makine silinsin mi?"
@@ -4882,7 +4897,7 @@ msgstr "Seçilen ekranlar silinsin mi?"
msgid "Delete selected scripts?"
msgstr "Seçilen betikler silinsin mi?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Seçilen şekiller silinsin mi?"
@@ -4942,11 +4957,11 @@ msgstr "Slayt gösterisi silinsin mi?"
msgid "Delete template?"
msgstr "Åžablon silinsin mi?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Seçili tetikleyici prototipi silinsin mi?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Tetikleyici silinsin mi?"
@@ -4959,7 +4974,7 @@ msgstr "Web senaryosu silinsin mi?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Silindi: \"%1$s\" ana makinesi."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Silindi: \"%2$s\" üzerindeki \"%1$s\" ana makine prototipi."
@@ -4980,16 +4995,16 @@ msgid "Deny"
msgstr "Reddet"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Bağımlılıklar"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Bağımlı"
@@ -4997,7 +5012,7 @@ msgstr "Bağımlı"
msgid "Dependent item"
msgstr "Bağımlı öğe"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5016,29 +5031,29 @@ msgstr "Dağıtım durumu"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Açıklama"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5171,7 +5186,8 @@ msgstr "Seçilen tetikleyiciler devre dışı bırakılsın mı?"
msgid "Disable selected web scenarios?"
msgstr "Seçilen web senaryoları devre dışı bırakılsın mı?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5184,22 +5200,21 @@ msgstr "Seçilen web senaryoları devre dışı bırakılsın mı?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Devre dışı"
@@ -5216,7 +5231,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5224,12 +5239,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5330,27 +5345,27 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Keşif kuralı oluşturuldu"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Keşif kuralı silindi"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Keşif kuralı devre dışı"
msgstr[1] "Keşif kuralları devre dışı"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Keşif kuralı etkin"
msgstr[1] "Keşif kuralları etkin"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Keşif kuralı güncellendi"
@@ -5360,13 +5375,13 @@ msgstr "Keşif kuralı güncellendi"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Keşif kuralları"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Keşif kuralları silindi"
@@ -5409,7 +5424,7 @@ msgstr "Yığılmış grafik göster"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "%2$s bulunandan %1$s kadarı gösteriliyor"
@@ -5428,22 +5443,22 @@ msgid "Do not calculate"
msgstr "Hesaplama yapma"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "KoÅŸulsal ifadeyi deÄŸiÅŸtirmek ister misiniz?"
@@ -5466,11 +5481,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Kapalı"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Yapılandırma dosyasını indir"
@@ -5550,12 +5565,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5584,10 +5599,10 @@ msgstr "\"%2$s\" haritası için kullanıcı gruplarında \"%1$s\" usrgrpid'si m
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "\"%2$s\" ekranı için kullanıcı gruplarında \"%1$s\" usrgrpid'si mükerrer."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Süre"
@@ -5607,7 +5622,7 @@ msgstr "Dinamik öğe"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Her URL tekil bir isme sahip olmalıdır. Lütfen URL'in yalnızca bir isme sahip olduğundan emin olun"
@@ -5622,15 +5637,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Düzenle"
@@ -5654,15 +5669,15 @@ msgstr "Ekranı düzenle"
msgid "Edit slide show"
msgstr "Slayt gösterisini düzenle"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Ağaç öğesini düzenle"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Tetikleyiciyi düzenle"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Parçacığı düzenle"
@@ -5758,7 +5773,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5928,15 +5943,16 @@ msgstr "Seçilen tetikleyiciler etkinleştirilsin mi?"
msgid "Enable selected web scenarios?"
msgstr "Seçilen web senaryoları etkinleştirilsin mi?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5952,13 +5968,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5967,13 +5982,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Etkin"
@@ -5983,9 +5998,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Åžifreleme"
@@ -5993,7 +6008,7 @@ msgstr "Åžifreleme"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6005,10 +6020,10 @@ msgstr "Ä°ngiliz Ä°ngilizcesi (en_GB)"
msgid "English (en_US)"
msgstr "Amerikan Ä°ngilizcesi (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6035,7 +6050,7 @@ msgstr "Hata"
msgid "Error in search request for table \"%1$s\"."
msgstr "\"%1$s\" tablosu için arama isteği hatası."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6070,7 +6085,7 @@ msgstr "Olay korelasyon kuralları"
msgid "Event details"
msgstr "Olay detayları"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Olay oluÅŸturma"
@@ -6090,6 +6105,12 @@ msgstr "Olay listesi [önceki 20]"
msgid "Event log monitoring. Returns log"
msgstr "Olay günlüğü izlemesi. Sistem günlüğü döndürür"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Olay etiket çifti"
@@ -6120,7 +6141,7 @@ msgstr "Her hafta"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Dahil etme"
@@ -6131,7 +6152,7 @@ msgstr "Dahil etme"
msgid "Exclude host groups"
msgstr "Ana makine gruplarını hariç tut"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Çalıştır"
@@ -6149,9 +6170,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "WMI sorgusunu çalıştırır ve ilk seçilen nesneyi döndürür. Tam sayı, float, string veya metin döndürür (isteğe bağlı olarak)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6169,19 +6190,19 @@ msgid "Executed"
msgstr "Çalıştırılmış"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Çalıştırılmış betik"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "Çalıştırma onayı"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "GeniÅŸlet"
@@ -6221,7 +6242,7 @@ msgstr "Dışa aktar"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "CSV'e aktar"
@@ -6229,21 +6250,21 @@ msgstr "CSV'e aktar"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Ä°fade"
@@ -6256,15 +6277,15 @@ msgstr "İfade Değer Elemanları"
msgid "Expression cannot be empty"
msgstr "Ä°fade boÅŸ olamaz"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "Ä°fade kurucusu"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "İfade sözdizimi hatası."
@@ -6283,7 +6304,7 @@ msgstr "Ä°fadeler"
msgid "External check"
msgstr "Harici kontrol"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "Cum"
@@ -6297,7 +6318,7 @@ msgstr "YANLIÅž"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Başarısız"
@@ -6347,7 +6368,7 @@ msgstr "Favori ekranlar"
msgid "Feb"
msgstr "Åžub"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Åžubat"
@@ -6360,7 +6381,7 @@ msgstr "Alan"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "\"%1$s\" alanı NULL olarak ayarlanamıyor."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6369,7 +6390,7 @@ msgstr "\"%1$s\" alanı NULL olarak ayarlanamıyor."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6489,9 +6510,7 @@ msgstr "Dolu bölge"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6518,9 +6537,13 @@ msgstr "Dolu bölge"
msgid "Filter"
msgstr "Filtre"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Filtreler"
@@ -6539,7 +6562,7 @@ msgstr "Bir dosyada string'i bul. EÅŸleÅŸen string'i içeren veya isteÄŸe baÄŸlÄ
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Bir web sayfasında string'i bul. Eşleşen string'i içeren veya isteğe bağlı çıktı parametresi tarafından belirtildiği şekilde satırı döndürür"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Bitir"
@@ -6552,8 +6575,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Ä°lk"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Sığdır"
@@ -6567,12 +6590,12 @@ msgid "Fixed"
msgstr "Sabit"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6580,9 +6603,9 @@ msgid "Flexible"
msgstr "Esnek"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Yeniden yönlendirmeleri takip et"
@@ -6604,8 +6627,8 @@ msgstr "Yazıtipi boyutu"
msgid "Form data"
msgstr "Form verisi"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Formül"
@@ -6632,11 +6655,13 @@ msgstr "Fransızca (fr_FR)"
msgid "Fri"
msgstr "Cum"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "Cuma"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6656,12 +6681,12 @@ msgstr "Önyüz erişimi"
msgid "Frontend messaging"
msgstr "Önyüz mesajlaşması"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6696,7 +6721,7 @@ msgid "GUI access disabled."
msgstr "Grafik arayüz erişimi devre dışı."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6722,21 +6747,21 @@ msgstr "Almanca (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Web sayfasının içeriğini al. Web sayfası kaynağını metin olarak döndürür"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Verilen ifade bir makro deÄŸil"
@@ -6762,7 +6787,7 @@ msgstr "Genel deÄŸer"
msgid "Go back to %1$s"
msgstr "Dönüş yap: %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Buraya git"
@@ -6810,8 +6835,8 @@ msgstr "Gradyan çizgi"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6943,7 +6968,7 @@ msgstr "\"%1$s\" ID'li grafik prototipi mevcut deÄŸil."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Grafik prototipleri"
@@ -6987,9 +7012,9 @@ msgid "Graph with same name but other type exist."
msgstr "Aynı ada sahip ancak başka türdeki grafik mevcut."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6999,7 +7024,7 @@ msgstr "Aynı ada sahip ancak başka türdeki grafik mevcut."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7007,7 +7032,7 @@ msgstr "Aynı ada sahip ancak başka türdeki grafik mevcut."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Grafikler"
@@ -7076,12 +7101,12 @@ msgstr "Keşfedilmiş ana makineler için grup"
msgid "Group name"
msgstr "Grup adı"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Grup prototipi, keşfedilmiş \"%1$s\" ana makine grubuna dayalı olamaz."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Grup prototipleri"
@@ -7096,8 +7121,8 @@ msgstr "Gruplama tipi"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7129,10 +7154,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP kimlik doğrulaması"
@@ -7140,11 +7165,11 @@ msgstr "HTTP kimlik doğrulaması"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP vekil sunucusu"
@@ -7173,20 +7198,20 @@ msgstr "Donanım (Tüm detaylar)"
msgid "Hardware sensor reading. Returns float"
msgstr "Donanım sensör okuması. Float döndürür"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Başlık bilgileri"
@@ -7219,11 +7244,11 @@ msgstr "Yardım"
msgid "Hexadecimal to decimal"
msgstr "Onaltılıktan ondalığa"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Gizli"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Hata ayıklamayı gizle"
@@ -7260,23 +7285,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Geçmiş"
@@ -7284,17 +7309,17 @@ msgstr "Geçmiş"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "Geçmiş temizlendi"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "Geçmişi temizlemek uzun zaman alabilir. Devam edilsin mi?"
@@ -7308,13 +7333,17 @@ msgstr "Olay Geçmişi"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Geçmiş saklama dönemi"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7339,26 +7368,26 @@ msgstr "Yatay hizalama"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7370,8 +7399,8 @@ msgstr "Yatay hizalama"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Ana makine"
@@ -7413,8 +7442,7 @@ msgstr "Ana makine eriÅŸimi"
msgid "Host added"
msgstr "Ana makine eklendi"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7431,19 +7459,19 @@ msgstr "Ana makine, aynı türde birden çok öntanımlı arayüze sahip olamaz.
msgid "Host count"
msgstr "Ana makine sayısı"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Ana makine silindi"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Ana makine devre dışı"
msgstr[1] "Ana makineler devre dışı"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Ana makine etkin"
@@ -7464,7 +7492,7 @@ msgstr[1] "Ana makineler etkin"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Ana makine grubu"
@@ -7510,11 +7538,11 @@ msgstr "\"%1$s\" ID'li ana makine grubu mevcut deÄŸil."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7551,17 +7579,17 @@ msgstr "Ana makine grupları"
msgid "Host info"
msgstr "Ana makine bilgisi"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Ana makine arayüzü"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7582,7 +7610,7 @@ msgstr "Ana makine sorunları"
msgid "Host label type"
msgstr "Ana makine etiket türü"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Ana makine makroları"
@@ -7609,53 +7637,57 @@ msgstr "Ana makine ağları"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "\"%2$s\" üzerinde \"%1$s\" ana makine prototipi zaten var, başka bir şablondan miras kalmış."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "\"%2$s\" üzerinde \"%1$s\" ana makine prototipi zaten var."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Ana makine prototipi eklendi"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Ana makine prototipi silindi"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Ana makine prototipi güncellendi"
msgstr[1] "Ana makine prototipleri güncellendi"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Ana makine adı \"%1$s\" olan ana makine prototipi, \"%2$s\" keşif kuralında halihazırda mevcut."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Görünür adı \"%1$s\" olan ana makine prototipi, \"%2$s\" keşif kuralında halihazırda mevcut."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Ana makine prototipleri"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Ana makine prototipleri silindi"
@@ -7704,17 +7736,17 @@ msgstr "\"%1$s\" adında bir ana makine halihazırda mevcut."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "\"%1$s\" görünür adlı bir ana makine halihazırda mevcut."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7790,7 +7822,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7825,10 +7857,10 @@ msgstr "\"%1$s\" IP aralığı, \"%2$s\" adres sınırını aşıyor"
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7845,9 +7877,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "IPMI betikleri yalnızca sunucu tarafından çalıştırılabilir."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI algılayıcısı"
@@ -7964,7 +7996,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Resim"
@@ -8072,7 +8104,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "EriÅŸilemeyen grup"
@@ -8088,9 +8120,9 @@ msgstr "Erişilemeyen öğe"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8103,11 +8135,11 @@ msgstr "EriÅŸilemeyen harita"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8120,7 +8152,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr "Erişilemeyen kullanıcı"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "İçer"
@@ -8388,8 +8420,8 @@ msgstr "Fonksiyona yanlış değişkenler geçildi"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8530,9 +8562,9 @@ msgstr "\"%2$s\" tablosu için where komutunda yanlış alan adı \"%1$s\" veya
msgid "Incorrect fields for sysmap."
msgstr "sysmap için yanlış alanlar."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8585,7 +8617,7 @@ msgstr "\"%1$s\" eylemi için yanlış süzgeç koşul türü."
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "Yanlış fonksiyon kullanıldı"
@@ -8661,7 +8693,7 @@ msgstr "Ekran öğesi için yanlış öğe ID'si \"%1$s\" sağlandı."
msgid "Incorrect item for axis value."
msgstr "Eksen değeri için hatalı öğe."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "\"%2$s\" üzerindeki tetikleyici ifadesi için yanlış öğe anahtarı \"%1$s\" sağlandı."
@@ -8672,11 +8704,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Ekran öğesi için yanlış öğe prototip ID'si \"%1$s\" sağlandı."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Yanlış öğe değeri türü"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Tetikleyici fonksiyonu \"%2$s\" için yanlış öğe değer türü \"%1$s\" sağlandı."
@@ -8847,35 +8879,35 @@ msgstr "\"%1$s\" servisi için yanlış tetikleyici ID'si."
msgid "Incorrect trigger expression"
msgstr "Yanlış tetikleyici ifadesi"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Yanlış tetikleyici ifadesi."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Yanlış tetikleyici ifadesi. \"%1$s\" ana makinesi mevcut değil veya bu ana makineye erişiminiz yok."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Yanlış tetikleyici ifadesi. Tetikleyici ifade elemanları aynı anda bir şablona ve bir ana makineye ait olmamalıdır."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "İfadede \"%1$s\" yanlış tetikleyici işlevi sağlandı."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Yanlış tetikleyici prototipi ifadesi. \"%1$s\" ana makinesi mevcut değil veya bu ana makineye erişiminiz yok."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Yanlış tetikleyici prototipi ifadesi. Tetikleyici prototipi ifade elemanları aynı anda bir şablona ve bir ana makineye ait olmamalıdır."
@@ -9026,16 +9058,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9046,7 +9077,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9196,23 +9227,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9301,10 +9334,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9312,10 +9345,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Bilgi"
@@ -9329,15 +9362,19 @@ msgstr "Bilgi"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Bir servisle ilgili bilgi. Durum ve başlangıç parametreleri olarak integer; görüntüleme ismi, yol ve kullanıcı parametreleri olarak string; açıklama parametresi olarak metin döndürür. Durumda 0 - çalışıyor, 1 - duraklatıldı, 2 - bekleme başlatma, 3 - bekleme duraklatma, 4 - bekleme devam ettirme, 5 - bekleme durdurma, 6 - durduruldu, 7 - bilinmeyen, 255 - böyle bir servis yok. Başlangıçta 0 - otomatik, 1 - otomatik gecikmeli, 2 - elle, 3 - devre dışı, 4 - bilinmeyen."
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Devralınan makrolar ve ana makine makroları"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9353,17 +9390,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Ekle"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Ä°fade ekle"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Kur"
@@ -9375,7 +9412,7 @@ msgstr "Kurulum"
msgid "Installer name"
msgstr "Yükleyici adı"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9408,8 +9445,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "\"%1$s\" IP'li arayüz boş DNS adına sahip olamaz."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9438,14 +9475,14 @@ msgstr "Dahili veri depolama süresi"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9469,15 +9506,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Zaman aralığı"
@@ -9504,7 +9541,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Geçersiz eylem koşulu: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9518,15 +9555,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Geçersiz beşinci parametre."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Geçersiz ilk parametre."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Geçersiz dördüncü parametre."
@@ -9538,11 +9575,11 @@ msgstr "Makro \"%1$s\" için geçersiz hostid."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Geçersiz zaman aralığı \"%1$s\"."
@@ -9583,7 +9620,7 @@ msgstr "Geçersiz makro \"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "Geçersiz yöntem parametreleri."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Geçersiz parametre sayısı."
@@ -9615,6 +9652,15 @@ msgstr "Geçersiz parametre sayısı."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9627,75 +9673,81 @@ msgstr "Geçersiz parametre sayısı."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9712,7 +9764,7 @@ msgstr "Yanlış parametreler."
msgid "Invalid response code \"%1$s\"."
msgstr "Geçersiz yanıt kodu \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Geçersiz ikinci parametre."
@@ -9749,15 +9801,15 @@ msgstr "Geçersiz ikinci parametre."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9770,7 +9822,7 @@ msgstr "Geçersiz ikinci parametre."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Geçersiz etiket \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Geçersiz üçüncü parametre."
@@ -9789,9 +9841,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Envanter"
@@ -9818,9 +9870,9 @@ msgid "Issue"
msgstr "Sorun"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Yayımlayan"
@@ -9837,22 +9889,22 @@ msgid "Italian (it_IT)"
msgstr "Ä°talyanca (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Öğe"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9889,15 +9941,15 @@ msgstr "\"%1$s\" öğesi mevcut değil veya bu öğeye erişiminiz yok"
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "\"%2$s\" üzerindeki \"%1$s\" öğesi: uygulama \"%3$s\" mevcut değil."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Öğe eklendi"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Öğe kopyalandı"
@@ -9907,17 +9959,17 @@ msgstr[1] "Öğeler kopyalandı"
msgid "Item count"
msgstr "Öğe sayısı"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Öğe silindi"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Öğe devre dışı"
msgstr[1] "Öğeler devre dışı"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Öğe etkin"
@@ -9927,7 +9979,7 @@ msgstr[1] "Öğeler etkin"
msgid "Item in \"not supported\" state"
msgstr "\"Desteklenmeyen\" durumundaki öğe"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Öğe seçilmedi"
@@ -9940,7 +9992,7 @@ msgstr "Öğe ön işlemesinde eksik parametreler: %1$s"
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9961,15 +10013,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "\"%2$s\" üzerinde \"%1$s\" öğesi zaten var."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Öğe prototipi eklendi"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Öğe prototipi silindi"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Öğe prototipi güncellendi"
@@ -9982,7 +10034,7 @@ msgstr "\"%1$s\" ID'li öğe prototipi mevcut değil."
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9990,19 +10042,19 @@ msgstr "\"%1$s\" ID'li öğe prototipi mevcut değil."
msgid "Item prototypes"
msgstr "Öğe prototipleri"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Öğe prototipleri silindi"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Öğe güncellendi"
@@ -10074,7 +10126,7 @@ msgstr "\"%1$s\" anahtarlı öğe \"%2$s\" üzerinde halihazırda var."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10084,11 +10136,11 @@ msgstr "\"%1$s\" anahtarlı öğe \"%2$s\" üzerinde halihazırda var."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Öğeler"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Öğeler silindi"
@@ -10100,7 +10152,7 @@ msgstr "Öğe listesi"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Öğeler güncellendi"
@@ -10108,7 +10160,7 @@ msgstr "Öğeler güncellendi"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10116,10 +10168,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX aracısı"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX bitiş noktası"
@@ -10132,10 +10184,10 @@ msgstr "JMX arabirimleri"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10167,7 +10219,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc sürümü belirtilmedi."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10175,7 +10227,7 @@ msgstr ""
msgid "Jan"
msgstr "Oca"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Ocak"
@@ -10192,7 +10244,7 @@ msgstr ""
msgid "Jul"
msgstr "Tem"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Temmuz"
@@ -10200,11 +10252,11 @@ msgstr "Temmuz"
msgid "Jun"
msgstr "Haz"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Haziran"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Kayıp kaynakların süresini tut"
@@ -10238,7 +10290,7 @@ msgstr "Anahtar \"%1$s\" eÅŸleÅŸmiyor <grpmax|grpmin|grpsum|grpavg>[\"Ana makine
msgid "Key passphrase"
msgstr "Anahtar parola deyimi"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Anahtar Kelime"
@@ -10275,23 +10327,23 @@ msgstr "LDAP girişi başarılı"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10317,42 +10369,42 @@ msgctxt "page navigation"
msgid "Last"
msgstr "Son"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
msgstr[1] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10389,23 +10441,24 @@ msgstr "Son değişiklik (azalan sıralı)"
msgid "Last check"
msgstr "Son kontrol"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Son saat grafiÄŸi"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Son ayın grafiği"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Sonuncu"
@@ -10418,21 +10471,21 @@ msgstr "En son görüldüğü (dönem)"
msgid "Last value"
msgstr "Son deÄŸer"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Son haftanın grafiği"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "En Son Veriler"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "En son deÄŸerler"
@@ -10479,7 +10532,7 @@ msgstr "Sol kırpma"
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10521,8 +10574,8 @@ msgstr "Bağlantı"
msgid "Link indicators"
msgstr "Bağlantı göstergeleri"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10558,10 +10611,10 @@ msgstr "Şablonlara bağlantı"
msgid "Linked map"
msgstr "Bağlantılı harita"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10655,10 +10708,10 @@ msgid "Location longitude"
msgstr "Konum boylamı"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Günlük"
@@ -10670,10 +10723,10 @@ msgstr "Günlük rotasyon desteğiyle günlük dosyası izleme. Sistem günlüğ
msgid "Log file monitoring. Returns log"
msgstr "Kayıt dosyası izlemesi. Sistem günlüğü döndürür"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Günlük zaman biçimi"
@@ -10730,7 +10783,7 @@ msgstr "\"Desteklenmiyor\" durumundaki düşük seviye keşif kuralı"
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "Pzt"
@@ -10747,8 +10800,9 @@ msgstr "MAC adresi B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10763,7 +10817,7 @@ msgstr "Dosyanın MD5 özeti. Karakter stringi döndürür (dosyanın MD5 sağla
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Makro"
@@ -10790,10 +10844,10 @@ msgstr "\"%1$s\" hostmacroid'li makro mevcut deÄŸil."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10884,16 +10938,16 @@ msgstr "Veri toplamayarak bakım"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Zorunlu parametre eksik."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Elle"
@@ -10908,7 +10962,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Harita"
@@ -11002,7 +11056,7 @@ msgstr "Haritalar"
msgid "Mar"
msgstr "Mar"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Mart"
@@ -11018,11 +11072,11 @@ msgstr "DiÄŸerlerini iÅŸaretle"
msgid "Mark selected"
msgstr "Seçileni işaretle"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Maske"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11041,11 +11095,11 @@ msgid "Mass update shapes"
msgstr "Şekilleri toplu güncelle"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "Ana öğe"
@@ -11093,7 +11147,7 @@ msgstr "İşletim sistemi tarafından desteklenen maksimum açılan dosya sayıs
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "İşletim sistemi tarafından desteklenen maksimum işlem sayısı. Tam sayı döndürür"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11108,7 +11162,7 @@ msgstr[1] "Görüntülenecek maksimum süre %1$s gün."
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Mayıs"
@@ -11263,7 +11317,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "Mesajlar"
@@ -11327,7 +11381,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Minimum önem derecesi"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11386,7 +11440,7 @@ msgstr "Grafik prototipi \"%1$s\" için eksik öğeler."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "\"%2$s\" ana makinesi için eksik anahtar \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11459,7 +11513,7 @@ msgstr ""
msgid "Mon"
msgstr "Pzt"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Pazartesi"
@@ -11467,9 +11521,9 @@ msgstr "Pazartesi"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "Vekil sunucu tarafından gözlemlenen"
@@ -11501,11 +11555,11 @@ msgstr "Ay"
msgid "Monthly"
msgstr "Aylık"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Daha çok eşleşen bulundu..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11524,20 +11578,20 @@ msgstr "Ana makine içinde \"%1$s\" ismiyle birden çok grafik var."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Çoklu"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Birden çok PROBLEM olayı"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Sesi Kapat"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11570,13 +11624,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11604,17 +11659,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11634,19 +11689,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11655,15 +11710,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11673,12 +11728,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11769,12 +11824,12 @@ msgid "Never"
msgstr "Hiç"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Yeni uygulama"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Yeni uygulama prototipi"
@@ -11788,7 +11843,7 @@ msgstr "Yeni koÅŸul"
msgid "New dashboard"
msgstr "Yeni pano"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Yeni eleman"
@@ -11824,13 +11879,13 @@ msgstr ""
msgid "New triggers"
msgstr "Yeni tetikleyiciler"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Sonraki adım"
@@ -11839,20 +11894,20 @@ msgstr "Sonraki adım"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12006,6 +12061,7 @@ msgid "No data."
msgstr "Veri yok."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "\"%2$s\" üzerinde \"%1$s\" türü için hiçbir öntanımlı arayüz yok."
@@ -12022,12 +12078,12 @@ msgstr "Hiçbir keşif kuralı ID'si verilmedi."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Åžifreleme yok"
@@ -12094,12 +12150,12 @@ msgstr ""
msgid "No image"
msgstr "Resim yok"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Hiçbir arabirim bulunamadı"
@@ -12114,7 +12170,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12152,7 +12208,7 @@ msgstr "Ekran elemanı için hiçbir harita ID'si sağlanmamış."
msgid "No maps added."
msgstr "Hiçbir harita eklenmemiş."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Hiçbir eşleşen bulunmadı"
@@ -12183,8 +12239,8 @@ msgstr "Sistem erişimi için izin yok."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12193,8 +12249,8 @@ msgstr "Sistem erişimi için izin yok."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12250,12 +12306,12 @@ msgstr "Sistem erişimi için izin yok."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12314,7 +12370,7 @@ msgstr "Sistem erişimi için izin yok."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12335,7 +12391,7 @@ msgstr "Sistem erişimi için izin yok."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Başvurulan nesne için izin yok veya nesne mevcut değil!"
@@ -12365,7 +12421,7 @@ msgstr "Hiçbir açık anahtar dosyası belirtilmemiş."
msgid "No recipients for action operation message."
msgstr "Eylem işlem mesajı için hiçbir alıcı yok."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "Tazeleme yok"
@@ -12377,11 +12433,11 @@ msgstr "Hiçbir ekran eklenmemiş."
msgid "No script specified for action operation command."
msgstr "Eylem işlem komutu için hiçbir betik belirtilmemiş."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Hiçbir hedef seçilmemiş"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Hiçbir hedef seçilmemiş."
@@ -12398,19 +12454,19 @@ msgstr "Hiçbir tetik tanımlanmamış."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Boole-dışı bayraklar kullanımdan kaldırıldı."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12423,18 +12479,18 @@ msgstr "Boole-dışı bayraklar kullanımdan kaldırıldı."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Hiçbiri"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12532,7 +12588,7 @@ msgstr ""
msgid "Nov"
msgstr "Kas"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "Kasım"
@@ -12545,11 +12601,11 @@ msgstr "CPU sayısı. Tam sayı döndürür"
msgid "Number of enabled items on the host."
msgstr "Ana makinedeki etkin öğelerin sayısı."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Öğe sayısı (etkin/devre dışı/desteklenmiyor)"
@@ -12617,11 +12673,11 @@ msgstr "Durum değişikliği sayısı"
msgid "Number of steps"
msgstr "Adımların sayısı"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Tetikleyicilerin sayısı (etkin/devre dışı [problem/tamam])"
@@ -12637,7 +12693,7 @@ msgstr "Zabbix veritabanındaki desteklenmeyen öğelerin sayısı."
msgid "Number of unsupported items on the host."
msgstr "Ana makinedeki desteklenmeyen öğelerin sayısı."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "Kullanıcıların sayısı (çevrimiçi)"
@@ -12689,22 +12745,22 @@ msgid "Numeral systems"
msgstr "Sayısal sistemler"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "Sayısal (kayan noktalı)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "Sayısal (tam sayısal)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "Sayısal (işaretsiz)"
@@ -12722,13 +12778,13 @@ msgstr "OEM"
msgid "OK"
msgstr "TAMAM"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "TAMAM olayı kapatır"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "TAMAM olayı oluşumları"
@@ -12744,7 +12800,7 @@ msgstr "OOB yönlendiricisi"
msgid "OOB subnet mask"
msgstr "OOB alt aÄŸ maskesi"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "VEYA"
@@ -12772,13 +12828,13 @@ msgstr "Eki"
msgid "Octal to decimal"
msgstr "Sekizlikten ondalığa"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Ekim"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Kapalı"
@@ -12810,7 +12866,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Açık"
@@ -12885,7 +12941,7 @@ msgstr "Yalnızca yöneticiler ekran sahibini ayarlayabilir."
msgid "Only administrators can set slide show owner."
msgstr "Yalnızca yöneticiler slayt gösterisi sahibini ayarlayabilir."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Yalnızca etkin ana makinelere atanmış olan öğeler sayıldı"
@@ -12941,7 +12997,7 @@ msgstr "Yalnızca süper yöneticiler değer haritalarını güncelleyebilir."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Göstergenin yalnızca son %%20'si görüntüleniyor."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Yalnızca etkin ana makinelere atanmış ve etkin öğelere bağımlılığı olan tetikler sayıldı"
@@ -12963,7 +13019,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Yetkisiz istek nedeniyle operasyon gerçekleştirilemiyor."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "İşlem detayları"
@@ -12979,12 +13035,12 @@ msgstr "Ä°ÅŸlem, iÅŸlem yapacak ÅŸablona sahip deÄŸil."
msgid "Operation type"
msgstr "Ä°ÅŸlem tipi"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13032,24 +13088,24 @@ msgstr "Ä°ÅŸlemci"
msgid "Options"
msgstr "Seçenekler"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Veya"
@@ -13078,55 +13134,57 @@ msgstr "Veya"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13165,8 +13223,8 @@ msgstr "DiÄŸerleri"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Ağ arayüzünde giden trafik istatistikleri. Tam sayı döndürür"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Tarafından geçersiz kılınır"
@@ -13190,8 +13248,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13376,16 +13434,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "SORUN"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "PROBLEM olayı oluşturma kipi"
@@ -13397,26 +13455,26 @@ msgstr "PROBLEM olayı oluşturma kipi"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "PSK kimliÄŸi"
@@ -13435,13 +13493,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Parametre"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "\"%1$s\" parametresi kullanımdan kaldırıldı."
@@ -13512,28 +13570,28 @@ msgstr "Pasif"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Parola"
@@ -13545,15 +13603,15 @@ msgstr "Parola (tekrar)"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Yapıştır"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Harici bağlantılar olmadan yapıştır"
@@ -13570,7 +13628,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr "En üst bellek kullanımı: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Yüzde oranı"
@@ -13587,17 +13645,22 @@ msgstr "Yüzde çizgisi (sağ)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Bir DNS sorgusu gerçekleştirir. Gerekli bilgi türünü içeren karakter dizisini döndürür"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Dönem"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13643,7 +13706,7 @@ msgid "Placing algorithm"
msgstr "Yerleştirme algoritması"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Düz metin"
@@ -13657,7 +13720,7 @@ msgstr "Oynat"
msgid "Play sound"
msgstr "Sesi oynat"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Lütfen yapılandırma parametrelerini kontrol edin. Eğer hepsi doğruysa \"%1$s\" düğmesine basın veya yapılandırma parametrelerini değiştirmek için \"%2$s\" düğmesine basın."
@@ -13666,20 +13729,20 @@ msgstr "Lütfen yapılandırma parametrelerini kontrol edin. Eğer hepsi doğruy
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Lütfen veritabanını elle oluşturun ve bu veritabanına bağlantı için yapılandırma parametrelerini ayarlayın. İşiniz bittiğinde \"%1$s\" düğmesine basın."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Lütfen, (isteğe bağlı) kurulum adının yanı sıra Zabbix sunucusunun ana makine adını veya ana makine IP adresini ve bağlantı noktası numarasını girin."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Lütfen iki eleman seçiniz"
@@ -13709,18 +13772,17 @@ msgstr "Noktalar"
msgid "Polish (pl_PL)"
msgstr "Lehçe (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Ana makine envanter alanını doldurur"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13751,33 +13813,33 @@ msgid "Post type"
msgstr "Gönderi türü"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Kurulum öncesi özeti"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "Ön işleme"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "Ön işleme"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "Ön işleme adımları"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13788,23 +13850,23 @@ msgstr ""
msgid "Preview"
msgstr "Önizleme"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13837,12 +13899,14 @@ msgid "Primary POC screen name"
msgstr "Birincil İKK ekran adı"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Gizlilik parola deyimi"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Gizlilik protokolü"
@@ -13854,29 +13918,29 @@ msgid "Private"
msgstr "Özel"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Özel anahtar dosyası"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Öncelik seviyesi"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13901,8 +13965,8 @@ msgstr ""
msgid "Problem display"
msgstr "Problem gösterimi"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Problem ifadesi"
@@ -13919,7 +13983,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Ãœzerinde problem"
@@ -13949,13 +14013,13 @@ msgstr "Problem, eğer bütün altlarda sorun varsa"
msgid "Problem, if at least one child has a problem"
msgstr "Problem, eÄŸer en az alttakilerden birinde sorun varsa"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13964,7 +14028,7 @@ msgstr "Problem, eÄŸer en az alttakilerden birinde sorun varsa"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Problemler"
@@ -14001,7 +14065,7 @@ msgid "Properties"
msgstr "Özellikler"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14019,7 +14083,7 @@ msgstr "Vekil sunucular"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14090,20 +14154,20 @@ msgid "Public"
msgstr "Herkese açık"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Açık anahtar"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Açık anahtar dosyası"
@@ -14133,8 +14197,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "ÇÖZÜLDÜ"
@@ -14144,10 +14208,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Ham veri"
@@ -14205,7 +14269,7 @@ msgid "Received value"
msgstr "Alınan değer"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14232,24 +14296,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Kurtarma"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Kurtarma ifadesi"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "Kurtarma ifadesi sözdizimi hatası."
@@ -14259,9 +14323,9 @@ msgstr "Kurtarma iÅŸlemleri"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Kurtarma zamanı"
@@ -14276,11 +14340,11 @@ msgid "Refresh"
msgstr "Tazele"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14294,7 +14358,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Düzenli ifade"
@@ -14334,7 +14398,7 @@ msgstr "Düzenli ifadeler"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14358,6 +14422,12 @@ msgstr "Uzak komut"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14374,43 +14444,37 @@ msgstr "Uzak komut"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14419,14 +14483,14 @@ msgstr "Uzak komut"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14449,7 +14513,7 @@ msgstr "Uzak komut"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14482,8 +14546,8 @@ msgstr "Uzak komut"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Kaldır"
@@ -14519,7 +14583,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14529,17 +14593,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "DeÄŸiÅŸtir"
@@ -14554,23 +14618,23 @@ msgstr "Bağımlılıkları değiştir"
msgid "Reports"
msgstr "Raporlar"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14580,7 +14644,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "Gerekli"
@@ -14597,14 +14661,14 @@ msgstr "Gerekli performans (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Saniye başına beklenen yeni değerler cinsinden gerekli Zabbix sunucu performansı."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Gerekli sunucu performansı, saniye başına yeni değer"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Gerekli durum kodları"
@@ -14612,7 +14676,7 @@ msgstr "Gerekli durum kodları"
msgid "Required string"
msgstr "Gerekli string"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Sıfırla"
@@ -14641,7 +14705,7 @@ msgstr "Sıfırlama onayı"
msgid "Reset defaults"
msgstr "Öntanımlılara sıfırla"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Çözüldü"
@@ -14653,26 +14717,26 @@ msgstr "Çözümleyen"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "\"%1$s\" korelasyon kuralıyla çözümlenmiş."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Korelasyon kuralıyla çözümlenmiş."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "\"%1$s\" kullanıcısı tarafından çözümlenmiş."
@@ -14709,15 +14773,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Sonuç"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14736,14 +14800,14 @@ msgstr "Sonuç DOĞRU"
msgid "Result type"
msgstr "Sonuç türü"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14906,12 +14970,12 @@ msgstr "Ana makinede belirtilen komutu çalıştırır. Komutun metin sonucunu d
msgid "Russian (ru_RU)"
msgstr "Rusça (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "Cmt"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "Pzr"
@@ -14921,7 +14985,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14966,16 +15031,16 @@ msgstr "SMTP sunucu bağlantı noktası"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14983,8 +15048,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP topluluÄŸu"
@@ -15000,11 +15067,13 @@ msgstr "SNMP trap"
msgid "SNMP trap key is invalid."
msgstr "SNMP trap anahtarı geçersiz."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15012,7 +15081,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 aracısı"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15020,7 +15090,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 aracısı"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15042,9 +15113,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQL sayısı: %1$s (seçer: %2$s | çalıştırır: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL sorgusu"
@@ -15067,40 +15138,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH aracısı"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "SSL sertifika dosyası"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "SSL anahtar dosyası"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "SSL anahtarı parola deyimi"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSL doÄŸrulama ana makinesi"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSL eÅŸini doÄŸrula"
@@ -15128,15 +15199,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "Cts"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Cumartesi"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "DeÄŸiÅŸiklikleri kaydet"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "\"%1$s\" olarak kaydet"
@@ -15158,12 +15237,12 @@ msgid "Scheduled check"
msgstr "Zamanlanmış kontrol"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15247,9 +15326,9 @@ msgid "Screen updated"
msgstr "Ekran güncellendi"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15264,7 +15343,7 @@ msgstr "Ekran güncellendi"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Ekranlar"
@@ -15329,7 +15408,7 @@ msgstr "Betik güncellendi"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Betikler"
@@ -15387,19 +15466,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Güvenlik seviyesi"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Güvenlik adı"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15410,8 +15491,8 @@ msgstr "Güvenlik adı"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15419,15 +15500,15 @@ msgstr "Güvenlik adı"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Seç"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Prototip seç"
@@ -15460,19 +15541,19 @@ msgstr "Seçilen öğeler"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "Geriye gönder"
@@ -15497,7 +15578,7 @@ msgstr "Yalnızca şuna gönder"
msgid "Send to"
msgstr "Şuna gönder"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Geriye gönder"
@@ -15524,13 +15605,13 @@ msgstr "Eyl"
msgid "Separated"
msgstr "Ayrılmış"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "Eylül"
@@ -15655,12 +15736,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "Oturum sonlandı, lütfen tekrar oturum açın."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15669,11 +15751,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr "Ana makine envanter kipini ayarla"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15696,28 +15778,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15736,7 +15818,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15766,7 +15848,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Paylaşım"
@@ -15784,14 +15866,14 @@ msgstr "\"%1$s\" paylaşım seçeneğinde \"%2$s\" haritası için bir değer ek
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "\"%1$s\" paylaşım seçeneğinde \"%2$s\" ekranı için bir değer eksik."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15802,8 +15884,8 @@ msgstr ""
msgid "Show"
msgstr "Göster"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Detayları göster"
@@ -15811,7 +15893,7 @@ msgstr "Detayları göster"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15838,7 +15920,11 @@ msgstr "Gösterge göster"
msgid "Show lines"
msgstr "Satırları göster"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15860,9 +15946,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15873,7 +15959,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Etiketleri göster"
@@ -15887,7 +15973,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Metni HTML olarak göster"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15898,7 +15984,7 @@ msgid "Show triggers"
msgstr "Tetikleyicileri göster"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Sadece onaylanmamışları göster"
@@ -15907,10 +15993,10 @@ msgstr "Sadece onaylanmamışları göster"
msgid "Show unavailable maps"
msgstr "Kullanılamayan haritaları göster"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Değeri göster"
@@ -15922,7 +16008,7 @@ msgstr "Eğer Zabbix sunucusu erişilemezse uyarı göster"
msgid "Show working time"
msgstr "Çalışma zamanlarını göster"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Gösterilen"
@@ -15973,8 +16059,8 @@ msgstr "Basit grafik"
msgid "Simple graph prototype"
msgstr "Basit grafik prototipi"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Tek"
@@ -16086,7 +16172,7 @@ msgstr "Slaytlar"
msgid "Slovak (sk_SK)"
msgstr "Slovakça (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Ertele"
@@ -16224,7 +16310,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16232,16 +16319,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16261,7 +16347,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16349,28 +16435,28 @@ msgid "Stop"
msgstr "Dur"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16382,7 +16468,7 @@ msgstr "Düz"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16407,14 +16493,14 @@ msgid "Subject"
msgstr "Başlık"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Konu"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Altharita"
@@ -16422,7 +16508,7 @@ msgstr "Altharita"
msgid "Success Audit"
msgstr "Başarı denetimi"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16435,7 +16521,7 @@ msgstr "Ağ arayüzündeki gelen ve giden trafik istatistiklerinin toplamı. Tam
msgid "Sun"
msgstr "Paz"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Pazar"
@@ -16479,7 +16565,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Kimlik doğrulama yöntemini değiştirmek bu oturum dışındaki bütün oturumları sıfırlar! Devam edilsin mi?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16530,12 +16616,12 @@ msgstr "Sistem zamanı. utc türünde integer; lokal türünde string döndürü
msgid "System uptime in seconds. Returns integer"
msgstr "Saniye olarak sistem çalışma süresi. Tam sayı döndürür"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "Per"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "Sal"
@@ -16577,12 +16663,12 @@ msgstr "\"%1$s\" tablosunda \"%2$s\" adlı alan yok."
msgid "Tag"
msgstr "Etiket"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "\"%2$s\" değerli \"%1$s\" etiketi halihazırda mevcut."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16591,12 +16677,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Eşleşme için etiket"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16607,25 +16693,25 @@ msgstr "Etiket deÄŸeri"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16633,11 +16719,11 @@ msgstr "Etiket deÄŸeri"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16646,11 +16732,11 @@ msgid "Tags"
msgstr "Etiketler"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Hedef"
@@ -16769,13 +16855,13 @@ msgstr "\"%1$s\" ile aynı görünür adlı şablon halihazırda mevcut."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16797,20 +16883,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Test"
@@ -16835,7 +16921,7 @@ msgstr "Test verisi"
msgid "Test expressions"
msgstr "Test ifadeleri"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16863,10 +16949,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16905,7 +16991,7 @@ msgstr "Uygulama artık keşfedilemiyor ve keşif kuralı bir sonraki sefer işl
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16998,11 +17084,11 @@ msgstr "Web senaryo uygulaması, web senaryo ana makinesinden farklı bir ana ma
msgid "Theme"
msgstr "Tema"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17011,11 +17097,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Bu ay"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -17027,23 +17113,23 @@ msgstr "Bu ekran sütunu boş değil. Silinsin mi?"
msgid "This screen row is not empty. Delete it?"
msgstr "Bu ekran satırı boş değil. Silinsin mi?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Bu hafta"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Bu sene"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Alt sınır"
@@ -17055,7 +17141,7 @@ msgstr ""
msgid "Thu"
msgstr "Per"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "PerÅŸembe"
@@ -17066,19 +17152,19 @@ msgstr "PerÅŸembe"
msgid "Till"
msgstr "Kadar"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17121,12 +17207,12 @@ msgstr ""
msgid "Time period"
msgstr "Zaman dönemi"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17138,16 +17224,23 @@ msgstr "Zaman ötelemesi"
msgid "Time type"
msgstr "Zaman türü"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Zaman aşımı"
@@ -17161,22 +17254,23 @@ msgstr "Zaman aşımı"
msgid "Timestamp"
msgstr "Zaman damgası"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "Kime"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Ana makine arayüzü ayarlamak için tüm öğeler için tek bir öğe türü seçin"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Bugün"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17266,10 +17360,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Eğilim depolama süresi"
@@ -17278,34 +17372,34 @@ msgstr "Eğilim depolama süresi"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Yönelimler"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Tetikleyici"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "\"%2$s\" üzerinde \"%1$s\" tetiği zaten var."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "\"%1$s\" tetikleyicisi farklı bağlantılara sahip şablonlara ait."
@@ -17315,7 +17409,7 @@ msgstr "\"%1$s\" tetikleyicisi farklı bağlantılara sahip şablonlara ait."
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "\"%1$s\" tetikleyicisi, varolmayan \"%2$s\" tetikleyicisine bağımlı."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17323,7 +17417,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Tetikleyici eklendi"
@@ -17331,7 +17425,7 @@ msgstr "Tetikleyici eklendi"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Tetikleyici, ondan devralınmış bir tetikleyiciye bağımlı olamaz."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Tetikleyici kopyalandı"
@@ -17341,7 +17435,7 @@ msgstr[1] "Tetikleyiciler kopyalandı"
msgid "Trigger data storage period"
msgstr "Tetikleyici veri depolama süresi"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Tetikleyici silindi"
@@ -17349,7 +17443,7 @@ msgstr "Tetikleyici silindi"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Tetikleyici devre dışı"
@@ -17360,13 +17454,13 @@ msgstr[1] "Tetikleyiciler devre dışı"
msgid "Trigger displaying options"
msgstr "Tetikleyici gösterme seçenekleri"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Tetikleyici etkin"
msgstr[1] "Tetikleyiciler etkin"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Tetikleyici ifadesi en az bir ana makine:anahtar referansı içermelidir."
@@ -17406,24 +17500,24 @@ msgstr "Tetikleyicilere genel bakış"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Tetikleyici prototipi"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "\"%1$s\" tetikleyici prototipi halihazırda \"%2$s\" üzerinde mevcut."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "Tetikleyici prototipi \"%1$s\", farklı bağlantılara sahip şablonlara ait."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Tetikleyici prototipi \"%1$s\", çoklu keşif kurallarından öğe prototipleri içeriyor."
@@ -17433,12 +17527,12 @@ msgstr "Tetikleyici prototipi \"%1$s\", çoklu keşif kurallarından öğe proto
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Tetikleyici prototipi \"%1$s\", var olmayan \"%2$s\" tetikleyicisine bağlı."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Tetikleyici prototipi \"%1$s\", en az bir öğe prototipi içermelidir."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Tetikleyici prototipi eklendi"
@@ -17446,11 +17540,11 @@ msgstr "Tetikleyici prototipi eklendi"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Tetikleyici prototipi, ondan devralınmış bir tetikleyiciye bağımlı olamaz."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Tetikleyici prototipi silindi"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Tetikleyici prototipi güncellendi"
@@ -17458,7 +17552,7 @@ msgstr[1] "Tetikleyici prototipleri güncellendi"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17466,15 +17560,15 @@ msgstr[1] "Tetikleyici prototipleri güncellendi"
msgid "Trigger prototypes"
msgstr "Tetikleyici prototipleri"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Tetikleyici prototipleri silindi"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Tetikleyici prototipleri güncellendi"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "Tetikleyici kurtarma ifadesi en az bir ana_makine:anahtar başvurusu içermelidir."
@@ -17482,11 +17576,11 @@ msgstr "Tetikleyici kurtarma ifadesi en az bir ana_makine:anahtar başvurusu iç
msgid "Trigger severity"
msgstr "Tetikleyici önem derecesi"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Tetikleyici durumu \"TAMAM\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Tetikleyici durumu \"Problem\""
@@ -17494,19 +17588,19 @@ msgstr "Tetikleyici durumu \"Problem\""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Tetikleyici güncellendi"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17519,11 +17613,11 @@ msgstr "Tetikleyici güncellendi"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Tetikleyiciler"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Tetikleyiciler silindi"
@@ -17539,7 +17633,7 @@ msgstr "Kırp"
msgid "Tue"
msgstr "Sal"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Salı"
@@ -17552,7 +17646,7 @@ msgstr "Türkçe (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "İki öğe (\"%1$s\" ve \"%2$s\"), bir ana makine envanter alanını (\"%3$s\") oluşturamaz, bu durum çakışmaya neden olur."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17572,7 +17666,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17584,21 +17678,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17631,18 +17725,18 @@ msgstr "Tür (azalan)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Hesaplama türü"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Bilgi türü"
@@ -17659,8 +17753,8 @@ msgstr "Türler"
msgid "UNKNOWN"
msgstr "BÄ°LÄ°NMEYEN"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17670,11 +17764,11 @@ msgstr "BÄ°LÄ°NMEYEN"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17720,7 +17814,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "URL, \"%1$s\" haritası için hem \"name\" hem de \"url\" alanlarına sahip olmalıdır."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URL'ler"
@@ -17804,10 +17898,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "Birim"
@@ -17829,7 +17923,7 @@ msgstr "Birim"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17848,18 +17942,18 @@ msgstr "Bilinmeyen eylem"
msgid "Unknown error"
msgstr "Bilinmeyen hata"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Bilinmeyen fonksiyon."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Bilinmeyen ana makine öğesi, seçilen ana makinede böyle bir öğe yok"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Bilinmeyen ana makine, sistemde böyle bir ana makine bulunmuyor"
@@ -17885,15 +17979,15 @@ msgstr "Bilinmeyen değer türü"
msgid "Unlimited"
msgstr "Sınırsız"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Bağlantıyı kaldır"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Bağlantıyı kaldır ve temizle"
@@ -17937,7 +18031,7 @@ msgstr "Bağlantı kaldırıldı: \"%2$s\" üzerindeki \"%1$s\" öğe prototipi.
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Bağlantı kaldırıldı: \"%2$s\" üzerindeki \"%1$s\" web senaryosu."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Sesi Aç"
@@ -17983,6 +18077,11 @@ msgstr "\"%1$s\" eyleminin filtresi için desteklenmeyen parametre \"%2$s\"."
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "\"%1$s\" keşif kuralının filtresi için desteklenmeyen parametre \"%2$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18019,28 +18118,29 @@ msgstr "Açık"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18057,16 +18157,16 @@ msgstr "Varolanları güncelle"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Güncelleme zaman aralığı"
@@ -18121,7 +18221,7 @@ msgstr "Zabbix sunucu işleminin saniye cinsinden çalışma süresi."
msgid "Uptime/Downtime"
msgstr "Çalışma Süresi/Aksama Süresi"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Toplu istekleri kullan"
@@ -18150,7 +18250,7 @@ msgstr "Öğelerde kullanılır"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Kullanıcı"
@@ -18312,14 +18412,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Kullanıcı adı"
@@ -18386,11 +18486,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Kullanıcı adı"
@@ -18398,8 +18498,8 @@ msgstr "Kullanıcı adı"
msgid "Username and password"
msgstr "Kullanıcı adı ve parola"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18664,24 +18764,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18810,18 +18910,18 @@ msgstr "DeÄŸiÅŸkenler"
msgid "Various information about specific process(es). Returns float"
msgstr "Belirli işlem(ler) hakkında çeşitli bilgiler. Float döndürür"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18829,8 +18929,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18842,7 +18942,7 @@ msgstr "Sağlayıcı"
msgid "Verbose"
msgstr "Ayrıntılı"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18903,7 +19003,7 @@ msgstr "Görünen isim"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Ana makine adı eksikse görünür adı boş olamaz."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "Çar"
@@ -18915,22 +19015,22 @@ msgstr "Çar"
msgid "Warning"
msgstr "Uyarı"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Uyarı"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Özür dileriz, hatırlamak için olası maksimum eleman sayısına ulaşıldı."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18940,7 +19040,7 @@ msgstr "Özür dileriz, hatırlamak için olası maksimum eleman sayısına ulaÅ
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18997,7 +19097,7 @@ msgstr[1] "Web senaryosları etkin"
msgid "Web scenario updated"
msgstr "Web senaryosu güncellendi"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19015,7 +19115,7 @@ msgstr ""
msgid "Wed"
msgstr "Pts"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Çarşamba"
@@ -19028,7 +19128,7 @@ msgstr "Haftalık"
msgid "Welcome"
msgstr "HoÅŸ geldiniz"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Buraya hoÅŸ geldiniz"
@@ -19036,7 +19136,7 @@ msgstr "Buraya hoÅŸ geldiniz"
msgid "When active"
msgstr "Aktif olduÄŸunda"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19078,7 +19178,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19152,13 +19252,13 @@ msgstr "\"%1$s\" servisi için yanlış alanlar."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "\"%1$s\" servisi için olan zaman için yanlış alanlar."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Tetikleyici prototipi için yanlış alanlar."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Tetikleyici için yanlış alanlar."
@@ -19166,8 +19266,8 @@ msgstr "Tetikleyici için yanlış alanlar."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "Url alanı için yanlış değer."
@@ -19200,10 +19300,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19294,7 +19394,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19313,20 +19413,20 @@ msgstr "Yıllık"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19338,7 +19438,7 @@ msgstr "Yıllık"
msgid "Yes"
msgstr "Evet"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "Dün"
@@ -19349,7 +19449,7 @@ msgstr "\"%1$s\" olarak oturum açtınız."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Web sunucu üzerinde yerelleştirme ayarları yapılmamış olan bazı diller seçilemeyecektir."
@@ -19404,7 +19504,7 @@ msgstr "Bu işlemi gerçekleştirmek için izniniz yok."
msgid "You do not have permissions to create users."
msgstr "Kullanıcıları oluşturmak için izniniz yok."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19412,7 +19512,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "Bu sayfaya erişmek için izniniz yok."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "KaydedilmemiÅŸ deÄŸiÅŸiklikleriniz var."
@@ -19487,7 +19587,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix sunucu"
@@ -19505,7 +19605,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbix sunucusu (vekil sunucu)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Zabbix sunucu detayları"
@@ -19513,15 +19613,15 @@ msgstr "Zabbix sunucu detayları"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix sunucu çalışmıyor; gösterilen bilgi geçerli olmayabilir."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix sunucu çalışıyor"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbix sunucu adı"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Zabbix sunucu portu"
@@ -19530,6 +19630,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix yakalayıcısı"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19543,51 +19644,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "bir boole bekleniyor"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "bir karakter string bekleniyor"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "bir sayı bekleniyor"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "bir sayı çok büyük"
@@ -19600,8 +19706,8 @@ msgstr "bir sayı çok büyük"
msgid "a numeric value is expected"
msgstr "sayısal bir değer bekleniyor"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19609,29 +19715,29 @@ msgstr ""
msgid "a time is expected"
msgstr "bir zaman bekleniyor"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "bir zaman periyodu bekleniyor"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "bir zaman birimi bekleniyor"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "bir kullanıcı makrosu bekleniyor"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19673,6 +19779,10 @@ msgstr "hepsi"
msgid "all media"
msgstr "bütün medyalar"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19684,23 +19794,23 @@ msgstr "bütün medyalar"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "bir dizi bekleniyor"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "bir dizi veya bir string bekleniyor"
@@ -19710,7 +19820,7 @@ msgid "an empty string is expected"
msgstr "boÅŸ bir string bekleniyor"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "çift sayıda onaltılık karakter bekleniyor"
@@ -19718,11 +19828,11 @@ msgstr "çift sayıda onaltılık karakter bekleniyor"
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19771,11 +19881,11 @@ msgstr ""
msgid "avg"
msgstr "ort"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19803,10 +19913,9 @@ msgstr "deÄŸiÅŸtirilemez"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19814,7 +19923,7 @@ msgstr "deÄŸiÅŸtirilemez"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19839,6 +19948,9 @@ msgstr "deÄŸiÅŸtirilemez"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19865,11 +19977,11 @@ msgstr "deÄŸiÅŸtirilemez"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19891,14 +20003,14 @@ msgstr "deÄŸiÅŸtirilemez"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19923,7 +20035,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19941,11 +20053,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "çevrimsel öğe bağımlılığına izin verilmiyor"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19964,11 +20076,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "g"
@@ -19977,32 +20089,32 @@ msgstr "g"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "gün"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "öntanımlı"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -20028,11 +20140,11 @@ msgstr "azalan"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "dizin veya betik adı boş olamaz"
@@ -20071,7 +20183,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20110,7 +20222,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr "ilk parametre bekleniyor"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20118,14 +20230,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "genel temizlik hizmeti ayarları"
@@ -20134,7 +20246,7 @@ msgstr "genel temizlik hizmeti ayarları"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "sa"
@@ -20192,11 +20304,11 @@ msgstr "içinde"
msgid "including subgroups"
msgstr "alt gruplar dahil"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20233,7 +20345,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr "yanlış adres aralığı \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "UTF-8'de geçersiz bayt dizisi"
@@ -20247,15 +20359,15 @@ msgstr "geçersiz gecikme"
msgid "invalid history storage period"
msgstr "geçersiz geçmiş depolama süresi"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "geçersiz düzenli ifade"
@@ -20265,7 +20377,7 @@ msgstr "geçersiz düzenli ifade"
msgid "invalid trend storage period"
msgstr "geçersiz eğilim depolama süresi"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20277,7 +20389,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "{} içine alınmamış veya hatalı biçimlendirilmiş"
@@ -20307,7 +20419,7 @@ msgstr "anahtar boÅŸ"
msgid "last"
msgstr "son"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20319,15 +20431,15 @@ msgstr "sol"
msgid "list of characters"
msgstr "karakter listesi"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20335,12 +20447,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr "düşük seviye keşif kuralı"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "dk"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "ay"
@@ -20370,7 +20482,7 @@ msgstr "harita"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20394,7 +20506,7 @@ msgstr "maks"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20421,12 +20533,12 @@ msgstr "maksimum bağımlılık düzeyi sayısına ulaşıldı"
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "minimum uzunluk %1$s karakter"
@@ -20459,27 +20571,27 @@ msgstr "geçerli bir LDAP kullanısı olmak zorunda"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "\"%1$s\" ile \"%2$s\" arasında olmalı"
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "ad"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "yeni"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "yeni"
@@ -20489,7 +20601,7 @@ msgstr "yeni"
msgid "no data"
msgstr "veri yok"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20510,7 +20622,7 @@ msgstr "içinde değil"
msgid "not selected"
msgstr "seçilen yok"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20518,8 +20630,8 @@ msgstr ""
msgid "number"
msgstr "sayı"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "un"
@@ -20567,7 +20679,7 @@ msgstr "kapalı"
msgid "on"
msgstr "de"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20583,11 +20695,11 @@ msgstr "diÄŸer"
msgid "output"
msgstr "çıktı"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20598,11 +20710,11 @@ msgstr ""
msgid "pattern"
msgstr "desen"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20619,12 +20731,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "her %1$s saniyede bir yenilendi."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20641,7 +20753,7 @@ msgstr "saÄŸ"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "kök"
@@ -20690,6 +20802,7 @@ msgstr "kısa tanımlama"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20704,15 +20817,15 @@ msgstr "kısa tanımlama"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "boş olmalı"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20720,10 +20833,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "simge haritalarını göster"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "değer eşlemelerini göster"
@@ -20731,11 +20844,11 @@ msgstr "değer eşlemelerini göster"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20743,7 +20856,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20752,14 +20865,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20794,9 +20907,13 @@ msgstr "\"%1$s\" şablon ID'si %2$s defa geçti"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "\"%1$s\" parametresi eksik"
@@ -20811,7 +20928,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20830,18 +20947,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20852,26 +20993,26 @@ msgstr "tetikleyici"
msgid "trigger does not allow manual closing"
msgstr "tetikleyici elle kapatmaya izin vermiyor"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "tetikleyici prototipi başka bir şablona veya ana makineye taşınamaz"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "bağlantılara sahip tetikleyici başka bir şablona veya ana makineye taşınamaz"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "aramak için buraya yazın"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20881,7 +21022,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20898,9 +21039,10 @@ msgstr "beklenmedik makro sonu"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "beklenmedik parametre \"%1$s\""
@@ -20927,12 +21069,12 @@ msgstr "beklenmedik metin \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "beklenmedik deÄŸer \"%1$s\""
@@ -20942,7 +21084,7 @@ msgstr "beklenmedik deÄŸer \"%1$s\""
msgid "unknown"
msgstr "bilinmiyor"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20951,28 +21093,28 @@ msgid "unsupported version number"
msgstr "desteklenmeyen sürüm numarası"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20982,7 +21124,7 @@ msgstr "desteklenmeyen sürüm numarası"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "deÄŸer"
@@ -21000,26 +21142,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr "\"%1$s\" değeri bulunamadı"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "%1$s değeri halihazırda mevcut"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "değer çok uzun"
@@ -21047,9 +21192,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21086,7 +21231,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/locale/uk/LC_MESSAGES/frontend.po b/ui/locale/uk/LC_MESSAGES/frontend.po
index 0966321814b..e46b61a4559 100644
--- a/ui/locale/uk/LC_MESSAGES/frontend.po
+++ b/ui/locale/uk/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2019-10-10 13:52+0300\n"
"Last-Translator: Oleksiy <zalex_ua@i.ua>\n"
"Language-Team: Zabbix translation team\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" очікувалоÑÑŒ"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "очікувалаÑÑŒ пара \"вузел мережі:ключ\""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -79,7 +79,7 @@ msgstr[0] "%1$d день"
msgstr[1] "%1$d дні"
msgstr[2] "%1$d днів"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -170,8 +170,8 @@ msgstr[2] "%1$s повідомлень"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -187,7 +187,7 @@ msgstr[0] "%1$s з %2$s елемента в Ñтані проблеми"
msgstr[1] "%1$s з %2$s елементів в Ñтані проблеми"
msgstr[2] "%1$s з %2$s елементів в Ñтані проблеми"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -222,8 +222,8 @@ msgstr[2] "залишилоÑÑŒ %1$s Ñпроб"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
@@ -231,7 +231,7 @@ msgstr[0] "%1$s Ñекунда"
msgstr[1] "%1$s Ñекунди"
msgstr[2] "%1$s Ñекунд"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr "залишилоÑÑŒ %1$s Ñимволів"
@@ -251,20 +251,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s віджет"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, ВажливіÑÑ‚ÑŒ, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, тільки читаннÑ"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -304,20 +304,20 @@ msgstr "(0 - викориÑтовувати Ð·Ð°Ð¼Ð¾Ð²Ñ‡ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ñ–Ñ—)"
msgid "(Only super admins can create groups)"
msgstr "(Тільки Ñупер адмініÑтратори можуть Ñтворювати групи)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(без прокÑÑ–)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - викориÑтовувати порт по замовчуванню"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 або 1"
@@ -393,11 +393,12 @@ msgid "ADD OVERRIDE"
msgstr "ДОДÐТИ ЗÐМІЩЕÐÐЯ"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "ТÐ"
@@ -425,16 +426,16 @@ msgstr[1] "Обліковий Ð·Ð°Ð¿Ð¸Ñ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¾Ñ€Ð¾Ð²Ð°Ð½Ð¾ на %1$s Ñ
msgstr[2] "Обліковий Ð·Ð°Ð¿Ð¸Ñ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¾Ñ€Ð¾Ð²Ð°Ð½Ð¾ на %1$s Ñекунд."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Підтверджено"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Підтвердити"
@@ -467,7 +468,7 @@ msgstr "Підтверджені ВИРІШЕÐІ події"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -480,30 +481,30 @@ msgstr "Підтверджені ВИРІШЕÐІ події"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -576,18 +577,18 @@ msgstr "Дію оновлено"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Дії"
@@ -623,6 +624,9 @@ msgstr "Ðктивно до"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -650,9 +654,6 @@ msgstr "Ðктивно до"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -662,9 +663,9 @@ msgstr "Ðктивно до"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -676,39 +677,40 @@ msgstr "Ðктивно до"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -719,20 +721,20 @@ msgstr "Ðктивно до"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -759,8 +761,8 @@ msgstr "Ðктивно до"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Додати"
@@ -768,7 +770,7 @@ msgstr "Додати"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Додати новий віджет"
@@ -776,7 +778,7 @@ msgstr "Додати новий віджет"
msgid "Add child"
msgstr "Додати підлеглу"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Додати підлеглий елемент"
@@ -788,7 +790,7 @@ msgstr "Додати вузел мережі"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Додати кілька карт"
@@ -797,6 +799,7 @@ msgid "Add new data set"
msgstr "Додати новий набір даних"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -805,7 +808,7 @@ msgid "Add new override"
msgstr "Додати нове заміщеннÑ"
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Додати прототип"
@@ -826,11 +829,11 @@ msgstr "Додати до групи вузлів мережі"
msgid "Add to host groups"
msgstr "Додати до груп вузлів мережі"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Додати віджет"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -854,7 +857,7 @@ msgid "Age"
msgstr "Вік"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "З віком менше ніж"
@@ -866,7 +869,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Ðгент"
@@ -925,7 +928,7 @@ msgstr "ВирівнÑти елементи карти"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Ð’Ñе"
@@ -943,7 +946,7 @@ msgstr "Ð’ÑÑ– групи"
msgid "All hosts"
msgstr "Ð’ÑÑ– вузли мережі"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Ð’ÑÑ– поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ– мати вказані \"І'мÑ\" та \"URL-запит\""
@@ -951,13 +954,13 @@ msgstr "Ð’ÑÑ– поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ– мати вказані \"І'м
msgid "All maps"
msgstr "Ð’ÑÑ– карти мереж"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Ð’ÑÑ– проблеми"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Ð’ÑÑ– проблеми Ñкщо Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ‚ÐµÐ³Ñ–Ð² Ñпівпадають"
@@ -977,48 +980,48 @@ msgstr "Ð’ÑÑ– теги"
msgid "All templates"
msgstr "Ð’ÑÑ– шаблони"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Дозволити Ð·Ð°ÐºÑ€Ð¸Ñ‚Ñ‚Ñ Ð²Ñ€ÑƒÑ‡Ð½Ñƒ"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Дозволені вузли мережі"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Ðльтернативно, ви можете вÑтановити його вручну:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "Та"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -1027,14 +1030,14 @@ msgid "And/Or"
msgstr "Та/Ðбо"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1050,10 +1053,10 @@ msgstr "МіÑтить будь-Ñкий Ñ€Ñдок Ñимволів"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1088,8 +1091,8 @@ msgid "Application error."
msgstr "Помилка програми."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Прототипи груп елементів даних"
@@ -1112,15 +1115,15 @@ msgstr "Група елементів даних з applicationid \"%1$s\" не
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1128,15 +1131,17 @@ msgstr "Група елементів даних з applicationid \"%1$s\" не
msgid "Applications"
msgstr "Групи елементів даних"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "ЗадіÑти"
@@ -1154,7 +1159,7 @@ msgstr "ÐаближаєтьÑÑ"
msgid "Apr"
msgstr "Кві"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Квітень"
@@ -1166,7 +1171,11 @@ msgstr "Ви дійÑно хочете виконати цю дію?"
msgid "Are you sure you want to delete"
msgstr "Ви дійÑно хочете видалити"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Ви впевнені що хочете покинути цю Ñторінку?"
@@ -1182,12 +1191,12 @@ msgstr "Тип облаÑÑ‚Ñ–"
msgid "Arithmetic"
msgstr "Ðрифметика"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Як є"
@@ -1299,7 +1308,7 @@ msgstr "Журнал аудиту"
msgid "Aug"
msgstr "Сер"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "Серпень"
@@ -1316,9 +1325,9 @@ msgstr ""
msgid "Authentication"
msgstr "ÐутентифікаціÑ"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Ðлгоритм аутентифікації"
@@ -1328,21 +1337,23 @@ msgid "Authentication failed: %1$s."
msgstr "Ðевдала аутентийікаціÑ: %1$s."
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "Метод аутентифікації"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Пароль Ð´Ð»Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ—"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Протокол аутентифікації"
@@ -1381,9 +1392,9 @@ msgstr "Ðвто-вихід"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Ðвтоматично"
@@ -1413,7 +1424,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "ДоÑтупніÑÑ‚ÑŒ"
@@ -1438,8 +1449,8 @@ msgstr "СереднÑ"
msgid "Axes"
msgstr "Ð’Ñ–ÑÑ–"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Ðазад"
@@ -1493,16 +1504,16 @@ msgid "Blue"
msgstr "Блакитна"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "Тіло"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "Тіло та заголовки"
@@ -1543,11 +1554,11 @@ msgstr ""
msgid "Bottom"
msgstr "По нижньому краю"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "ПереміÑтити вперед"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "ПереміÑтити на Ñамий перед"
@@ -1574,8 +1585,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "ЗÐКРИТТЯ"
@@ -1595,7 +1606,7 @@ msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ CPU. Повертає дробове значе
msgid "CPU utilisation percentage. Returns float"
msgstr "Ð£Ñ‚Ð¸Ð»Ñ–Ð·Ð°Ñ†Ñ–Ñ CPU у відÑотках. Повертає дробове чиÑло"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1628,7 +1639,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "Календар"
@@ -1636,7 +1647,7 @@ msgstr "Календар"
msgid "Callback"
msgstr "Зворотній виклик"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "Ðеможливо видалити"
@@ -1662,10 +1673,10 @@ msgstr "Ðеможливо видалити"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "СкаÑувати та повернутиÑÑŒ"
@@ -1710,12 +1721,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ залежніÑÑ‚ÑŒ від вузла мережі до шаблону."
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Ðе вдалоÑÑŒ додати залежніÑÑ‚ÑŒ від тригера \"%1$s:%2$s\" до неіÑнуючого тригера \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ правило виÑвленнÑ"
@@ -1739,7 +1750,7 @@ msgstr "Ðе вдалоÑÑŒ додати групу."
msgid "Cannot add host"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ вузел мережі"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ прототип вузла мережі"
@@ -1749,7 +1760,7 @@ msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ прототип вузла мережÑ
msgid "Cannot add image"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ картинку"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ елемент даних"
@@ -1758,7 +1769,7 @@ msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ елемент даних"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ елемент даних \"%1$s\" з \"%2$s\" в групу елементів даних \"%3$s\" з \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Ðе вдалоÑÑŒ додати прототип елементів даних"
@@ -1842,11 +1853,11 @@ msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ під-карти. ДоÑÑгнуто Ð
msgid "Cannot add template"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ шаблон"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ тригер"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Ðе вдалоÑÑŒ додати прототип тригера"
@@ -1869,11 +1880,11 @@ msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½
msgid "Cannot add web scenario"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ веб Ñценарій"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ віджети в режим кіоÑку"
@@ -1890,11 +1901,11 @@ msgstr "Ðе вдалоÑÑ Ð¿Ñ€Ð¸Ð²'ÑзатиÑÑ Ð´Ð¾ LDAP Ñервера."
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Ðе вдалоÑÑ Ð²Ð¸ÐºÐ»Ð¸ÐºÐ°Ñ‚Ð¸ метод \"%1$s.%2$s\" без параметрів."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Ðе вдалоÑÑ Ð¾Ñ‡Ð¸Ñтити Ñ–Ñторію"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1902,7 +1913,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Ðе вдалоÑÑ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ñ‚Ð¸ прототипи графіків."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Ðе вдалоÑÑ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ñ‚Ð¸ прототипи вузлів мережі."
@@ -1925,7 +1936,7 @@ msgstr "Ðе вдалоÑÑ Ð·Ð°ÐºÑ€Ð¸Ñ‚Ð¸ проблему: %1$s."
msgid "Cannot connect to LDAP server."
msgstr "Ðе вдалоÑÑ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡Ð¸Ñ‚Ð¸ÑÑŒ до LDAP Ñервера."
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Ðе вдалоÑÑ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡Ð¸Ñ‚Ð¸ÑÑŒ до бази даних."
@@ -1940,26 +1951,26 @@ msgstr[0] "Ðе вдалоÑÑ Ñкопіювати графік"
msgstr[1] "Ðе вдалоÑÑ Ñкопіювати графіки"
msgstr[2] "Ðе вдалоÑÑ Ñкопіювати графіки"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Ðе вдалоÑÑ Ñкопіювати елемент даних"
msgstr[1] "Ðе вдалоÑÑ Ñкопіювати елементи даних"
msgstr[2] "Ðе вдалоÑÑ Ñкопіювати елементи даних"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Ðе вдалоÑÑ Ñкопіювати тригер"
msgstr[1] "Ðе вдалоÑÑ Ñкопіювати тригери"
msgstr[2] "Ðе вдалоÑÑ Ñкопіювати тригери"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Ðе вдалоÑÑ Ñкопіювати тригер \"%1$s:%2$s\", тому що він міÑтить декілька вузлів мережі у виразі."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Ðе вдалоÑÑ Ñтворити прототип вузла мережі у виÑвленого вузла мережі \"%1$s\"."
@@ -1997,7 +2008,7 @@ msgstr "Ðе вдалоÑÑ Ñтворити нову групу елементÑ
msgid "Cannot create template."
msgstr "Ðе вдалоÑÑ Ñтворити шаблон."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Ðе вдалоÑÑ Ñтворити конфігураційний файл."
@@ -2043,11 +2054,11 @@ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ залежніÑÑ‚ÑŒ"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ виÑвлену групу елементів даних \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ правило виÑвленнÑ"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ плавила виÑвленнÑ"
@@ -2074,7 +2085,7 @@ msgstr[0] "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ групу"
msgstr[1] "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ групи"
msgstr[2] "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ групи"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ вузел мережі"
@@ -2094,7 +2105,7 @@ msgstr[0] "Ðе вдалоÑÑŒ видалити групу вузлів мере
msgstr[1] "Ðе вдалоÑÑŒ видалити групи вузлів мережі тому, що обÑÐ»ÑƒÐ³Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ \"%1$s\" має міÑтити принаймні один вузел мережі або групу вузлів мережі."
msgstr[2] "Ðе вдалоÑÑŒ видалити групи вузлів мережі тому, що обÑÐ»ÑƒÐ³Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ \"%1$s\" має міÑтити принаймні один вузел мережі або групу вузлів мережі."
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ прототипи вузлів мережі"
@@ -2110,19 +2121,19 @@ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ картинку"
msgid "Cannot delete inventory."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ інвентарні дані."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ елемент даних"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ прототип елементів даних"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ прототипи елементів даних"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ елементи даних"
@@ -2211,7 +2222,7 @@ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ шаблонний прототип
msgid "Cannot delete templated graph."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ шаблонний графік."
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ шаблонний прототип вузла мережі."
@@ -2242,19 +2253,19 @@ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ шаблонний прототип
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ шаблонний веб Ñценарій \"%1$s\"."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ тригер"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ прототип тригера"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ прототипи тригерів"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ тригери"
@@ -2297,7 +2308,7 @@ msgstr[0] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ корелÑцію"
msgstr[1] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ корелÑції"
msgstr[2] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ корелÑції"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ правило виÑвленнÑ"
@@ -2305,14 +2316,14 @@ msgstr[1] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ правила виÑÐ
msgstr[2] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ правила виÑвленнÑ"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ вузел мережі"
msgstr[1] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ вузли мережі"
msgstr[2] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ вузли мережі"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ елемент даних"
@@ -2334,7 +2345,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Ðе вдалоÑÑ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ тригер"
@@ -2370,7 +2381,7 @@ msgstr[0] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ корелÑцію"
msgstr[1] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ корелÑції"
msgstr[2] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ корелÑції"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ правило виÑвленнÑ"
@@ -2378,14 +2389,14 @@ msgstr[1] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ правила виÑвлеÐ
msgstr[2] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ правила виÑвленнÑ"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ вузел мережі"
msgstr[1] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ вузли мережі"
msgstr[2] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ вузли мережі"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ елемент даних"
@@ -2407,7 +2418,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Ðе вдалоÑÑ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ тригер"
@@ -2429,7 +2440,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Ðе вдалоÑÑ Ð²Ð¸ÐºÐ¾Ð½Ð°Ñ‚Ð¸ Ñкрипт"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Ðе вдалоÑÑ Ñ€Ð¾Ð·ÐºÑ€Ð¸Ñ‚Ð¸ макроÑи."
@@ -2592,7 +2603,7 @@ msgstr[0] "Ðе вдалоÑÑ Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ñ‚Ð¸ шаблон \"%1$s\", пÑ
msgstr[1] "Ðе вдалоÑÑ Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ñ‚Ð¸ шаблон \"%1$s\", приєднані шаблони \"%2$s\" не Ñ–Ñнують."
msgstr[2] "Ðе вдалоÑÑ Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ñ‚Ð¸ шаблон \"%1$s\", приєднані шаблони \"%2$s\" не Ñ–Ñнують."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Ðе вдалоÑÑ Ð²Ñтавити вираз тригера"
@@ -2700,7 +2711,7 @@ msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ віджет \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Ðе вдалоÑÑ Ð²Ñ–Ð´Ð¿Ñ€Ð°Ð²Ð¸Ñ‚Ð¸ команду, перевірте з'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð· Zabbix Ñервером \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "Ðе вдалоÑÑ Ð²Ñ–Ð´Ð¿Ñ€Ð°Ð²Ð¸Ñ‚Ð¸ запит"
@@ -2737,12 +2748,12 @@ msgstr "Ðе вдалоÑÑ Ð·Ð°Ð´Ð°Ñ‚Ð¸ \"%1$s\" Ð´Ð»Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° дан
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Ðе вдалоÑÑ Ð²Ñтановити \"%1$s\" шаблонному комплекÑному екрану \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Ðе вдалоÑÑ Ð·Ð°Ð´Ð°Ñ‚Ð¸ \"%1$s\" Ð´Ð»Ñ Ñ‚Ñ€Ð¸Ð³ÐµÑ€Ð° \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Ðе вдалоÑÑ Ð²Ñтановити \"%1$s\" Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚Ð¸Ð¿Ñƒ тригера \"%2$s\"."
@@ -2772,7 +2783,7 @@ msgstr "Ðе вдалоÑÑ Ð²Ñтановити ID реÑурÑу Ð´Ð»Ñ ÐµÐ»Ðµ
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2835,22 +2846,22 @@ msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ \"%1$s\" Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚Ð¸Ð¿Ñƒ г
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ \"%1$s\" Ð´Ð»Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° даних \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ \"%1$s\" Ð´Ð»Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð½Ð¾Ð³Ð¾ графіка \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ \"%1$s\" Ð´Ð»Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð½Ð¾Ð³Ð¾ прототипу графіка \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ \"%1$s\" Ð´Ð»Ñ Ñ‚Ñ€Ð¸Ð³ÐµÑ€Ð° \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ \"%1$s\" Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚Ð¸Ð¿Ñƒ тригера \"%2$s\"."
@@ -2865,7 +2876,7 @@ msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ \"%1$s\" Ð´Ð»Ñ Ð²Ð¸Ñвленого
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ \"%1$s\" Ð´Ð»Ñ Ð²Ð¸Ñвленого елемента даних \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2934,7 +2945,7 @@ msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ корелÑцію"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ виÑвлену групу елементів даних \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ правило виÑвленнÑ"
@@ -2972,7 +2983,7 @@ msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ вузел мережі"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð²ÑƒÐ·Ð»Ð° мережі. Потрібно вказати Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð·'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð¾Ð±Ð¾Ñ… Ñторін."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ прототип вузла мережі"
@@ -2998,22 +3009,22 @@ msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ картинку"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ Ñ–Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð´Ð»Ñ Ð²Ð¸Ñвленого вузла мережі \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ елемент даних"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ прототип елемента даних"
msgstr[1] "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ прототипи елементів даних"
msgstr[2] "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ прототипи елементів даних"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ прототипи елементів даних"
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ елементи даних"
@@ -3096,29 +3107,29 @@ msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ шаблони"
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ шаблони Ð´Ð»Ñ Ð²Ð¸Ñвленого вузла мережі \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ тригер"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ тригер \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ прототип тригера"
msgstr[1] "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ прототипи тригерів"
msgstr[2] "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ прототипи тригерів"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ прототип тригера \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ прототипи тригерів"
@@ -3176,12 +3187,12 @@ msgstr "По центру"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Сертіфикат"
@@ -3225,10 +3236,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "Символ"
@@ -3255,7 +3266,7 @@ msgstr "Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ шаÑÑ–. Повертає текÑÑ‚"
msgid "Check already exists."
msgstr "Перевірка вже Ñ–Ñнує."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "Перевірте чаÑтину виразу починаючи з \"%1$s\"."
@@ -3273,7 +3284,7 @@ msgid "Check for error using regular expression"
msgstr "Перевірка на помилки при викориÑтанні регулÑрного виразу"
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Перевірка попередніх умов"
@@ -3378,8 +3389,8 @@ msgid "Clear history"
msgstr "ОчиÑтити Ñ–Ñторію"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "ОчиÑтити Ñ–Ñторію та динаміку змін"
@@ -3388,11 +3399,11 @@ msgstr "ОчиÑтити Ñ–Ñторію та динаміку змін"
msgid "Clear when unlinking"
msgstr "ОчиÑтити при від'єднанні"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr "ÐатиÑніть та Ñ‚Ñгніть до бажаного розміру."
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr "Клацніть Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñду або редагуваннÑ"
@@ -3411,20 +3422,20 @@ msgstr "Годинник"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Клонувати"
@@ -3432,15 +3443,15 @@ msgstr "Клонувати"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "Закрити"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "Закрити конÑтруктор виразу"
@@ -3459,8 +3470,8 @@ msgid "Close problem"
msgstr "Закрити проблему"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Згорнути"
@@ -3477,7 +3488,7 @@ msgstr ""
msgid "Colour"
msgstr "Колір"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "Колір \"%1$s\" не коректний: очікуєтьÑÑ ÑˆÑ–ÑтнадцÑтковий код кольору (6 Ñимволів)."
@@ -3528,7 +3539,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "Компактний виглÑд"
@@ -3562,7 +3573,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "ОдночаÑні ÑеÑÑ–Ñ—"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Умова"
@@ -3621,7 +3632,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Дублікати умов Ð´Ð»Ñ ÐºÐ¾Ñ€ÐµÐ»Ñції \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "ÐалаштуваннÑ"
@@ -3629,7 +3640,7 @@ msgstr "ÐалаштуваннÑ"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "СтатиÑтика конфігураційного кешу. Кеш - буфер (режими: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "Файл конфігурації \"%1$s\" Ñтворено."
@@ -3793,7 +3804,7 @@ msgid "Configuration updated"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð·'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð· БД"
@@ -3801,7 +3812,7 @@ msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð·'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð· БД"
msgid "Confirmation text"
msgstr "ТекÑÑ‚ підтвердженнÑ"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Вітаємо! Ви уÑпішно вÑтановили веб-Ñ–Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Zabbix."
@@ -3857,7 +3868,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3865,9 +3876,9 @@ msgstr ""
msgid "Connections"
msgstr "З'єднаннÑ"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "З'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ вузла мережі"
@@ -3875,9 +3886,9 @@ msgstr "З'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ вузла мережі"
msgid "Connections from proxy"
msgstr "З'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð· прокÑÑ–"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "З'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð´Ð¾ вузла мережі"
@@ -3894,10 +3905,10 @@ msgstr "КонÑтруктор"
msgid "Contact"
msgstr "Контактна інформаціÑ"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3928,10 +3939,10 @@ msgstr "МіÑтить"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3971,8 +3982,9 @@ msgstr ""
msgid "Content menu"
msgstr "Меню вміÑту"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Ім'Ñ ÐºÐ¾Ð½Ñ‚ÐµÐºÑту"
@@ -3984,8 +3996,8 @@ msgstr ""
msgid "Contract number"
msgstr "Ðомер контракту"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "Конвертувати в JSON"
@@ -3997,8 +4009,8 @@ msgstr "Координати"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Копіювати"
@@ -4056,7 +4068,7 @@ msgstr "КорелÑцію оновлено"
msgid "Could not save image!"
msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ картинку!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "КількіÑÑ‚ÑŒ"
@@ -4102,11 +4114,11 @@ msgstr "Створити корелÑцію"
msgid "Create dashboard"
msgstr "Створити панель"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr "Створити залежне правило виÑвленнÑ"
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Створити залежний елемент даних"
@@ -4126,14 +4138,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4212,7 +4224,7 @@ msgstr "Створити карту мережі"
msgid "Create media type"
msgstr "Створити метод повідомлень"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Створити нові"
@@ -4236,7 +4248,7 @@ msgstr "Створити Ñлайд-шоу"
msgid "Create template"
msgstr "Створити шаблон"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Створити тригер"
@@ -4289,11 +4301,12 @@ msgstr "Критична"
msgid "Current host"
msgstr "Поточний вузел мережі"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "Поточне значеннÑ"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "КориÑтувацьке"
@@ -4301,7 +4314,7 @@ msgstr "КориÑтувацьке"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Довільний вираз"
@@ -4310,11 +4323,11 @@ msgid "Custom graphs"
msgstr "Графіки кориÑтувача"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Довільні інтервали"
@@ -4336,7 +4349,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "КориÑтувацький множник"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr "Довільне при помилці"
@@ -4375,11 +4388,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4489,16 +4503,16 @@ msgstr "Ðабір даних"
msgid "Data storage period"
msgstr "Період Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4506,32 +4520,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "ХоÑÑ‚ бази даних"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4539,35 +4553,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Монітор бази даних"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "Ім'Ñ Ð±Ð°Ð·Ð¸ даних"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Пароль до бази даних"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Порт бази даних"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Схема бази даних"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "Сервер бази даних"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Тип бази даних"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "КориÑтувач бази даних"
@@ -4596,7 +4610,7 @@ msgstr "Дата Ð¿Ñ€Ð¸Ð´Ð±Ð°Ð½Ð½Ñ HW"
msgid "Day"
msgstr "День"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "Позавчора"
@@ -4615,7 +4629,7 @@ msgstr "День в тиждень"
msgid "Days"
msgstr "Днів"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Дебаг"
@@ -4629,7 +4643,7 @@ msgstr "Режим діагноÑÑ‚."
msgid "Dec"
msgstr "Гру"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "Грудень"
@@ -4639,7 +4653,7 @@ msgstr "Грудень"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "По замовчуванню"
@@ -4656,7 +4670,7 @@ msgid "Default host inventory mode"
msgstr "Режим інвентаризації вузлів мережі по замовчуванню"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4673,18 +4687,18 @@ msgid "Default operation step duration"
msgstr "ТриваліÑÑ‚ÑŒ кроку операції по замовчуванню"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Тема по замовчуванню"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4713,7 +4727,8 @@ msgstr "ЗатримуєтьÑÑ Ð½Ð°"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4734,8 +4749,8 @@ msgstr "ЗатримуєтьÑÑ Ð½Ð°"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "Видалити"
@@ -4768,19 +4783,19 @@ msgstr "Видалити поточну дію?"
msgid "Delete current correlation?"
msgstr "Видалити потчну корелÑцію?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Видалити панель?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "Видалити правило виÑвленнÑ?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "Видалити вираз?"
@@ -4804,15 +4819,15 @@ msgstr "Видалити Ñ–Ñторію вибраних веб Ñценарії
msgid "Delete icon map?"
msgstr "Видалити Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ–ÐºÐ¾Ð½Ð¾Ðº?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "Видалити прототип елементів даних?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "Видалити елемент даних?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "Видалити лінки між обраними елементами?"
@@ -4856,7 +4871,7 @@ msgstr "Видалити вибрані групи елементів даних
msgid "Delete selected correlations?"
msgstr "Видалити вибрані корелÑції?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Видалити обрані панелі?"
@@ -4865,7 +4880,7 @@ msgstr "Видалити обрані панелі?"
msgid "Delete selected discovery rules?"
msgstr "Видалити вибрані правила виÑвленнÑ?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "Видалити вибрані елементи?"
@@ -4890,7 +4905,7 @@ msgstr "Видалити вибрані групи?"
msgid "Delete selected host groups?"
msgstr "Видалити вибрані групи вузлів мережі?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "Видалити вибраний прототип вузлів мережі?"
@@ -4898,7 +4913,7 @@ msgstr "Видалити вибраний прототип вузлів мере
msgid "Delete selected host prototypes?"
msgstr "Видалити вибрані прототипи вузлів мережі?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "Видалити вибраний вузел мережі?"
@@ -4950,7 +4965,7 @@ msgstr "Видалити вибрані комплекÑні екрани?"
msgid "Delete selected scripts?"
msgstr "Видалити вибрані Ñкрипти?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Видалити обрані фігури?"
@@ -5011,11 +5026,11 @@ msgstr "Видалити Ñлайд-шоу?"
msgid "Delete template?"
msgstr "Видалити шаблон?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "Видалити прототип тригерів?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "Видалити тригер?"
@@ -5028,7 +5043,7 @@ msgstr "Видалити веб Ñценарій?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Видалено: Вузел мережі \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Видалено: Прототип вузлів мережі \"%1$s\" з \"%2$s\"."
@@ -5049,16 +5064,16 @@ msgid "Deny"
msgstr "Заборонено"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "ЗалежноÑÑ‚Ñ–"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "ЗалежніÑÑ‚ÑŒ"
@@ -5066,7 +5081,7 @@ msgstr "ЗалежніÑÑ‚ÑŒ"
msgid "Dependent item"
msgstr "Залежний елемент даних"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -5085,29 +5100,29 @@ msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "ОпиÑ"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5240,7 +5255,8 @@ msgstr "Дезактивувати вибрані тригери?"
msgid "Disable selected web scenarios?"
msgstr "Дезактивувати вибрані веб Ñценарії?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5253,22 +5269,21 @@ msgstr "Дезактивувати вибрані веб Ñценарії?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Дезактивовано"
@@ -5285,7 +5300,7 @@ msgstr "Відкинути без змін"
msgid "Discard unchanged with heartbeat"
msgstr "Відкинути без змін, з пульÑом"
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr "Відкинути значеннÑ"
@@ -5293,12 +5308,12 @@ msgstr "Відкинути значеннÑ"
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5399,29 +5414,29 @@ msgstr "Правило виÑÐ²Ð»ÐµÐ½Ð½Ñ \"%1$s\" не може бути Ñко
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "Правило виÑÐ²Ð»ÐµÐ½Ð½Ñ \"%1$s\" викориÑтовуєтьÑÑ Ð² \"%2$s\" дії."
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Правило виÑÐ²Ð»ÐµÐ½Ð½Ñ Ñтворено"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Правило виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð¾"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Правило виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²Ð¾Ð²Ð°Ð½Ð¾"
msgstr[1] "Правила виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²Ð¾Ð²Ð°Ð½Ð¾"
msgstr[2] "Правила виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð´ÐµÐ·Ð°ÐºÑ‚Ð¸Ð²Ð¾Ð²Ð°Ð½Ð¾"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Правило виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¾Ð²Ð°Ð½Ð¾"
msgstr[1] "Правила виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¾Ð²Ð°Ð½Ð¾"
msgstr[2] "Правила виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¾Ð²Ð°Ð½Ð¾"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Правило виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾"
@@ -5431,13 +5446,13 @@ msgstr "Правило виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð¾"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "Правила виÑвленнÑ"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "Правила виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð¾"
@@ -5480,7 +5495,7 @@ msgstr "Показати Ñтекований графік"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Відображено %1$s із %2$s знайдених"
@@ -5499,22 +5514,22 @@ msgid "Do not calculate"
msgstr "Ðе підраховувати"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "Ви дійÑно хочете замінити умовний вираз?"
@@ -5537,11 +5552,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "ÐедоÑтупний"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Завантажити конфігураційний файл"
@@ -5621,12 +5636,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5655,10 +5670,10 @@ msgstr "Дублікат usrgrpid \"%1$s\" у групах кориÑтувачÑ
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Дублікат usrgrpid \"%1$s\" у групах кориÑтувачів Ð´Ð»Ñ ÐºÐ¾Ð¼Ð¿Ð»ÐµÐºÑного екрану \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "ТриваліÑÑ‚ÑŒ"
@@ -5678,7 +5693,7 @@ msgstr "Динамічний елемент"
msgid "Dynamic items"
msgstr "Динамічні елементи даних"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Кожнен URL-запит повинен мати унікальне ім'Ñ. Будь лаÑка переконайтеÑÑŒ що це тільки один URL-запит з таким іменем"
@@ -5693,15 +5708,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Змінити"
@@ -5725,15 +5740,15 @@ msgstr "Редагувати комплекÑний екран"
msgid "Edit slide show"
msgstr "Редагувати Ñлайд шоу"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Редагувати елемент дерева"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Редагувати тригер"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Редагувати віджет"
@@ -5829,7 +5844,7 @@ msgstr "ПуÑтий тип умови фільтру Ð´Ð»Ñ Ð´Ñ–Ñ— \"%1$s\"."
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5999,15 +6014,16 @@ msgstr "Ðктивувати вибрані тригери?"
msgid "Enable selected web scenarios?"
msgstr "Ðктивувати вибрані прототипи веб Ñценаріїв?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "Ðктивувати трапи"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -6023,13 +6039,12 @@ msgstr "Ðктивувати трапи"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -6038,13 +6053,13 @@ msgstr "Ðктивувати трапи"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Ðктивовано"
@@ -6054,9 +6069,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "ШифруваннÑ"
@@ -6064,7 +6079,7 @@ msgstr "ШифруваннÑ"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -6076,10 +6091,10 @@ msgstr "ÐнглійÑька (en_GB)"
msgid "English (en_US)"
msgstr "ÐнглійÑька (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -6106,7 +6121,7 @@ msgstr "Помилка"
msgid "Error in search request for table \"%1$s\"."
msgstr "Помилка в запиті пошуку в таблиці \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "ÐŸÐ¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилку"
@@ -6141,7 +6156,7 @@ msgstr "Правила корелÑції події"
msgid "Event details"
msgstr "Подробиці події"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ñ–Ñ Ð¿Ð¾Ð´Ñ–Ñ—"
@@ -6161,6 +6176,12 @@ msgstr "СпиÑок подій [20 попередніх]"
msgid "Event log monitoring. Returns log"
msgstr "Моніторинг журналів подій. Повертає запиÑи з журналу"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Пара тегів події"
@@ -6192,7 +6213,7 @@ msgstr "ЩотижнÑ"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Виключено"
@@ -6203,7 +6224,7 @@ msgstr "Виключено"
msgid "Exclude host groups"
msgstr "Виключити групи вузлів мережі"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Виконати"
@@ -6221,9 +6242,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Виконує WMI запит та повертає перший вибраний об'єкт. Повертає ціле чиÑло, дробове чиÑло, Ñ€Ñдок або текÑÑ‚ (в залежноÑÑ‚Ñ– від запиту)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6241,19 +6262,19 @@ msgid "Executed"
msgstr "Виконано"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Скрипт Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "ÐŸÑ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Розгорнути"
@@ -6293,7 +6314,7 @@ msgstr "ЕкÑпорт"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "ЕкÑпортувати в CSV"
@@ -6301,21 +6322,21 @@ msgstr "ЕкÑпортувати в CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Вираз"
@@ -6328,15 +6349,15 @@ msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ–Ð² Виразу"
msgid "Expression cannot be empty"
msgstr "Вираз не може бути пуÑтим"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "КонÑтруктор виразу"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "СинтакÑична помилка у виразі."
@@ -6355,7 +6376,7 @@ msgstr "Вирази"
msgid "External check"
msgstr "Ð—Ð¾Ð²Ð½Ñ–ÑˆÐ½Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ°"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "Пт"
@@ -6369,7 +6390,7 @@ msgstr "ФÐЛЬШ"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "Помилка"
@@ -6419,7 +6440,7 @@ msgstr "Обрані комплекÑні екрани"
msgid "Feb"
msgstr "Лют"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "Лютий"
@@ -6432,7 +6453,7 @@ msgstr "Поле"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "Поле \"%1$s\" не може бути вÑтановлено в NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6441,7 +6462,7 @@ msgstr "Поле \"%1$s\" не може бути вÑтановлено в NULL.
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6561,9 +6582,7 @@ msgstr "Заповнений регіон"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6590,9 +6609,13 @@ msgstr "Заповнений регіон"
msgid "Filter"
msgstr "Фільтр"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Фільтри"
@@ -6611,7 +6634,7 @@ msgstr "Пошук Ñ€Ñдка в файлі. Повертає Ñ€Ñдок, Ñки
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Пошук Ñ€Ñдка на веб Ñторінці. Повертає Ñ€Ñдок, Ñкий міÑтить відповідніÑÑ‚ÑŒ, або Ñк задано в додатковому параметрі output"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Завершити"
@@ -6624,8 +6647,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Перша"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "ÐпрокÑимаціÑ"
@@ -6639,12 +6662,12 @@ msgid "Fixed"
msgstr "ФікÑоване"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6652,9 +6675,9 @@ msgid "Flexible"
msgstr "Гнучкий"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Слідувати перенаправленнÑм"
@@ -6676,8 +6699,8 @@ msgstr "Розмір шрифту"
msgid "Form data"
msgstr "Дані форми"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Формула"
@@ -6704,11 +6727,13 @@ msgstr "Французька (fr_FR)"
msgid "Fri"
msgstr "П'ÑÑ‚"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "П'ÑтницÑ"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6728,12 +6753,12 @@ msgstr "ДоÑтуп до веб-інтерфейÑу"
msgid "Frontend messaging"
msgstr "ÐŸÐ¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ñƒ веб-інтерфейÑÑ–"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr "Повне"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6768,7 +6793,7 @@ msgid "GUI access disabled."
msgstr "ДоÑтуп до GUI відключено."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6794,21 +6819,21 @@ msgstr "Ðімецька (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "ÐžÑ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð²Ð¼Ñ–Ñту веб Ñторінки. Повертає джерельний код веб Ñторінки у виглÑді текÑту"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Ðаданий вираз це не макроÑ"
@@ -6834,7 +6859,7 @@ msgstr "Глобальне значеннÑ"
msgid "Go back to %1$s"
msgstr "ПовернутиÑÑŒ до %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Перейти до"
@@ -6882,8 +6907,8 @@ msgstr "Градієнтна лініÑ"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -7016,7 +7041,7 @@ msgstr "Прототип графіка з ID \"%1$s\" недоÑтупний."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "Прототипи графіків"
@@ -7060,9 +7085,9 @@ msgid "Graph with same name but other type exist."
msgstr "Графік з таким же іменем, але іншого типу, вже Ñ–Ñнує."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -7072,7 +7097,7 @@ msgstr "Графік з таким же іменем, але іншого тип
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -7080,7 +7105,7 @@ msgstr "Графік з таким же іменем, але іншого тип
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Графіки"
@@ -7150,12 +7175,12 @@ msgstr "Група Ð´Ð»Ñ Ð²Ð¸Ñвлених вузлів"
msgid "Group name"
msgstr "Ðазва групи"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Прототип групи не може бути заÑнований на виÑвленій групі вузлів мережі \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "Прототипи груп"
@@ -7170,8 +7195,8 @@ msgstr "Згруповано по"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7203,10 +7228,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "HTTP агент"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP аутентифікаціÑ"
@@ -7214,11 +7239,11 @@ msgstr "HTTP аутентифікаціÑ"
msgid "HTTP login form"
msgstr "HTTP діалог входу в ÑиÑтему"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP прокÑÑ–"
@@ -7247,20 +7272,20 @@ msgstr "Ðпаратна чаÑтина (повні деталі)"
msgid "Hardware sensor reading. Returns float"
msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð°Ð¿Ð°Ñ€Ð°Ñ‚Ð½Ð¾Ð³Ð¾ ÑенÑору. Повертає дробове чиÑло"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Заголовки"
@@ -7293,11 +7318,11 @@ msgstr "Допомога"
msgid "Hexadecimal to decimal"
msgstr "ШіÑтнадцÑткове в деÑÑткове"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Прихована"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Сховати діагноÑтичну інф."
@@ -7334,23 +7359,23 @@ msgstr "ВиÑококонтраÑтна темна"
msgid "High-contrast light"
msgstr "ВиÑококонтраÑтна Ñвітла"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "ПідÑвічувати веÑÑŒ Ñ€Ñдок"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "ІÑторіÑ"
@@ -7358,17 +7383,17 @@ msgstr "ІÑторіÑ"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "ІÑторію очищено"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "ОчиÑтка журналу може забрати багато чаÑу. Продовжувати?"
@@ -7382,13 +7407,17 @@ msgstr "ІÑÑ‚Ð¾Ñ€Ñ–Ñ Ð¿Ð¾Ð´Ñ–Ð¹"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Період Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñ–Ñторії"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7413,26 +7442,26 @@ msgstr "Ð’Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾ горизонталі"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7444,8 +7473,8 @@ msgstr "Ð’Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾ горизонталі"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Вузел мережі"
@@ -7488,8 +7517,7 @@ msgstr "ДоÑтуп до вузла мережі"
msgid "Host added"
msgstr "Вузел мережі додано"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7506,12 +7534,12 @@ msgstr "У вузла мережі не може бути більше одноÐ
msgid "Host count"
msgstr "КількіÑÑ‚ÑŒ вузлів мережі"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Вузел мережі видалено"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Вузел мережі дезактивовано"
@@ -7519,7 +7547,7 @@ msgstr[1] "Вузли мережі дезактивовано"
msgstr[2] "Вузли мережі дезактивовано"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Вузел мережі активовано"
@@ -7541,7 +7569,7 @@ msgstr[2] "Вузли мережі активовано"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "Група вузлів мережі"
@@ -7587,11 +7615,11 @@ msgstr "Група вузлів мережі з ID \"%1$s\" недоÑтупна
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7628,17 +7656,17 @@ msgstr "Групи вузлів мережі"
msgid "Host info"
msgstr "Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ð¾ вузлах мережі"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Ð†Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð²ÑƒÐ·Ð»Ð° мережі"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7659,7 +7687,7 @@ msgstr "Події вузла мережі"
msgid "Host label type"
msgstr "Тип Ñрлика до вузла мережі"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "МакроÑи вузла мережі"
@@ -7686,54 +7714,58 @@ msgstr "Мережі вузла мережі"
msgid "Host prototype"
msgstr "Прототип вузла мережі"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Прототип вузлів мережі \"%1$s\" вже Ñ–Ñнує в \"%2$s\", уÑпадкований з іншого шаблону."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Прототип вузлів мережі \"%1$s\" уже Ñ–Ñную в \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Прототип вузлів мережі додано"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Прототип вузлів мережі видалено"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Прототип вузлів мережі оновлено"
msgstr[1] "Прототипи вузлів мережі оновлено"
msgstr[2] "Прототипи вузлів мережі оновлено"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Прототип вузлів мережі з іменем вузла мережі \"%1$s\" вже Ñ–Ñнує в правилі виÑÐ²Ð»ÐµÐ½Ð½Ñ \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Прототип вузлів мережі з видимим іменем вузла мережі \"%1$s\" вже Ñ–Ñнує в правилі виÑÐ²Ð»ÐµÐ½Ð½Ñ \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "Прототипи вузлів мережі"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "Прототипи вузлів мережі видалено"
@@ -7782,17 +7814,17 @@ msgstr "Вузел мережі з таким Ñамим іменем \"%1$s\" Ð
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Вузел мережі з таким Ñамим видимим іменем \"%1$s\" вже Ñ–Ñнує."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7868,7 +7900,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7903,10 +7935,10 @@ msgstr "Діапазон IP \"%1$s\" перевищує ліміт Ð°Ð´Ñ€ÐµÑ \"
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7923,9 +7955,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "IPMI Ñкрипти можуть бути виконані тільки на Ñервері."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI датчик"
@@ -8042,7 +8074,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Картинка"
@@ -8150,7 +8182,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "ÐедоÑтупна група"
@@ -8166,9 +8198,9 @@ msgstr "ÐедоÑтупний елемент даних"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8181,11 +8213,11 @@ msgstr "ÐедоÑтупна карта мережі"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "ÐедоÑтупний шаблон"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "ÐедоÑтупний тригер"
@@ -8198,7 +8230,7 @@ msgstr "ÐедоÑтупний тригер"
msgid "Inaccessible user"
msgstr "ÐедоÑтупний кориÑтувач"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Включено"
@@ -8466,8 +8498,8 @@ msgstr "Функції передано некоректні параметри"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8608,9 +8640,9 @@ msgstr "Ðекоректне ім'Ñ Ð°Ð±Ð¾ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ð¾Ð»Ñ \"%1$s\" Ð
msgid "Incorrect fields for sysmap."
msgstr "Ðекоректні Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ sysmap."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8663,7 +8695,7 @@ msgstr "Ðекоректний тип умови фільтру Ð´Ð»Ñ Ð´Ñ–Ñ— \"
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "ВикориÑтано некоректну функцію"
@@ -8739,7 +8771,7 @@ msgstr "Ðекоректний ID елемента даних \"%1$s\" вказÐ
msgid "Incorrect item for axis value."
msgstr "Ðекоректний елемент даних Ð´Ð»Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ñ–ÑÑ–."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "У виразі тригера \"%2$s\" вказано некоректний ключ елемента даних \"%1$s\"."
@@ -8750,11 +8782,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "Ðекоректний ID прототипу елемента даних \"%1$s\" вказано Ð´Ð»Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° комплекÑного екрану."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Ðекоректний тип Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° даних"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Ðекоректний тип Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° даних \"%1$s\" вказано Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ñ–Ñ— тригера \"%2$s\"."
@@ -8925,35 +8957,35 @@ msgstr "Ðекоректний ID тригера Ð´Ð»Ñ Ð¿Ð¾Ñлуги \"%1$s\".
msgid "Incorrect trigger expression"
msgstr "Ðекоректний вираз тригера"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Ðекоректний вираз тригера."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Ðекоректний вираз тригера. Вузел мережі \"%1$s\" не Ñ–Ñнує або ви не маєте до цього вузла мережі."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Ðекоректний вираз тригера. Елементи виразу тригера не повинні належати шаблону та вузлу мережі одночаÑно."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "У виразі вказано некоректну функцію тригера \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Ðекоректний вираз прототипу тригера. Вузел мережі \"%1$s\" не Ñ–Ñнує або у Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” права доÑтупу до нього."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Ðекоректний вираз прототипу тригера. Елементи виразу прототипу тригера не повинні належати шаблону та вузлу мережі одночаÑно."
@@ -9104,16 +9136,15 @@ msgstr "Ðекоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð¿Ð¾Ð»Ñ \"%1$s\"."
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -9124,7 +9155,7 @@ msgstr "Ðекоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð¿Ð¾Ð»Ñ \"%1$s\"."
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9274,23 +9305,25 @@ msgstr "Ðекоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð¿Ð¾Ð»Ñ \"%1$s\"."
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9379,10 +9412,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9390,10 +9423,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Інфо"
@@ -9407,15 +9440,19 @@ msgstr "ІнформаціÑ"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ ÑервіÑ. Повертає ціле чиÑло Ð´Ð»Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ–Ð² state, startup; Ñ€Ñдок - Ð´Ð»Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ–Ð² displayname, path, user; текÑÑ‚ - Ð´Ð»Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð° description; ОÑобливоÑÑ‚Ñ– Ð´Ð»Ñ state: 0 - запущений, 1 - призупинений, 2 - запуÑкаєтьÑÑ, 3 - призупинÑєтьÑÑ, 4 - відновлюєтьÑÑ, 5 - зупинÑєтьÑÑ, 6 - зупинений, 7 - невідомо, 255 - ÑÐµÑ€Ð²Ñ–Ñ Ð²Ñ–Ð´Ñутній; ОÑобливоÑÑ‚Ñ– Ð´Ð»Ñ startup: 0 - автоматичний, 1 - автоматичний з затримкою, 2 - вручну, 3 - відімкнений, 4 - невідомо"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr "УÑпадковано"
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "МакроÑи вузла мережі та уÑпадковані"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9431,17 +9468,17 @@ msgstr "УÑпадковані та теги тригера"
msgid "Inherited items"
msgstr "УÑпадковані елементи даних"
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Ð’Ñтавити"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Ð’Ñтавити вираз"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Ð’ÑтановленнÑ"
@@ -9453,7 +9490,7 @@ msgstr "ІнÑталÑціÑ"
msgid "Installer name"
msgstr "Ім'Ñ Ñ–Ð½ÑталÑтора"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9486,8 +9523,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "У інтерфейÑу з IP адреÑою \"%1$s\" не може бути пуÑте DNS ім'Ñ."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9516,14 +9553,14 @@ msgstr "Період Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ–Ñ… даних"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9547,15 +9584,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Інтервал"
@@ -9582,7 +9619,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Ðеправильна умова дії: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "Помилкова дата."
@@ -9596,15 +9633,15 @@ msgstr "Помилкова адреÑа email \"%1$s\"."
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "Помилкова адреÑа email у методу повідомлень з ID \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Ðеправильний п'Ñтий параметр."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Ðеправильний перший параметр."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Ðеправильний четвертий параметр."
@@ -9616,11 +9653,11 @@ msgstr "Ðеправильний hostid Ð´Ð»Ñ Ð¼Ð°ÐºÑ€Ð¾Ñу \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Ðеправильний інтервал \"%1$s\"."
@@ -9661,7 +9698,7 @@ msgstr "Ðеправильний Ð¼Ð°ÐºÑ€Ð¾Ñ \"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "Ðеправильні параметри методу."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "Ðеправильна кількіÑÑ‚ÑŒ параметрів."
@@ -9693,6 +9730,15 @@ msgstr "Ðеправильна кількіÑÑ‚ÑŒ параметрів."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9705,75 +9751,81 @@ msgstr "Ðеправильна кількіÑÑ‚ÑŒ параметрів."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9790,7 +9842,7 @@ msgstr "Ðеправильні параметри."
msgid "Invalid response code \"%1$s\"."
msgstr "Ðеправильний код відповіді \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Ðеправильний другий параметр."
@@ -9827,15 +9879,15 @@ msgstr "Ðеправильний другий параметр."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9848,7 +9900,7 @@ msgstr "Ðеправильний другий параметр."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Ðеправильний тег \"%1$s\": %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Ðеправильний третій параметр."
@@ -9867,9 +9919,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "ІнвентаризаціÑ"
@@ -9896,9 +9948,9 @@ msgid "Issue"
msgstr "Проблема"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Видавець"
@@ -9915,22 +9967,22 @@ msgid "Italian (it_IT)"
msgstr "ІталійÑька (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Елемент даних"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9967,15 +10019,15 @@ msgstr "Елемент даних \"%1$s\" не Ñ–Ñнує або у Ð²Ð°Ñ Ð½Ðµ
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Елемент даних \"%1$s\" в \"%2$s\": група елементів даних \"%3$s\" не Ñ–Ñнує."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Елемент додано"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Елемент даних Ñкопійовано"
@@ -9986,18 +10038,18 @@ msgstr[2] "Елементи даних Ñкопійовано"
msgid "Item count"
msgstr "КількіÑÑ‚ÑŒ елементів даних"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Елемент даних видалено"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Елемент даних дезактивовано"
msgstr[1] "Елементи даних дезактивовано"
msgstr[2] "Елементи даних дезактивовано"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Елемент даних активовано"
@@ -10008,7 +10060,7 @@ msgstr[2] "Елементи даних активовано"
msgid "Item in \"not supported\" state"
msgstr "Елемент даних в Ñтані \"не підтримуєтьÑÑ\""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Елемент даних не вибрано"
@@ -10021,7 +10073,7 @@ msgstr "ВідÑутні параметри в попередній обробц
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -10042,15 +10094,15 @@ msgstr "Прототип елемента даних \"%1$s\" вже Ñ–Ñнує
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Прототип елемента даних \"%1$s\" вже Ñ–Ñнує в \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Прототип елемента даних додано"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Прототип елемента даних видалено"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Прототип елемента даних оновлено"
@@ -10064,7 +10116,7 @@ msgstr "Прототип елементів даних з ID \"%1$s\" недоÑ
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -10072,19 +10124,19 @@ msgstr "Прототип елементів даних з ID \"%1$s\" недоÑ
msgid "Item prototypes"
msgstr "Прототипи елементів даних"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "Прототипи елементів даних видалено"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr "Прототипи елементів даних оновлено"
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Елемент даних оновлено"
@@ -10156,7 +10208,7 @@ msgstr "Елемент даних з ключем \"%1$s\" вже Ñ–Ñнує в
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10166,11 +10218,11 @@ msgstr "Елемент даних з ключем \"%1$s\" вже Ñ–Ñнує в
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "Елементи даних"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "Елементи даних видалено"
@@ -10182,7 +10234,7 @@ msgstr "СпиÑок елементів"
msgid "Items location"
msgstr "Ð Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ–Ð² даних"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "Елементи оновлено"
@@ -10190,7 +10242,7 @@ msgstr "Елементи оновлено"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10198,10 +10250,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX агент"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX endpoint"
@@ -10214,10 +10266,10 @@ msgstr "ІнтерфейÑи JMX"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "JSON дані"
@@ -10249,7 +10301,7 @@ msgid "JSON-rpc version is not specified."
msgstr "ВерÑÑ–ÑŽ JSON-rpc не вказано."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr "JSONPath"
@@ -10257,7 +10309,7 @@ msgstr "JSONPath"
msgid "Jan"
msgstr "Січ"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "Січень"
@@ -10274,7 +10326,7 @@ msgstr "JavaScript"
msgid "Jul"
msgstr "Лип"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "Липень"
@@ -10282,11 +10334,11 @@ msgstr "Липень"
msgid "Jun"
msgstr "Чер"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "Червень"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Період Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ð²Ñ‚Ñ€Ð°Ñ‡ÐµÐ½Ð¸Ñ… реÑурÑів"
@@ -10320,7 +10372,7 @@ msgstr "Ключ \"%1$s\" не Ñпівпадає з <grpmax|grpmin|grpsum|grpav
msgid "Key passphrase"
msgstr "Фраза-пароль ключа"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "Ключове Ñлово"
@@ -10357,23 +10409,23 @@ msgstr "Вдалий вхід через LDAP"
msgid "LDAP settings"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ LDAP"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr "LLD макроÑ"
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr "LLD макроÑи"
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10399,7 +10451,7 @@ msgctxt "page navigation"
msgid "Last"
msgstr "ОÑтаннÑ"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
@@ -10407,7 +10459,7 @@ msgstr[0] "ОÑтанній %1$d день"
msgstr[1] "ОÑтанні %1$d дні"
msgstr[2] "ОÑтанні %1$d днів"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
@@ -10415,7 +10467,7 @@ msgstr[0] "ОÑÑ‚Ð°Ð½Ð½Ñ %1$d година"
msgstr[1] "ОÑтанні %1$d години"
msgstr[2] "ОÑтанні %1$d годин"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
@@ -10423,7 +10475,7 @@ msgstr[0] "ОÑÑ‚Ð°Ð½Ð½Ñ %1$d хвилина"
msgstr[1] "ОÑтанні %1$d хвилини"
msgstr[2] "ОÑтанні %1$d хвилин"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
@@ -10431,7 +10483,7 @@ msgstr[0] "ОÑтанній %1$d міÑÑць"
msgstr[1] "ОÑтанні %1$d міÑÑці"
msgstr[2] "ОÑтанні %1$d міÑÑців"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
@@ -10439,7 +10491,7 @@ msgstr[0] "ОÑÑ‚Ð°Ð½Ð½Ñ %1$d Ñекунда"
msgstr[1] "ОÑтанні %1$d Ñекунди"
msgstr[2] "ОÑтанні %1$d Ñекунд"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10477,23 +10529,24 @@ msgstr "ОÑÑ‚Ð°Ð½Ð½Ñ Ð·Ð¼Ñ–Ð½Ð° (в порÑдку ÑпаданнÑ)"
msgid "Last check"
msgstr "ОÑÑ‚Ð°Ð½Ð½Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ°"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Графік за оÑтанню годину"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Графік за оÑтанній міÑÑць"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "За оÑтанні"
@@ -10506,21 +10559,21 @@ msgstr "ВоÑтаннє помітний (вік)"
msgid "Last value"
msgstr "ОÑтаннє значеннÑ"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Графік за оÑтанній тиждень"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "ОÑтанні дані"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "ОÑтанні значеннÑ"
@@ -10567,7 +10620,7 @@ msgstr "Обрізати зліва"
msgid "Legend"
msgstr "Легенда"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10609,8 +10662,8 @@ msgstr "Лінк"
msgid "Link indicators"
msgstr "Індикатори лінка"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10646,10 +10699,10 @@ msgstr "Приєднати до шаблонів"
msgid "Linked map"
msgstr "Пов'Ñзана карта"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10743,10 +10796,10 @@ msgid "Location longitude"
msgstr "Ð Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ (довгота)"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Лог (багато полів)"
@@ -10758,10 +10811,10 @@ msgstr "Моніторинг файлів журналів з підтримко
msgid "Log file monitoring. Returns log"
msgstr "Моніторинг файлів журналів. Повертає лог"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "Формат чаÑу в журналі"
@@ -10818,7 +10871,7 @@ msgstr "Правило низькорівневого виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð² ÑÑ‚
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "Пн"
@@ -10835,8 +10888,9 @@ msgstr "MAC адреÑа B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10851,7 +10905,7 @@ msgstr "MD5 контрольна Ñума файлу. Повертає Ñ€ÑдоÐ
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Макро"
@@ -10878,10 +10932,10 @@ msgstr "МакроÑу з hostmacroid \"%1$s\" не Ñ–Ñнує."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10972,16 +11026,16 @@ msgstr "Ð¡ÐµÑ€Ð²Ñ–Ñ Ð±ÐµÐ· збору даних"
msgid "Maintenance: %1$s"
msgstr "ОбÑлуговуваннÑ: %1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Пропущено обов'Ñзковий параметр."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "Вручну"
@@ -10996,7 +11050,7 @@ msgstr "Закритий вручну"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Карта мережі"
@@ -11090,7 +11144,7 @@ msgstr "Карти мереж"
msgid "Mar"
msgstr "Бер"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "Березень"
@@ -11106,11 +11160,11 @@ msgstr "Ðе помічати тільки відібрані"
msgid "Mark selected"
msgstr "Помітити тільки відібрані"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "МаÑка"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -11129,11 +11183,11 @@ msgid "Mass update shapes"
msgstr "МаÑове Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ„Ñ–Ð³ÑƒÑ€"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "Головний елемент даних"
@@ -11181,7 +11235,7 @@ msgstr "МакÑимальна кількіÑÑ‚ÑŒ відкритих файліÐ
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "МакÑимальна кількіÑÑ‚ÑŒ процеÑів Ñку підтримує ОС. Повертає ціле чиÑло"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11197,7 +11251,7 @@ msgstr[2] "МакÑимальний період чаÑу відображенн
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "Перевищено макÑимальну довжину email адреÑи у методу повідомлень з ID \"%1$s\"."
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "Тра"
@@ -11355,7 +11409,7 @@ msgid "Message/Command"
msgstr "ПовідомленнÑ/Команда"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "ПовідомленнÑ"
@@ -11419,7 +11473,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "Мінімальна важливіÑÑ‚ÑŒ"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11479,7 +11533,7 @@ msgstr "ВідÑутні елементи даних Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚Ð¸Ð¿Ñƒ Ð
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "ВідÑутній ключ \"%1$s\" Ð´Ð»Ñ Ð²ÑƒÐ·Ð»Ð° мережі \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11556,7 +11610,7 @@ msgstr ""
msgid "Mon"
msgstr "Пн"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "Понеділок"
@@ -11564,9 +11618,9 @@ msgstr "Понеділок"
msgid "Monitored by"
msgstr "СпоÑÑ‚ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ·"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "СпоÑтерігаєтьÑÑ Ñ‡ÐµÑ€ÐµÐ· прокÑÑ–"
@@ -11598,11 +11652,11 @@ msgstr "МіÑÑць"
msgid "Monthly"
msgstr "ЩоміÑÑцÑ"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "Знайдено більше Ñпівпадінь..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11621,20 +11675,20 @@ msgstr "Більше ніж один графік з ім'Ñм \"%1$s\" у вуÐ
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Багатократно"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Багатократні події ПРОБЛЕМÐ"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "Вимкнути звук"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11667,13 +11721,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11701,17 +11756,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11731,19 +11786,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11752,15 +11807,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11770,12 +11825,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11866,12 +11921,12 @@ msgid "Never"
msgstr "Ðіколи"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "Ðова група елементів даних"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Ðовий прототип групи елементів даних"
@@ -11885,7 +11940,7 @@ msgstr "Ðова умова"
msgid "New dashboard"
msgstr "Ðова панель"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Ðовий елемент"
@@ -11921,13 +11976,13 @@ msgstr ""
msgid "New triggers"
msgstr "Ðові тригери"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "ÐаÑтупний крок"
@@ -11936,20 +11991,20 @@ msgstr "ÐаÑтупний крок"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -12103,6 +12158,7 @@ msgid "No data."
msgstr "Данні відÑутні."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "ВідÑутній Ñ–Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð¿Ð¾ замовчуванню \"%1$s\" типу у вузла мережі \"%2$s\"."
@@ -12119,12 +12175,12 @@ msgstr "ID правил виÑÐ²Ð»ÐµÐ½Ð½Ñ Ð½Ðµ вказано."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Без шифруваннÑ"
@@ -12191,12 +12247,12 @@ msgstr ""
msgid "No image"
msgstr "Ðемає картинки"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "ІнтерфейÑу не знайдено"
@@ -12211,7 +12267,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12249,7 +12305,7 @@ msgstr "Ðе вказано ID карти мережі Ð´Ð»Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° Ð
msgid "No maps added."
msgstr "Карти мереж не додано."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "ВідповідноÑтей не знайдено"
@@ -12280,8 +12336,8 @@ msgstr "Ðемає прав доÑтупу до ÑиÑтеми."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12290,8 +12346,8 @@ msgstr "Ðемає прав доÑтупу до ÑиÑтеми."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12347,12 +12403,12 @@ msgstr "Ðемає прав доÑтупу до ÑиÑтеми."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12411,7 +12467,7 @@ msgstr "Ðемає прав доÑтупу до ÑиÑтеми."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12432,7 +12488,7 @@ msgstr "Ðемає прав доÑтупу до ÑиÑтеми."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Ðемає прав доÑтупу до запитуваного об'єкту або він не Ñ–Ñнує!"
@@ -12462,7 +12518,7 @@ msgstr "Файл публічного ключа не вказано."
msgid "No recipients for action operation message."
msgstr "Ðемає отримувачів Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð² операції дії."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "Ðе оновлювати"
@@ -12474,11 +12530,11 @@ msgstr "КомплекÑні екрани не додано."
msgid "No script specified for action operation command."
msgstr "Ðе вказано Ñкрипт Ð´Ð»Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¸ в операції дії."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Ціль не обрано"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Ціль не обрано."
@@ -12495,19 +12551,19 @@ msgstr "Тригерів не визначено."
msgid "No value"
msgstr "Ðемає значеннÑ"
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Ðе логічні атрибути більше не викориÑтовуютьÑÑ."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12520,18 +12576,18 @@ msgstr "Ðе логічні атрибути більше не викориÑÑ‚Ð
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Ðемає"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12629,7 +12685,7 @@ msgstr "Повідомити вÑÑ–Ñ… залучених"
msgid "Nov"
msgstr "ЛиÑ"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "ЛиÑтопад"
@@ -12642,11 +12698,11 @@ msgstr "КількіÑÑ‚ÑŒ CPU. Повертає ціле чиÑло"
msgid "Number of enabled items on the host."
msgstr "КількіÑÑ‚ÑŒ активованих елементів даних у вузла мережі."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "КількіÑÑ‚ÑŒ елементів даних (активовані/дезактивовані/не підтримуютьÑÑ)"
@@ -12714,11 +12770,11 @@ msgstr "КількіÑÑ‚ÑŒ змін Ñтану"
msgid "Number of steps"
msgstr "КількіÑÑ‚ÑŒ кроків"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "КількіÑÑ‚ÑŒ тригерів (активовані/дезактивовані [проблема/ок])"
@@ -12734,7 +12790,7 @@ msgstr "КількіÑÑ‚ÑŒ елементів даних в базі даних
msgid "Number of unsupported items on the host."
msgstr "КількіÑÑ‚ÑŒ елементів даних у вузла мережі, Ñкі не підтримуютьÑÑ."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "КількіÑÑ‚ÑŒ кориÑтувачів (підключених в даний момент)"
@@ -12786,22 +12842,22 @@ msgid "Numeral systems"
msgstr "ЧиÑлові ÑиÑтеми"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "ЧиÑловий (дробове)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "ЧиÑловий (ціле)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "ЧиÑловий (ціле додатне)"
@@ -12819,13 +12875,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "Ð¿Ð¾Ð´Ñ–Ñ ÐžÐš закриває"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "Ð³ÐµÐ½ÐµÑ€Ð°Ñ†Ñ–Ñ Ð¿Ð¾Ð´Ñ–Ñ— OK"
@@ -12841,7 +12897,7 @@ msgstr "OOB роутер"
msgid "OOB subnet mask"
msgstr "OOB маÑка підмережі"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "ÐБО"
@@ -12869,13 +12925,13 @@ msgstr "Жов"
msgid "Octal to decimal"
msgstr "Ð’Ñ–Ñімкове в деÑÑткове"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "Жовтень"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Вимкн"
@@ -12907,7 +12963,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "Увімк"
@@ -12982,7 +13038,7 @@ msgstr "Тільки адмініÑтратори можуть задавати
msgid "Only administrators can set slide show owner."
msgstr "Тільки адмініÑтратори можуть задавати влаÑника Ñлайд шоу."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "ПідраховуютьÑÑ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¸ даних тільки у вузлів мережі під ÑпоÑтереженнÑм"
@@ -13039,7 +13095,7 @@ msgstr "Тільки Ñупер адмініÑтратори можуть оно
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Індикатор відображує тільки оÑтанні 20%%."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "ПідраховуютьÑÑ Ñ‚Ñ€Ð¸Ð³ÐµÑ€Ð¸ тільки у вузлів мережі під ÑпоÑтереженнÑм та Ñкі залежать від активних елементів даних"
@@ -13061,7 +13117,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Операцію не може бути виконано через неÑанкціонований запит."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Деталі операції"
@@ -13077,12 +13133,12 @@ msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ñ–Ñ Ð½Ðµ має шаблону Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ñ–Ð¾Ð½ÑƒÐ²Ð
msgid "Operation type"
msgstr "Тип операції"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -13130,24 +13186,24 @@ msgstr "Оператор"
msgid "Options"
msgstr "Опції"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Ðбо"
@@ -13176,55 +13232,57 @@ msgstr "Ðбо"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13263,8 +13321,8 @@ msgstr "Інші"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "СтатиÑтика вихідного трафіку на мережевому інтерфейÑÑ–. Повертає ціле чиÑло"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Перевизначено в"
@@ -13288,8 +13346,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "ЗаміщеннÑ"
@@ -13474,16 +13532,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "ПРОБЛЕМÐ"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "Режим генерації подій ПРОБЛЕМÐ"
@@ -13495,26 +13553,26 @@ msgstr "Режим генерації подій ПРОБЛЕМÐ"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "Ідентифікатор PSK"
@@ -13533,13 +13591,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Параметр"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "Параметр \"%1$s\" заÑтарів."
@@ -13610,28 +13668,28 @@ msgstr "ПаÑивний"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "Пароль"
@@ -13643,15 +13701,15 @@ msgstr "Пароль (підтвердженнÑ)"
msgid "Password is not mandatory for non internal authentication type."
msgstr "Пароль не обов'Ñзковий Ð´Ð»Ñ Ð½Ðµ внутрішнього типу аутентифікації."
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Ð’Ñтавити"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Ð’Ñтавити без зовнішніх зв'Ñзків"
@@ -13668,7 +13726,7 @@ msgstr "ПризупинÑти операції Ð´Ð»Ñ Ð¿Ð¾Ð´Ð°Ð²Ð»ÐµÐ½Ð¸Ñ… пр
msgid "Peak memory usage: %1$s"
msgstr "Пікове викориÑÑ‚Ð°Ð½Ð½Ñ Ð¿Ð°Ð¼'ÑÑ‚Ñ–: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "ВідÑотки"
@@ -13685,17 +13743,22 @@ msgstr "Процентна Ð»Ñ–Ð½Ñ–Ñ (Ñправа)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Виконує DNS запит. Повертає Ñ€Ñдок Ñимволів з необхідним типом інформації"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Період"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13741,7 +13804,7 @@ msgid "Placing algorithm"
msgstr "Ðлгоритм розміщеннÑ"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "ТекÑÑ‚"
@@ -13755,7 +13818,7 @@ msgstr "Грати"
msgid "Play sound"
msgstr "Програвати звуковий Ñигнал"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Будь-лаÑка, перевірте параметри конфігурації. Якщо вÑе вірно, то натиÑніть кнопку \"%1$s\" а Ð´Ð»Ñ Ð·Ð¼Ñ–Ð½Ð¸ параметрів конфігурації натиÑніть кнопку \"%2$s\"."
@@ -13764,20 +13827,20 @@ msgstr "Будь-лаÑка, перевірте параметри конфігÑ
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Будь-лаÑка, вручну Ñтворіть базу даних та вкажіть параметри Ð´Ð»Ñ Ð·'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð· цією базою. ÐатиÑніть кнопку \"%1$s\" Ð´Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Будь-лаÑка, вкажіть ім'Ñ Ñ…Ð¾Ñта або IP адреÑу хоÑта та номер порту Zabbix Ñервера, а також ім'Ñ Ñ–Ð½ÑталÑції (опціÑ)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Будь-лаÑка, оберіть два елементи"
@@ -13807,18 +13870,17 @@ msgstr "Крапки"
msgid "Polish (pl_PL)"
msgstr "ПольÑька (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "Заповнює поле інвентарних даних вузла мережі"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13849,33 +13911,33 @@ msgid "Post type"
msgstr "Тип Post"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Ð£Ð·Ð°Ð³Ð°Ð»ÑŒÐ½ÐµÐ½Ð½Ñ Ñ–Ð½ÑталÑції"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½Ñ Ð¾Ð±Ñ€Ð¾Ð±ÐºÐ°"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½Ñ Ð¾Ð±Ñ€Ð¾Ð±ÐºÐ°"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "Кроки попередньої обробки"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr "Попер. чаÑ"
@@ -13886,23 +13948,23 @@ msgstr "Попер. чаÑ"
msgid "Preview"
msgstr "Попередній переглÑд"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "Попередній міÑÑць"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr "Попереднє значеннÑ"
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "Попередній тиждень"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "Попередній рік"
@@ -13935,12 +13997,14 @@ msgid "Primary POC screen name"
msgstr "Головне нік-ім'Ñ Ð´Ð»Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñƒ"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Ключова фраза приватноÑÑ‚Ñ–"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Протокол приватноÑÑ‚Ñ–"
@@ -13952,29 +14016,29 @@ msgid "Private"
msgstr "Приватний"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Файл приватного ключа"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "Рівень привілеїв"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13999,8 +14063,8 @@ msgstr "Виникла Проблема"
msgid "Problem display"
msgstr "Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Вираз Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼Ð¸"
@@ -14017,7 +14081,7 @@ msgstr "Проблему не подавлено"
msgid "Problem is suppressed"
msgstr "Проблему подавлено"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "Проблема на"
@@ -14047,13 +14111,13 @@ msgstr "Проблема, Ñкщо вÑÑ– підлеглі мають пробл
msgid "Problem, if at least one child has a problem"
msgstr "Проблема, Ñкщо хоча б у одного із підлеглих наÑвна проблема"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -14062,7 +14126,7 @@ msgstr "Проблема, Ñкщо хоча б у одного із підлег
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "Проблеми"
@@ -14099,7 +14163,7 @@ msgid "Properties"
msgstr "ВлаÑтивоÑÑ‚Ñ–"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -14117,7 +14181,7 @@ msgstr "ПрокÑÑ–"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14189,20 +14253,20 @@ msgid "Public"
msgstr "Публічний"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "Публічний ключ"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Файл публічного ключа"
@@ -14232,8 +14296,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "ВИРІШЕÐО"
@@ -14243,10 +14307,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Ðеоброблені дані"
@@ -14304,7 +14368,7 @@ msgid "Received value"
msgstr "Отримане значеннÑ"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14331,24 +14395,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "ВідновленнÑ"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Вираз Ð´Ð»Ñ Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "СинтакÑична помилка у виразі Ð´Ð»Ñ Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ."
@@ -14358,9 +14422,9 @@ msgstr "Операції відновленнÑ"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Ð§Ð°Ñ Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ"
@@ -14375,11 +14439,11 @@ msgid "Refresh"
msgstr "Оновити"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "Період оновленнÑ"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "Множник періоду оновленнÑ"
@@ -14393,7 +14457,7 @@ msgstr "Звичайні"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "РегулÑрний вираз"
@@ -14434,7 +14498,7 @@ msgstr "РегулÑрні вирази"
msgid "Regular items"
msgstr "Звичайні елементи даних"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14458,6 +14522,12 @@ msgstr "Віддалена команда"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14474,43 +14544,37 @@ msgstr "Віддалена команда"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14519,14 +14583,14 @@ msgstr "Віддалена команда"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14549,7 +14613,7 @@ msgstr "Віддалена команда"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14582,8 +14646,8 @@ msgstr "Віддалена команда"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Видалити"
@@ -14619,7 +14683,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "Видалити, %1$s"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14629,17 +14693,17 @@ msgstr "Видалено, %1$s"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Замінити"
@@ -14654,23 +14718,23 @@ msgstr "Замінити залежноÑÑ‚Ñ–"
msgid "Reports"
msgstr "Звіти"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr "Запит тіла"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr "Тип запиту тіла"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "Запит уÑпішно відправлено"
@@ -14680,7 +14744,7 @@ msgstr "Запит уÑпішно відправлено"
msgid "Request type"
msgstr "Тип запиту"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "ВимагаєтьÑÑ Ñ‚ÐµÐºÑÑ‚-відповідь"
@@ -14697,14 +14761,14 @@ msgstr "Ðеобхідна продуктивніÑÑ‚ÑŒ (знач/Ñек)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Ðеобхідна ÑˆÐ²Ð¸Ð´ÐºÐ¾Ð´Ñ–Ñ Zabbix Ñервера, в одиницÑÑ… очікуваної кількоÑÑ‚Ñ– нових значень в Ñекунду."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Ðеобхідна потужніÑÑ‚ÑŒ Ñервера, нових значень в Ñекунду"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "Ðеобхідні коди ÑтатуÑу"
@@ -14712,7 +14776,7 @@ msgstr "Ðеобхідні коди ÑтатуÑу"
msgid "Required string"
msgstr "Ðеобхідна Ñтрока"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Скинути"
@@ -14741,7 +14805,7 @@ msgstr "Скинути підтвердженнÑ"
msgid "Reset defaults"
msgstr "Скинути по замовчуванню"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Вирішено"
@@ -14753,26 +14817,26 @@ msgstr "Вирішено цим"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Вирішено правилом корелÑції \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Вирішено правилом корелÑції."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Вирішено кориÑтувачем \"%1$s\"."
@@ -14809,15 +14873,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "Результат"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14836,14 +14900,14 @@ msgstr "Результат ІСТИÐÐ"
msgid "Result type"
msgstr "Тип результату"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "Режим отриманнÑ"
@@ -15006,12 +15070,12 @@ msgstr "Виконує вказану команду на вузлі мережÑ
msgid "Russian (ru_RU)"
msgstr "РоÑійÑька (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "Сб"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "Ðд"
@@ -15021,7 +15085,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -15066,16 +15131,16 @@ msgstr "Порт SMTP Ñерверу"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -15083,8 +15148,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP community"
@@ -15100,11 +15167,13 @@ msgstr "SNMP трап"
msgid "SNMP trap key is invalid."
msgstr "Ключ SNMP trap помилковий."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -15112,7 +15181,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 агент"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -15120,7 +15190,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 агент"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -15142,9 +15213,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQL запитів: %1$s (selects: %2$s | executes: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL запит"
@@ -15167,40 +15238,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH агент"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "Файл SSL Ñертифікату"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "Файл SSL ключа"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Пароль SSL ключа"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "ПеревірÑти SSL host"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "ПеревірÑти SSL peer"
@@ -15228,15 +15299,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "Суб"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "Субота"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Зберегти зміни"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Зберегти Ñк \"%1$s\""
@@ -15258,12 +15337,12 @@ msgid "Scheduled check"
msgstr "Запланована перевірка"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15347,9 +15426,9 @@ msgid "Screen updated"
msgstr "КомплекÑний екран оновлено"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15364,7 +15443,7 @@ msgstr "КомплекÑний екран оновлено"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "КомплекÑні екрани"
@@ -15430,7 +15509,7 @@ msgstr "Скрипт оновлено"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "Скрипти"
@@ -15488,19 +15567,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "Рівень безпеки"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Ім'Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15511,8 +15592,8 @@ msgstr "Ім'Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15520,15 +15601,15 @@ msgstr "Ім'Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Вибрати"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Обрати прототип"
@@ -15561,19 +15642,19 @@ msgstr "Вибрані елементи"
msgid "Selected items only"
msgstr "Тільки обрані елементи даних"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "Вибрано, %1$s в позиції %2$d з %3$d"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "Вибрано, %1$s, тільки читаннÑ, в позиції %2$d з %3$d"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "ПереміÑтити назад"
@@ -15598,7 +15679,7 @@ msgstr "ÐадіÑлати тільки на"
msgid "Send to"
msgstr "ÐадіÑлати"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "ПереміÑтити на Ñамий зад"
@@ -15625,13 +15706,13 @@ msgstr "Вер"
msgid "Separated"
msgstr "Ðепідтверджені окремо"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "ВереÑень"
@@ -15756,12 +15837,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "СеÑÑ–Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐ¸Ð»Ð°ÑÑŒ, будь-лаÑка повторно увійдіть в ÑиÑтему."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "Задати кориÑтувацький період чаÑу"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr "Ð’Ñтановити помилку Ñк"
@@ -15770,11 +15852,11 @@ msgstr "Ð’Ñтановити помилку Ñк"
msgid "Set host inventory mode"
msgstr "Ð’Ñтановити режим інвентарних даних вузла мережі"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr "Ð’Ñтановити Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñк"
@@ -15797,28 +15879,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15837,7 +15919,7 @@ msgid "Severity changed"
msgstr "ВажливіÑÑ‚ÑŒ змінено"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "Зміна важливоÑÑ‚Ñ–"
@@ -15867,7 +15949,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Спільний доÑтуп"
@@ -15885,14 +15967,14 @@ msgstr "Ð’ опції Ñпільного доÑтупу \"%1$s\" відÑутнÑ
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "Ð’ опції Ñпільного доÑтупу \"%1$s\" відÑутнє Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð»Ñ ÐºÐ¾Ð¼Ð¿Ð»ÐµÐºÑного екрану \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "Скорочено"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15903,8 +15985,8 @@ msgstr "Скорочено"
msgid "Show"
msgstr "Відобразити"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Відображувати деталі"
@@ -15912,7 +15994,7 @@ msgstr "Відображувати деталі"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15939,7 +16021,11 @@ msgstr "Відображувати легенду"
msgid "Show lines"
msgstr "Відображувати лінії"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15961,9 +16047,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15974,7 +16060,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr "Відображувати подавлені проблеми"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Відображати теги"
@@ -15988,7 +16074,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Відобразити текÑÑ‚ у виглÑді HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15999,7 +16085,7 @@ msgid "Show triggers"
msgstr "Відображувати тригери"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Відображувати тільки непідтверджені"
@@ -16008,10 +16094,10 @@ msgstr "Відображувати тільки непідтверджені"
msgid "Show unavailable maps"
msgstr "Відображувати недоÑтупні карти"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Відображувати значеннÑ"
@@ -16023,7 +16109,7 @@ msgstr "Відображувати попередженнÑ, Ñкщо Zabbix ÑÐ
msgid "Show working time"
msgstr "Відображувати робочий чаÑ"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Показана"
@@ -16074,8 +16160,8 @@ msgstr "ПроÑтий графік"
msgid "Simple graph prototype"
msgstr "Прототип проÑтого графіку"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "Один раз"
@@ -16186,7 +16272,7 @@ msgstr "Слайди"
msgid "Slovak (sk_SK)"
msgstr "Словацька (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Подрімати"
@@ -16324,7 +16410,8 @@ msgstr "Статично"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16332,16 +16419,15 @@ msgstr "Статично"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16361,7 +16447,7 @@ msgstr "Статично"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16449,28 +16535,28 @@ msgid "Stop"
msgstr "Стоп"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16482,7 +16568,7 @@ msgstr "Straight"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16507,14 +16593,14 @@ msgid "Subject"
msgstr "Тема"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Суб'єкт"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Суб-карта"
@@ -16522,7 +16608,7 @@ msgstr "Суб-карта"
msgid "Success Audit"
msgstr "Ðудит уÑпіхів"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "ÐŸÐ¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ уÑпіх"
@@ -16535,7 +16621,7 @@ msgstr "Сумарна ÑтатиÑтика вхідного та вихідно
msgid "Sun"
msgstr "Ðед"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "ÐеділÑ"
@@ -16579,7 +16665,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "ÐŸÐµÑ€ÐµÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ Ð¼ÐµÑ‚Ð¾Ð´Ñƒ аутентифікації Ñкине вÑÑ– ÑеÑÑ–Ñ— за виключеннÑм цієї! Продовжити?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16630,12 +16716,12 @@ msgstr "Ð§Ð°Ñ ÑиÑтеми. Повертає ціле чиÑло Ð´Ð»Ñ type
msgid "System uptime in seconds. Returns integer"
msgstr "Ð§Ð°Ñ Ð±ÐµÐ·Ð¿ÐµÑ€ÐµÑ€Ð²Ð½Ð¾Ñ— роботи ÑиÑтеми в Ñекундах (uptime). Повертає ціле чиÑло"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "Чт"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "Ð’Ñ‚"
@@ -16677,12 +16763,12 @@ msgstr "Ð¢Ð°Ð±Ð»Ð¸Ñ†Ñ \"%1$s\" не має Ð¿Ð¾Ð»Ñ Ð· ім'Ñм \"%2$s\"."
msgid "Tag"
msgstr "Тег"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "Тег \"%1$s\" зі значеннÑм \"%2$s\" вже Ñ–Ñнує."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "Пріоритет Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ñ‚ÐµÐ³Ñ–Ð²"
@@ -16691,12 +16777,12 @@ msgstr "Пріоритет Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ñ‚ÐµÐ³Ñ–Ð²"
msgid "Tag filter"
msgstr "Фільтр тегів"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Тег Ð´Ð»Ñ ÑпівпадіннÑ"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "Ім'Ñ Ñ‚ÐµÐ³Ñƒ"
@@ -16707,25 +16793,25 @@ msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ‚ÐµÐ³Ñƒ"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16733,11 +16819,11 @@ msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ‚ÐµÐ³Ñƒ"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16746,11 +16832,11 @@ msgid "Tags"
msgstr "Теги"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Ціль"
@@ -16869,13 +16955,13 @@ msgstr "Шаблон із цим Ñамим видимим ім'Ñм \"%1$s\" в
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16897,20 +16983,20 @@ msgstr "Шаблони оновлено"
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "ТеÑÑ‚"
@@ -16935,7 +17021,7 @@ msgstr "ТеÑтові дані"
msgid "Test expressions"
msgstr "ТеÑÑ‚ виразів"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16963,10 +17049,10 @@ msgstr "Тема теÑту"
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -17005,7 +17091,7 @@ msgstr "Група елементів даних більше не виÑвлÑÑ
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -17100,11 +17186,11 @@ msgstr "Група елементів даних веб Ñценарію налÐ
msgid "Theme"
msgstr "Тема інтерфейÑу"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "Цей день попереднього тижнÑ"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -17113,11 +17199,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr "Це теÑтове Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ Zabbix"
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "Цей міÑÑць"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "Цей міÑÑць по нині"
@@ -17129,23 +17215,23 @@ msgstr "Стовпчик комплекÑного екрану не порожн
msgid "This screen row is not empty. Delete it?"
msgstr "РÑдок комплекÑного екрану не порожній. Видалити його?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Цей тиждень"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "Цей тиждень по нині"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Цей рік"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "Цей рік по нині"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Межа"
@@ -17157,7 +17243,7 @@ msgstr "ДедуплікаціÑ"
msgid "Thu"
msgstr "Чет"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "Четвер"
@@ -17168,19 +17254,19 @@ msgstr "Четвер"
msgid "Till"
msgstr "До"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17223,12 +17309,12 @@ msgstr ""
msgid "Time period"
msgstr "Період чаÑу"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17240,16 +17326,23 @@ msgstr "ЗÑув чаÑу"
msgid "Time type"
msgstr "Тип чаÑу"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "Ð§Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ"
@@ -17263,22 +17356,23 @@ msgstr "Ð§Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ"
msgid "Timestamp"
msgstr "Ð§Ð°Ñ Ð²Ð¸Ð½Ð¸ÐºÐ½ÐµÐ½Ð½Ñ (штамп)"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "До"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Ð”Ð»Ñ Ð²ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ–Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñу вузла мережі виберіть один тип елемента даних Ð´Ð»Ñ Ð²ÑÑ–Ñ… елементів даних"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Сьогодні"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "Сьогодні по нині"
@@ -17368,10 +17462,10 @@ msgstr "Вважати Ñк 0"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Період Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñ‚Ñ€ÐµÐ½Ð´Ñ–Ð²"
@@ -17380,34 +17474,34 @@ msgstr "Період Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñ‚Ñ€ÐµÐ½Ð´Ñ–Ð²"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "Динаміка"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Тригер"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Тригер \"%1$s\" вже Ñ–Ñнує у \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "Тригер \"%1$s\" належить шаблонам з різними зв'Ñзками."
@@ -17417,7 +17511,7 @@ msgstr "Тригер \"%1$s\" належить шаблонам з різнимÐ
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Тригер \"%1$s\" залежить від тригера \"%2$s\", Ñкий не Ñ–Ñнує."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17425,7 +17519,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Тригер додано"
@@ -17433,7 +17527,7 @@ msgstr "Тригер додано"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Тригер не може залежати від тригера, Ñкий уÑпадкований від нього."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Тригер Ñкопійовано"
@@ -17444,7 +17538,7 @@ msgstr[2] "Тригери Ñкопійовано"
msgid "Trigger data storage period"
msgstr "Період Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… тригерів"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Тригер видалено"
@@ -17452,7 +17546,7 @@ msgstr "Тригер видалено"
msgid "Trigger details"
msgstr "Деталі тригера"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Тригер дезактивовано"
@@ -17464,14 +17558,14 @@ msgstr[2] "Тригери дезактивовано"
msgid "Trigger displaying options"
msgstr "Параметри Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ñ‚Ñ€Ð¸Ð³ÐµÑ€Ð°"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Тригер активовано"
msgstr[1] "Тригери активовано"
msgstr[2] "Тригери активовано"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Вираз тригера повинен міÑтити принаймні одне поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð²ÑƒÐ·ÐµÐ»_мережі:ключ."
@@ -17511,24 +17605,24 @@ msgstr "ОглÑд тригерів"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Прототип тригера"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Прототип тригера \"%1$s\" вже Ñ–Ñнує в \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "Прототип тригера \"%1$s\" належить шаблонам з різними зв'Ñзками."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Прототип тригера \"%1$s\" міÑтить прототипи елементів даних з декількох правил виÑвленнÑ."
@@ -17538,12 +17632,12 @@ msgstr "Прототип тригера \"%1$s\" міÑтить прототип
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Прототип тригера \"%1$s\" залежить від тригера \"%2$s\", Ñкий не Ñ–Ñнує."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Прототип тригера \"%1$s\" повинен міÑтити принаймні один прототип елемента даних."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Прототип тригера додано"
@@ -17551,11 +17645,11 @@ msgstr "Прототип тригера додано"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Прототип тригера не може залежати від тригера Ñкий уÑпадкований від нього."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Прототип тригера видалено"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Прототип тригера оновлено"
@@ -17564,7 +17658,7 @@ msgstr[2] "Прототипи тригерів оновлено"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17572,15 +17666,15 @@ msgstr[2] "Прототипи тригерів оновлено"
msgid "Trigger prototypes"
msgstr "Прототипи тригерів"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "Прототипи тригера видалено"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "Прототипи тригерів оновлено"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "Вираз Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ‚Ñ€Ð¸Ð³ÐµÑ€Ð° повинен міÑтити принаймні одне поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° хоÑÑ‚:ключ."
@@ -17588,11 +17682,11 @@ msgstr "Вираз Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ‚Ñ€Ð¸Ð³ÐµÑ€Ð° повинен міÑÑ‚
msgid "Trigger severity"
msgstr "ВажливіÑÑ‚ÑŒ тригера"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Стан тригера \"ОК\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Стан тригера \"Проблема\""
@@ -17600,19 +17694,19 @@ msgstr "Стан тригера \"Проблема\""
msgid "Trigger tags"
msgstr "Теги тригера"
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Тригер оновлено"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17625,11 +17719,11 @@ msgstr "Тригер оновлено"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "Тригери"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "Тригери видалено"
@@ -17645,7 +17739,7 @@ msgstr "Обрізати"
msgid "Tue"
msgstr "Вів"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "Вівторок"
@@ -17658,7 +17752,7 @@ msgstr "Турецька (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Два елементи даних (\"%1$s\" та \"%2$s\") не можуть заповнювати одне поле \"%3$s\" інвентарних даних вузла мережі, це призвело б до конфлікту."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "Ðеобхідно вибрати два елемента карти мережі"
@@ -17678,7 +17772,7 @@ msgstr "Ðеобхідно вибрати два елемента карти мÐ
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17690,21 +17784,21 @@ msgstr "Ðеобхідно вибрати два елемента карти мÐ
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17737,18 +17831,18 @@ msgstr "Тип (в порÑдку ÑпаданнÑ)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Тип підрахунку"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Тип інформації"
@@ -17765,8 +17859,8 @@ msgstr "Типи"
msgid "UNKNOWN"
msgstr "ÐЕВІДОМО"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17776,11 +17870,11 @@ msgstr "ÐЕВІДОМО"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17826,7 +17920,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "URL повинен мати обидва Ð¿Ð¾Ð»Ñ \"name\" та \"url\" Ð´Ð»Ñ ÐºÐ°Ñ€Ñ‚Ð¸ мережі \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLи"
@@ -17910,10 +18004,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "ÐžÐ´Ð¸Ð½Ð¸Ñ†Ñ Ð²Ð¸Ð¼Ñ–Ñ€Ñƒ"
@@ -17935,7 +18029,7 @@ msgstr "ÐžÐ´Ð¸Ð½Ð¸Ñ†Ñ Ð²Ð¸Ð¼Ñ–Ñ€Ñƒ"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17954,18 +18048,18 @@ msgstr "Ðевідома діÑ"
msgid "Unknown error"
msgstr "Ðевідома помилка"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Ðевідома функціÑ."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Ðевідомий елемент даних вузла мережі, немає цього елемента в обраному вузлі"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Ðевідомий вузел мережі, його не предÑтавлено в ÑиÑтемі"
@@ -17991,15 +18085,15 @@ msgstr "Ðевідомий тип"
msgid "Unlimited"
msgstr "Ðеобмежено"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Від'єднати"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Від'єднати та очиÑтити"
@@ -18042,7 +18136,7 @@ msgstr "Від'єднано: Прототип елемента даних \"%1$s
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Від'єднано: Веб Ñценарій \"%1$s\" на \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Увімк. звук"
@@ -18089,6 +18183,11 @@ msgstr "Ðепідтримуваний параметр \"%2$s\" Ð´Ð»Ñ Ñ„Ñ–Ð»ÑŒ
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Ðепідтримуваний параметр \"%2$s\" Ð´Ð»Ñ Ñ„Ñ–Ð»ÑŒÑ‚Ñ€Ñƒ в правилі виÑÐ²Ð»ÐµÐ½Ð½Ñ \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -18125,28 +18224,29 @@ msgstr "ДоÑтупний"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -18163,16 +18263,16 @@ msgstr "Оновити Ñ–Ñнуючі"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Інтервал оновленнÑ"
@@ -18227,7 +18327,7 @@ msgstr "Ð§Ð°Ñ Ñ€Ð¾Ð±Ð¾Ñ‚Ð¸ процеÑу Zabbix Ñервера в Ñекунд
msgid "Uptime/Downtime"
msgstr "ДоÑтупний/ÐедоÑтупний"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "ВикориÑтовувати маÑові запити"
@@ -18256,7 +18356,7 @@ msgstr "ВикориÑтовуєтьÑÑ Ð² елементах даних"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "КориÑтувач"
@@ -18421,14 +18521,14 @@ msgstr "Меню кориÑтувача"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача"
@@ -18496,11 +18596,11 @@ msgstr ""
msgid "User/Recipient"
msgstr "КориÑтувач/Отримувач"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача"
@@ -18508,8 +18608,8 @@ msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача"
msgid "Username and password"
msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача та пароль"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18774,24 +18874,24 @@ msgstr "ВалідаціÑ"
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18921,18 +19021,18 @@ msgstr "Змінні"
msgid "Various information about specific process(es). Returns float"
msgstr "Різноманітна Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ певний процеÑ(и). Повертає дробове"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18940,8 +19040,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18953,7 +19053,7 @@ msgstr "ПоÑтачальник"
msgid "Verbose"
msgstr "Детально"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -19014,7 +19114,7 @@ msgstr "Видиме ім'Ñ"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Видиме ім'Ñ Ð½Ðµ може бути пуÑтим, Ñкщо ім'Ñ Ð²ÑƒÐ·Ð»Ð° мережі відÑутнє."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "Ср"
@@ -19026,22 +19126,22 @@ msgstr "Ср"
msgid "Warning"
msgstr "ПопередженнÑ"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "ПопередженнÑ"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "Вибачте, але доÑÑгнуто макÑимум Ð´Ð»Ñ Ð·Ð°Ð¿Ð°Ð¼'ÑÑ‚Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ–Ð²."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -19051,7 +19151,7 @@ msgstr "Вибачте, але доÑÑгнуто макÑимум Ð´Ð»Ñ Ð·Ð°Ð¿
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Веб"
@@ -19110,7 +19210,7 @@ msgstr[2] "Веб Ñценарії активовано"
msgid "Web scenario updated"
msgstr "Веб Ñценарій оновлено"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -19128,7 +19228,7 @@ msgstr ""
msgid "Wed"
msgstr "Сер"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "Середа"
@@ -19141,7 +19241,7 @@ msgstr "ЩотижнÑ"
msgid "Welcome"
msgstr "ЛаÑкаво проÑимо"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "ЛаÑкаво проÑимо до"
@@ -19149,7 +19249,7 @@ msgstr "ЛаÑкаво проÑимо до"
msgid "When active"
msgstr "Коли активно"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -19191,7 +19291,7 @@ msgstr "З залежноÑÑ‚Ñми"
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19265,13 +19365,13 @@ msgstr "Помилкові Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ Ð¿Ð¾Ñлуги \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Помилкові Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ Ñ‡Ð°Ñу поÑлуги \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Помилкові Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾Ñ‚Ð¸Ð¿Ñƒ тригера."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Помилкові Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ Ñ‚Ñ€Ð¸Ð³ÐµÑ€Ð°."
@@ -19279,8 +19379,8 @@ msgstr "Помилкові Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ Ñ‚Ñ€Ð¸Ð³ÐµÑ€Ð°."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "Помилкове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð¿Ð¾Ð»Ñ url."
@@ -19313,10 +19413,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "XML дані"
@@ -19407,7 +19507,7 @@ msgstr "YYYY-MM-DD hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19426,20 +19526,20 @@ msgstr "Щороку"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19451,7 +19551,7 @@ msgstr "Щороку"
msgid "Yes"
msgstr "Так"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "Вчора"
@@ -19462,7 +19562,7 @@ msgstr "Ви увійшли під іменем \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "Ви не можете вибрати деÑкі з мов, тому що Ñ—Ñ… локалі не вÑтановлено на веб-Ñервері."
@@ -19517,7 +19617,7 @@ msgstr "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” повноважень Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ñ†
msgid "You do not have permissions to create users."
msgstr "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” повноважень Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувачів."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19525,7 +19625,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтатньо прав Ð´Ð»Ñ Ð´Ð¾Ñтупу до цієї Ñторінки."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "У Ð²Ð°Ñ Ñ” незбережені зміни."
@@ -19600,7 +19700,7 @@ msgstr "Форма входу в ÑиÑтему Zabbix"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "Zabbix Ñервер"
@@ -19618,7 +19718,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbix Ñервер (прокÑÑ–)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Деталі Zabbix Ñервера"
@@ -19626,15 +19726,15 @@ msgstr "Деталі Zabbix Ñервера"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix Ñервер не запущено: відображувана Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¼Ð¾Ð¶Ðµ бути не актуальною."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbix Ñервер в запущеному Ñтані"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Ім'Ñ Zabbix Ñервера"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Порт Zabbix Ñервера"
@@ -19643,6 +19743,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix трапер"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "Розширити"
@@ -19656,51 +19757,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "очікуєтьÑÑ Ð»Ð¾Ð³Ñ–Ñ‡Ð½Ðµ значеннÑ"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "очікуєтьÑÑ Ñ€Ñдок Ñимволів"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "очікувавÑÑ ÑˆÑ–ÑтнÑдцÑтковий код кольору (6 Ñимволів)"
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr "очікуєтьÑÑ Ð¼Ð°ÐºÑ€Ð¾Ñ Ð½Ð¸Ð·ÑŒÐºÐ¾-рівневого виÑвленнÑ"
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "очікуєтьÑÑ Ñ‡Ð¸Ñло"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "чиÑло занадто велике"
@@ -19713,8 +19819,8 @@ msgstr "чиÑло занадто велике"
msgid "a numeric value is expected"
msgstr "очікуєтьÑÑ Ñ‡Ð¸Ñлове значеннÑ"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr "очікуєтьÑÑ Ð²Ñ–Ð´Ð½Ð¾Ñний чаÑ"
@@ -19722,29 +19828,29 @@ msgstr "очікуєтьÑÑ Ð²Ñ–Ð´Ð½Ð¾Ñний чаÑ"
msgid "a time is expected"
msgstr "очікувавÑÑ Ñ‡Ð°Ñ"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "очікуєтьÑÑ Ð¿ÐµÑ€Ñ–Ð¾Ð´ чаÑу"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "очікуєтьÑÑ Ð¿ÐµÑ€Ñ–Ð¾Ð´ чаÑу"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "очікуєтьÑÑ Ð¾Ð´Ð¸Ð½Ð¸Ñ†Ñ Ñ‡Ð°Ñу"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "очікуєтьÑÑ Ð¼Ð°ÐºÑ€Ð¾Ñ ÐºÐ¾Ñ€Ð¸Ñтувача"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange() - Ð Ñ–Ð·Ð½Ð¸Ñ†Ñ Ð¿Ð¾ модулю між оÑтаннім Ñ– попереднім значениÑм"
@@ -19786,6 +19892,10 @@ msgstr "вÑÑ–"
msgid "all media"
msgstr "вÑÑ– методи повідомлень"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19797,23 +19907,23 @@ msgstr "вÑÑ– методи повідомлень"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "очікуєтьÑÑ Ð¼Ð°Ñив"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "очікуєтьÑÑ Ð¼Ð°Ñив або Ñ€Ñдок Ñимволів"
@@ -19823,7 +19933,7 @@ msgid "an empty string is expected"
msgstr "очікувавÑÑ Ð¿ÑƒÑтий Ñ€Ñдок"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "очікуєтьÑÑ Ð¿Ð°Ñ€Ð½Ð° кількіÑÑ‚ÑŒ шіÑтнадцÑткових Ñимволів"
@@ -19831,11 +19941,11 @@ msgstr "очікуєтьÑÑ Ð¿Ð°Ñ€Ð½Ð° кількіÑÑ‚ÑŒ шіÑтнадцÑÑ‚Ð
msgid "an explicit time is expected"
msgstr "очікувавÑÑ Ñ‡Ñ–Ñ‚ÐºÐ¸Ð¹ чаÑ"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19884,11 +19994,11 @@ msgstr ""
msgid "avg"
msgstr "Ñер."
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg() - Середнє Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð·Ð° період Т"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band() - Побітове ТРоÑтаннього (найбільш недавнього) Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¢ та маÑка"
@@ -19916,10 +20026,9 @@ msgstr "неможливо змінити"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19927,7 +20036,7 @@ msgstr "неможливо змінити"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19952,6 +20061,9 @@ msgstr "неможливо змінити"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19978,11 +20090,11 @@ msgstr "неможливо змінити"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -20004,14 +20116,14 @@ msgstr "неможливо змінити"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -20036,7 +20148,7 @@ msgstr "неможливо виконати запит Scroll API, дані мо
msgid "cannot update property for templated discovery rule"
msgstr "неможливо оновити влаÑтивіÑÑ‚ÑŒ Ð´Ð»Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð½Ð¾Ð³Ð¾ правила виÑвленнÑ"
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "change() - Ð Ñ–Ð·Ð½Ð¸Ñ†Ñ Ð¼Ñ–Ð¶ оÑтаннім та попереднім значеннÑм"
@@ -20054,11 +20166,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "кільцева залежніÑÑ‚ÑŒ елементів даних не дозволена"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "колір"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "ÑпиÑок, розділений комами"
@@ -20077,11 +20189,11 @@ msgstr "міÑтить"
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "count() - КількіÑÑ‚ÑŒ уÑпішно отриманих значень V (Ñкі задовільнÑÑŽÑ‚ÑŒ оператор О) за період Т"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "д"
@@ -20090,32 +20202,32 @@ msgstr "д"
msgid "d.M"
msgstr "d M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date() - Поточна дата"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth() - День міÑÑцÑ"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek() - День тижнÑ"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "днів"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "по замовчуванню"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta() - Ð Ñ–Ð·Ð½Ð¸Ñ†Ñ Ð¼Ñ–Ð¶ ÐœÐКС та МІРзначеннÑм за період Т"
@@ -20141,11 +20253,11 @@ msgstr "за ÑпаданнÑм"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff() - ВідмінніÑÑ‚ÑŒ оÑтаннього та попереднього значень (1 - Ñ–Ñтина, 0 - фальш)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "тека або ім'Ñ Ñкрипта не можуть бути пуÑтими"
@@ -20184,7 +20296,7 @@ msgstr "не дорівнює"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20223,7 +20335,7 @@ msgstr "перший"
msgid "first parameter is expected"
msgstr "очікуєтьÑÑ Ð¿ÐµÑ€ÑˆÐ¸Ð¹ параметр"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "forecast() - Прогноз Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· t Ñекунд на оÑнові періоду Т"
@@ -20231,14 +20343,14 @@ msgstr "forecast() - Прогноз Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· t Ñекунд Ð
msgid "fourth"
msgstr "четвертий"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr "fuzzytime() - Ð Ñ–Ð·Ð½Ð¸Ñ†Ñ Ð¼Ñ–Ð¶ значеннÑм елементу даних (Ñк штамп чаÑу) та штампом чаÑу Zabbix Ñервера Ñ” меншою за або дорівнює T Ñекунд (1 - Ñ–Ñтина, 0 - фальш)"
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "глобальних налаштуваннÑÑ… очиÑтки Ñ–Ñторії"
@@ -20247,7 +20359,7 @@ msgstr "глобальних налаштуваннÑÑ… очиÑтки Ñ–ÑтоÑ
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "г"
@@ -20305,11 +20417,11 @@ msgstr "в"
msgid "including subgroups"
msgstr "включаючи Ñубгрупи"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20346,7 +20458,7 @@ msgstr "недійÑний патерн Prometheus"
msgid "invalid address range \"%1$s\""
msgstr "неправильний діапазон Ð°Ð´Ñ€ÐµÑ \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "помилкова поÑлідовніÑÑ‚ÑŒ байт в UTF-8"
@@ -20360,15 +20472,15 @@ msgstr "некоректна затримка"
msgid "invalid history storage period"
msgstr "некоректний період Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñ–Ñторії"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "некоректне ім'Ñ Ð³Ñ€ÑƒÐ¿Ð¸ вузлів мережі"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "некоректне ім'Ñ Ð²ÑƒÐ·Ð»Ð° мережі"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "помилковий регулÑрний вираз"
@@ -20378,7 +20490,7 @@ msgstr "помилковий регулÑрний вираз"
msgid "invalid trend storage period"
msgstr "некоректний період Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñ‚Ñ€ÐµÐ½Ð´Ñ–Ð²"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregexp() - РегулÑрний вираз V відповідає оÑтанньому значенню за період Т (не залежить від регіÑтру; 1 - відповідає, 0 - не відповідає)"
@@ -20390,7 +20502,7 @@ msgstr "більше ніж чи дорівнює"
msgid "is less than or equals"
msgstr "менше ніж чи дорівнює"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "не обгорнуте в {} або неправильно Ñформоване"
@@ -20420,7 +20532,7 @@ msgstr "ключ пуÑтий"
msgid "last"
msgstr "оÑÑ‚."
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last() - ОÑтаннє (найбільш недавнє) Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¢"
@@ -20432,15 +20544,15 @@ msgstr "зліва"
msgid "list of characters"
msgstr "ÑпиÑок Ñимволів"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid() - ID події оÑтаннього запиÑу логу відповідає регулÑрному виразу Т (1 - відповідає, 0 - не відповідає)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity() - ВажливіÑÑ‚ÑŒ оÑтаннього запиÑу логу"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logsource() - Джерело в оÑтанньому запиÑÑ– логу відповідає параметру Т (1 - відповідає, 0 - не відповідає)"
@@ -20448,12 +20560,12 @@ msgstr "logsource() - Джерело в оÑтанньому запиÑÑ– лог
msgid "low-level discovery rule"
msgstr "правило низькорівневого виÑвленнÑ"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "хв"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "м"
@@ -20483,7 +20595,7 @@ msgstr "карта мережі"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20507,7 +20619,7 @@ msgstr "макÑ."
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max() - МакÑимальне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð·Ð° період Т"
@@ -20534,12 +20646,12 @@ msgstr "доÑÑгнуто макÑимальну кількіÑÑ‚ÑŒ рівніÐ
msgid "min"
msgstr "мін."
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "max() - Мінімальне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð·Ð° період Т"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "мінімальна довжина %1$s Ñимволів"
@@ -20572,27 +20684,27 @@ msgstr "має бути дійÑним кориÑтувачем LDAP"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "має бути між \"%1$s\" та \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "має міÑтити принаймні один Ð¼Ð°ÐºÑ€Ð¾Ñ Ð½Ð¸Ð·ÑŒÐºÐ¾Ñ€Ñ–Ð²Ð½ÐµÐ²Ð¾Ð³Ð¾ виÑвленнÑ"
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "назва"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "новий"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "новий"
@@ -20602,7 +20714,7 @@ msgstr "новий"
msgid "no data"
msgstr "немає даних"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20623,7 +20735,7 @@ msgstr "не в"
msgid "not selected"
msgstr "не обрано"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now() - КількіÑÑ‚ÑŒ Ñекунд починаючи з Epoch"
@@ -20631,8 +20743,8 @@ msgstr "now() - КількіÑÑ‚ÑŒ Ñекунд починаючи з Epoch"
msgid "number"
msgstr "чиÑло"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "із"
@@ -20680,7 +20792,7 @@ msgstr "вимк"
msgid "on"
msgstr "в"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr "дозволÑєтьÑÑ Ñ‚Ñ–Ð»ÑŒÐºÐ¸ одна Ð¾Ð´Ð¸Ð½Ð¸Ñ†Ñ Ñ‡Ð°Ñу"
@@ -20696,11 +20808,11 @@ msgstr "інший"
msgid "output"
msgstr "вивід"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20711,11 +20823,11 @@ msgstr ""
msgid "pattern"
msgstr "шаблон"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "percentile() - Процентне P за період Т"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev() - Попереднє значеннÑ"
@@ -20732,12 +20844,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "оновлюєтьÑÑ ÐºÐ¾Ð¶Ð½Ð¸Ñ… %1$s Ñек."
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp() - РегулÑрний вираз V відповідає оÑтанньому значенню за період Т (1 - відповідає, 0 - не відповідає)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20754,7 +20866,7 @@ msgstr "Ñправа"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "корінь"
@@ -20803,6 +20915,7 @@ msgstr "короткий опиÑ"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20817,15 +20930,15 @@ msgstr "короткий опиÑ"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "має бути пуÑтим"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr "має бути менше ніж поточний чаÑ"
@@ -20833,10 +20946,10 @@ msgstr "має бути менше ніж поточний чаÑ"
msgid "show icon mappings"
msgstr "показати Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ–ÐºÐ¾Ð½Ð¾Ðº"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½ÑŒ"
@@ -20844,11 +20957,11 @@ msgstr "Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½ÑŒ"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str() - Пошук Ñ€Ñдка V в оÑтанньому (найбільш недавньому) значенні (1 -знайдено, 0 - не знайдено)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen() - Довжина оÑтаннього (найбільш недавнього) Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¢ в Ñимволах"
@@ -20856,7 +20969,7 @@ msgstr "strlen() - Довжина оÑтаннього (найбільш недÐ
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "sum() - Сума значень за період Т"
@@ -20865,14 +20978,14 @@ msgid "supplied credentials are not unique"
msgstr "наданий обліковий Ð·Ð°Ð¿Ð¸Ñ Ð½Ðµ унікальний"
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20907,9 +21020,13 @@ msgstr "шаблон з ID \"%1$s\" передано %2$s разів"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "параметр \"%1$s\" відÑутній"
@@ -20924,7 +21041,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20943,18 +21060,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "зÑув чаÑу"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time() - Поточний чаÑ"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft() - Ð§Ð°Ñ Ð´Ð¾ÑÑÐ³Ð½ÐµÐ½Ð½Ñ Ð¿Ð¾Ñ€Ð¾Ð³Ñƒ, вирахуваний на оÑнові періоду Т"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20965,26 +21106,26 @@ msgstr "тригер"
msgid "trigger does not allow manual closing"
msgstr "Ð´Ð»Ñ Ñ‚Ñ€Ð¸Ð³ÐµÑ€Ð° не дозволено Ð·Ð°ÐºÑ€Ð¸Ñ‚Ñ‚Ñ Ð²Ñ€ÑƒÑ‡Ð½Ñƒ"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "прототип тригера неможливо переміÑтити в другий шаблон або вузел мережі"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "тригера зв зв'Ñзками неможливо переміÑтити в другий шаблон або вузел мережі"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "почніть друкувати Ð´Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20994,7 +21135,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -21011,9 +21152,10 @@ msgstr "неочікуваний кінець макроÑу"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "неочікуваний параметр \"%1$s\""
@@ -21040,12 +21182,12 @@ msgstr "неочікуваний текÑÑ‚ \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "неочікуване Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ \"%1$s\""
@@ -21055,7 +21197,7 @@ msgstr "неочікуване Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ \"%1$s\""
msgid "unknown"
msgstr "невідомо"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr "непідтримуваний ÑÑƒÑ„Ñ–ÐºÑ Ñ‡Ð°Ñу"
@@ -21064,28 +21206,28 @@ msgid "unsupported version number"
msgstr "непідтримуваний номер верÑÑ–Ñ—"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -21095,7 +21237,7 @@ msgstr "непідтримуваний номер верÑÑ–Ñ—"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "значеннÑ"
@@ -21113,26 +21255,29 @@ msgstr "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ \"%1$s\" вже Ñ–Ñнує"
msgid "value \"%1$s\" not found"
msgstr "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ \"%1$s\" не знайдено"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ %1$s вже Ñ–Ñнує"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð½Ð°Ð´Ñ‚Ð¾ довге"
@@ -21160,9 +21305,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -21199,7 +21344,7 @@ msgstr "помилковий тип правила виÑвленнÑ"
msgid "wrong item type"
msgstr "помилковий тип елементу даних"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "Ñ€"
diff --git a/ui/locale/vi/LC_MESSAGES/frontend.po b/ui/locale/vi/LC_MESSAGES/frontend.po
index 020f2c1c1bf..3314e4b891f 100644
--- a/ui/locale/vi/LC_MESSAGES/frontend.po
+++ b/ui/locale/vi/LC_MESSAGES/frontend.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2019-12-09 09:53+0300\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -32,7 +32,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" được dự đoán trước"
@@ -60,7 +60,7 @@ msgid "\"host:key\" pair is expected"
msgstr "Cặp \"host:key\" được dự đoán"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -77,7 +77,7 @@ msgid "%1$d day"
msgid_plural "%1$d days"
msgstr[0] "%1$d ngày"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -154,8 +154,8 @@ msgstr[0] "%1$s tin nhắn "
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -167,7 +167,7 @@ msgid "%1$s of %2$s element in problem state"
msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "Trạng thái phần tá»­ %1$s của %2$s gặp vấn Ä‘á»"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -196,14 +196,14 @@ msgstr[0] "%1$s thử lại "
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s giây"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -221,20 +221,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "%1$s ô Ä‘iá»u khiển"
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, Chặt chẽ, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, chỉ Ä‘á»c"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -270,20 +270,20 @@ msgstr "(0 - hoạt động mặc định)"
msgid "(Only super admins can create groups)"
msgstr "(chỉ có nhóm super admins mới có thể tạo nhóm)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(không proxy)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - Cổng sử dụng mặc định"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 hoặc 1"
@@ -359,11 +359,12 @@ msgid "ADD OVERRIDE"
msgstr "Thêm đè lên"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "VÀ"
@@ -389,16 +390,16 @@ msgid_plural "Account is blocked for %1$s seconds."
msgstr[0] "Tài khoản bị khóa khoảng %1$s giây."
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "Ghi nhận"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "Ghi nhận"
@@ -431,7 +432,7 @@ msgstr " Sự kiện được ghi nhận giải quyết"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -444,30 +445,30 @@ msgstr " Sự kiện được ghi nhận giải quyết"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -536,18 +537,18 @@ msgstr "Hành động đã cập nhật"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "Hành động"
@@ -583,6 +584,9 @@ msgstr "KiÌch hoaÌ£t"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -610,9 +614,6 @@ msgstr "KiÌch hoaÌ£t"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -622,9 +623,9 @@ msgstr "KiÌch hoaÌ£t"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -636,39 +637,40 @@ msgstr "KiÌch hoaÌ£t"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -679,20 +681,20 @@ msgstr "KiÌch hoaÌ£t"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -719,8 +721,8 @@ msgstr "KiÌch hoaÌ£t"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "Add"
@@ -728,7 +730,7 @@ msgstr "Add"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "Thêm má»™t ô Ä‘iá»u khiển má»›i"
@@ -736,7 +738,7 @@ msgstr "Thêm má»™t ô Ä‘iá»u khiển má»›i"
msgid "Add child"
msgstr "Thêm phần tử con"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "Thêm phần tử con"
@@ -748,7 +750,7 @@ msgstr "Thêm host"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "Thêm nhiá»u sÆ¡ đồ "
@@ -757,6 +759,7 @@ msgid "Add new data set"
msgstr "Äặt lại dữ liệu má»›i"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -765,7 +768,7 @@ msgid "Add new override"
msgstr "Ghi đè"
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "Thêm kiểu"
@@ -786,11 +789,11 @@ msgstr "Thêm vào nhóm host"
msgid "Add to host groups"
msgstr "Thêm vào nhóm host"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "Thêm ô Ä‘iá»u khiển"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -814,7 +817,7 @@ msgid "Age"
msgstr "Thá»i gian"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "Thá»i gian ít hÆ¡n"
@@ -826,7 +829,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "Agent"
@@ -885,7 +888,7 @@ msgstr "Sắp xếp phần tử sơ đồ"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "Tất cả"
@@ -903,7 +906,7 @@ msgstr "Tất cả nhóm"
msgid "All hosts"
msgstr "Tất cả máy chủ"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "Tất cả các Ä‘Æ°á»ng dẫn phải có \"Tên\" và \"URL\""
@@ -911,13 +914,13 @@ msgstr "Tất cả các Ä‘Æ°á»ng dẫn phải có \"Tên\" và \"URL\""
msgid "All maps"
msgstr "Tất cả sơ đồ"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "Tất cả vấn Ä‘á»"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "Tất cả vấn đỠnếu khớp với thẻ giá trị"
@@ -937,48 +940,48 @@ msgstr "Tất cả thẻ"
msgid "All templates"
msgstr "Tất cả mẫu"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "Cho phép đóng bằng tay"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "Những host được phép"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "Xen kẽ, bạn có thể cài đặt chúng bằng tay:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "Và"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -987,14 +990,14 @@ msgid "And/Or"
msgstr "Và/Hoặc"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1010,10 +1013,10 @@ msgstr "Chuỗi kyÌ tÆ°Ì£ bâÌt kyÌ€ bao gồm"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1046,8 +1049,8 @@ msgid "Application error."
msgstr "Lỗi ứng dụng."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "Kiểu ứng dụng"
@@ -1070,15 +1073,15 @@ msgstr "Ứng dụng với id \"%1$s\" không tồn tại."
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1086,15 +1089,17 @@ msgstr "Ứng dụng với id \"%1$s\" không tồn tại."
msgid "Applications"
msgstr "Ứng dụng"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "Ãp dụng"
@@ -1112,7 +1117,7 @@ msgstr "Äang tiếp cận"
msgid "Apr"
msgstr "Tháng Tư"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "Tháng tư"
@@ -1124,7 +1129,11 @@ msgstr "Bạn có chắc muốn thực hiện hành động này?"
msgid "Are you sure you want to delete"
msgstr "Bạn có chắc muốn xóa"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "Bạn có chắc chắn muốn rá»i khá»i trang?"
@@ -1140,12 +1149,12 @@ msgstr "Loại vùng"
msgid "Arithmetic"
msgstr "Số há»c"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "Như là"
@@ -1257,7 +1266,7 @@ msgstr "Kiểm tra log"
msgid "Aug"
msgstr "Th8"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "ThaÌng 8"
@@ -1274,9 +1283,9 @@ msgstr ""
msgid "Authentication"
msgstr "XaÌc thÆ°Ì£c"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "Thuật toaÌn xaÌc thÆ°Ì£c"
@@ -1286,21 +1295,23 @@ msgid "Authentication failed: %1$s."
msgstr "Xác thực lỗi: %1$s."
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "PhÆ°Æ¡ng thÆ°Ìc xaÌc thÆ°Ì£c"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "Mật mã xaÌc thÆ°Ì£c"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "Giao thÆ°Ìc xaÌc thÆ°Ì£c"
@@ -1339,9 +1350,9 @@ msgstr "Tự động đăng xuất"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "Tự động"
@@ -1371,7 +1382,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "TiÌnh sẵn saÌ€ng"
@@ -1396,8 +1407,8 @@ msgstr "Trung bình"
msgid "Axes"
msgstr "Trục"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "Quay lại"
@@ -1451,16 +1462,16 @@ msgid "Blue"
msgstr "Xanh da trá»i"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "Ná»™i dung"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "Ná»™i dung và tiêu Ä‘á»"
@@ -1501,11 +1512,11 @@ msgstr ""
msgid "Bottom"
msgstr "DÆ°Æ¡Ìi"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "ÄÆ°a ra phía trÆ°á»›c"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "Äặt phía trÆ°á»›c"
@@ -1532,8 +1543,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "ÄÓNG"
@@ -1553,7 +1564,7 @@ msgstr "CPU load. Trả vá» kiá»u float"
msgid "CPU utilisation percentage. Returns float"
msgstr "Tỉ lệ sử dụng CPU. Trả vỠkiểu float"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1586,7 +1597,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "Lịch"
@@ -1594,7 +1605,7 @@ msgstr "Lịch"
msgid "Callback"
msgstr "Gọi lại"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "Không thể xóa"
@@ -1620,10 +1631,10 @@ msgstr "Không thể xóa"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "Hủy bỏ"
@@ -1668,12 +1679,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "Không thể thêm quan hệ phuÌ£ thuộc tÆ°Ì€ host đêÌn template"
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "Không thể thêm quan hệ phuÌ£ thuộc tÆ°Ì€ trigger \"%1$s:%2$s\" đêÌn trigger không tồn taÌ£i \"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "Không thể thêm quy tăÌc phaÌt hiện"
@@ -1697,7 +1708,7 @@ msgstr "Không thể thêm nhóm."
msgid "Cannot add host"
msgstr "Không thể thêm host"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "Không thể thêm kiểu host"
@@ -1707,7 +1718,7 @@ msgstr "Không thể thêm kiểu host"
msgid "Cannot add image"
msgstr "Không thể thêm hình ảnh"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "Không thể thêm item"
@@ -1716,7 +1727,7 @@ msgstr "Không thể thêm item"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "Không thể thêm item \"%1$s\" tÆ°Ì€ \"%2$s\" đêÌn Æ°Ìng duÌ£ng \"%3$s\" tÆ°Ì€ \"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "Không thể thêm kiểu item"
@@ -1798,11 +1809,11 @@ msgstr "Không thể thêm các sÆ¡ đồ con. Äá»™ sâu tối Ä‘a đạt Ä‘Æ°á
msgid "Cannot add template"
msgstr "Không thể thêm template"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "Không thể thêm trigger"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "Không thể thêm kiểu trigger"
@@ -1825,11 +1836,11 @@ msgstr "Không thể thêm giaÌ triÌ£ sÆ¡ đồ."
msgid "Cannot add web scenario"
msgstr "Không thể thêm web scenario"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "Không thể thêm ô Ä‘iá»u khiển trong chế Ä‘á»™ kiosk"
@@ -1846,11 +1857,11 @@ msgstr "Không thể liên kết với máy chủ LDAP."
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "Không thể gá»i phÆ°Æ¡ng pháp \"%1$s.%2$s\" ngoài tham số."
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "Không thể xoÌa liÌ£ch sử"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1858,7 +1869,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "Không thể sao cheÌp kiểu đồ thiÌ£."
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "Không thể sao cheÌp kiểu host."
@@ -1881,7 +1892,7 @@ msgstr "Không thể đóng lại vấn Ä‘á»: %1$s."
msgid "Cannot connect to LDAP server."
msgstr "Không thể kết nối đến máy chủ LDAP."
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "Không thể kết nối đến cơ sở dữ liệu."
@@ -1894,22 +1905,22 @@ msgid "Cannot copy graph"
msgid_plural "Cannot copy graphs"
msgstr[0] "Không thể sao chép đồ thị"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "Không thể sao chép item"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "Không thể sao chép trigger"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "Không thể sao cheÌp trigger \"%1$s:%2$s\", bởi viÌ€ noÌ coÌ nhiều host trong biểu thÆ°Ìc."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "Không thể tạo một kiểu host trên một discovered host \"%1$s\"."
@@ -1947,7 +1958,7 @@ msgstr "Không thể taÌ£o Æ°Ìng duÌ£ng mÆ¡Ìi, web scenario Ä‘Æ°Æ¡Ì£c sẵn
msgid "Cannot create template."
msgstr "Không thể tạo mẫu."
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "Không thể tạo tập tin cấu hình."
@@ -1989,11 +2000,11 @@ msgstr "Không thể xoÌa quan hệ phuÌ£ thuộc"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "Không thể xóa ứng dụng khám phá \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "Không thể xoÌa quy tăÌc phaÌt hiện"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "Không thể xoÌa caÌc quy tăÌc phaÌt hiện"
@@ -2018,7 +2029,7 @@ msgid "Cannot delete group"
msgid_plural "Cannot delete groups"
msgstr[0] "Không thể xoÌa nhoÌm"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "Không thể xoÌa host"
@@ -2038,7 +2049,7 @@ msgstr[0] ""
"Không thể xóa nhóm máy chủ vì bảo trì \"%1$s\" phải chứa ít nhất một máy chủ hoặc một nhóm máy chủ. \n"
"Không thể xóa nhóm máy chủ đã chá»n vì bảo trì \"%1$s\" phải chứa ít nhất má»™t máy chủ hoặc nhóm máy chủ."
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "Không thể xoÌa caÌc kiểu host"
@@ -2054,19 +2065,19 @@ msgstr "Không thể xoÌa hiÌ€nh ảnh"
msgid "Cannot delete inventory."
msgstr "Không thể xoÌa danh saÌch lÆ°u trữ."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "Không thể xoÌa item"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "Không thể xoÌa loaÌ£i item"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "Không thể xoÌa caÌc loaÌ£i item"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "Không thể xoÌa caÌc item"
@@ -2145,7 +2156,7 @@ msgstr "Không thể xóa kiểu đồ thị mẫu."
msgid "Cannot delete templated graph."
msgstr "Không thể xóa đồ thị mẫu."
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "Không thể xoÌa kiểu host mẫu."
@@ -2176,19 +2187,19 @@ msgstr "Không thể xóa kiểu giao thức trigger mẫu \"%1$s:%2$s\"."
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "Không thể xoÌa web scenario mẫu \"%1$s\"."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "Không thể xoÌa trigger"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "Không thể xoÌa kiểu trigger"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "Không thể xoÌa caÌc kiểu trigger"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "Không thể xoÌa caÌc trigger"
@@ -2221,18 +2232,18 @@ msgid "Cannot disable correlation"
msgid_plural "Cannot disable correlations"
msgstr[0] "Không thể vô hiệu hóa tỉ lệ sử dụng"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "Không thể vô hiệu hoa quy tăÌc phaÌt hiệnKhông thể vô hiệu hoÌa caÌc quy tăÌc phaÌt hiện"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "Không thể vô hiệu hoÌa hostKhông thể vô hiệu hoÌa caÌc host"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "Không thể vô hiệu hoÌa itemKhông thể vô hiệu hoÌa caÌc item"
@@ -2248,7 +2259,7 @@ msgid "Cannot disable module: %1$s."
msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "Không thể vô hiệu hoÌa triggerKhông thể vô hiệu hoÌa caÌc trigger"
@@ -2276,18 +2287,18 @@ msgid "Cannot enable correlation"
msgid_plural "Cannot enable correlations"
msgstr[0] "Khong thể kích hoạt tỉ lệ sử dụng"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "Không thể kiÌch hoaÌ£t quy tăÌc phaÌt hiệnKhông thể kiÌch hoaÌ£t caÌc quy tăÌc phaÌt hiện"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "Không thể kiÌch hoaÌ£t hostKhông thể kiÌch hoaÌ£t caÌc host"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "Không thể kiÌch hoaÌ£t itemKhông thể kiÌch hoaÌ£t caÌc item"
@@ -2303,7 +2314,7 @@ msgid "Cannot enable module: %1$s."
msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "Không thể kiÌch hoaÌ£t triggerKhông thể kiÌch hoaÌ£t caÌc kiểu trigger"
@@ -2321,7 +2332,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "Không thể thực hiện tiến trình"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "Không thể mở rộng bộ lệnh."
@@ -2482,7 +2493,7 @@ msgid "Cannot import template \"%1$s\", linked template \"%2$s\" does not exist.
msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not exist."
msgstr[0] "Không thể nhập template \"%1$s\", template được liên kết \"%2$s\" không tồn tại."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "Không thể cheÌ€n biểu thÆ°Ìc trigger"
@@ -2588,7 +2599,7 @@ msgstr "Không thể lÆ°u ô Ä‘iá»u khiển \"%1$s\"."
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "Không thể gửi lệnh, kiểm tra kêÌt nôÌi đêÌn zabbix server \"%1$s\"."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "Không thể gửi yêu cầu"
@@ -2625,12 +2636,12 @@ msgstr "Không thể đặt lại \"%1$s\" cho item \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "Không thể đặt \"%1$s\" cho screen mẫu \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "Không thể đặt lại \"%1$s\" cho trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Không thể đặt \"%1$s\". cho kiểu trigger \"%2$s\"."
@@ -2660,7 +2671,7 @@ msgstr "Không thể đặt ID nguồn cho phần tử screen."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2721,22 +2732,22 @@ msgstr "Không thể cập nhật \"%1$s\" cho kiểu đồ thị \"%2$s\"."
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "Không thể cập nhật \"%1$s\" cho item \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "Không thể cập nhật \"%1$s\" cho trigger mẫu \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "Không thể cập nhật \"%1$s\" cho kiểu trigger mẫu \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "Không thể cập nhật \"%1$s\" cho trigger \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "Không thể cập nhật \"%1$s\" cho kiểu trigger \"%2$s\"."
@@ -2751,7 +2762,7 @@ msgstr "Không thể cập nhật \"%2$s\" cho máy chủ khám phá \"%1$s\"."
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "Không thể cập nhật \"%2$s\" cho item được khám phá \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2820,7 +2831,7 @@ msgstr "Không thể cập nhật sự tương quan"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "Không thể cập nhật ứng dụng khám phá \"%1$s\"."
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "Không thể cập nhật quy tăÌc phaÌt hiện"
@@ -2856,7 +2867,7 @@ msgstr "Không thể cập nhật host"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "Không thể cập nhật cài đặt mật mã máy chủ. Cài đặt kết nối cho cả hướng được chỉ rõ."
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "Không thể cập nhật kiểu host"
@@ -2880,20 +2891,20 @@ msgstr "Không thể cập nhật hình ảnh"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "Không thể cập nhật interface cho host Ä‘Æ°Æ¡Ì£c phaÌt hiện \"%1$s\"."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "Không thể cập nhật item"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "Không thể cập nhật kiểu item"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "Không thể cập nhật caÌc item"
@@ -2976,27 +2987,27 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "Không thể cập nhật caÌc template trên host Ä‘Æ°Æ¡Ì£c phaÌt hiện \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "Không thể cập nhật trigger"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "Không thể cập nhật trigger \"%1$s\": %2$s."
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "Không thể cập nhật kiểu trigger"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "Không thể cập nhật kiểu trigger \"%1$s\": %2$s."
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "Không thể cập nhật caÌc kiểu trigger"
@@ -3052,12 +3063,12 @@ msgstr "Trung tâm"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "Chứng nhận"
@@ -3101,10 +3112,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "KyÌ tÆ°Ì£"
@@ -3131,7 +3142,7 @@ msgstr "Thông tin Chassis. Trả vỠkiểu string"
msgid "Check already exists."
msgstr "Kiểm tra đã tồn tại."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "ThaÌ€nh phần biểu thÆ°Ìc kiểm tra băÌt đầu tÆ°Ì€ \"%1$s\"."
@@ -3149,7 +3160,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "Kiểm tra Ä‘iá»u kiện tiên quyết"
@@ -3254,8 +3265,8 @@ msgid "Clear history"
msgstr "Xóa lịch sử"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "XoÌa liÌ£ch sử vaÌ€ phÆ°Æ¡ng hÆ°Æ¡Ìng."
@@ -3264,11 +3275,11 @@ msgstr "XoÌa liÌ£ch sử vaÌ€ phÆ°Æ¡ng hÆ°Æ¡Ìng."
msgid "Clear when unlinking"
msgstr "XoÌa khi không liên kêÌt"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr "Nhấp và kéo đến kích thước mong muốn."
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3287,20 +3298,20 @@ msgstr "Äồng hồ"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "Tạo bản sao"
@@ -3308,15 +3319,15 @@ msgstr "Tạo bản sao"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "ÄoÌng"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "ÄoÌng haÌ€m taÌ£o biểu thÆ°Ìc"
@@ -3335,8 +3346,8 @@ msgid "Close problem"
msgstr "Äóng vấn Ä‘á»"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "Thu hẹp"
@@ -3353,7 +3364,7 @@ msgstr ""
msgid "Colour"
msgstr "MaÌ€u săÌc"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "MaÌ€u \"%1$s\" laÌ€ không Ä‘uÌng: phải laÌ€ mã maÌ€u thập luÌ£c phân (6 kyÌ tÆ°Ì£)."
@@ -3404,7 +3415,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "Xem chế Ä‘á»™ thu gá»n"
@@ -3438,7 +3449,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "Các phiên làm việc đồng thá»i"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "Äiều kiện"
@@ -3497,7 +3508,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "Äiá»u kiện trùng lặp cho tÆ°Æ¡ng quan \"%1$s\"."
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "CâÌu hiÌ€nh"
@@ -3505,7 +3516,7 @@ msgstr "CâÌu hiÌ€nh"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "CâÌu hiÌ€nh thôÌng kê cache. Cache - buffer (chÃªÌ Ä‘Ã´Ì£: pfree, total, used, free)."
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "Tập tin cấu hình \"%1$s\" đã tạo."
@@ -3669,7 +3680,7 @@ msgid "Configuration updated"
msgstr "CâÌu hiÌ€nh Ä‘ã cập nhật"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "Cấu hình kết nối DB"
@@ -3677,7 +3688,7 @@ msgstr "Cấu hình kết nối DB"
msgid "Confirmation text"
msgstr "XaÌc nhận văn bản"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "Chúc mừng! Bạn đã cài đặt thành công Zabbix frontend."
@@ -3733,7 +3744,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3741,9 +3752,9 @@ msgstr ""
msgid "Connections"
msgstr "Kết nối"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "Kết nối từ máy chủ"
@@ -3751,9 +3762,9 @@ msgstr "Kết nối từ máy chủ"
msgid "Connections from proxy"
msgstr "Kết nối từ proxy"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "Kết nối đến máy chủ"
@@ -3770,10 +3781,10 @@ msgstr "Cấu trúc"
msgid "Contact"
msgstr "Liên lạc"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3804,10 +3815,10 @@ msgstr "Chứa"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3847,8 +3858,9 @@ msgstr ""
msgid "Content menu"
msgstr "Ná»™i dung menu"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "Tên ngữ cảnh"
@@ -3860,8 +3872,8 @@ msgstr ""
msgid "Contract number"
msgstr "Contract number"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "Chuyển đổi thành JSON"
@@ -3873,8 +3885,8 @@ msgstr "Tọa độ"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "Sao cheÌp"
@@ -3928,7 +3940,7 @@ msgstr "Liên kết được cập nhật"
msgid "Could not save image!"
msgstr "Không thể lưu trữ hình ảnh!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "ÄêÌm"
@@ -3974,11 +3986,11 @@ msgstr "Tạo liên kết"
msgid "Create dashboard"
msgstr "Tạo bảng Ä‘iá»u khiển"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "Tạo item phụ thuộc"
@@ -3998,14 +4010,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4084,7 +4096,7 @@ msgstr "Tạo bản đồ"
msgid "Create media type"
msgstr "Tạo media type"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "Tạo mới"
@@ -4108,7 +4120,7 @@ msgstr "Tạo slide show"
msgid "Create template"
msgstr "Tạo template"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "Tạo trigger"
@@ -4161,11 +4173,12 @@ msgstr "Nghiêm trọng"
msgid "Current host"
msgstr "Host hiện tại"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "GiaÌ triÌ£ hiện taÌ£i"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "Tá»± chá»n"
@@ -4173,7 +4186,7 @@ msgstr "Tá»± chá»n"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "Biểu thức tá»± chá»n"
@@ -4182,11 +4195,11 @@ msgid "Custom graphs"
msgstr "tuÌ€y chỉnh caÌc đồ thiÌ£"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "Khoảng thá»i gian tá»± chá»n"
@@ -4208,7 +4221,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "Tùy chỉnh nhân bản"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4247,11 +4260,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4359,16 +4373,16 @@ msgstr "Äặt lại dữ liệu"
msgid "Data storage period"
msgstr "Chu kì lưu trữ dữ liệu"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4376,32 +4390,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "Cơ sở dữ liệu host"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4409,35 +4423,35 @@ msgstr ""
msgid "Database monitor"
msgstr "Cơ sở dữ liệu theo dõi"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "tên cơ sở dữ liệu"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "Mật khẩu cơ sở dữ liệu"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "Cổng sơ sở dữ liệu"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "Giản đồ cơ sở dữ liệu"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "MaÌy chủ cÆ¡ sở dữ liệu"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "Kiểu cơ sở dữ liệu"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "Người dùng cơ sở dữ liệu"
@@ -4466,7 +4480,7 @@ msgstr "Ngày HW đã mua"
msgid "Day"
msgstr "Ngày"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "Ngày trước hôm qua"
@@ -4485,7 +4499,7 @@ msgstr "Ngày trong tuần "
msgid "Days"
msgstr "CaÌc ngaÌ€y"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "Gỡ lỗi"
@@ -4499,7 +4513,7 @@ msgstr "ChÃªÌ Ä‘Ã´Ì£ gỡ lỗi"
msgid "Dec"
msgstr "Dec"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "ThaÌng 12"
@@ -4509,7 +4523,7 @@ msgstr "ThaÌng 12"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "Mặc định"
@@ -4526,7 +4540,7 @@ msgid "Default host inventory mode"
msgstr "Chế độ kiểm kê máy chủ mặc định"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4543,18 +4557,18 @@ msgid "Default operation step duration"
msgstr "CaÌc bÆ°Æ¡Ìc thao taÌc mặc Ä‘iÌ£nh"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "Theme mặc định"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4583,7 +4597,8 @@ msgstr "Trễ bởi"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4604,8 +4619,8 @@ msgstr "Trễ bởi"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "XoÌa"
@@ -4638,19 +4653,19 @@ msgstr "XoÌa haÌ€nh động hiện taÌ£i?"
msgid "Delete current correlation?"
msgstr "Xóa sự liên kết hiện tại?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "Xóa bảng Ä‘iá»u khiển?"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "XoÌa quy tăÌc phaÌt hiện?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "XoÌa biểu thÆ°Ìc?"
@@ -4674,15 +4689,15 @@ msgstr "Xóa lịch sá»­ của web scenario được chá»n?"
msgid "Delete icon map?"
msgstr "XoÌa biểu tÆ°Æ¡Ì£ng bản đồ?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "XoÌa kiểu item?"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "XoÌa item?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "XoÌa liên kêÌt giữa caÌc phần tử Ä‘Æ°Æ¡Ì£c choÌ£n?"
@@ -4726,7 +4741,7 @@ msgstr "XoÌa caÌc Æ°Ìng duÌ£ng Ä‘Æ°Æ¡Ì£c choÌ£n?"
msgid "Delete selected correlations?"
msgstr "Xóa liên kết đã chá»n?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "Xóa bảng Ä‘iá»u khiển đã chá»n"
@@ -4735,7 +4750,7 @@ msgstr "Xóa bảng Ä‘iá»u khiển đã chá»n"
msgid "Delete selected discovery rules?"
msgstr "XoÌa caÌc quy tăÌc phaÌt hiện Ä‘Æ°Æ¡Ì£c choÌ£n?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "XoÌa caÌc phần tử Ä‘Æ°Æ¡Ì£c choÌ£n?"
@@ -4760,7 +4775,7 @@ msgstr "XoÌa caÌc nhoÌm Ä‘Æ°Æ¡Ì£c choÌ£n?"
msgid "Delete selected host groups?"
msgstr "XoÌa caÌc nhoÌm host Ä‘Æ°Æ¡Ì£c choÌ£n?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "XoÌa kiểu host Ä‘Æ°Æ¡Ì£c choÌ£n?"
@@ -4768,7 +4783,7 @@ msgstr "XoÌa kiểu host Ä‘Æ°Æ¡Ì£c choÌ£n?"
msgid "Delete selected host prototypes?"
msgstr "XoÌa caÌc kiểu host Ä‘Æ°Æ¡Ì£c choÌ£n?"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "XoÌa host Ä‘Æ°Æ¡Ì£c choÌ£n?"
@@ -4820,7 +4835,7 @@ msgstr "XoÌa screen Ä‘Æ°Æ¡Ì£c choÌ£n?"
msgid "Delete selected scripts?"
msgstr "XoÌa caÌc script Ä‘Æ°Æ¡Ì£c choÌ£n?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "Xóa hình đã chá»n?"
@@ -4879,11 +4894,11 @@ msgstr "XoÌa slide show?"
msgid "Delete template?"
msgstr "XoÌa template?"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "XoÌa kiểu trigger?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "XoÌa trigger?"
@@ -4896,7 +4911,7 @@ msgstr "Xóa web scanario?"
msgid "Deleted: Host \"%1$s\"."
msgstr "Äã xoÌa: Host \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "Äã xoÌa: Kiểu host \"%1$s\" trên \"%2$s\"."
@@ -4917,16 +4932,16 @@ msgid "Deny"
msgstr "TÆ°Ì€ chôÌi"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "Quan hệ phụ thuộc"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "Phụ thuộc"
@@ -4934,7 +4949,7 @@ msgstr "Phụ thuộc"
msgid "Dependent item"
msgstr "Item phụ thuộc"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -4953,29 +4968,29 @@ msgstr "TraÌ£ng thaÌi triển khai"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "Mô tả"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5108,7 +5123,8 @@ msgstr "Vô hiệu hoÌa caÌc trigger Ä‘ã choÌ£n?"
msgid "Disable selected web scenarios?"
msgstr "Vô hiệu hóa web scenario đã chá»n?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5121,22 +5137,21 @@ msgstr "Vô hiệu hóa web scenario đã chá»n?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "Äã vô hiệu hoÌa"
@@ -5153,7 +5168,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5161,12 +5176,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5267,25 +5282,25 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "Quy tắc khám phá \"%1$s\" trong hoạt động \"%2$s\" được sử dụng."
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "Quy tăÌc phaÌt hiện Ä‘ã taÌ£o"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "Quy tăÌc phaÌt hiện Ä‘ã xoÌa"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "Quy tăÌc phaÌt hiện Ä‘ã vô hiệu hoÌaCaÌc quy tăÌc phaÌt hiện Ä‘ã vô hiệu hoÌa"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "Quy tăÌc phaÌt hiện Ä‘ã kiÌch hoaÌ£tCaÌc quy tăÌc phaÌt hiện Ä‘ã kiÌch hoaÌ£t"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "Quy tăÌc phaÌt hiện Ä‘ã cập nhật"
@@ -5295,13 +5310,13 @@ msgstr "Quy tăÌc phaÌt hiện Ä‘ã cập nhật"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "CaÌc quy tăÌc phaÌt hiện"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "CaÌc quy tăÌc phaÌt hiện Ä‘ã xoÌa"
@@ -5344,7 +5359,7 @@ msgstr "Hiển thị sơ đồ xếp chồng"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "Hiển thị %1$s của %2$s đã tìm được"
@@ -5363,22 +5378,22 @@ msgid "Do not calculate"
msgstr "Không tiÌnh toaÌn"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "BaÌ£n coÌ muôÌn thay thÃªÌ biểu thÆ°Ìc Ä‘iều kiện không?"
@@ -5401,11 +5416,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "Down"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "Tải xuống tệp tin cấu hình"
@@ -5485,12 +5500,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5519,10 +5534,10 @@ msgstr "Tạo bản sao id nhóm ngÆ°á»i dùng \"%1$s\" trong nhóm ngÆ°á»i dÃ
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "Tạo bản sao id nhóm ngÆ°á»i \"%1$s\" dùng trong nhóm ngÆ°á»i dùng cho screen \"%2$s\"."
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "Khoảng thời gian"
@@ -5542,7 +5557,7 @@ msgstr "Item động"
msgid "Dynamic items"
msgstr "Item Ä‘á»™ng"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "Mỗi URL cần coÌ một tên duy nhâÌt. Xin chăÌc chăÌn chỉ coÌ một URl coÌ tên"
@@ -5557,15 +5572,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "Chỉnh sửa"
@@ -5589,15 +5604,15 @@ msgstr "Chỉnh sửa screen"
msgid "Edit slide show"
msgstr "Chỉnh sửa slide show"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "Chỉnh sửa phần tử cây"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "Chỉnh sửa trigger"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "Chỉnh sá»­ ô Ä‘iá»u khiển"
@@ -5693,7 +5708,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5863,15 +5878,16 @@ msgstr "KiÌch hoaÌ£t caÌc trigger Ä‘ã choÌ£n?"
msgid "Enable selected web scenarios?"
msgstr "Kích hoạt web scenario đã được chá»n?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "Kích hoạt trap"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5887,13 +5903,12 @@ msgstr "Kích hoạt trap"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5902,13 +5917,13 @@ msgstr "Kích hoạt trap"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "Äã kiÌch hoaÌ£t"
@@ -5918,9 +5933,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "Mã hóa"
@@ -5928,7 +5943,7 @@ msgstr "Mã hóa"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -5940,10 +5955,10 @@ msgstr "English (en_GB)"
msgid "English (en_US)"
msgstr "English (en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -5970,7 +5985,7 @@ msgstr "Lỗi"
msgid "Error in search request for table \"%1$s\"."
msgstr "Lỗi trong yêu cầu tiÌ€m kiêÌm cho bảng \"%1$s\"."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "Tin nhắn lỗi"
@@ -6005,7 +6020,7 @@ msgstr "Quy tắc liên kết sự kiện"
msgid "Event details"
msgstr "Chi tiêÌt sÆ°Ì£ kiện"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "Tạo ra sự kiện"
@@ -6025,6 +6040,12 @@ msgstr "Danh saÌch sÆ°Ì£ kiện [20 trở laÌ£i]"
msgid "Event log monitoring. Returns log"
msgstr "Theo dõi log sự kiện. Trả vỠlog"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "Cặp thẻ sự kiện"
@@ -6054,7 +6075,7 @@ msgstr "Hàng tuần(s)"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "Loại trừ"
@@ -6065,7 +6086,7 @@ msgstr "Loại trừ"
msgid "Exclude host groups"
msgstr "Loại trừ các nhóm máy chủ"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "Thực hiện"
@@ -6083,9 +6104,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "Thực hiện truy vấn WMI và trả vỠđối tượng được trả vỠđầu tiên. Trả vỠkiểu integer, float, string hoặc text (tùy theo yêu cầu)"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6103,19 +6124,19 @@ msgid "Executed"
msgstr "Thá»±c thi"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "Câu lệnh đã thực hiện"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "ThÆ°Ì£c hiện xaÌ nhận"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "Mở rộng"
@@ -6155,7 +6176,7 @@ msgstr "Xuất"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "Export thành CSV"
@@ -6163,21 +6184,21 @@ msgstr "Export thành CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "Biểu thÆ°Ìc"
@@ -6190,15 +6211,15 @@ msgstr "Biểu thÆ°Ìc caÌc phần tử biêÌn thiên"
msgid "Expression cannot be empty"
msgstr "Biểu thÆ°Ìc không thể biÌ£ rỗng"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "NgÆ°Æ¡Ì€i xây dÆ°Ì£ng biểu thÆ°Ìc"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "Biểu thức lỗi cú pháp."
@@ -6217,7 +6238,7 @@ msgstr "CaÌc biểu thÆ°Ìc"
msgid "External check"
msgstr "Kiểm tra bên ngoài"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "F"
@@ -6231,7 +6252,7 @@ msgstr "SAI"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "ThâÌt baÌ£i"
@@ -6281,7 +6302,7 @@ msgstr "Screen Æ°a thiÌch"
msgid "Feb"
msgstr "ThaÌng 2"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "ThaÌng 2"
@@ -6294,7 +6315,7 @@ msgstr "TrÆ°Æ¡Ì€ng"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "TrÆ°Æ¡Ì€ng \"%1$s\" không thể biÌ£ thiêÌt lập laÌ€ NULL."
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6303,7 +6324,7 @@ msgstr "TrÆ°Æ¡Ì€ng \"%1$s\" không thể biÌ£ thiêÌt lập laÌ€ NULL."
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6423,9 +6444,7 @@ msgstr "Khu vÆ°Ì£c Ä‘Æ°Æ¡Ì£c tô kiÌn"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6452,9 +6471,13 @@ msgstr "Khu vÆ°Ì£c Ä‘Æ°Æ¡Ì£c tô kiÌn"
msgid "Filter"
msgstr "Lọc"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "Bá»™ lá»c"
@@ -6473,7 +6496,7 @@ msgstr "Tìm chuá»—i trong má»™t tập tin. Trả vá» dòng chứa chuá»—i khá»
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "Tìm chuá»—i trên má»™t trang web. Trả vá» chuá»—i khá»›p hoặc theo chỉ định của tham số đầu ra tùy chá»n"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "Hoàn thành"
@@ -6486,8 +6509,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "Äầu tiên"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "Phù hợp"
@@ -6501,12 +6524,12 @@ msgid "Fixed"
msgstr "Äã sửa lỗi"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6514,9 +6537,9 @@ msgid "Flexible"
msgstr "Linh hoạt"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "Theo dõi chuyển hướng"
@@ -6538,8 +6561,8 @@ msgstr "Kích cỡ font"
msgid "Form data"
msgstr "Mẫu dữ liệu"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "Công thÆ°Ìc"
@@ -6566,11 +6589,13 @@ msgstr "PhaÌp(fr_FR)"
msgid "Fri"
msgstr "ThÆ°Ì saÌu"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "ThÆ°Ì saÌu"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6590,12 +6615,12 @@ msgstr "Truy cập Frontend"
msgid "Frontend messaging"
msgstr "Thông điệp frontend"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr "Full"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6630,7 +6655,7 @@ msgid "GUI access disabled."
msgstr "Truy cập GUI biÌ£ vô hiệu hoÌa."
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6656,21 +6681,21 @@ msgstr "German (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "Nội dung của trang web. Trả vỠnguồn trang web dưới dạng văn bản"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "Biểu thÆ°Ìc Ä‘ã cho không phải laÌ€ một macro"
@@ -6696,7 +6721,7 @@ msgstr "Giá trị toàn cục"
msgid "Go back to %1$s"
msgstr "Quay trở vỠ%1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "Äi tÆ¡Ìi"
@@ -6744,8 +6769,8 @@ msgstr "ÄÆ°Æ¡Ì€ng độ dôÌc"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6876,7 +6901,7 @@ msgstr "Kiá»u đồ thị vá»›i ID \"%1$s\" không sẵn sàng."
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "CaÌc kiểu đồ thiÌ£"
@@ -6920,9 +6945,9 @@ msgid "Graph with same name but other type exist."
msgstr "Äồ thiÌ£ vÆ¡Ìi tên giôÌng nhau nhÆ°ng kiểu khaÌc nhau tồn taÌ£i."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6932,7 +6957,7 @@ msgstr "Äồ thiÌ£ vÆ¡Ìi tên giôÌng nhau nhÆ°ng kiểu khaÌc nhau tồn
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -6940,7 +6965,7 @@ msgstr "Äồ thiÌ£ vÆ¡Ìi tên giôÌng nhau nhÆ°ng kiểu khaÌc nhau tồn
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "Äồ thiÌ£"
@@ -7008,12 +7033,12 @@ msgstr "NhoÌm cho caÌc host Ä‘Æ°Æ¡Ì£c phaÌt hiện"
msgid "Group name"
msgstr "Tên nhoÌm"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "Kiểu nhoÌm không thể dÆ°Ì£a trên một nhoÌm host Ä‘Æ°Æ¡Ì£c phaÌt hiện \"%1$s\"."
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "CaÌc kiểu nhoÌm"
@@ -7028,8 +7053,8 @@ msgstr "Gộp nhoÌm theo"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7061,10 +7086,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "HTTP agent"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "XaÌc thÆ°Ì£c HTTP"
@@ -7072,11 +7097,11 @@ msgstr "XaÌc thÆ°Ì£c HTTP"
msgid "HTTP login form"
msgstr "Mẫu đăng nhập HTTP"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP proxy"
@@ -7105,20 +7130,20 @@ msgstr "Phần cÆ°Ìng (đầy Ä‘ủ caÌc chi tiêÌt)"
msgid "Hardware sensor reading. Returns float"
msgstr "Äá»c cảm biến phần cứng. Trả vá» kiểu float"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "Tiêu Ä‘á»"
@@ -7151,11 +7176,11 @@ msgstr "TrÆ¡Ì£ giuÌp"
msgid "Hexadecimal to decimal"
msgstr "Thập lục phân đến thập phân"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "Ẩn"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "Ẩn gỡ lỗi"
@@ -7192,23 +7217,23 @@ msgstr "Äá»™ tÆ°Æ¡ng phản tối"
msgid "High-contrast light"
msgstr "Äá»™ tÆ°Æ¡ng phản sáng"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "Làm nổi bật toàn bộ hàng"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "Lịch sử"
@@ -7216,17 +7241,17 @@ msgstr "Lịch sử"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "LiÌ£ch sử biÌ£ xoÌa"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "XoÌa liÌ£ch sử coÌ thể mâÌt một thÆ¡Ì€i gian daÌ€i. TiêÌp tuÌ£c?"
@@ -7240,13 +7265,17 @@ msgstr "LiÌ£ch sử của caÌc sÆ°Ì£ kiện"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "Lịch sử chu kỳ lưu trữ"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7271,26 +7300,26 @@ msgstr "SăÌp xêÌp theo chiều ngang"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7302,8 +7331,8 @@ msgstr "SăÌp xêÌp theo chiều ngang"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "Host"
@@ -7344,8 +7373,7 @@ msgstr "KêÌt nôÌi host"
msgid "Host added"
msgstr "Host được thêm vào"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7362,18 +7390,18 @@ msgstr "Host không thể coÌ nhiều hÆ¡n một interface mặc Ä‘iÌ£nh cu
msgid "Host count"
msgstr "ÄêÌm host"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "Host Ä‘ã xoÌa"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "Host Ä‘ã vô hiệu hoÌaCaÌc host Ä‘ã vô hiệu hoÌa"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "Host Ä‘Æ°Æ¡Ì£c kiÌch hoaÌ£tCaÌc host Ä‘Æ°Æ¡Ì£c kiÌch hoaÌ£t"
@@ -7393,7 +7421,7 @@ msgstr[0] "Host Ä‘Æ°Æ¡Ì£c kiÌch hoaÌ£tCaÌc host Ä‘Æ°Æ¡Ì£c kiÌch hoaÌ£t"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "NhoÌm host"
@@ -7439,11 +7467,11 @@ msgstr "Nhóm máy chủ với ID \"%1$s\" không sẵn sàng."
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7480,17 +7508,17 @@ msgstr "CaÌc nhoÌm host"
msgid "Host info"
msgstr "Thông tin caÌc host"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "Giao diện host"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7511,7 +7539,7 @@ msgstr "Sản phẩm host"
msgid "Host label type"
msgstr "Kiểu nhãn host"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "Máy chủ macro"
@@ -7538,52 +7566,56 @@ msgstr "CaÌc maÌ£ng host"
msgid "Host prototype"
msgstr "Kiểu máy"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "Kiểu host \"%1$s\" Ä‘ã tồn taÌ£i trên \"%2$s\", kÃªÌ thÆ°Ì€a tÆ°Ì€ caÌc template khaÌc."
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Kiểu host \"%1$s\" đã tồn tại trên \"%2$s\"."
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "Kiểu host được thêm vào"
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "Kiểu host biÌ£ xoÌa"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "Kiểu host được cập nhật"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Kiểu host vÆ¡Ìi tên host \"%1$s\" Ä‘ã tồn taÌ£i trong quy tăÌc phaÌt hiện \"%2$s\"."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "Kiểu host vÆ¡Ìi tên hiển thiÌ£ \"%1$s\" Ä‘ã tồn taÌ£i trong quy tăÌc phaÌt hiện \"%2$s\"."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "CaÌc kiểu host"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "CaÌc kiểu host Ä‘ã xoÌa"
@@ -7632,17 +7664,17 @@ msgstr "Host vÆ¡Ìi cuÌ€ng một tên \"%1$s\" Ä‘ã tồn taÌ£i."
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "Host vÆ¡Ìi cuÌ€ng một tên hiển thiÌ£ \"%1$s\" Ä‘ã tồn taÌ£i."
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7718,7 +7750,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7753,10 +7785,10 @@ msgstr "Dải IP \"%1$s\" vượt quá giới hạn địa chỉ \"%2$s\""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7773,9 +7805,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "Các tiến trình IPMI chỉ có thể được thực thi bởi máy chủ."
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI sensor"
@@ -7892,7 +7924,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "Hình ảnh"
@@ -8000,7 +8032,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "Nhóm không thể tiếp cận"
@@ -8016,9 +8048,9 @@ msgstr "Item không thể tiếp cận"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8031,11 +8063,11 @@ msgstr "Sơ đồ không thể tiếp cận"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "Mẫu không thể tiếp cận"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "Trigger không thể tiếp cận"
@@ -8048,7 +8080,7 @@ msgstr "Trigger không thể tiếp cận"
msgid "Inaccessible user"
msgstr " NgÆ°á»i dùng không thể truy cập"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "Bao gồm"
@@ -8316,8 +8348,8 @@ msgstr "ÄôÌi sÃ´Ì không chiÌnh xaÌc Ä‘Æ°Æ¡Ì£c thông qua haÌ€m."
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8458,9 +8490,9 @@ msgstr "TrÆ°Æ¡Ì€ng coÌ tên \"%1$s\" không chiÌnh xaÌc hoặc giaÌ triÌ£ Æ
msgid "Incorrect fields for sysmap."
msgstr "CaÌc trÆ°Æ¡Ì€ng đôÌi vÆ¡Ìi sysmap không chiÌnh xaÌc."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8513,7 +8545,7 @@ msgstr "Kiểu Ä‘iá»u kiện lá»c không chính xác cho hoạt Ä‘á»™ng \"%1$s
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "HaÌ€m Ä‘Æ°Æ¡Ì£c sử duÌ£ng không chiÌnh xaÌc."
@@ -8589,7 +8621,7 @@ msgstr "ID item \"%1$s\" Ä‘Æ°Æ¡Ì£c cung câÌp không chiÌnh xaÌc đôÌi vÆ¡Ì
msgid "Incorrect item for axis value."
msgstr "Item không chiÌnh xaÌc đôÌi vÆ¡Ìi truÌ£c giaÌ triÌ£."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "Key item \"%1$s\" không chiÌnh xaÌc Ä‘Æ°Æ¡Ì£c cung câÌp cho biểu thÆ°Ìc trigger trên \"%2$s\"."
@@ -8600,11 +8632,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "ID kiểu item \"%1$s\" không chính xác được cung cấp cho phần tử screen."
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "Kiểu giá trị item không chính xác"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "Kiểu giaÌ triÌ£ item \"%1$s\" Ä‘Æ°Æ¡Ì£c cung câÌp không chiÌnh xaÌc đôÌi vÆ¡Ìi haÌ€m trigger \"%2$s\"."
@@ -8775,35 +8807,35 @@ msgstr "Trigger ID cho diÌ£ch vuÌ£ \"%1$s\" không chiÌnh xaÌc."
msgid "Incorrect trigger expression"
msgstr "Biểu thÆ°Ìc trigger không chiÌnh xaÌc"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "Biểu thÆ°Ìc trigger không chiÌnh xaÌc."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Biểu thÆ°Ìc trigger không chiÌnh xaÌc. Host \"%1$s\" không tồn taÌ£i hoặc baÌ£n không coÌ quyền truy cập vaÌ€o host naÌ€y."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "Biểu thÆ°Ìc trigger không chiÌnh xaÌc. CaÌc phần tử biểu thÆ°Ìc trigger không phải thuộc về một template vaÌ€ một host cuÌ€ng một luÌc."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "HaÌ€m trigger \"%1$s\" không chiÌnh xaÌc Ä‘Æ°Æ¡Ì£c cung câÌp trong biểu thÆ°Ìc."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "Biểu thức trigger không chính xác. Máy chủ \"%1$s\" không tồn tại hoặc bạn không có quyá»n truy cập vào máy chủ này."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "Biểu thức trigger không chính xác. Các thành phần biểu thức trigger không nên đồng thá»i thuá»™c vá» má»™t mẫu và máy chủ lÆ°u trữ."
@@ -8954,16 +8986,15 @@ msgstr "Giá trị không chính xác cho trÆ°á»ng \"%1$s\"."
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -8974,7 +9005,7 @@ msgstr "Giá trị không chính xác cho trÆ°á»ng \"%1$s\"."
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9124,23 +9155,25 @@ msgstr "Giá trị không chính xác cho trÆ°á»ng \"%1$s\"."
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9229,10 +9262,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9240,10 +9273,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "Thông tin"
@@ -9257,15 +9290,19 @@ msgstr "Thông tin"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "Thông tin vá» má»™t dịch vụ. Trả vá» số nguyên vá»›i tham số là trạng thái, khởi Ä‘á»™ng; string - vá»›i tham số là tên hiển thị, Ä‘Æ°á»ng dẫn, ngÆ°á»i dùng; text - vá»›i tham số nhÆ° mô tả; Cụ thể cho trạng thái: 0 - Ä‘ang chạy, 1 - tạm dừng, 2 - bắt đầu chá» xá»­ lý, 3 - tạm dừng chá» xá»­ lý, 4 - tiếp tục chá» xá»­ lý, 5 - dừng chá» xá»­ lý, 6 - dừng, 7 - không xác định, 255 - không có dịch vụ; Cụ thể khởi Ä‘á»™ng: 0 - tá»± Ä‘á»™ng, 1 - tá»± Ä‘á»™ng bị trì hoãn, 2 - thủ công, 3 - bị vô hiệu hóa, 4 - không xác định"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "Kế thừa và máy chủ macros"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9281,17 +9318,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "Chèn"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "Chèn biểu thức"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "Cài đặt"
@@ -9303,7 +9340,7 @@ msgstr "Cài đặt"
msgid "Installer name"
msgstr "Tên người cài đặt"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9336,8 +9373,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "Interface đôÌi vÆ¡Ìi IP \"%1$s\" không thể coÌ tên DNS để trôÌng."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9366,14 +9403,14 @@ msgstr "Chu kì lưu trữ dữ liệu nội bộ"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9397,15 +9434,15 @@ msgstr "Internet Explorer"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "Khoảng thời gian"
@@ -9432,7 +9469,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "Äiá»u kiện hoạt Ä‘á»™ng không hợp lệ: %1$s."
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "Ngày kiểm kê."
@@ -9446,15 +9483,15 @@ msgstr "Äịa chỉ email không hợp lệ \"%1$s\"."
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "Äịa chỉ email không hợp lệ cho loại phÆ°Æ¡ng tiện vá»›i ID \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "Tham số thứ năm không hợp lệ."
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "Tham sÃ´Ì Ä‘Ã¢Ì€u tiên không hÆ¡Ì£p lệ."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "Tham sÃ´Ì thÆ°Ì tÆ° không hÆ¡Ì£p lệ."
@@ -9466,11 +9503,11 @@ msgstr "Hostid không hÆ¡Ì£p lệ đôÌi vÆ¡Ìi macro \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "Khoảng thá»i gian \"%1$s\" không hợp lệ."
@@ -9511,7 +9548,7 @@ msgstr "Macro \"%1$s\" không hợp lệ: %2$s."
msgid "Invalid method parameters."
msgstr "PhÆ°Æ¡ng phaÌp tham sÃ´Ì không hÆ¡Ì£p lệ."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "SÃ´Ì Ä‘Ã´Ìi sÃ´Ì không hÆ¡Ì£p lệ của caÌc tham sôÌ."
@@ -9543,6 +9580,15 @@ msgstr "SÃ´Ì Ä‘Ã´Ìi sÃ´Ì không hÆ¡Ì£p lệ của caÌc tham sôÌ."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9555,75 +9601,81 @@ msgstr "SÃ´Ì Ä‘Ã´Ìi sÃ´Ì không hÆ¡Ì£p lệ của caÌc tham sôÌ."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9640,7 +9692,7 @@ msgstr "Tham sÃ´Ì không hÆ¡Ì£p lệ."
msgid "Invalid response code \"%1$s\"."
msgstr "ÄaÌp Æ°Ìng code \"%1$s\" không hÆ¡Ì£p lệ."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "Tham sÃ´Ì thÆ°Ì hai không hÆ¡Ì£p lệ."
@@ -9677,15 +9729,15 @@ msgstr "Tham sÃ´Ì thÆ°Ì hai không hÆ¡Ì£p lệ."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9698,7 +9750,7 @@ msgstr "Tham sÃ´Ì thÆ°Ì hai không hÆ¡Ì£p lệ."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "Thẻ \"%1$s\" không hợp lệ: %2$s."
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "Tham sÃ´Ì thÆ°Ì ba không hÆ¡Ì£p lệ."
@@ -9717,9 +9769,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "Kiểm kê"
@@ -9746,9 +9798,9 @@ msgid "Issue"
msgstr "Issue"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "Tổ chức phát hành"
@@ -9765,22 +9817,22 @@ msgid "Italian (it_IT)"
msgstr "Italian (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "Item"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9817,15 +9869,15 @@ msgstr "Item \"%1$s\" không tồn tại hoặc bạn không có quyá»n truy cá
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "Item \"%1$s\" trên \"%2$s\": Æ°Ìng duÌ£ng \"%3$s\" không tồn taÌ£i."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "Item đã được thêm vào"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "Item đã được sao chép"
@@ -9834,16 +9886,16 @@ msgstr[0] "Item đã được sao chép"
msgid "Item count"
msgstr "ÄêÌm item"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "Item Ä‘ã biÌ£ xoÌa"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "Item Ä‘ã biÌ£ vô hiệu hoÌaCaÌc item Ä‘ã biÌ£ vô hiệu hoÌa"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "Item Ä‘ã Ä‘Æ°Æ¡Ì£c kiÌch hoaÌ£tCaÌc item Ä‘ã Ä‘Æ°Æ¡Ì£c kiÌch hoaÌ£t"
@@ -9852,7 +9904,7 @@ msgstr[0] "Item Ä‘ã Ä‘Æ°Æ¡Ì£c kiÌch hoaÌ£tCaÌc item Ä‘ã Ä‘Æ°Æ¡Ì£c kiÌch h
msgid "Item in \"not supported\" state"
msgstr "Item trong traÌ£ng thaÌi \"không Ä‘Æ°Æ¡Ì£c hỗ trÆ¡Ì£\""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "Item không được lựa chọn"
@@ -9865,7 +9917,7 @@ msgstr "Item chuẩn bị xử lí bị thiếu tham số: %1$s"
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9886,15 +9938,15 @@ msgstr "Kiểu item \"%1$s\" đã tồn tại trên \"%2$s\", được kết ná»
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Kiểu item \"%1$s\" đã tồn tại trên \"%2$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "Kiểu item đã được thêm vào"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "Kiểu item Ä‘ã biÌ£ xoÌa"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "Kiểu item đã được cập nhật"
@@ -9906,7 +9958,7 @@ msgstr "Kiểu item với ID \"%1$s\" không sẵn sàng."
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9914,19 +9966,19 @@ msgstr "Kiểu item với ID \"%1$s\" không sẵn sàng."
msgid "Item prototypes"
msgstr "CaÌc kiểu item"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "CaÌc kiểu item Ä‘ã biÌ£ xoÌa"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "Item đã được cập nhật"
@@ -9998,7 +10050,7 @@ msgstr "Item vÆ¡Ìi key \"%1$s\" Ä‘ã tồn taÌ£i trên \"%2$s\"."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10008,11 +10060,11 @@ msgstr "Item vÆ¡Ìi key \"%1$s\" Ä‘ã tồn taÌ£i trên \"%2$s\"."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "CaÌc item"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "CaÌc item Ä‘ã biÌ£ xoÌa"
@@ -10024,7 +10076,7 @@ msgstr "Danh saÌch caÌc item"
msgid "Items location"
msgstr "Vị trí các item"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "CaÌc item Ä‘Æ°Æ¡Ì£c cập nhật"
@@ -10032,7 +10084,7 @@ msgstr "CaÌc item Ä‘Æ°Æ¡Ì£c cập nhật"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10040,10 +10092,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX agent"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX endpoint"
@@ -10056,10 +10108,10 @@ msgstr "JMX interfaces"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "JSON data"
@@ -10091,7 +10143,7 @@ msgid "JSON-rpc version is not specified."
msgstr "CaÌc phiên bản JSON-rpc không Ä‘Æ°Æ¡Ì£c ghi rõ."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10099,7 +10151,7 @@ msgstr ""
msgid "Jan"
msgstr "ThaÌng 1"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "ThaÌng 1"
@@ -10116,7 +10168,7 @@ msgstr ""
msgid "Jul"
msgstr "ThaÌng 7"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "ThaÌng 7"
@@ -10124,11 +10176,11 @@ msgstr "ThaÌng 7"
msgid "Jun"
msgstr "ThaÌng 6"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "ThaÌng 6"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "Giữ thá»i gian tài nguyên bị mất"
@@ -10162,7 +10214,7 @@ msgstr "Key \"%1$s\" không khÆ¡Ìp vÆ¡Ìi <grpmax|grpmin|grpsum|grpavg>[\"Host
msgid "Key passphrase"
msgstr "Key passphrase"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "TÆ°Ì€ khoÌa"
@@ -10199,23 +10251,23 @@ msgstr "Äăng nhập LDAP thaÌ€nh công"
msgid "LDAP settings"
msgstr "Cài đặt LDAP"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10241,37 +10293,37 @@ msgctxt "page navigation"
msgid "Last"
msgstr "GiaÌ triÌ£ cuôÌi cuÌ€ng"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] "%1$d ngày cuối cùng"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] "%1$d giỠcuối cùng"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] "%1$d phút cuối cùng"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] "%1$d tháng cuối cùng"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] "%1$d giây cuối cùng"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10307,23 +10359,24 @@ msgstr "Lần thay đổi cuôÌi cuÌ€ng (giảm dần)"
msgid "Last check"
msgstr "Lần kiểm tra cuôÌi cuÌ€ng"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "Äồ thiÌ£ giÆ¡Ì€ cuôÌi cuôÌi cuÌ€ng"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "Äồ thiÌ£ thaÌng cuôÌi cuÌ€ng"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Lần cuôÌi cuÌ€ng của"
@@ -10336,21 +10389,21 @@ msgstr "NhiÌ€n thâÌy lần cuôÌi cuÌ€ng (ThÆ¡Ì€i kyÌ€)"
msgid "Last value"
msgstr "GiaÌ triÌ£ cuôÌi cuÌ€ng"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "Äồ thiÌ£ tuần cuôÌi cuÌ€ng"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "Dữ liệu gần đây nhâÌt"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "CaÌc giaÌ triÌ£ gần đây nhâÌt"
@@ -10397,7 +10450,7 @@ msgstr "Cắt trái"
msgid "Legend"
msgstr "Lịch sử"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10439,8 +10492,8 @@ msgstr "Liên kêÌt"
msgid "Link indicators"
msgstr "Chỉ sÃ´Ì liên kêÌt"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10476,10 +10529,10 @@ msgstr "Liên kêÌt đêÌn caÌc template"
msgid "Linked map"
msgstr "Sơ đồ được kết nối"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10573,10 +10626,10 @@ msgid "Location longitude"
msgstr "ViÌ£ triÌ kinh độ"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "Log"
@@ -10588,10 +10641,10 @@ msgstr "Giám sát tệp tin log với hỗ trợ quay vòng log. Trả vỠlog
msgid "Log file monitoring. Returns log"
msgstr "Giám sát tệp tin log. Trả vỠkiểu log"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "DaÌ£ng thÆ°Ìc thÆ¡Ì€i gian log"
@@ -10648,7 +10701,7 @@ msgstr "Quy tăÌc phaÌt hiện mÆ°Ìc độ thâÌp ở traÌ£ng thaÌi \"kh
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10665,8 +10718,9 @@ msgstr "ÄiÌ£a chỉ MAC B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10681,7 +10735,7 @@ msgstr "Tổng kiểm tra MD5 của tập tin. Trả vỠchuỗi ký tự (MD5
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "Macro"
@@ -10708,10 +10762,10 @@ msgstr "Macro vÆ¡Ìi hostmacroid \"%1$s\" không tồn taÌ£i."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10802,16 +10856,16 @@ msgstr "Bảo trì mà không thu thập dữ liệu"
msgid "Maintenance: %1$s"
msgstr "Báo trì: %1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "Tham sÃ´Ì băÌt buộc biÌ£ lỗi."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "HÆ°Æ¡Ìng dẫn"
@@ -10826,7 +10880,7 @@ msgstr "Hướng dẫn bị đóng"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "Bản đồ"
@@ -10920,7 +10974,7 @@ msgstr "CaÌc bản đồ"
msgid "Mar"
msgstr "ThaÌng 3"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "ThaÌng 3"
@@ -10936,11 +10990,11 @@ msgstr "ÄaÌnh dâÌu khaÌc"
msgid "Mark selected"
msgstr "ÄaÌnh dâÌu Ä‘Æ°Æ¡Ì£c lÆ°Ì£a choÌ£n"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "Mặt nạ"
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -10959,11 +11013,11 @@ msgid "Mass update shapes"
msgstr "Hình dạng cập nhật lớn"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "item chủ"
@@ -11011,7 +11065,7 @@ msgstr "Số lượng tệp mở tối Ä‘a được há»— trợ bởi HÄH. Trả
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "Số lượng tiến trình tối thiểu được há»— trợ bởi HÄH. Trả vá» kiểu integer"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11025,7 +11079,7 @@ msgstr[0] "Chu kyÌ€ thÆ¡Ì€i gian tôÌi Ä‘a để hiển thiÌ£ laÌ€ %1$s ngaÌ€
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "Tổng chiá»u dài tối Ä‘a của địa chỉ email vượt quá đối vá»›i loại phÆ°Æ¡ng tiện có ID \"%1$s\"."
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "ThaÌng 5"
@@ -11177,7 +11231,7 @@ msgid "Message/Command"
msgstr "Tin nhắn/Lệnh"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "CaÌc tin nhăÌn"
@@ -11241,7 +11295,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "SÆ°Ì£ quan troÌ£ng tôÌi thiểu"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11299,7 +11353,7 @@ msgstr "ThiêÌu caÌc item cho kiểu đồ thiÌ£ \"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "ThiêÌu key \"%1$s\" cho host \"%2$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11368,7 +11422,7 @@ msgstr ""
msgid "Mon"
msgstr "ThÆ°Ì 2"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "ThÆ°Ì 2"
@@ -11376,9 +11430,9 @@ msgstr "ThÆ°Ì 2"
msgid "Monitored by"
msgstr "Theo dõi bởi"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "GiaÌm saÌt bằng proxy"
@@ -11410,11 +11464,11 @@ msgstr "ThaÌng"
msgid "Monthly"
msgstr "HaÌ€ng thaÌng"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "TiÌ€m thâÌy nhiều kêÌt quả phuÌ€ hÆ¡Ì£p hÆ¡n..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11433,20 +11487,20 @@ msgstr "Nhiều hÆ¡n một đồ thiÌ£ vÆ¡Ìi tên \"%1$s\" trong host."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "Nhiá»u"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "Nhiều sÆ°Ì£ kiện coÌ vâÌn đề"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "TăÌt tiêÌng"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11479,13 +11533,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11513,17 +11568,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11543,19 +11598,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11564,15 +11619,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11582,12 +11637,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11678,12 +11733,12 @@ msgid "Never"
msgstr "Không bao giờ"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "ƯÌng duÌ£ng mÆ¡Ìi"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "Kiểu ứng dụng mới"
@@ -11697,7 +11752,7 @@ msgstr "Äiều kiện mÆ¡Ìi"
msgid "New dashboard"
msgstr "Bảng Ä‘iá»u khiển má»›i"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "Phần tử mÆ¡Ìi"
@@ -11733,13 +11788,13 @@ msgstr ""
msgid "New triggers"
msgstr "Trigger má»›i"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "Bước tiếp theo"
@@ -11748,20 +11803,20 @@ msgstr "Bước tiếp theo"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -11915,6 +11970,7 @@ msgid "No data."
msgstr "Không có dữ liệu."
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "Không coÌ interface mặc Ä‘iÌ£nh cho kiểu \"%1$s\" trên \"%2$s\". "
@@ -11931,12 +11987,12 @@ msgstr "Không coÌ quy tăÌc phaÌt hiện caÌc ID cho."
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "Không mã hóa"
@@ -12003,12 +12059,12 @@ msgstr ""
msgid "No image"
msgstr "Không coÌ hiÌ€nh ảnh"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "Không tiÌ€m thâÌy interface "
@@ -12023,7 +12079,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12061,7 +12117,7 @@ msgstr "Map ID không Ä‘Æ°Æ¡Ì£c cung câÌp cho phần tử screen."
msgid "No maps added."
msgstr "Bản đồ không được thêm vào."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "Không khÆ¡Ìp vÆ¡Ìi kêÌt quả naÌ€o "
@@ -12092,8 +12148,8 @@ msgstr "Không coÌ quyền truy cập hệ thôÌng."
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12102,8 +12158,8 @@ msgstr "Không coÌ quyền truy cập hệ thôÌng."
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12159,12 +12215,12 @@ msgstr "Không coÌ quyền truy cập hệ thôÌng."
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12223,7 +12279,7 @@ msgstr "Không coÌ quyền truy cập hệ thôÌng."
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12244,7 +12300,7 @@ msgstr "Không coÌ quyền truy cập hệ thôÌng."
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "Không coÌ quyền truy cập vaÌ€o đôÌi tÆ°Æ¡Ì£ng Ä‘Æ°Æ¡Ì£c goÌ£i hoặc noÌ không tồn taÌ£i!"
@@ -12274,7 +12330,7 @@ msgstr "Không quy Ä‘iÌ£nh Ä‘Æ°Æ¡Ì£c khoÌa tập tin công khai."
msgid "No recipients for action operation message."
msgstr "Không coÌ ngÆ°Æ¡Ì€i nhận khi gửi nhăÌn tin."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "Không làm mới"
@@ -12286,11 +12342,11 @@ msgstr "Không coÌ screen naÌ€o Ä‘Æ°Æ¡Ì£c thêm vaÌ€o."
msgid "No script specified for action operation command."
msgstr "Không quy Ä‘Æ°Æ¡Ì£c script cho thao taÌc lệnh action."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "Không coÌ muÌ£c tiêu naÌ€o Ä‘Æ°Æ¡Ì£c choÌ£n"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "Không coÌ muÌ£c tiêu naÌ€o Ä‘Æ°Æ¡Ì£c choÌ£n."
@@ -12307,19 +12363,19 @@ msgstr "Không xaÌc Ä‘iÌ£nh Ä‘Æ°Æ¡Ì£c trigger naÌ€o."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "Không có cỠboolean bị phản đối."
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12332,18 +12388,18 @@ msgstr "Không có cỠboolean bị phản đối."
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "Không coÌ"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12441,7 +12497,7 @@ msgstr "Thống báo tất cả các vấn Ä‘á»"
msgid "Nov"
msgstr "ThaÌng 11"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "ThaÌng 11"
@@ -12454,11 +12510,11 @@ msgstr "Số lượng CPU. Trả vỠkiểu integer"
msgid "Number of enabled items on the host."
msgstr "Số lượng item kích hoạt trên máy chủ."
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "Số lượng item (Kích hoạt/vô hiệu hóa/không hỗ trợ)"
@@ -12526,11 +12582,11 @@ msgstr "SÃ´Ì traÌ£ng thaÌi thay đổi"
msgid "Number of steps"
msgstr "SÃ´Ì bÆ°Æ¡Ìc"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "Số lượng trigger (Kích hoạt/vô hiệu hóa [Problem/ok]"
@@ -12546,7 +12602,7 @@ msgstr "SÃ´Ì lÆ°Æ¡Ì£ng item không Ä‘Æ°Æ¡Ì£c hỗ trÆ¡Ì£ trong cÆ¡ sở dữ
msgid "Number of unsupported items on the host."
msgstr "Số lượng item không được hỗ trợ trên máy chủ."
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "SÃ´Ì lÆ°Æ¡Ì£ng ngÆ°Æ¡Ì€i duÌ€ng (trÆ°Ì£c tuyêÌn)"
@@ -12598,22 +12654,22 @@ msgid "Numeral systems"
msgstr "Hệ thống số"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "SÃ´Ì (float)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "Số lượng (integer)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "SÃ´Ì (unsigned)"
@@ -12631,13 +12687,13 @@ msgstr "OEM"
msgid "OK"
msgstr "OK"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "Äóng sá»± kiện OK"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "Tạo sự kiện OK"
@@ -12653,7 +12709,7 @@ msgstr "Bộ Ä‘iÌ£nh tuyêÌn OOB"
msgid "OOB subnet mask"
msgstr "Mặt nạ subnet OOB"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "HOÄ‚Ì£C"
@@ -12681,13 +12737,13 @@ msgstr "ThaÌng 10"
msgid "Octal to decimal"
msgstr "Bát phân đến thập phân"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "ThaÌng 10"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "Off"
@@ -12719,7 +12775,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "On"
@@ -12794,7 +12850,7 @@ msgstr "Chỉ quản trị viên mới có thể đặt chủ sở hữu screen.
msgid "Only administrators can set slide show owner."
msgstr "Chỉ quản trị viên mới có thể đặt chủ sở hữu slide show."
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "Chỉ caÌc item Ä‘Æ°Æ¡Ì£c gaÌn đêÌn host Ä‘ã kiÌch hoaÌ£t mÆ¡Ìi Ä‘Æ°Æ¡Ì£c tiÌnh"
@@ -12849,7 +12905,7 @@ msgstr "Chỉ Siêu Admin mới có thể cập nhật giá trị sơ đồ."
msgid "Only the last 20%% of the indicator is displayed."
msgstr "Chỉ coÌ 20%% cuôÌi cuÌ€ng của bộ chỉ thiÌ£ Ä‘Æ°Æ¡Ì£c hiển thiÌ£."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "Chỉ caÌc trigger Ä‘Æ°Æ¡Ì£c gaÌn đêÌn caÌc host Ä‘ã kiÌch hoaÌ£t vaÌ€ tuÌ€y thuộc vaÌ€o caÌc item Ä‘ã kiÌch hoaÌ£t mÆ¡Ìi Ä‘Æ°Æ¡Ì£c tiÌnh"
@@ -12871,7 +12927,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "Thao taÌc không thể Ä‘Æ°Æ¡Ì£c thÆ°Ì£c hiện do yêu cầu không Ä‘Æ°Æ¡Ì£c cho pheÌp."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "Chie tiêÌt thao taÌc"
@@ -12887,12 +12943,12 @@ msgstr "Thao taÌc không coÌ template để hoaÌ£t động."
msgid "Operation type"
msgstr "Kiểu thao taÌc"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -12940,24 +12996,24 @@ msgstr "NgÆ°Æ¡Ì€i thao taÌc"
msgid "Options"
msgstr "Tùy chá»n"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "Hoặc"
@@ -12986,55 +13042,57 @@ msgstr "Hoặc"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13073,8 +13131,8 @@ msgstr "KhaÌc"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "Thống kê lưu lượng truy cập đi trên interface. Trả vỠkiểu integer"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "Ghi đè bởi"
@@ -13098,8 +13156,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "đè"
@@ -13284,16 +13342,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "PROBLEM"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "Chế độ tạo sự kiện PROBLEM"
@@ -13305,26 +13363,26 @@ msgstr "Chế độ tạo sự kiện PROBLEM"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "PSK"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "Danh tính PSK"
@@ -13343,13 +13401,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "Tham sôÌ"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "Tham số \"%1$s\" được yêu cầu."
@@ -13420,28 +13478,28 @@ msgstr "Thụ động"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "mật khẩu"
@@ -13453,15 +13511,15 @@ msgstr "Mật khẩu (nhập lại một lần nữa)"
msgid "Password is not mandatory for non internal authentication type."
msgstr "Mật khẩu không bắt buộc đối với loại xác thực không nội bộ."
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "Dán"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "Dán mà không cần liên kết bên ngoài"
@@ -13478,7 +13536,7 @@ msgstr "Tạm dừng hoạt động cho các vấn đỠbị hạn chế"
msgid "Peak memory usage: %1$s"
msgstr "Cách sử dụng bộ nhớ lúc cao điểm: %1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "Phần trăm"
@@ -13495,17 +13553,22 @@ msgstr "ÄÆ°Æ¡Ì€ng phần trăm (phải)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "Thực hiện một truy vấn DNS. Trả vỠchuỗi ký tự với loại thông tin cần thiết"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "Chu kỳ"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13551,7 +13614,7 @@ msgid "Placing algorithm"
msgstr "Äặt thuật toaÌn"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "Văn bản gôÌc"
@@ -13565,7 +13628,7 @@ msgstr "PhaÌt"
msgid "Play sound"
msgstr "PhaÌt âm thanh"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "Vui lòng kiểm tra các thông số cấu hình. Nếu tất cả Ä‘á»u chính xác, nhấn nút \"%1$s\" hoặc nút \"%2$s\" để thay đổi các tham số cấu hình."
@@ -13574,20 +13637,20 @@ msgstr "Vui lòng kiểm tra các thông số cấu hình. Nếu tất cả Ä‘á»
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "Vui lòng tạo cơ sở dữ liệu theo cách thủ công và đặt các tham số cấu hình để kết nối với cơ sở dữ liệu này. Nhấn nút \"%1$s\" khi hoàn tất."
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "Vui lòng nhập tên máy chủ hoặc địa chỉ IP máy chủ và số cổng của máy chủ Zabbix, cÅ©ng nhÆ° tên cài đặt (tùy chá»n)."
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "Xin vui lòng lựa chọn 2 phần tử"
@@ -13617,18 +13680,17 @@ msgstr "điểm"
msgid "Polish (pl_PL)"
msgstr "Polish (pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "GăÌn linh kiện vaÌ€o trÆ°Æ¡Ì€ng host coÌ€n laÌ£i"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13659,33 +13721,33 @@ msgid "Post type"
msgstr "Loại thư"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "Tóm tắt chuẩn bị cài đặt"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "Tiá»n xá»­ lý"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "Tiá»n xá»­ lý"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "BÆ°á»›c tiá»n xá»­ lý"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13696,23 +13758,23 @@ msgstr ""
msgid "Preview"
msgstr "Xem trÆ°Æ¡Ìc"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "quay lại tháng trước"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "Quay lại tuần trước"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "Quay lại năm trước"
@@ -13745,12 +13807,14 @@ msgid "Primary POC screen name"
msgstr "Tên screen POC đầu tiên"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "Bảo mật mật khẩu"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "Giao thÆ°Ìc riêng"
@@ -13762,29 +13826,29 @@ msgid "Private"
msgstr "Riêng"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "Key file riêng"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "CâÌp đặc quyền"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13809,8 +13873,8 @@ msgstr "Vấn đỠđược tạo"
msgid "Problem display"
msgstr "Hiển thiÌ£ vâÌn đề"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "Biểu thức vấn Ä‘á»"
@@ -13827,7 +13891,7 @@ msgstr "Vấn đỠkhông được triệt tiêu"
msgid "Problem is suppressed"
msgstr "Vấn đỠđược triệt tiêu"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "VâÌn đề"
@@ -13857,13 +13921,13 @@ msgstr "Problem, nêÌu tâÌt cả caÌc phần tử con đều coÌ sÆ°Ì£ c
msgid "Problem, if at least one child has a problem"
msgstr "VâÌn đề, nêÌu iÌt nhâÌt một phần tử con coÌ vâÌn đề"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13872,7 +13936,7 @@ msgstr "VâÌn đề, nêÌu iÌt nhâÌt một phần tử con coÌ vâÌn
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "CaÌc vâÌn đề"
@@ -13909,7 +13973,7 @@ msgid "Properties"
msgstr "Thuộc tính"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -13927,7 +13991,7 @@ msgstr "Proxies"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -13997,20 +14061,20 @@ msgid "Public"
msgstr "Công khai"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "KhoÌa công khai"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "Key file công khai"
@@ -14040,8 +14104,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "GIẢI QUYẾT"
@@ -14051,10 +14115,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "Dữ liệu thô"
@@ -14112,7 +14176,7 @@ msgid "Received value"
msgstr "GiaÌ triÌ£ nhận Ä‘Æ°Æ¡Ì£c "
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14139,24 +14203,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "Sự phục hồi"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "Biểu thức phục hồi"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "Phục hồi lỗi cú pháp biểu thức."
@@ -14166,9 +14230,9 @@ msgstr "Phục hồi hoạt động"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "Thá»i gian phục hồi"
@@ -14183,11 +14247,11 @@ msgid "Refresh"
msgstr "làm mới"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "Làm má»›i thá»i gian"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "Làm má»›i hệ số nhân thá»i gian"
@@ -14201,7 +14265,7 @@ msgstr "Chính quy"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "Biểu thÆ°Ìc chiÌnh quy"
@@ -14240,7 +14304,7 @@ msgstr "CaÌc biểu thÆ°Ìc chiÌnh quy"
msgid "Regular items"
msgstr "Item chính quy"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14264,6 +14328,12 @@ msgstr "Lệnh từ xa"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14280,43 +14350,37 @@ msgstr "Lệnh từ xa"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14325,14 +14389,14 @@ msgstr "Lệnh từ xa"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14355,7 +14419,7 @@ msgstr "Lệnh từ xa"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14388,8 +14452,8 @@ msgstr "Lệnh từ xa"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "Gỡ bỏ"
@@ -14425,7 +14489,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "Xóa, %1$s"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14435,17 +14499,17 @@ msgstr "Äã xóa, %1$s"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "Thay thêÌ"
@@ -14460,23 +14524,23 @@ msgstr "Thay thÃªÌ quan hệ phuÌ£ thuộc"
msgid "Reports"
msgstr "CaÌc thông baÌo"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr "Yêu cầu nội dung"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr "Yêu cầu kiểu nội dung"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "Yêu cầu gửi thành công"
@@ -14486,7 +14550,7 @@ msgstr "Yêu cầu gửi thành công"
msgid "Request type"
msgstr "Yêu cầu kiểu"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "yêu cầu"
@@ -14503,14 +14567,14 @@ msgstr "Hiệu năng cần thiêÌt (vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "Hiệu năng cần thiêÌt của maÌy chủ Zabbix, trong caÌc giaÌ triÌ£ mÆ¡Ìi Ä‘Æ°Æ¡Ì£c dÆ°Ì£ tiÌnh trên mỗi giây."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "Hiệu năng cần thiêÌt của maÌy chủ, caÌc giaÌ triÌ£ mÆ¡Ìi trên mỗi giây"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "CaÌc mã traÌ£ng thaÌi Ä‘Æ°Æ¡Ì£c yêu cầu"
@@ -14518,7 +14582,7 @@ msgstr "CaÌc mã traÌ£ng thaÌi Ä‘Æ°Æ¡Ì£c yêu cầu"
msgid "Required string"
msgstr "Chuỗi được yêu cầu"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "Phục hồi"
@@ -14547,7 +14611,7 @@ msgstr "PhuÌ£c hồi xaÌc nhận"
msgid "Reset defaults"
msgstr "Phục hồi mặc định"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "Äã giải quyêÌt"
@@ -14559,26 +14623,26 @@ msgstr "Giải quyết bởi"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "Giải quyết bởi quy tắc liên kết \"%1$s\"."
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "Giải quyết bởi quy tắc liên kết."
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "Giải quyết bởi ngÆ°á»i dùng \"%1$s\"."
@@ -14615,15 +14679,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "KêÌt quả"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14642,14 +14706,14 @@ msgstr "KêÌt quả laÌ€ TRUE"
msgid "Result type"
msgstr "LoaÌ£i kêÌt quả"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "Lấy lại chế độ"
@@ -14812,12 +14876,12 @@ msgstr "Chạy lệnh được chỉ định trên máy chủ. Trả vỠkết
msgid "Russian (ru_RU)"
msgstr "Russian (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "S"
@@ -14827,7 +14891,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14872,16 +14937,16 @@ msgstr "Cổng máy chủ STMP"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14889,8 +14954,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP community"
@@ -14906,11 +14973,13 @@ msgstr "SNMP trap"
msgid "SNMP trap key is invalid."
msgstr "KhoÌa SNMP trap laÌ€ không hÆ¡Ì£p lệ."
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -14918,7 +14987,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -14926,7 +14996,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 agent"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -14948,9 +15019,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "Äếm SQL: %1$s (chá»n: %2$s | thá»±c thi: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "Truy vâÌn SQL"
@@ -14973,40 +15044,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH agent"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "Tệp chứng chỉ SSL"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "Tệp khóa SSL"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "Mật khẩu SSL"
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "Máy chủ xác minh SSL"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "Xác minh SSL ngang hàng"
@@ -15034,15 +15105,23 @@ msgstr "Sans-Serif"
msgid "Sat"
msgstr "ThÆ°Ì bảy"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "ThÆ°Ì bảy"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "Lưu thay đổi"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "Lưu thành \"%1$s\""
@@ -15064,12 +15143,12 @@ msgid "Scheduled check"
msgstr "Kiểm tra lịch trình"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15153,9 +15232,9 @@ msgid "Screen updated"
msgstr "Screen đã được cập nhật"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15170,7 +15249,7 @@ msgstr "Screen đã được cập nhật"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "Screens"
@@ -15234,7 +15313,7 @@ msgstr "Script đã được cập nhật"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "CaÌc Script"
@@ -15292,19 +15371,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "MÆ°Ìc độ bảo mật"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "Tên bảo mật"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15315,8 +15396,8 @@ msgstr "Tên bảo mật"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15324,15 +15405,15 @@ msgstr "Tên bảo mật"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "Lựa chọn"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "Lựa chọn kiểu"
@@ -15365,19 +15446,19 @@ msgstr "CaÌc phần tử Ä‘ã choÌ£n"
msgid "Selected items only"
msgstr "Chỉ item được chá»n"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "Äã chá»n, %1$s ở vị trí %2$d của %3$d"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "Äã chá»n, %1$s, chỉ Ä‘á»c, ở vị trí %2$d của %3$d"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "Gửi trở lại"
@@ -15402,7 +15483,7 @@ msgstr "Chỉ gửi đêÌn"
msgid "Send to"
msgstr "Gửi tÆ¡Ìi"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "Gửi lại"
@@ -15429,13 +15510,13 @@ msgstr "Sep"
msgid "Separated"
msgstr "BiÌ£ ngăn caÌch"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "ThaÌng 9"
@@ -15560,12 +15641,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "KêÌt thuÌc phiên laÌ€m việc, hãy đăng nhập laÌ£i."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "Äặt chu kỳ thá»i gian tùy chỉnh"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15574,11 +15656,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr "Äặt chế Ä‘á»™ kiểm kê máy chủ"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15601,28 +15683,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15641,7 +15723,7 @@ msgid "Severity changed"
msgstr "Mức Ä‘á»™ nghiêm trá»ng đã thay đổi"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "Mức Ä‘á»™ nghiêm trá»ng thay đổi"
@@ -15671,7 +15753,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "Chia sẻ"
@@ -15689,14 +15771,14 @@ msgstr "Chia sẻ tùy chá»n \"%1$s\" bị thiếu má»™t giá trị cho sÆ¡ Ä‘á
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "Chia sẻ tùy chá»n \"%1$s\" bị thiếu má»™t giá trị cho screen \"%2$s\"."
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "Rút ngắn"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15707,8 +15789,8 @@ msgstr "Rút ngắn"
msgid "Show"
msgstr "Hiển thị"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "Hiển thiÌ£ chi tiêÌt"
@@ -15716,7 +15798,7 @@ msgstr "Hiển thiÌ£ chi tiêÌt"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15743,7 +15825,11 @@ msgstr "Hiển thiÌ£ chuÌ thiÌch"
msgid "Show lines"
msgstr "Hiển thiÌ£ caÌc doÌ€ng"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15765,9 +15851,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15778,7 +15864,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr "Hiển thị vấn Ä‘á» bị loại bá»"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "Hiển thị thẻ"
@@ -15792,7 +15878,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "Hiển thị văn bản như HTML"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15803,7 +15889,7 @@ msgid "Show triggers"
msgstr "Hiển thiÌ£ caÌc trigger"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "Chưa xác nhận hiện thị"
@@ -15812,10 +15898,10 @@ msgstr "Chưa xác nhận hiện thị"
msgid "Show unavailable maps"
msgstr "Hiển thị sơ đồ không sẵn sàng"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "Hiển thiÌ£ giaÌ triÌ£"
@@ -15827,7 +15913,7 @@ msgstr "Hiển thiÌ£ cảnh baÌo nêÌu maÌy chủ Zabbix không hoaÌ£t đôÌ
msgid "Show working time"
msgstr "Hiển thị thời gian làm việc"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "Äã hiển thiÌ£"
@@ -15878,8 +15964,8 @@ msgstr "Simple graph"
msgid "Simple graph prototype"
msgstr "Kiểu đồ thị đơn giản"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "ÄÆ¡n"
@@ -15990,7 +16076,7 @@ msgstr "CaÌc slide"
msgid "Slovak (sk_SK)"
msgstr "Slovak (sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Snooze"
@@ -16128,7 +16214,8 @@ msgstr "TÄ©nh"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16136,16 +16223,15 @@ msgstr "TÄ©nh"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16165,7 +16251,7 @@ msgstr "TÄ©nh"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16253,28 +16339,28 @@ msgid "Stop"
msgstr "Dừng lại"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16286,7 +16372,7 @@ msgstr "Thẳng"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16311,14 +16397,14 @@ msgid "Subject"
msgstr "ÄôÌi tÆ°Æ¡Ì£ng"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "Chủ Ä‘á»"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "Submap"
@@ -16326,7 +16412,7 @@ msgstr "Submap"
msgid "Success Audit"
msgstr "Kiểm nghiệm thành công"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "Tin chắn thành công"
@@ -16339,7 +16425,7 @@ msgstr "Tổng số thống kê lưu lượng đến và đi trên interface. Tr
msgid "Sun"
msgstr "Chủ nhật"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "Chủ nhật"
@@ -16383,7 +16469,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "Chuyển đổi phÆ°Æ¡ng phaÌp xaÌc nhận sẽ thiêÌt laoapj laÌ£i tâÌt cả ngoaÌ£i trÆ°Ì€ phiêÌn naÌ€y! TiêÌp tuÌ£c?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16434,12 +16520,12 @@ msgstr "Thá»i gian hệ thống. Trả vá» kiểu integer vá»›i kiểu nhÆ° ut
msgid "System uptime in seconds. Returns integer"
msgstr "Thá»i gian chạy hệ thống tính bằng giây. Trả vá» kiểu integer"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "T"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16481,12 +16567,12 @@ msgstr "Bảng \"%1$s\" Không coÌ trÆ°Æ¡Ì€ng Ä‘Æ°Æ¡c đặt tên \"%2$s\"."
msgid "Tag"
msgstr "Tag"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "Thẻ \"%1$s\" với giá trị \"%2$s\" đã tồn tại."
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "Thẻ hiển thị ưu tiên"
@@ -16495,12 +16581,12 @@ msgstr "Thẻ hiển thị ưu tiên"
msgid "Tag filter"
msgstr "Thẻ bá»™ lá»c"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "Thẻ cho phù hợp"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "Thẻ tên"
@@ -16511,25 +16597,25 @@ msgstr "Thẻ giá trị"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16537,11 +16623,11 @@ msgstr "Thẻ giá trị"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16550,11 +16636,11 @@ msgid "Tags"
msgstr "Thẻ"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "Target"
@@ -16673,13 +16759,13 @@ msgstr "Template vÆ¡Ìi cuÌ€ng tên hiển thiÌ£ \"%1$s\" Ä‘ã tồn taÌ£i. "
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16701,20 +16787,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "Kiểm tra"
@@ -16739,7 +16825,7 @@ msgstr "Kiểm tra dữ liệu"
msgid "Test expressions"
msgstr "Kiểm tra caÌc biểu thÆ°Ìc"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16767,10 +16853,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16809,7 +16895,7 @@ msgstr "Ứng dụng không được khám phá nữa và sẽ bị xóa trong l
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16900,11 +16986,11 @@ msgstr "ƯÌng duÌ£ng web scenario thuộc về một host khaÌc hÆ¡n so vÆ¡
msgid "Theme"
msgstr "Giao diện"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "Ngày cuối tuần"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -16913,11 +16999,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "ThaÌng naÌ€y"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "Tháng này đến nay"
@@ -16929,23 +17015,23 @@ msgstr "Cột screen naÌ€y không Ä‘Æ°Æ¡Ì£c để trôÌng. XoÌa noÌ?"
msgid "This screen row is not empty. Delete it?"
msgstr "HaÌ€ng screen naÌ€y không Ä‘Æ°Æ¡Ì£c để trôÌng. XoÌa chuÌng?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "Tuần này"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "Tuần này cho đến nay"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "Năm này"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "Năm này cho đến nay"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "Ngưỡng"
@@ -16957,7 +17043,7 @@ msgstr ""
msgid "Thu"
msgstr "ThÆ°Ì 5"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "ThÆ°Ì năm"
@@ -16968,19 +17054,19 @@ msgstr "ThÆ°Ì năm"
msgid "Till"
msgstr "Cho tÆ¡Ìi"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17023,12 +17109,12 @@ msgstr ""
msgid "Time period"
msgstr "Chu kỳ thời gian"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17040,16 +17126,23 @@ msgstr "Di chuyển môÌc thÆ¡Ì€i gian"
msgid "Time type"
msgstr "Kiểu thời gian"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "HêÌt giÆ¡Ì€"
@@ -17063,22 +17156,23 @@ msgstr "HêÌt giÆ¡Ì€"
msgid "Timestamp"
msgstr "Nhãn thời gian"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "To"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "Äể thiêÌt lập một host interface choÌ£n một kiểu item duy nhâÌt cho tâÌt cả caÌc item"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "Hôm nay"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "Hôm nay"
@@ -17168,10 +17262,10 @@ msgstr "Coi là 0"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "Khuynh hÆ°Æ¡Ìng chu kyÌ€ lÆ°u trữ dữ liệu"
@@ -17180,34 +17274,34 @@ msgstr "Khuynh hÆ°Æ¡Ìng chu kyÌ€ lÆ°u trữ dữ liệu"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "CaÌc khuynh hÆ°Æ¡Ìng "
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "Trigger"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "Trigger \"%1$s\" đã tồn tại trên \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "Trigger \"%1$s\" thuộc vỠcác mẫu có các liên kết khác nhau."
@@ -17217,7 +17311,7 @@ msgstr "Trigger \"%1$s\" thuộc vỠcác mẫu có các liên kết khác nhau
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Trigger \"%1$s\" phụ thuộc vào \"%2$s\", mà không tồn tại."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17225,7 +17319,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "Trigger được thêm vào"
@@ -17233,7 +17327,7 @@ msgstr "Trigger được thêm vào"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "Trigger không thể phuÌ£ thuộc vaÌ€o một trigger maÌ€ Ä‘Æ°Æ¡Ì£c kÃªÌ thÆ°Ì€a tÆ°Ì€ noÌ."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "Trigger được sao chép"
@@ -17242,7 +17336,7 @@ msgstr[0] "Trigger được sao chép"
msgid "Trigger data storage period"
msgstr "Chu kì lưu trữ dữ liệu trigger"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "Trigger Ä‘ã biÌ£ xoÌa"
@@ -17250,7 +17344,7 @@ msgstr "Trigger Ä‘ã biÌ£ xoÌa"
msgid "Trigger details"
msgstr "Chi tiết trigger"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "Trigger Ä‘ã biÌ£ vô hiệu hoÌaCaÌc trigger Ä‘ã biÌ£ vô hiệu hoÌa"
@@ -17260,12 +17354,12 @@ msgstr[0] "Trigger Ä‘ã biÌ£ vô hiệu hoÌaCaÌc trigger Ä‘ã biÌ£ vô hiê
msgid "Trigger displaying options"
msgstr "Tùy chọn hiển thị trigger"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "Trigger Ä‘ã Ä‘Æ°Æ¡Ì£c kiÌch hoaÌ£tCaÌc trigger Ä‘ã Ä‘Æ°Æ¡Ì£c kiÌch hoaÌ£t"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "Biểu thÆ°Ìc trigger phải chÆ°Ìa iÌt nhâÌt một host: key reference."
@@ -17305,24 +17399,24 @@ msgstr "Tổng quan caÌc trigger"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "Kiểu trigger"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "Trigger \"%1$s\" đã tồn tại trên \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "Trigger \"%1$s\" thuộc vỠcác mẫu có các liên kết khác nhau."
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "Kiểu trigger \"%1$s\" chÆ°Ìa caÌc kiểu item tÆ°Ì€ nhiều quy tăÌc phaÌt hiện."
@@ -17332,12 +17426,12 @@ msgstr "Kiểu trigger \"%1$s\" chÆ°Ìa caÌc kiểu item tÆ°Ì€ nhiều quy t
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "Kiểu trigger \"%1$s\" phụ thuộc vào trigger \"%2$s\", không tồn tại."
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "Kiểu trigger \"%1$s\" phải chÆ°Ìa iÌt nhâÌt một kiểu item."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "Kiểu trigger đã được thêm vào"
@@ -17345,18 +17439,18 @@ msgstr "Kiểu trigger đã được thêm vào"
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "Kiểu trigger không thể phụ thuộc vào một trigger được kế thừa từ nó."
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "Kiểu trigger Ä‘ã biÌ£ xoÌa"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "Kiểu trigger được cập nhật"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17364,15 +17458,15 @@ msgstr[0] "Kiểu trigger được cập nhật"
msgid "Trigger prototypes"
msgstr "CaÌc kiểu trigger"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "CaÌc kiểu trigger Ä‘ã biÌ£ xoÌa"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "CaÌc kiểu trigger Ä‘ã Ä‘Æ°Æ¡Ì£c cập nhật"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "Biểu thức khôi phục trigger phải chứa ít nhất một máy chủ: tham chiếu khóa."
@@ -17380,11 +17474,11 @@ msgstr "Biểu thức khôi phục trigger phải chứa ít nhất một máy c
msgid "Trigger severity"
msgstr "MÆ°Ìc độ quan troÌ£ng của trigger"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "Trạng thái trigger \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "Trạng thái Trigger \"Problem\""
@@ -17392,19 +17486,19 @@ msgstr "Trạng thái Trigger \"Problem\""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "Trigger được cập nhật"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17417,11 +17511,11 @@ msgstr "Trigger được cập nhật"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "CaÌc trigger"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "CaÌc trigger Ä‘ã biÌ£ xoÌa"
@@ -17437,7 +17531,7 @@ msgstr "Cắt"
msgid "Tue"
msgstr "ThÆ°Ì ba"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "ThÆ°Ì ba"
@@ -17450,7 +17544,7 @@ msgstr "Turkish (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "Hai item (\"%1$s\" vaÌ€ \"%2$s\") không thể găÌn vaÌ€o một trÆ°Æ¡Ì€ng host coÌ€n laÌ£i \"%3$s\", Ä‘iều naÌ€y sẽ dẫn đêÌn một cuộc xung đột."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "Hai phần tá»­ sÆ¡ đồ nên được chá»n"
@@ -17470,7 +17564,7 @@ msgstr "Hai phần tá»­ sÆ¡ đồ nên được chá»n"
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17482,21 +17576,21 @@ msgstr "Hai phần tá»­ sÆ¡ đồ nên được chá»n"
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17529,18 +17623,18 @@ msgstr "Kiểu (giảm dần)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "Kiểu tiÌnh toaÌn"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "Kiểu thông tin"
@@ -17557,8 +17651,8 @@ msgstr "CaÌc kiểu"
msgid "UNKNOWN"
msgstr "UNKNOWN"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17568,11 +17662,11 @@ msgstr "UNKNOWN"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17618,7 +17712,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "URL phải có cả trÆ°á»ng \"tên\" và \"url\" cho sÆ¡ đồ \"%1$s\"."
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17702,10 +17796,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "ÄÆ¡n viÌ£"
@@ -17727,7 +17821,7 @@ msgstr "ÄÆ¡n viÌ£"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17746,18 +17840,18 @@ msgstr "Hành động không rõ"
msgid "Unknown error"
msgstr "Lỗi không rõ"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "Hàm không rõ"
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "Host item không rõ, không coÌ item trong host Ä‘Æ°Æ¡Ì£c lÆ°Ì£a choÌ£n"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "Host không rõ, không coÌ nhÆ° vậy trong hệ thôÌng"
@@ -17783,15 +17877,15 @@ msgstr "Kiểu giaÌ triÌ£ không rõ"
msgid "Unlimited"
msgstr "Không giới hạn"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "Hủy liên kêÌt"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "Hủy liên kêÌt vaÌ€ xoÌa"
@@ -17834,7 +17928,7 @@ msgstr "Hủy liên kêÌt: Kiểu item \"%1$s\" trên \"%2$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "Hủy liên kêÌt: Web scenario \"%1$s\" trên \"%2$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "Bật tiêÌng"
@@ -17879,6 +17973,11 @@ msgstr "Tham số không được há»— trợ \"%2$s\" cho bá»™ lá»c hoạt Ä‘á»
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "Tham số không được há»— trợ \"%2$s\" cho bá»™ lá»c quy tắc khám phá \"%1$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -17915,28 +18014,29 @@ msgstr "Up"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -17953,16 +18053,16 @@ msgstr "Cập nhật đã tồn tại"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "Khoảng thời gian cập nhật"
@@ -18017,7 +18117,7 @@ msgstr "ThÆ¡Ì€i gian hoaÌ£t động của tiêÌn triÌ€nh maÌy chủ Zabbix tr
msgid "Uptime/Downtime"
msgstr "Thời gian hoạt động/Thời gian ngừng hoạt động"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "Sử dụng yêu cầu số lượng lớn"
@@ -18046,7 +18146,7 @@ msgstr "item đã được sử dụng"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "Người dùng"
@@ -18205,14 +18305,14 @@ msgstr "Danh sách ngÆ°á»i dùng"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "Tên người dùng"
@@ -18278,11 +18378,11 @@ msgstr ""
msgid "User/Recipient"
msgstr "NgÆ°á»i dùng/NgÆ°á»i nhận"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "Tên người dùng"
@@ -18290,8 +18390,8 @@ msgstr "Tên người dùng"
msgid "Username and password"
msgstr "Tên đăng nhập và mật khẩu"
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18556,24 +18656,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18701,18 +18801,18 @@ msgstr "BiêÌn"
msgid "Various information about specific process(es). Returns float"
msgstr "Thông tin khác nhau vỠquá trình cụ thể. Trả vỠkiểu float"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18720,8 +18820,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18733,7 +18833,7 @@ msgstr "NhaÌ€ sản xuâÌt"
msgid "Verbose"
msgstr "Chi tiêÌt"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18794,7 +18894,7 @@ msgstr "Tên hiển thị"
msgid "Visible name cannot be empty if host name is missing."
msgstr "Tên hiển thiÌ£ không thể biÌ£ trôÌng nêÌu tên host biÌ£ lỗi."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "W"
@@ -18806,22 +18906,22 @@ msgstr "W"
msgid "Warning"
msgstr "Cảnh baÌo"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "Cảnh baÌo"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "ChuÌng tôi xin lỗi, sÃ´Ì lÆ°Æ¡Ì£ng tôÌi Ä‘a coÌ thể của caÌc phần tử để ghi nhÆ¡Ì Ä‘ã Ä‘aÌ£t tÆ¡Ìi giÆ¡Ìi haÌ£n."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18831,7 +18931,7 @@ msgstr "ChuÌng tôi xin lỗi, sÃ´Ì lÆ°Æ¡Ì£ng tôÌi Ä‘a coÌ thể của ca
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18886,7 +18986,7 @@ msgstr[0] "Web scenario Ä‘ã Ä‘Æ°Æ¡Ì£c kiÌch hoaÌ£tCaÌc web scenario Ä‘ã Ä‘
msgid "Web scenario updated"
msgstr "Web scenario đã cập nhật"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -18904,7 +19004,7 @@ msgstr ""
msgid "Wed"
msgstr "ThÆ°Ì 4"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "ThÆ°Ì tÆ°"
@@ -18917,7 +19017,7 @@ msgstr "Hàng tuần"
msgid "Welcome"
msgstr "Chào mừng"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "Chào mừng đến với"
@@ -18925,7 +19025,7 @@ msgstr "Chào mừng đến với"
msgid "When active"
msgstr "Khi hoạt động"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -18967,7 +19067,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19041,13 +19141,13 @@ msgstr "Những trÆ°Æ¡Ì€ng không Ä‘uÌng đôÌi vÆ¡Ìi diÌ£ch vuÌ£ \"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "Những trÆ°Æ¡Ì€ng không Ä‘uÌng đôÌi vÆ¡Ìi thÆ¡Ì€i gian của diÌ£ch vuÌ£ \"%1$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "Các trÆ°á»ng sai cho kiểu trigger."
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "Những trÆ°Æ¡Ì€ng không Ä‘uÌng đôÌi vÆ¡Ìi trigger."
@@ -19055,8 +19155,8 @@ msgstr "Những trÆ°Æ¡Ì€ng không Ä‘uÌng đôÌi vÆ¡Ìi trigger."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "Giá trị sai cho trÆ°á»ng url."
@@ -19089,10 +19189,10 @@ msgstr ""
msgid "XML XPath"
msgstr "ÄÆ°á»ng dẫn XML"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "Dữ liệu XML"
@@ -19183,7 +19283,7 @@ msgstr "YYYY-MM-DD hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19202,20 +19302,20 @@ msgstr "Hàng năm"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19227,7 +19327,7 @@ msgstr "Hàng năm"
msgid "Yes"
msgstr "Yes"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "hôm qua"
@@ -19238,7 +19338,7 @@ msgstr "Bạn vừa đăng nhập vào \"%1$s\"."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "BaÌ£n không thể choÌ£n một sÃ´Ì trong caÌc ngôn ngữ, bởi viÌ€ Ä‘iÌ£a chỉ của chuÌng không Ä‘Æ°Æ¡Ì£c caÌ€i đặt trên web maÌy chủ."
@@ -19293,7 +19393,7 @@ msgstr "BaÌ£n không coÌ quyền để thÆ°Ì£c hiện caÌc thao taÌc naÌ€y
msgid "You do not have permissions to create users."
msgstr "BaÌ£n không coÌ quyền để taÌ£o caÌc ngÆ°Æ¡Ì€i duÌ€ng."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19301,7 +19401,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "BaÌ£n không coÌ quyền truy cập trang naÌ€y."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "Bạn có các thay đổi chưa lưu."
@@ -19376,7 +19476,7 @@ msgstr "Mẫu đăng nhập zabbix"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "MaÌy chủ Zabbix"
@@ -19394,7 +19494,7 @@ msgid "Zabbix server (proxy)"
msgstr "Máy chủ zabbix (proxy)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "Chi tiết máy chủ zabbix"
@@ -19402,15 +19502,15 @@ msgstr "Chi tiết máy chủ zabbix"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "MaÌy chủ Zabbix Ä‘ang không hoaÌ£t động: Thông tin Ä‘Æ°Æ¡Ì£c hiển thiÌ£ coÌ thể không tồn taÌ£i."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "MaÌy chủ Zabbix Ä‘ang hoaÌ£t động"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Tên maÌy chủ Zabbix"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Cổng maÌy chủ Zabbix"
@@ -19419,6 +19519,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix trapper"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "Phóng to/nhá»"
@@ -19432,51 +19533,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "Một boolean được mong đợi "
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "Chuỗi kí tự được mong đợi "
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "một mã màu thập lục phân (6 ký hiệu) được mong đợi"
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "má»™t số được kì vá»ng"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "một số là quá lớn"
@@ -19489,8 +19595,8 @@ msgstr "một số là quá lớn"
msgid "a numeric value is expected"
msgstr "một giá trị số được mong đợi"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19498,29 +19604,29 @@ msgstr ""
msgid "a time is expected"
msgstr "má»™t thá»i gian được kì vá»ng"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "má»™t khoảng thá»i gian được dá»± kiến"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "má»™t khoảng thá»i gian dá»± kiến"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "má»™t Ä‘Æ¡n vị thá»i gian dá»± kiến"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "má»™t macro ngÆ°á»i dùng được kì vá»ng"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange () - Sự khác biệt tuyệt đối giữa giá trị cuối cùng và giá trị trước"
@@ -19562,6 +19668,10 @@ msgstr "TâÌt cả"
msgid "all media"
msgstr "TâÌt cả media"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19573,23 +19683,23 @@ msgstr "TâÌt cả media"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "một mảng được mong đợi"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "một mảng hoặc một chuỗi ký tự được mong đợi"
@@ -19599,7 +19709,7 @@ msgid "an empty string is expected"
msgstr "một chuỗi trống dự kiến"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "một số lượng chẵn các ký tự thập lục phân được mong đợi"
@@ -19607,11 +19717,11 @@ msgstr "một số lượng chẵn các ký tự thập lục phân được mon
msgid "an explicit time is expected"
msgstr "má»™t thá»i gian rõ ràng được dá»± kiến"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19660,11 +19770,11 @@ msgstr ""
msgid "avg"
msgstr "avg"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg () - Giá trị trung bình của má»™t khoảng thá»i gian T"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band () - Bitwise AND của giá trị T và mặt nạ cuối cùng (gần đây nhất)"
@@ -19692,10 +19802,9 @@ msgstr "Không thể thay đổi"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19703,7 +19812,7 @@ msgstr "Không thể thay đổi"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19728,6 +19837,9 @@ msgstr "Không thể thay đổi"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19754,11 +19866,11 @@ msgstr "Không thể thay đổi"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19780,14 +19892,14 @@ msgstr "Không thể thay đổi"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19812,7 +19924,7 @@ msgstr "không thể thá»±c hiện yêu cầu API, dữ liệu có thể bị cá
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "thay đổi() - Sự khác biệt giữa giá trị cuối cùng và giá trị trước đó"
@@ -19830,11 +19942,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "phụ thuộc item không được phép"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "Màu sắc"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "danh sách được phân tách bằng dấu phẩy"
@@ -19853,11 +19965,11 @@ msgstr "bao gồm"
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "Count () - Số lượng giá trị được truy xuất thành công V (đáp ứng toán tử O) cho giai đoạn T"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19866,32 +19978,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date() - ngày hiện tại"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth() - Ngày của tháng"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek () - Ngày trong tuần"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "Ngày"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "Mặc định"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta() - Chênh lệch giữa giá trị MAX và MIN của khoảng thá»i gian T"
@@ -19917,11 +20029,11 @@ msgstr "giảm dần"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff() - Sự khác biệt giữa các giá trị cuối cùng và trước (1 - true, 0 - false)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "tên thư mục hoặc tập lệnh không được để trống"
@@ -19960,7 +20072,7 @@ msgstr "Không bằng"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -19999,7 +20111,7 @@ msgstr "đầu tiên"
msgid "first parameter is expected"
msgstr "tham số đầu tiên được mong đợi"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "dá»± báo () - Dá»± báo cho t giây tiếp theo dá»±a trên khoảng thá»i gian T"
@@ -20007,14 +20119,14 @@ msgstr "dự báo () - Dự báo cho t giây tiếp theo dựa trên khoảng th
msgid "fourth"
msgstr "Thứ tư"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr "fuzzytime () - Chênh lệch giữa giá trị item (dÆ°á»›i dạng dấu thá»i gian) và dấu thá»i gian của máy chủ Zabbix nhá» hÆ¡n hoặc bằng T giây (1 - đúng, 0 - sai)"
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "Cài đặt global housekeeping"
@@ -20023,7 +20135,7 @@ msgstr "Cài đặt global housekeeping"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20081,11 +20193,11 @@ msgstr "in"
msgid "including subgroups"
msgstr "bao gồm các nhóm nhá»"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20122,7 +20234,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr "phạm vi địa chỉ không hợp lệ \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "chuỗi byte không hợp lệ trong UTF-8"
@@ -20136,15 +20248,15 @@ msgstr "Thá»i gian trá»… không hợp lệ"
msgid "invalid history storage period"
msgstr "thá»i gian lÆ°u trữ lịch sá»­ không hợp lệ"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "tên máy chủ không hợp lệ"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "Tên máy chủ không hợp lệ"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "Biểu thức chính quy không hợp lệ"
@@ -20154,7 +20266,7 @@ msgstr "Biểu thức chính quy không hợp lệ"
msgid "invalid trend storage period"
msgstr "Chu kì lưu trữ dữ liệu không hợp lệ"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregapi() - Biểu thức V thông thÆ°á»ng khá»›p vá»›i giá trị cuối cùng trong khoảng thá»i gian T (không phân biệt chữ hoa chữ thÆ°á»ng; 1 - khá»›p, 0 - không khá»›p)"
@@ -20166,7 +20278,7 @@ msgstr "lớn hơn hoặc bằng"
msgid "is less than or equals"
msgstr "nhỠhơn hoặc bằng"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "không được đính kèm trong {} hoặc không đúng định dạng"
@@ -20196,7 +20308,7 @@ msgstr "Không coÌ key"
msgid "last"
msgstr "CuôÌi cuÌ€ng"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last() - Giá trị T cuối cùng (gần đây nhất)"
@@ -20208,15 +20320,15 @@ msgstr "bên trái"
msgid "list of characters"
msgstr "Danh sách kí tự"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid() - ID sự kiện của bản log cuối cùng khớp với biểu thức chính quy T (1 - khớp, 0 - không khớp)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity() - Mức Ä‘á»™ nghiêm trá»ng của bản log cuối cùng"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logource() - Nguồn log của tham số khớp bản log cuối cùng T (1 - khớp, 0 - không khớp)"
@@ -20224,12 +20336,12 @@ msgstr "logource() - Nguồn log của tham số khớp bản log cuối cùng T
msgid "low-level discovery rule"
msgstr "Quy tăÌc phaÌt hiện low-level"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20259,7 +20371,7 @@ msgstr "Bản đồ"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20283,7 +20395,7 @@ msgstr "max"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max() - Giá trị tối đa cho giai đoạn T"
@@ -20310,12 +20422,12 @@ msgstr "số lượng mức độ phụ thuộc tối đa đạt được"
msgid "min"
msgstr "min"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "min () - Giá trị tối thiểu cho giai đoạn T"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "độ dài tối thiểu là ký tự %1$s"
@@ -20348,27 +20460,27 @@ msgstr "Phải coÌ một ngÆ°Æ¡Ì€i duÌ€ng LDAP hÆ¡Ì£p lệ"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "Phải nằm trong khoảng \"%1$s\" và \"%2$s\""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "phải chứa ít nhất một macro khám phá cấp thấp"
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "tên"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "new"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "new"
@@ -20378,7 +20490,7 @@ msgstr "new"
msgid "no data"
msgstr "Không coÌ dữ liệu"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20399,7 +20511,7 @@ msgstr "not in"
msgid "not selected"
msgstr "Không được chọn"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now () - Số giây kể từ Epoch"
@@ -20407,8 +20519,8 @@ msgstr "now () - Số giây kể từ Epoch"
msgid "number"
msgstr "số"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "of"
@@ -20456,7 +20568,7 @@ msgstr "off"
msgid "on"
msgstr "on"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20472,11 +20584,11 @@ msgstr "KhaÌc"
msgid "output"
msgstr "đầu ra"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20487,11 +20599,11 @@ msgstr ""
msgid "pattern"
msgstr "Mẫu"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "Percile () - Phần trăm P của giai đoạn T"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev() - Giá trị trước"
@@ -20508,12 +20620,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "CÆ°Ì %1$s giây laÌ€m mÆ¡Ìi một lần. "
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp() - Biểu thức V thông thÆ°á»ng khá»›p vá»›i giá trị cuối cùng trong khoảng thá»i gian T (1 - khá»›p, 0 - không khá»›p)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20530,7 +20642,7 @@ msgstr "Bên phải "
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20579,6 +20691,7 @@ msgstr "Mô tả ngăÌn"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20593,15 +20706,15 @@ msgstr "Mô tả ngăÌn"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "trống"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20609,10 +20722,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "ThiêÌt lập biểu tÆ°Æ¡Ì£ng bản đồ hiển thiÌ£"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "ThiêÌt lập giaÌ triÌ£ bản đồ hiển thiÌ£"
@@ -20620,11 +20733,11 @@ msgstr "ThiêÌt lập giaÌ triÌ£ bản đồ hiển thiÌ£"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str() - Tìm chuỗi V trong giá trị cuối cùng (gần đây nhất) (1 - tìm thấy, 0 - không tìm thấy)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen() - Äá»™ dài của giá trị T cuối cùng (gần đây nhất) trong các ký tá»±"
@@ -20632,7 +20745,7 @@ msgstr "strlen() - Äá»™ dài của giá trị T cuối cùng (gần đây nhấ
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "tổng() - Tổng giá trị của má»™t khoảng thá»i gian T"
@@ -20641,14 +20754,14 @@ msgid "supplied credentials are not unique"
msgstr "thông tin được cung cấp không phải là duy nhất"
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20683,9 +20796,13 @@ msgstr "ID template \"%1$s\" được thông qua %2$s lần"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "Tham số \"%1$s\" bị thiếu"
@@ -20700,7 +20817,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20719,18 +20836,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "thay đổi thá»i gian"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time() - thá»i gian hiện tại"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft () - Thá»i gian để đạt ngưỡng Æ°á»›c tính dá»±a trên khoảng thá»i gian T"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20741,26 +20882,26 @@ msgstr "trigger"
msgid "trigger does not allow manual closing"
msgstr "Trigger không cho phép đóng thủ công"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "mẫu trigger không thể được chuyển sang mẫu hoặc máy chủ khác"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "trigger với các liên kết không thể được chuyển đến một mẫu hoặc máy chủ khác"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "Kiểu cần tiÌ€m kiêÌm"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20770,7 +20911,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20787,9 +20928,10 @@ msgstr "kết thúc bất ngỠcủa macro"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "tham số bất ngỠ\"%1$s\""
@@ -20816,12 +20958,12 @@ msgstr "Văn bản bất ngỠ\"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "Giá trị bất ngỠ\"%1$s\""
@@ -20831,7 +20973,7 @@ msgstr "Giá trị bất ngỠ\"%1$s\""
msgid "unknown"
msgstr "Không rõ"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20840,28 +20982,28 @@ msgid "unsupported version number"
msgstr "Số phiên bản không được hỗ trợ"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20871,7 +21013,7 @@ msgstr "Số phiên bản không được hỗ trợ"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "GiaÌ triÌ£"
@@ -20889,26 +21031,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr "Giá trị \"%1$s\" không được tìm thấy"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "Giá trị \"%1$s\" đã tồn tại"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "Giá trị quá dài"
@@ -20936,9 +21081,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -20975,7 +21120,7 @@ msgstr "phát hiện sai loại quy tắc"
msgid "wrong item type"
msgstr "Loại item sai"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/locale/zh_CN/LC_MESSAGES/frontend.po b/ui/locale/zh_CN/LC_MESSAGES/frontend.po
index e7fda0cdfc5..ba3bf582679 100644
--- a/ui/locale/zh_CN/LC_MESSAGES/frontend.po
+++ b/ui/locale/zh_CN/LC_MESSAGES/frontend.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2017-10-11 11:47+0300\n"
"Last-Translator: 岂几 <tom3000@126.com>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -36,7 +36,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr "\"%1$s\" 预计"
@@ -64,7 +64,7 @@ msgid "\"host:key\" pair is expected"
msgstr "“主机:key值†关键的预计"
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -81,7 +81,7 @@ msgid "%1$d day"
msgid_plural "%1$d days"
msgstr[0] "%1$d 天"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -158,8 +158,8 @@ msgstr[0] "%1$s 消æ¯"
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -171,7 +171,7 @@ msgid "%1$s of %2$s element in problem state"
msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] "处于问题状æ€çš„ %2$s 元素的 %1$s"
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -200,14 +200,14 @@ msgstr[0] "剩余%1$s é‡è¯•æ¬¡æ•°"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s 秒"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -225,20 +225,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr "å°æž„件 %1$s "
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr "%1$s, 严é‡æ€§, %2$s"
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr "%1$s, åªè¯»"
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -276,20 +276,20 @@ msgstr "(0 - 使用默认)"
msgid "(Only super admins can create groups)"
msgstr "(åªæœ‰è¶…级管ç†å‘˜èƒ½åˆ›å»ºç¾¤ç»„)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(æ— agent代ç†ç¨‹åº)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr "0 - 使用默认端å£"
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 或 1"
@@ -365,11 +365,12 @@ msgid "ADD OVERRIDE"
msgstr "添加覆盖"
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "与"
@@ -395,16 +396,16 @@ msgid_plural "Account is blocked for %1$s seconds."
msgstr[0] "è´¦å·è¢«å° %1$s 秒。"
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "确认"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "确认"
@@ -437,7 +438,7 @@ msgstr "确认已解决的事件"
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -450,30 +451,30 @@ msgstr "确认已解决的事件"
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -542,18 +543,18 @@ msgstr "动作已更新"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "动作"
@@ -589,6 +590,9 @@ msgstr "å¯ç”¨ç›´åˆ°"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -616,9 +620,6 @@ msgstr "å¯ç”¨ç›´åˆ°"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -628,9 +629,9 @@ msgstr "å¯ç”¨ç›´åˆ°"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -642,39 +643,40 @@ msgstr "å¯ç”¨ç›´åˆ°"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -685,20 +687,20 @@ msgstr "å¯ç”¨ç›´åˆ°"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -725,8 +727,8 @@ msgstr "å¯ç”¨ç›´åˆ°"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "添加"
@@ -734,7 +736,7 @@ msgstr "添加"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr "添加新构件"
@@ -742,7 +744,7 @@ msgstr "添加新构件"
msgid "Add child"
msgstr "添加å­èŠ‚点"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr "添加å­èŠ‚点元素"
@@ -754,7 +756,7 @@ msgstr "添加主机"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr "添加多个拓扑图"
@@ -763,6 +765,7 @@ msgid "Add new data set"
msgstr "添加新数æ®é›†"
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -771,7 +774,7 @@ msgid "Add new override"
msgstr "添加新的覆盖"
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "添加原型"
@@ -792,11 +795,11 @@ msgstr "添加到主机群组"
msgid "Add to host groups"
msgstr "添加到主机群组"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr "添加构件"
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -820,7 +823,7 @@ msgid "Age"
msgstr "æŒç»­æ—¶é—´"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "æŒç»­æ—¶é—´å°äºŽ"
@@ -832,7 +835,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "客户端"
@@ -891,7 +894,7 @@ msgstr "对é½æ‹“扑元素"
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "所有"
@@ -909,7 +912,7 @@ msgstr "所有组"
msgid "All hosts"
msgstr "所有主机"
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "æ‰€æœ‰çš„é“¾æŽ¥åº”å« ç‰¹å®šçš„å称和URL"
@@ -917,13 +920,13 @@ msgstr "æ‰€æœ‰çš„é“¾æŽ¥åº”å« ç‰¹å®šçš„å称和URL"
msgid "All maps"
msgstr "所有地图"
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr "所有问题"
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr "所有问题如果标签值匹é…"
@@ -943,48 +946,48 @@ msgstr "所有标签"
msgid "All templates"
msgstr "所有模æ¿"
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr "å…许手动关闭"
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "å…许的主机"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr "å¦å¤–,您也å¯ä»¥æ‰‹åŠ¨å®‰è£…:"
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "和(åŒæ—¶æ»¡è¶³ï¼‰"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -993,14 +996,14 @@ msgid "And/Or"
msgstr "与/或(默认)"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1016,10 +1019,10 @@ msgstr "包括任何字符串"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1052,8 +1055,8 @@ msgid "Application error."
msgstr "应用集 错误."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr "应用集原型"
@@ -1076,15 +1079,15 @@ msgstr "应用程åºID \"%1$s\" ä¸å­˜åœ¨ã€‚"
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1092,15 +1095,17 @@ msgstr "应用程åºID \"%1$s\" ä¸å­˜åœ¨ã€‚"
msgid "Applications"
msgstr "应用集"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "应用"
@@ -1118,7 +1123,7 @@ msgstr "接近中"
msgid "Apr"
msgstr "四月"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "四月"
@@ -1130,7 +1135,11 @@ msgstr "您确定è¦æ‰§è¡Œè¿™ä¸ªåŠ¨ä½œå—?"
msgid "Are you sure you want to delete"
msgstr "您确定è¦åˆ é™¤å—"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr "你是å¦ç¡®å®šè¦ç¦»å¼€è¿™ä¸ªé¡µé¢ï¼Ÿ"
@@ -1146,12 +1155,12 @@ msgstr "区域类型"
msgid "Arithmetic"
msgstr "算法"
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "ä¸å˜"
@@ -1259,7 +1268,7 @@ msgstr "审计日志"
msgid "Aug"
msgstr "八月"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "八月"
@@ -1276,9 +1285,9 @@ msgstr ""
msgid "Authentication"
msgstr "认è¯"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "认è¯ç®—法"
@@ -1288,21 +1297,23 @@ msgid "Authentication failed: %1$s."
msgstr "验è¯å¤±è´¥: %1$s"
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "认è¯æ–¹æ³•"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "验è¯å£ä»¤"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "验è¯åè®®"
@@ -1341,9 +1352,9 @@ msgstr "自动注销"
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "自动地"
@@ -1373,7 +1384,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "å¯ç”¨æ€§"
@@ -1398,8 +1409,8 @@ msgstr "一般严é‡"
msgid "Axes"
msgstr "å标轴"
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr "返回"
@@ -1453,16 +1464,16 @@ msgid "Blue"
msgstr "è“"
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr "内容"
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr "body 和 headers"
@@ -1503,11 +1514,11 @@ msgstr ""
msgid "Bottom"
msgstr "底部"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr "å‘上一层"
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr "移到上一层"
@@ -1534,8 +1545,8 @@ msgstr "CERT"
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr "关闭中"
@@ -1555,7 +1566,7 @@ msgstr "CPU 负载。返回浮点数"
msgid "CPU utilisation percentage. Returns float"
msgstr "CPU 使用率。返回浮点数"
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1588,7 +1599,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr "日历"
@@ -1596,7 +1607,7 @@ msgstr "日历"
msgid "Callback"
msgstr "回调"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr "无法被删除"
@@ -1622,10 +1633,10 @@ msgstr "无法被删除"
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "å–消"
@@ -1670,12 +1681,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "无法添加自主机到模æ¿çš„ä¾èµ–"
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "无法自触å‘器\"%1$s:%2$s\" 添加ä¾èµ–到ä¸å­˜åœ¨çš„触å‘器\"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "无法添加自动自动å‘现的规则"
@@ -1699,7 +1710,7 @@ msgstr "无法添加组。"
msgid "Cannot add host"
msgstr "无法添加主机"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr "无法添加主机原型"
@@ -1709,7 +1720,7 @@ msgstr "无法添加主机原型"
msgid "Cannot add image"
msgstr "无法添加图片"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "无法添加监控项"
@@ -1718,7 +1729,7 @@ msgstr "无法添加监控项"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr "无法添加监控项目\"%1$s\"从\"%2$s\"到分类 \"%3$s\" 从\"%4$s\"."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "ä¸èƒ½æ·»åŠ ç›‘控项原型"
@@ -1800,11 +1811,11 @@ msgstr "无法添加å­å›¾ï¼Œå·²ç»æ˜¯æœ€å¤§çš„深度了。"
msgid "Cannot add template"
msgstr "无法添加模æ¿"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "无法添加触å‘器"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "无法添加触å‘器模æ¿"
@@ -1827,11 +1838,11 @@ msgstr "无法添加值映射"
msgid "Cannot add web scenario"
msgstr "ä¸èƒ½æ·»åŠ web场景"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr "在 kiosk 模å¼ä¸‹æ— æ³•æ·»åŠ  widgets"
@@ -1848,11 +1859,11 @@ msgstr "无法绑定到 LDAP æœåŠ¡å™¨ã€‚"
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr "ä¸èƒ½è°ƒç”¨æ–¹æ³• \"%1$s.%2$s\" 未带å‚数。"
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "无法清除历å²"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1860,7 +1871,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "无法克隆图形原型"
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "无法克隆主机原型。"
@@ -1883,7 +1894,7 @@ msgstr "无法关闭问题: %1$s."
msgid "Cannot connect to LDAP server."
msgstr "无法连接到 LDAP æœåŠ¡å™¨ã€‚"
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr "ä¸èƒ½è¿žæŽ¥åˆ°æ•°æ®åº“。"
@@ -1896,22 +1907,22 @@ msgid "Cannot copy graph"
msgid_plural "Cannot copy graphs"
msgstr[0] "无法å¤åˆ¶å›¾è¡¨"
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] "无法å¤åˆ¶ç›‘控项"
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] "无法å¤åˆ¶è§¦å‘器"
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "无法å¤åˆ¶è§¦å‘器 \"%1$s:%2$s\", 因为在其表达å¼ä¸­æœ‰å¤šä¸ªä¸»æœº."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "在自动å‘现的主机\"%1$s\"上ä¸èƒ½åˆ›å»ºä¸»æœºæ¨¡æ¿"
@@ -1949,7 +1960,7 @@ msgstr "无法创建新的应用集, web 场景已分é…给应用集."
msgid "Cannot create template."
msgstr "无法创建新的模æ¿"
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr "无法创建é…置文件。"
@@ -1991,11 +2002,11 @@ msgstr "无法删除ä¾èµ–关系"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr "ä¸èƒ½åˆ é™¤å·²å‘现的应用集 \"%1$s\"."
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "无法删除自动å‘现规则"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "无法删除自动å‘现规则"
@@ -2020,7 +2031,7 @@ msgid "Cannot delete group"
msgid_plural "Cannot delete groups"
msgstr[0] "无法删除组"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "无法删除主机"
@@ -2036,7 +2047,7 @@ msgid "Cannot delete host group because maintenance \"%1$s\" must contain at lea
msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" must contain at least one host or host group."
msgstr[0] "无法删除主机群组因为维护 \"%1$s\" 必须包å«è‡³å°‘一个主机或一个主机群组。无法删除所选主机群组因为维护 \"%1$s\" 必须包å«è‡³å°‘一个主机或一个主机群组。"
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "无法删除主机原型"
@@ -2052,19 +2063,19 @@ msgstr "无法删除图片"
msgid "Cannot delete inventory."
msgstr "无法删除资产纪录."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "无法删除监控项"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "无法删除监控项目模æ¿"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "无法删除监控项目模æ¿"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "无法删除监控项"
@@ -2143,7 +2154,7 @@ msgstr "无法删除模æ¿çš„图表原型。"
msgid "Cannot delete templated graph."
msgstr "无法删除模æ¿çš„图表。"
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "无法删除模æ¿çš„主机原型。"
@@ -2174,19 +2185,19 @@ msgstr "无法删除模æ¿çš„触å‘器原型 \"%1$s:%2$s\"。"
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "无法删除模æ¿çš„ web 场景 \"%1$s\"."
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "无法删除触å‘器"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "无法删除触å‘器原型"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "无法删除触å‘器原型"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "无法删除触å‘器"
@@ -2219,18 +2230,18 @@ msgid "Cannot disable correlation"
msgid_plural "Cannot disable correlations"
msgstr[0] "无法åœç”¨å…³è”项"
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "无法ç¦ç”¨è‡ªåŠ¨å‘现规则"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "无法ç¦ç”¨ä¸»æœº"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "无法ç¦ç›‘控项目"
@@ -2246,7 +2257,7 @@ msgid "Cannot disable module: %1$s."
msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "无法ç¦ç”¨è§¦å‘器"
@@ -2274,18 +2285,18 @@ msgid "Cannot enable correlation"
msgid_plural "Cannot enable correlations"
msgstr[0] "无法å¯ç”¨å…³è”项"
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "无法å¯ç”¨è‡ªåŠ¨å‘现规则"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "无法å¯ç”¨ä¸»æœº"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "无法å¯ç”¨ç›‘控项目"
@@ -2301,7 +2312,7 @@ msgid "Cannot enable module: %1$s."
msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "无法å¯ç”¨è§¦å‘器"
@@ -2319,7 +2330,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr "无法执行脚本"
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr "无法扩展å®."
@@ -2480,7 +2491,7 @@ msgid "Cannot import template \"%1$s\", linked template \"%2$s\" does not exist.
msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not exist."
msgstr[0] "æ— æ³•å¯¼å…¥æ¨¡æ¿ \"%1$s\",被关è”的模æ¿\"%2$s\"ä¸å­˜åœ¨."
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "ä¸èƒ½æ’入触å‘器表达å¼"
@@ -2586,7 +2597,7 @@ msgstr "无法ä¿å­˜å°æž„件 \"%1$s\" 。"
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "无法å‘é€å‘½ä»¤, 检查于Zabbix æœåŠ¡å™¨ \"%1$s\" 的连接."
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr "无法å‘é€è¯·æ±‚"
@@ -2623,12 +2634,12 @@ msgstr "无法设置 \"%1$s\" 为监控项 \"%2$s\"."
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr "ä¸èƒ½è®¾ç½®\"%1$s\"在模æ¿èšåˆå›¾å½¢\"%2$s\"中。"
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr "无法设置 \"%1$s\" 为触å‘器 \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "在触å‘å™¨æ¨¡æ¿ \"%2$s\" 中 无法设置 \"%1$s\" "
@@ -2658,7 +2669,7 @@ msgstr "无法设置èšåˆå›¾å½¢å…ƒç´ çš„资æºID."
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2719,22 +2730,22 @@ msgstr "å›¾å½¢æ¨¡æ¿ \"%2$s\" 无法更新 \"%1$s\" "
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr "无法更新 \"%1$s\" 为监控项 \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr "触å‘å™¨æ¨¡æ¿ \"%2$s\" 无法更新 \"%1$s\""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr "触å‘器原型 \"%2$s\" æ— æ³•æ›´æ–°åˆ°æ¨¡æ¿ \"%1$s\"。"
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr "无法更新 \"%1$s\" 为触å‘器 \"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr "无法更新触å‘器模æ¿\"%2$s\"çš„\"%1$s\""
@@ -2749,7 +2760,7 @@ msgstr "无法更新 \"%2$s\"在å‘现的主机\"%1$s\"。"
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr "无法更新 \"%2$s\"在å‘现的监控项 \"%1$s\"。"
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2818,7 +2829,7 @@ msgstr "无法更新关è”"
msgid "Cannot update discovered application \"%1$s\"."
msgstr "无法更新å‘现的应用\"%1$s\"。"
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "无法更新自动å‘现规则"
@@ -2854,7 +2865,7 @@ msgstr "无法更新主机"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr "无法更新主机的加密设置,é…置两端的设置规则ä¸æ­£ç¡®ã€‚"
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] "无法更新主机模æ¿"
@@ -2878,20 +2889,20 @@ msgstr "无法更新图片"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr "对于自动å‘现的主机\"%1$s\"无法更新其接å£."
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "无法更新监控项"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] "无法更新监控项目模æ¿"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "无法更新监控项"
@@ -2974,27 +2985,27 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr "对于被自动å‘现的主机 \"%1$s\"无法更新其模æ¿"
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "无法更新触å‘器"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr "无法更新触å‘器 \"%1$s\": %2$s "
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] "无法更新触å‘器模æ¿"
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr "无法更新触å‘å™¨æ¨¡æ¿ \"%1$s\": %2$s。"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr "无法更新触å‘器模æ¿"
@@ -3050,12 +3061,12 @@ msgstr "居中"
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr "è¯ä¹¦"
@@ -3099,10 +3110,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "字符"
@@ -3129,7 +3140,7 @@ msgstr "机架信æ¯ã€‚返回字符串"
msgid "Check already exists."
msgstr "检查已存在."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "检查开始于\"%1$s\"的表达å¼éƒ¨ä»½."
@@ -3147,7 +3158,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr "å¿…è¦æ¡ä»¶æ£€æµ‹"
@@ -3252,8 +3263,8 @@ msgid "Clear history"
msgstr "清除历å²"
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "清除历å²å’Œè¶‹åŠ¿"
@@ -3262,11 +3273,11 @@ msgstr "清除历å²å’Œè¶‹åŠ¿"
msgid "Clear when unlinking"
msgstr "清除当无链接时"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3285,20 +3296,20 @@ msgstr "时钟"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "克隆"
@@ -3306,15 +3317,15 @@ msgstr "克隆"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "关闭"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "关闭表达å¼æž„造器"
@@ -3333,8 +3344,8 @@ msgid "Close problem"
msgstr "关闭问题"
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr "宕机"
@@ -3351,7 +3362,7 @@ msgstr ""
msgid "Colour"
msgstr "颜色"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr "颜色 \"%1$s\" 是错误的: 期望å六进制的颜色代ç (6 个符å·)."
@@ -3402,7 +3413,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr "紧凑视图"
@@ -3436,7 +3447,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr "并å‘会è¯"
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "æ¡ä»¶"
@@ -3495,7 +3506,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr "æ¡ä»¶å¤åˆ¶å…³è”项 \"%1$s\"。"
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "é…ç½®"
@@ -3503,7 +3514,7 @@ msgstr "é…ç½®"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr "é…置缓存统计.缓存—缓冲(模å¼ï¼šç©ºé—²çš„百分数,总计,已使用,未使用"
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr "é…置文件 \"%1$s\" 已创建。"
@@ -3667,7 +3678,7 @@ msgid "Configuration updated"
msgstr "é…置已更新"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr "é…ç½®DB连接"
@@ -3675,7 +3686,7 @@ msgstr "é…ç½®DB连接"
msgid "Confirmation text"
msgstr "确认文字"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr "æ©ï¼ä¸é”™zabbixå‰ç«¯å·²ç»é…置好了ï¼åƒå±±ä¸‡æ°´ç¬¬ä¸€æ­¥ï¼åŠ æ²¹ï¼Œå°‘å¹´ï¼"
@@ -3731,7 +3742,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3739,9 +3750,9 @@ msgstr ""
msgid "Connections"
msgstr "链接"
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr "从主机连接"
@@ -3749,9 +3760,9 @@ msgstr "从主机连接"
msgid "Connections from proxy"
msgstr "从代ç†è¿žæŽ¥"
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr "连接主机"
@@ -3768,10 +3779,10 @@ msgstr "构造函数"
msgid "Contact"
msgstr "è”ç³»"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3802,10 +3813,10 @@ msgstr "包å«"
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3845,8 +3856,9 @@ msgstr ""
msgid "Content menu"
msgstr "内容èœå•"
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr "上下文å称"
@@ -3858,8 +3870,8 @@ msgstr ""
msgid "Contract number"
msgstr "åˆåŒå·ç "
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr "转æ¢åˆ° JSON"
@@ -3871,8 +3883,8 @@ msgstr "座标"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "å¤åˆ¶"
@@ -3926,7 +3938,7 @@ msgstr "å…³è”项已更新"
msgid "Could not save image!"
msgstr "ä¸èƒ½å‚¨å­˜å›¾ç‰‡!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "计数"
@@ -3972,11 +3984,11 @@ msgstr "创建关è”项"
msgid "Create dashboard"
msgstr "创建仪表盘"
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr "创建仪表盘ä¾èµ–项"
@@ -3996,14 +4008,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4082,7 +4094,7 @@ msgstr "创建拓扑图"
msgid "Create media type"
msgstr "创建媒体类型"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr "创建新的"
@@ -4106,7 +4118,7 @@ msgstr "创建幻ç¯ç‰‡æ’­æ”¾"
msgid "Create template"
msgstr "创建模æ¿"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "创建触å‘器"
@@ -4159,11 +4171,12 @@ msgstr "严é‡"
msgid "Current host"
msgstr "当å‰ä¸»æœº"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "当å‰å€¼"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr "习惯"
@@ -4171,7 +4184,7 @@ msgstr "习惯"
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr "自定义表达å¼"
@@ -4180,11 +4193,11 @@ msgid "Custom graphs"
msgstr "自定义图表"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr "自定义时间间隔"
@@ -4206,7 +4219,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "自定义å€æ•°"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4245,11 +4258,12 @@ msgid "DD.MM.YY"
msgstr "DD.MM.YY"
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr "DES"
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4357,16 +4371,16 @@ msgstr "æ•°æ®è®¾ç½®"
msgid "Data storage period"
msgstr "æ•°æ®å­˜å‚¨æœŸ"
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4374,32 +4388,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "æ•°æ®åº“主机"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4407,35 +4421,35 @@ msgstr ""
msgid "Database monitor"
msgstr "æ•°æ®åº“监控"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "æ•°æ®åº“å称"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "æ•°æ®åº“密ç "
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "æ•°æ®åº“端å£"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "æ•°æ®åº“概è¦"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "æ•°æ®åº“æœåŠ¡å™¨"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "æ•°æ®åº“类型"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "æ•°æ®åº“用户"
@@ -4464,7 +4478,7 @@ msgstr "硬件购买日期"
msgid "Day"
msgstr "æ—¥"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr "å‰å¤©"
@@ -4483,7 +4497,7 @@ msgstr "星期几"
msgid "Days"
msgstr "天数"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "调试"
@@ -4497,7 +4511,7 @@ msgstr "调试模å¼"
msgid "Dec"
msgstr "å二"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "å二"
@@ -4507,7 +4521,7 @@ msgstr "å二"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "默认"
@@ -4524,7 +4538,7 @@ msgid "Default host inventory mode"
msgstr "默认主机资产记录模å¼"
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4541,18 +4555,18 @@ msgid "Default operation step duration"
msgstr "默认æ“作步骤æŒç»­æ—¶é—´"
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "默认主题"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4581,7 +4595,8 @@ msgstr "被延迟由于"
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4602,8 +4617,8 @@ msgstr "被延迟由于"
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "删除"
@@ -4636,19 +4651,19 @@ msgstr "删除目å‰çš„动作?"
msgid "Delete current correlation?"
msgstr "删除当å‰çš„å…³è”项?"
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr "你确定è¦åˆ é™¤ä»ªè¡¨ç›˜ï¼Ÿ"
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "删除å‘现规则?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "删除表达�"
@@ -4672,15 +4687,15 @@ msgstr "删除所选的 web 场景历å²ï¼Ÿ"
msgid "Delete icon map?"
msgstr "删除图标映射?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr "删除监控项目模�"
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "删除监控项?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "删除所选组件间的连接?"
@@ -4724,7 +4739,7 @@ msgstr "删除所选的应用集?"
msgid "Delete selected correlations?"
msgstr "删除选择的关è”项?"
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr "删除所有的仪表盘?(å±é™©ï¼‰"
@@ -4733,7 +4748,7 @@ msgstr "删除所有的仪表盘?(å±é™©ï¼‰"
msgid "Delete selected discovery rules?"
msgstr "删除所选的å‘现规则?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "删除所选的元素?"
@@ -4758,7 +4773,7 @@ msgstr "删除所选的群组?"
msgid "Delete selected host groups?"
msgstr "删除所选的主机群组?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr "删除所选定的主机模�"
@@ -4766,7 +4781,7 @@ msgstr "删除所选定的主机模�"
msgid "Delete selected host prototypes?"
msgstr "删除所选定的主机模�"
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "删除所选的主机?"
@@ -4818,7 +4833,7 @@ msgstr "删除所选的èšåˆå›¾å½¢ï¼Ÿ"
msgid "Delete selected scripts?"
msgstr "删除所选的脚本?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr "删除所选形状?"
@@ -4877,11 +4892,11 @@ msgstr "删除幻ç¯ç‰‡æ¼”示?"
msgid "Delete template?"
msgstr "删除模�"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr "删除触å‘器原型?"
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "删除触å‘器?"
@@ -4894,7 +4909,7 @@ msgstr "删除 web 场景?"
msgid "Deleted: Host \"%1$s\"."
msgstr "已删除: 主机 \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr "已删除:主机原型 \"%1$s\" 于 \"%2$s\"。"
@@ -4915,16 +4930,16 @@ msgid "Deny"
msgstr "æ‹’ç»"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "ä¾èµ–关系"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "ä¾èµ–"
@@ -4932,7 +4947,7 @@ msgstr "ä¾èµ–"
msgid "Dependent item"
msgstr "相关项目"
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -4951,29 +4966,29 @@ msgstr "部署状æ€"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "æè¿°"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5106,7 +5121,8 @@ msgstr "åœç”¨æ‰€é€‰çš„触å‘器?"
msgid "Disable selected web scenarios?"
msgstr "ç¦ç”¨æ‰€é€‰å®šçš„web场景?"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5119,22 +5135,21 @@ msgstr "ç¦ç”¨æ‰€é€‰å®šçš„web场景?"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "åœç”¨çš„"
@@ -5151,7 +5166,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5159,12 +5174,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5265,25 +5280,25 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr "å‘现规则 \"%1$s\" å·²ç»åœ¨åŠ¨ä½œ \"%2$s\" 中使用。"
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "自动å‘现规则已创建"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "自动å‘现规则已删除"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "å‘现规则已ç¦ç”¨"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "å‘现规则已ç»å¯ç”¨"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "自动å‘现规则已更新"
@@ -5293,13 +5308,13 @@ msgstr "自动å‘现规则已更新"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "自动å‘现规则"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "自动å‘现规则已删除"
@@ -5342,7 +5357,7 @@ msgstr "显示堆å æ•°æ®å›¾"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "显示 已自动å‘现的 %2$s中的%1$s"
@@ -5361,22 +5376,22 @@ msgid "Do not calculate"
msgstr "ä¸è¦è®¡ç®—"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "您想è¦æ›¿æ¢æ¡ä»¶å¼è¡¨è¾¾å¼å—?"
@@ -5399,11 +5414,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "下"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr "下载é…置文件"
@@ -5483,12 +5498,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5517,10 +5532,10 @@ msgstr "用户组ID \"%1$s\" 与 \"%2$s\" 冲çª"
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr "用户组ID \"%1$s\" 与 \"%2$s\" èšåˆå›¾å½¢ç”¨æˆ·ç»„冲çªã€‚"
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "æŒç»­æ—¶é—´"
@@ -5540,7 +5555,7 @@ msgstr "动æ€ç›‘控项"
msgid "Dynamic items"
msgstr "动æ€ç›‘控项"
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "æ¯ä¸ªURL必须是唯一的. 请确ä¿åªæœ‰ä¸€ä¸ªè¢«å‘½åçš„ URL."
@@ -5555,15 +5570,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "编辑"
@@ -5587,15 +5602,15 @@ msgstr "编辑èšåˆå›¾å½¢"
msgid "Edit slide show"
msgstr "编辑幻ç¯ç‰‡"
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr "编辑树元素"
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "编辑触å‘器"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr "编辑构件"
@@ -5691,7 +5706,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5861,15 +5876,16 @@ msgstr "å¯ç”¨æ‰€é€‰çš„触å‘器?"
msgid "Enable selected web scenarios?"
msgstr "å¯ç”¨æ‰€é€‰å®šçš„web场景?"
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr "å¯ç”¨trapping"
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5885,13 +5901,12 @@ msgstr "å¯ç”¨trapping"
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5900,13 +5915,13 @@ msgstr "å¯ç”¨trapping"
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "å·²å¯ç”¨"
@@ -5916,9 +5931,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr "加密"
@@ -5926,7 +5941,7 @@ msgstr "加密"
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -5938,10 +5953,10 @@ msgstr "英语 (en_GB)"
msgid "English (en_US)"
msgstr "英语(en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -5968,7 +5983,7 @@ msgstr "错误"
msgid "Error in search request for table \"%1$s\"."
msgstr "查找表请求出现 \"%1$s\"的错误."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr "错误信æ¯"
@@ -6003,7 +6018,7 @@ msgstr "å…³è”项事件规则"
msgid "Event details"
msgstr "事件细节"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "事件生æˆ"
@@ -6023,6 +6038,12 @@ msgstr "事件清å•[å‰ 20]"
msgid "Event log monitoring. Returns log"
msgstr "事件日志监控。返回日志"
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr "事件标签对"
@@ -6052,7 +6073,7 @@ msgstr "æ¯å‘¨"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "除外"
@@ -6063,7 +6084,7 @@ msgstr "除外"
msgid "Exclude host groups"
msgstr "排除主机组"
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "执行"
@@ -6081,9 +6102,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr "执行 WMI 查询返回第一个对象。返回整形ã€æµ®ç‚¹ã€å­—符串或者文本内容"
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6101,19 +6122,19 @@ msgid "Executed"
msgstr "已执行"
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "已执行的脚本"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "执行确认"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr "扩展"
@@ -6153,7 +6174,7 @@ msgstr "导出"
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "导出到CSV"
@@ -6161,21 +6182,21 @@ msgstr "导出到CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "表达å¼"
@@ -6188,15 +6209,15 @@ msgstr "表达å¼å˜é‡ç»„æˆ"
msgid "Expression cannot be empty"
msgstr "表达å¼ä¸èƒ½ä¸ºç©ºç™½"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "表达å¼æž„造器"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr "表达å¼è¯­æ³•é”™è¯¯ã€‚"
@@ -6215,7 +6236,7 @@ msgstr "表达å¼"
msgid "External check"
msgstr "外部检查"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "F"
@@ -6229,7 +6250,7 @@ msgstr "å‡"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "失败"
@@ -6279,7 +6300,7 @@ msgstr "常用的èšåˆå›¾å½¢"
msgid "Feb"
msgstr "二月"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "二月"
@@ -6292,7 +6313,7 @@ msgstr "æ ä½"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr "字段 \"%1$s\"ä¸èƒ½è¢«è®¾ç½®ä¸ºç©º"
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6301,7 +6322,7 @@ msgstr "字段 \"%1$s\"ä¸èƒ½è¢«è®¾ç½®ä¸ºç©º"
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6421,9 +6442,7 @@ msgstr "填满的区域"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6450,9 +6469,13 @@ msgstr "填满的区域"
msgid "Filter"
msgstr "过滤器"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "过滤器"
@@ -6471,7 +6494,7 @@ msgstr "查找文件中的字符串,返回内容是被匹é…内容的整行字
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr "查找网页中的字符串,返回内容是被匹é…内容的整行字符串,或者其他å¯é€‰å‚æ•°"
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "完æˆ"
@@ -6484,8 +6507,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "首"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr "适åˆ"
@@ -6499,12 +6522,12 @@ msgid "Fixed"
msgstr "固定的"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6512,9 +6535,9 @@ msgid "Flexible"
msgstr "çµæ´»"
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr "è·Ÿéšè·³è½¬"
@@ -6536,8 +6559,8 @@ msgstr "字体大å°"
msgid "Form data"
msgstr "表格资料"
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "å…¬å¼"
@@ -6564,11 +6587,13 @@ msgstr "法语 (fr_FR)"
msgid "Fri"
msgstr "周五"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "周五"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6588,13 +6613,13 @@ msgstr "å‰ç«¯è®¿é—®"
msgid "Frontend messaging"
msgstr "å‰ç«¯ä¿¡æ¯ä¸­"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
#, fuzzy
msgid "Full"
msgstr "填满"
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6629,7 +6654,7 @@ msgid "GUI access disabled."
msgstr "图形化界é¢å·²ç»è¢«ç¦ç”¨ã€‚"
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6655,21 +6680,21 @@ msgstr "德语 (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr "获å–网页。返回信æ¯ä¸ºç½‘页æºç æˆ–者TXT"
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "此表达å¼ä¸æ˜¯å®"
@@ -6695,7 +6720,7 @@ msgstr "全局值"
msgid "Go back to %1$s"
msgstr "返回 %1$s"
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "到"
@@ -6743,8 +6768,8 @@ msgstr "梯度线"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6875,7 +6900,7 @@ msgstr "ID为 \"%1$s\" çš„èšåˆå›¾å½¢ä¸å¯ç”¨ã€‚"
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "图形原型"
@@ -6919,9 +6944,9 @@ msgid "Graph with same name but other type exist."
msgstr "åŒå但ä¸åŒç±»åž‹çš„图形已存在."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6931,7 +6956,7 @@ msgstr "åŒå但ä¸åŒç±»åž‹çš„图形已存在."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -6939,7 +6964,7 @@ msgstr "åŒå但ä¸åŒç±»åž‹çš„图形已存在."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "图形"
@@ -7007,12 +7032,12 @@ msgstr "自动å‘现到的主机的群组"
msgid "Group name"
msgstr "组å"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr "组模æ¿ä¸å¯ä»¥åŸºäºŽä¸€ä¸ªå·²ç»è¢«è‡ªåŠ¨å‘现的主机组\"%1$s\""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr "组模æ¿"
@@ -7028,8 +7053,8 @@ msgstr "群组化之于"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7061,10 +7086,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr "HTTP 代ç†"
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTP认è¯"
@@ -7072,11 +7097,11 @@ msgstr "HTTP认è¯"
msgid "HTTP login form"
msgstr "HTTP 登录表格"
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr "HTTP 代ç†"
@@ -7105,20 +7130,20 @@ msgstr "硬件(全细节)"
msgid "Hardware sensor reading. Returns float"
msgstr "硬件传感器读数。返回浮点型"
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr "头"
@@ -7151,11 +7176,11 @@ msgstr "帮助"
msgid "Hexadecimal to decimal"
msgstr "å六进制到å进制"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "éšè—çš„"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr "éšè—调试"
@@ -7193,23 +7218,23 @@ msgstr "高对比度暗色"
msgid "High-contrast light"
msgstr "高对比度亮色"
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr "高亮整行"
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "历å²è®°å½•"
@@ -7217,17 +7242,17 @@ msgstr "历å²è®°å½•"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "历å²å·²æ¸…除"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "历å²æ¸…除å¯èƒ½ä¼šå¾ˆä¹…。继续å—?"
@@ -7241,13 +7266,17 @@ msgstr "事件历å²"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr "历å²æ•°æ®ä¿ç•™æ—¶é•¿"
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7272,26 +7301,26 @@ msgstr "横å‘对é½"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7303,8 +7332,8 @@ msgstr "横å‘对é½"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
msgid "Host"
msgid_plural "Hosts"
msgstr[0] "主机"
@@ -7345,8 +7374,7 @@ msgstr "主机存å–"
msgid "Host added"
msgstr "已添加主机"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7363,18 +7391,18 @@ msgstr "主机ä¸èƒ½æœ‰è¶…过一个åŒç±»åž‹çš„默认接å£."
msgid "Host count"
msgstr "主机计数"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "主机已删除"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] "主机已被ç¦ç”¨"
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] "主机已å¯ç”¨"
@@ -7394,7 +7422,7 @@ msgstr[0] "主机已å¯ç”¨"
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "主机群组"
@@ -7440,11 +7468,11 @@ msgstr "ID为 \"%1$s\" 主机组ä¸å¯ç”¨ã€‚"
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7481,17 +7509,17 @@ msgstr "主机群组"
msgid "Host info"
msgstr "主机信æ¯"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "主机接å£"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7512,7 +7540,7 @@ msgstr "主机问题"
msgid "Host label type"
msgstr "主机标签类型"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr "主机å®"
@@ -7539,52 +7567,56 @@ msgstr "主机网络"
msgid "Host prototype"
msgstr "原型主机"
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr "ä¸»æœºæ¨¡æ¿ \"%1$s\"已存在于\"%2$s\", 它继承自其它模æ¿"
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "主机模æ¿\"%1$s\"已存在于\"%2$s\""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr "主机模æ¿å·²æ·»åŠ "
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr "主机模æ¿å·²åˆ é™¤"
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] "主机模æ¿å·²æ›´æ–°"
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "主机å称为 \"%1$s\" 的主机模æ¿å·²ç»å­˜åœ¨äºŽè‡ªåŠ¨å‘现规则 \"%2$s\"中."
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr "显示å称为\"%1$s\"的主机模æ¿å·²å­˜åœ¨äºŽè‡ªåŠ¨å‘现规则\"%2$s\"中."
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr "主机模æ¿"
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr "主机模æ¿å·²åˆ é™¤"
@@ -7633,17 +7665,17 @@ msgstr "主机å称为\"%1$s\"的主机已存在"
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr "显示å称为\"%1$s\" 的主机已ç»å­˜åœ¨"
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7719,7 +7751,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7754,10 +7786,10 @@ msgstr "IP范围 \"%1$s\" 超出 \"%2$s\" 地å€é™åˆ¶"
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7774,9 +7806,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr "IPMI脚本åªèƒ½ç”±æœåŠ¡å™¨è¿è¡Œã€‚"
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI传感器"
@@ -7893,7 +7925,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "图片"
@@ -8001,7 +8033,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr "ä¸èƒ½è®¿é—®çš„组"
@@ -8017,9 +8049,9 @@ msgstr "无法访问的项"
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8032,11 +8064,11 @@ msgstr "无法访问的拓扑图"
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr "无法访问的模æ¿"
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr "无法访问的触å‘器"
@@ -8049,7 +8081,7 @@ msgstr "无法访问的触å‘器"
msgid "Inaccessible user"
msgstr "用户无法访问"
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "包å«"
@@ -8317,8 +8349,8 @@ msgstr "函数传入了错误的å‚æ•°"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8459,9 +8491,9 @@ msgstr "ä¸æ­£ç¡®çš„æ ä½å称\"%1$s\"或用于资料表\"%2$s\"çš„whereæè¿°
msgid "Incorrect fields for sysmap."
msgstr "错误的sysmap字段."
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8514,7 +8546,7 @@ msgstr "动作\"%1$s\"的过滤器æ¡ä»¶ç±»åž‹ä¸æ­£ç¡®"
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "使用了错误的函数"
@@ -8590,7 +8622,7 @@ msgstr "èšåˆå›¾å½¢å…ƒç´ åº”用了ä¸æ­£ç¡®çš„监控项目ID \"%1$s\" 。"
msgid "Incorrect item for axis value."
msgstr "错误的项目轴线值."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "æ供错误的项目键值\"%1$s\"ç»™\"%2$s\"上的触å‘器表达å¼."
@@ -8601,11 +8633,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr "图表元素应用了ä¸æ­£ç¡®çš„监控项目模æ¿ID\"%1$s\" "
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr "项目的数æ®ç±»åž‹ä¸æ­£ç¡®"
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr "æ供错误的项目值类型\"%1$s\"给触å‘器函数\"%2$s\"."
@@ -8776,35 +8808,35 @@ msgstr "æœåŠ¡\"%1$s\"存在错误的触å‘器 ID."
msgid "Incorrect trigger expression"
msgstr "错误的触å‘器表达å¼"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "错误的触å‘器表达å¼."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "错误的触å‘器表达å¼. 主机 \"%1$s\"ä¸å­˜åœ¨æˆ–您ä¸èƒ½å­˜å–此主机."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "错误的触å‘器表达å¼. 触å‘器表达å¼ç»„件ä¸è¯¥åŒæ—¶å±žäºŽä¸€ä¸ªæ¨¡æ¿å’Œä¸€ä¸ªä¸»æœº."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "用了错误的触å‘器方程åº\"%1$s\"于表达å¼ä¸­."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "触å‘器的模æ¿è¡¨è¾¾å¼é”™è¯¯ã€‚主机\"%1$s\"ä¸å­˜åœ¨æˆ–您没有æƒé™è®¿é—®å®ƒ."
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr "触å‘器模æ¿è¡¨è¾¾å¼é”™è¯¯ã€‚触å‘器表达å¼å…ƒç´ ä¸åº”该åŒæ—¶å±žäºŽä¸€ä¸ªæ¨¡æ¿å’Œä¸€ä¸ªä¸»æœº."
@@ -8955,16 +8987,15 @@ msgstr "\"%1$s\" 字段的值ä¸æ­£ç¡®ã€‚"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -8975,7 +9006,7 @@ msgstr "\"%1$s\" 字段的值ä¸æ­£ç¡®ã€‚"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9125,23 +9156,25 @@ msgstr "\"%1$s\" 字段的值ä¸æ­£ç¡®ã€‚"
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9230,10 +9263,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9241,10 +9274,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "ä¿¡æ¯"
@@ -9258,15 +9291,19 @@ msgstr "ä¿¡æ¯"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr "有关æœåŠ¡çš„ä¿¡æ¯ã€‚返回整数字段表示状æ€ï¼Œå¯åŠ¨çŠ¶æ€ï¼›å­—符串 - 以字段作为显示å,路径,用户; 文本 - 使用字段作为æè¿°ï¼› 状æ€ç ï¼š0 - è¿è¡Œï¼Œ1 - æš‚åœï¼Œ2 - å¯åŠ¨æŒ‚起,3 - æš‚åœæŒ‚起,4 - 继续挂起,5 - åœæ­¢æŒ‚起,6 - åœæ­¢ï¼Œ7 - 未知,255 - 没有这个æœåŠ¡ï¼›å¯åŠ¨ç ï¼š0 - 自动,1 - 自动延迟,2 - 手动, 3 - ç¦ç”¨ï¼Œ4 - 未知"
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr "继承以åŠä¸»æœº å®"
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9282,17 +9319,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "æ’å…¥"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr "æ’入表达å¼"
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr "安装"
@@ -9304,7 +9341,7 @@ msgstr "安装"
msgid "Installer name"
msgstr "安装å称"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9337,8 +9374,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "IP为\"%1$s\"的接å£ä¸èƒ½æœ‰ç©ºç™½çš„DNSå称."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9367,14 +9404,14 @@ msgstr "内部数æ®å­˜å‚¨æœŸ"
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9398,15 +9435,15 @@ msgstr "IEæµè§ˆå™¨"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "é—´éš”"
@@ -9433,7 +9470,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr "无效的动作æ¡ä»¶ï¼š%1$s。"
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr "无效数æ®."
@@ -9447,15 +9484,15 @@ msgstr "无效 email åœ°å€ \"%1$s\"。"
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr "媒介类型 ID: \"%1$s\" çš„ email 地å€æ— æ•ˆã€‚"
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr "第五个å‚数无效。"
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr "第一个å‚数无效."
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr "第四个å‚数无效."
@@ -9467,11 +9504,11 @@ msgstr "å® \"%1$s\" 存在无效的 hostid."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr "无效的间隔 \"%1$s\"."
@@ -9512,7 +9549,7 @@ msgstr "无效的å®\"%1$s\": %2$s."
msgid "Invalid method parameters."
msgstr "无效的方法å‚æ•°."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr "无效的å‚数个数."
@@ -9544,6 +9581,15 @@ msgstr "无效的å‚数个数."
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9556,75 +9602,81 @@ msgstr "无效的å‚数个数."
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9641,7 +9693,7 @@ msgstr "无效的å‚æ•°."
msgid "Invalid response code \"%1$s\"."
msgstr "无效的å“åº”ä»£ç  \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr "第二个å‚数无效."
@@ -9678,15 +9730,15 @@ msgstr "第二个å‚数无效."
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9699,7 +9751,7 @@ msgstr "第二个å‚数无效."
msgid "Invalid tag \"%1$s\": %2$s."
msgstr "标签无效 \"%1$s\": %2$s。"
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr "第三个å‚数无效."
@@ -9718,9 +9770,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "资产记录"
@@ -9747,9 +9799,9 @@ msgid "Issue"
msgstr "问题"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr "å‘行者"
@@ -9766,22 +9818,22 @@ msgid "Italian (it_IT)"
msgstr "æ„大利语 (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "监控项"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9818,15 +9870,15 @@ msgstr "项目 \"%1$s\" ä¸å­˜åœ¨æˆ–您无æƒè®¿é—®æ­¤é¡¹ç›®"
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "\"%2$s\"上的监控项\"%1$s\" : 应用集\"%3$s\"ä¸å­˜åœ¨."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "监控项已添加"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] "监控项å¤åˆ¶"
@@ -9835,16 +9887,16 @@ msgstr[0] "监控项å¤åˆ¶"
msgid "Item count"
msgstr "监控项数é‡"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "监控项已删除"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] "监控项目被ç¦ç”¨"
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] "监控项目已å¯ç”¨"
@@ -9853,7 +9905,7 @@ msgstr[0] "监控项目已å¯ç”¨"
msgid "Item in \"not supported\" state"
msgstr "监控项在“ä¸æ”¯æŒâ€çš„状æ€"
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr "项目未被选择"
@@ -9866,7 +9918,7 @@ msgstr "项目预处ç†ç¼ºå°‘å‚数:%1$s"
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9887,15 +9939,15 @@ msgstr "监控项原型 \"%1$s\" å·²ç»åœ¨ \"%2$s\" 中存在,链接到å¦ä¸€ä
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "\"%2$s\"上的项目模æ¿\"%1$s\"å·²ç»å­˜åœ¨."
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr "项目模æ¿å·²ç»æ·»åŠ "
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr "项目模æ¿å·²åˆ é™¤"
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] "项目模æ¿å·²æ›´æ–°"
@@ -9907,7 +9959,7 @@ msgstr "ID为 \"%1$s\" 的项目原型ä¸å¯ç”¨ã€‚"
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9915,19 +9967,19 @@ msgstr "ID为 \"%1$s\" 的项目原型ä¸å¯ç”¨ã€‚"
msgid "Item prototypes"
msgstr "监控项原型"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr "项目模æ¿å·²åˆ é™¤"
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "监控项已更新"
@@ -9999,7 +10051,7 @@ msgstr "键值为 \"%1$s\"的监控项已存在于\"%2$s\" ."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10009,11 +10061,11 @@ msgstr "键值为 \"%1$s\"的监控项已存在于\"%2$s\" ."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "监控项"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "监控项已删除"
@@ -10025,7 +10077,7 @@ msgstr "监控项列表"
msgid "Items location"
msgstr "监控项ä½ç½®"
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "监控项已更新"
@@ -10033,7 +10085,7 @@ msgstr "监控项已更新"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10041,10 +10093,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX agent代ç†ç¨‹åº"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr "JMX 端点"
@@ -10057,10 +10109,10 @@ msgstr "JMX接å£"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr "JSON æ•°æ®"
@@ -10092,7 +10144,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc 版本并未定义."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10100,7 +10152,7 @@ msgstr ""
msgid "Jan"
msgstr "一月"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "一月"
@@ -10117,7 +10169,7 @@ msgstr ""
msgid "Jul"
msgstr "七月"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "七月"
@@ -10125,11 +10177,11 @@ msgstr "七月"
msgid "Jun"
msgstr "六月"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "六月"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr "资æºå‘¨æœŸä¸è¶³"
@@ -10163,7 +10215,7 @@ msgstr "键值 \"%1$s\" ä¸ç¬¦ <grpmax|grpmin|grpsum|grpavg>[\"Host group(s)\",
msgid "Key passphrase"
msgstr "键值通行短语"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "关键字"
@@ -10200,23 +10252,23 @@ msgstr "LDAP登录æˆåŠŸ"
msgid "LDAP settings"
msgstr "LDAP 设置"
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10242,37 +10294,37 @@ msgctxt "page navigation"
msgid "Last"
msgstr "末"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] "还剩 %1$d 天"
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] "还剩 %1$d å°æ—¶"
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] "还剩 %1$d 分钟"
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] "还剩 %1$d 个月"
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] "还剩 %1$d 秒"
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10308,23 +10360,24 @@ msgstr "最åŽæ”¹å˜(é™åº)"
msgid "Last check"
msgstr "最近检查记录"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "最近一å°æ—¶"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "上月图形"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "最åŽä¸€ä¸ª"
@@ -10337,21 +10390,21 @@ msgstr "最近出现(æŒç»­)"
msgid "Last value"
msgstr "最新数æ®"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "上周图形"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "最新数æ®"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "最新值"
@@ -10399,7 +10452,7 @@ msgstr "修整左边"
msgid "Legend"
msgstr "图例"
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10441,8 +10494,8 @@ msgstr "链接"
msgid "Link indicators"
msgstr "链接指示器"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10478,10 +10531,10 @@ msgstr "链接到模æ¿"
msgid "Linked map"
msgstr "拓扑图链接"
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10575,10 +10628,10 @@ msgid "Location longitude"
msgstr "ä½ç½®ç»åº¦"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "日志"
@@ -10590,10 +10643,10 @@ msgstr "日志文件监控与轮转æœåŠ¡ã€‚返回日志"
msgid "Log file monitoring. Returns log"
msgstr "日志文件监控。返回日志"
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "日志时间格å¼"
@@ -10650,7 +10703,7 @@ msgstr "低级å‘现规则在“ä¸æ”¯æŒâ€çŠ¶æ€"
msgid "M"
msgstr "M"
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10667,8 +10720,9 @@ msgstr "Mac åœ°å€ B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10683,7 +10737,7 @@ msgstr "文件的MD5校验。返回字符串(该文件的MD5哈希值)"
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "å®"
@@ -10710,10 +10764,10 @@ msgstr "ä¸»æœºå® ID 为\"%1$s\"çš„å®ä¸å­˜åœ¨."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10804,16 +10858,16 @@ msgstr "ä¸è¿›è¡Œæ•°æ®æ”¶é›†çš„维护"
msgid "Maintenance: %1$s"
msgstr "维护:%1$s"
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "维护å‚æ•°ä¸å­˜åœ¨."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "手动的"
@@ -10828,7 +10882,7 @@ msgstr "手动关闭"
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "拓扑图"
@@ -10922,7 +10976,7 @@ msgstr "拓扑图"
msgid "Mar"
msgstr "三月"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "三月"
@@ -10938,11 +10992,11 @@ msgstr "标记其他"
msgid "Mark selected"
msgstr "标记所选"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr "掩ç "
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -10961,11 +11015,11 @@ msgid "Mass update shapes"
msgstr "批é‡æ›´æ–°å½¢çŠ¶"
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr "主è¦é¡¹"
@@ -11013,7 +11067,7 @@ msgstr "æ“作系统最大的文件打开数é‡ã€‚返回整数"
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr "æ“作系统最大的进程数。返回整数"
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11027,7 +11081,7 @@ msgstr[0] "å°†è¦æ˜¾ç¤ºçš„最大时间区间是%1$s天"
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr "email 地å€æœ€å¤§é•¿åº¦è¶…出媒体类型 ID: \"%1$s\"。"
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "五月"
@@ -11179,7 +11233,7 @@ msgid "Message/Command"
msgstr "ä¿¡æ¯/命令"
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "消æ¯"
@@ -11243,7 +11297,7 @@ msgstr ""
msgid "Minimum severity"
msgstr "最å°çš„严é‡çº§åˆ«"
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11301,7 +11355,7 @@ msgstr "缺少图原型项\"%1$s\"."
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "缺少主机\"%2$s\"的键值 \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11370,7 +11424,7 @@ msgstr ""
msgid "Mon"
msgstr "一"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "周一"
@@ -11378,9 +11432,9 @@ msgstr "周一"
msgid "Monitored by"
msgstr "è¦ç›‘控什么"
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "ç”±agent代ç†ç¨‹åºç›‘测"
@@ -11412,11 +11466,11 @@ msgstr "月"
msgid "Monthly"
msgstr "æ¯æœˆ"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr "更多匹é…å‘现..."
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11435,20 +11489,20 @@ msgstr "于主机中多于一个å为\"%1$s\"的图形."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr "多é‡"
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "多é‡é—®é¢˜äº‹ä»¶"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "é™éŸ³"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11481,13 +11535,14 @@ msgstr "NTLM"
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11515,17 +11570,17 @@ msgstr "NTLM"
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11545,19 +11600,19 @@ msgstr "NTLM"
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11566,15 +11621,15 @@ msgstr "NTLM"
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11584,12 +11639,12 @@ msgstr "NTLM"
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11680,12 +11735,12 @@ msgid "Never"
msgstr "从未"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "新的应用集"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr "新的应用程åºåŽŸåž‹"
@@ -11699,7 +11754,7 @@ msgstr "新的触å‘æ¡ä»¶"
msgid "New dashboard"
msgstr "新仪表盘"
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "新的组件"
@@ -11735,13 +11790,13 @@ msgstr ""
msgid "New triggers"
msgstr "新触å‘器"
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr "下一步"
@@ -11750,20 +11805,20 @@ msgstr "下一步"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -11917,6 +11972,7 @@ msgid "No data."
msgstr "没有数æ®ã€‚"
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "在\"%2$s\"上的\"%1$s\"类型无默认接å£."
@@ -11933,12 +11989,12 @@ msgstr "没有所称的自动å‘现规则ID"
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr "éžåŠ å¯†"
@@ -12005,12 +12061,12 @@ msgstr ""
msgid "No image"
msgstr "没有图片"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "没有找到接å£"
@@ -12025,7 +12081,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12063,7 +12119,7 @@ msgstr "没有æ供拓扑图IDç»™èšåˆå›¾å½¢ç»„件."
msgid "No maps added."
msgstr "未添加拓扑图."
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr "没有找到匹é…"
@@ -12094,8 +12150,8 @@ msgstr "没有系统访问æƒé™ã€‚"
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12104,8 +12160,8 @@ msgstr "没有系统访问æƒé™ã€‚"
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12161,12 +12217,12 @@ msgstr "没有系统访问æƒé™ã€‚"
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12225,7 +12281,7 @@ msgstr "没有系统访问æƒé™ã€‚"
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12246,7 +12302,7 @@ msgstr "没有系统访问æƒé™ã€‚"
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "没有æƒé™é€€å›žç‰©ä»¶çš„或其ä¸å­˜åœ¨!"
@@ -12276,7 +12332,7 @@ msgstr "没有指定的公钥文件"
msgid "No recipients for action operation message."
msgstr "没有动作æ“作信æ¯çš„收å—者。"
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr "没有刷新"
@@ -12288,11 +12344,11 @@ msgstr "未添加èšåˆå›¾å½¢."
msgid "No script specified for action operation command."
msgstr "没有指定给动作æ“作命令的脚本。"
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "没有选择目标"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "没有已选的目标"
@@ -12309,19 +12365,19 @@ msgstr "没有已定义的触å‘器."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr "ä¸æŽ¨è使用éžå¸ƒå°”标志。"
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12334,18 +12390,18 @@ msgstr "ä¸æŽ¨è使用éžå¸ƒå°”标志。"
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "æ— "
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12443,7 +12499,7 @@ msgstr "通知所有å‚与者"
msgid "Nov"
msgstr "å一"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "å一月"
@@ -12456,11 +12512,11 @@ msgstr "CPU æ•°é‡ï¼Œè¿”回整数"
msgid "Number of enabled items on the host."
msgstr "主机å¯ç”¨ç›‘控项的数é‡"
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr "监控项数é‡ï¼ˆå·²å¯ç”¨/å·²ç¦ç”¨/ä¸æ”¯æŒï¼‰"
@@ -12528,11 +12584,11 @@ msgstr "状æ€æ”¹å˜æ¬¡æ•°"
msgid "Number of steps"
msgstr "步骤数é‡"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr "触å‘器数é‡ï¼ˆå·²å¯ç”¨/å·²ç¦ç”¨ [问题/正常])"
@@ -12548,7 +12604,7 @@ msgstr "Zabbix æ•°æ®åº“中ä¸æ”¯æŒçš„监控项数é‡ã€‚"
msgid "Number of unsupported items on the host."
msgstr "主机中ä¸è¿Ÿæ»žçš„监控项数é‡ã€‚"
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "用户数(线上)"
@@ -12600,22 +12656,22 @@ msgid "Numeral systems"
msgstr "数字系统"
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "浮点数"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr "数字(整数)"
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "数字 (无正负)"
@@ -12633,13 +12689,13 @@ msgstr "OEM"
msgid "OK"
msgstr "正常"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr "事件æˆåŠŸå…³é—­"
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr "事件æˆåŠŸè¿­ä»£"
@@ -12655,7 +12711,7 @@ msgstr "带外路由器"
msgid "OOB subnet mask"
msgstr "带外å­ç½‘掩ç "
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "OR"
@@ -12683,13 +12739,13 @@ msgstr "å月"
msgid "Octal to decimal"
msgstr "八进制转å进制"
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "å月"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "å…³"
@@ -12721,7 +12777,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "å¼€"
@@ -12796,7 +12852,7 @@ msgstr "åªæœ‰ç®¡ç†å‘˜æ‰å¯ä»¥è®¾ç½®èšåˆå›¾å½¢çš„所有者。"
msgid "Only administrators can set slide show owner."
msgstr "åªå…许管ç†å‘˜è®¾ç½®å¹»ç¯ç‰‡çš„所有者。"
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "åªè®¡ç®—指派给å¯ç”¨çš„主机的监控项"
@@ -12851,7 +12907,7 @@ msgstr "åªæœ‰ç®¡ç†å‘˜æ‰èƒ½æ›´æ–°æ‹“扑图值"
msgid "Only the last 20%% of the indicator is displayed."
msgstr "åªå¯æ˜¾ç¤ºæœ€è¿‘çš„20%%的指示器."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "åªè®¡ç®—指派给å¯ç”¨çš„主机的和相ä¾äºŽå¯ç”¨çš„项目的触å‘器"
@@ -12873,7 +12929,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "由于未认è¯çš„请求, æ“作无法完æˆ."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "æ“作细节"
@@ -12889,12 +12945,12 @@ msgstr "æ“作并无模æ¿æ¥æ“作."
msgid "Operation type"
msgstr "æ“作类型"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -12942,24 +12998,24 @@ msgstr "æ“作者"
msgid "Options"
msgstr "选项"
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr "或"
@@ -12988,55 +13044,57 @@ msgstr "或"
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13075,8 +13133,8 @@ msgstr "其它"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr "上行æµé‡ç»Ÿè®¡ã€‚返回整数"
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr "覆盖被"
@@ -13100,8 +13158,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr "覆盖"
@@ -13286,16 +13344,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "问题"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr "问题事件生æˆæ¨¡å¼"
@@ -13307,26 +13365,26 @@ msgstr "问题事件生æˆæ¨¡å¼"
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr "共享密钥(PSK)"
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr "共享密钥一致性"
@@ -13345,13 +13403,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "å‚æ•°"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr "å‚æ•° \"%1$s\" 已被弃用。"
@@ -13422,28 +13480,28 @@ msgstr "被动å¼"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "密ç "
@@ -13455,15 +13513,15 @@ msgstr "å¯†ç  (å†æ¬¡ç¡®è®¤)"
msgid "Password is not mandatory for non internal authentication type."
msgstr "éžå†…部身份验è¯ç±»åž‹çš„密ç ä¸æ˜¯å¼ºåˆ¶çš„。"
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr "粘贴"
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr "粘贴无外部链接"
@@ -13481,7 +13539,7 @@ msgstr "æš‚åœæ“作以制止问题"
msgid "Peak memory usage: %1$s"
msgstr "峰值内存使用é‡ï¼š%1$s"
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr "百分比"
@@ -13498,17 +13556,22 @@ msgstr "百分比线(å³)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr "执行DNS查询。返回字符串信æ¯"
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "期间"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13554,7 +13617,7 @@ msgid "Placing algorithm"
msgstr "置入演算法"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "文本"
@@ -13568,7 +13631,7 @@ msgstr "播放"
msgid "Play sound"
msgstr "播放声音"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr "请检查é…ç½®å‚数。如果无误请按%1$s\" ,如果需è¦ä¿®æ”¹è¯·æŒ‰ \"%2$s\" "
@@ -13577,20 +13640,20 @@ msgstr "请检查é…ç½®å‚数。如果无误请按%1$s\" ,如果需è¦ä¿®æ”¹è¯
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr "请手动创建数æ®å¹¶ä¸”完æˆä¸€äº›å¿…è¦çš„设置。完æˆåŽæŒ‰\"%1$s\"æ¥ç»“æŸã€‚"
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr "请输入主机å或主机IP地å€å’ŒzabbixæœåŠ¡å™¨çš„端å£å·ï¼Œä»¥åŠå®‰è£…çš„å称(å¯é€‰ï¼‰ã€‚"
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "请选择两个组件"
@@ -13620,18 +13683,17 @@ msgstr "点"
msgid "Polish (pl_PL)"
msgstr "波兰(pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "填入主机资产纪录æ ä½"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13662,33 +13724,33 @@ msgid "Post type"
msgstr "å‘布类型"
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr "安装å‰æ±‡æ€»"
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr "进程"
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr "进程"
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr "预定步骤"
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13699,23 +13761,23 @@ msgstr ""
msgid "Preview"
msgstr "预览"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr "上一个月"
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr "上一周"
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr "去年"
@@ -13748,12 +13810,14 @@ msgid "Primary POC screen name"
msgstr "主è¦çš„POCå±å¹•å称"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr "ç§é’¥"
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr "éšç§åè®®"
@@ -13765,29 +13829,29 @@ msgid "Private"
msgstr "Private(ç§äººçš„)"
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "ç§é’¥æ–‡ä»¶"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "优先æƒå±‚级"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13812,8 +13876,8 @@ msgstr "问题已创建"
msgid "Problem display"
msgstr "问题显示"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr "问题表现形å¼"
@@ -13830,7 +13894,7 @@ msgstr "问题没有被制止"
msgid "Problem is suppressed"
msgstr "问题已被制止"
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "问题在"
@@ -13860,13 +13924,13 @@ msgstr "问题, 如果所有的下层都有问题"
msgid "Problem, if at least one child has a problem"
msgstr "问题, 如果至少一个下层有一个问题"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13875,7 +13939,7 @@ msgstr "问题, 如果至少一个下层有一个问题"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "问题"
@@ -13912,7 +13976,7 @@ msgid "Properties"
msgstr "属性"
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -13930,7 +13994,7 @@ msgstr "agent代ç†ç¨‹åº"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14000,20 +14064,20 @@ msgid "Public"
msgstr "公开"
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "公钥"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "公钥文件"
@@ -14043,8 +14107,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr "已解决"
@@ -14054,10 +14118,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr "原始数æ®"
@@ -14115,7 +14179,7 @@ msgid "Received value"
msgstr "接收到的值"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14142,24 +14206,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "æ¢å¤"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr "æ¢å¤è¡¨è¾¾å¼"
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr "æ¢å¤è¡¨è¾¾å¼è¯­æ³•é”™è¯¯ã€‚"
@@ -14169,9 +14233,9 @@ msgstr "æ¢å¤æ“作"
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr "æ¢å¤æ—¶é—´"
@@ -14186,11 +14250,11 @@ msgid "Refresh"
msgstr "刷新"
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr "刷新间隔"
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr "刷新间隔å€æ•°"
@@ -14204,7 +14268,7 @@ msgstr "常规"
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "正则表达å¼"
@@ -14243,7 +14307,7 @@ msgstr "正则表达å¼"
msgid "Regular items"
msgstr "常规监控项"
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14267,6 +14331,12 @@ msgstr "远程命令"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14283,43 +14353,37 @@ msgstr "远程命令"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14328,14 +14392,14 @@ msgstr "远程命令"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14358,7 +14422,7 @@ msgstr "远程命令"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14391,8 +14455,8 @@ msgstr "远程命令"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "移除"
@@ -14428,7 +14492,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr "删除,%1$s"
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14438,17 +14502,17 @@ msgstr "已删除,%1$s"
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "替æ¢"
@@ -14463,25 +14527,25 @@ msgstr "替æ¢ä¾èµ–关系"
msgid "Reports"
msgstr "报表"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
#, fuzzy
msgid "Request body"
msgstr "请求正文"
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
#, fuzzy
msgid "Request body type"
msgstr "请求 body 类型"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr "请求å‘é€æˆåŠŸ"
@@ -14491,7 +14555,7 @@ msgstr "请求å‘é€æˆåŠŸ"
msgid "Request type"
msgstr "请求类型"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "è¦æ±‚çš„"
@@ -14508,14 +14572,14 @@ msgstr "è¦æ±‚的性能(vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr "ZabbixæœåŠ¡å™¨æ‰€éœ€æ±‚的性能,æ¯ç§’钟处ç†çš„新值数."
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "è¦æ±‚的主机性能, æ¯ç§’新值"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "è¦æ±‚的状æ€ç "
@@ -14523,7 +14587,7 @@ msgstr "è¦æ±‚的状æ€ç "
msgid "Required string"
msgstr "è¦æ±‚的字串"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "é‡è®¾"
@@ -14552,7 +14616,7 @@ msgstr "é‡è®¾ç¡®è®¤"
msgid "Reset defaults"
msgstr "é‡è®¾é¢„设"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "已解决"
@@ -14564,26 +14628,26 @@ msgstr "处ç†æ–¹æ³•"
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr "通过关è”规则解æž\"%1$s\"。"
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr "通过关è”规则解æžã€‚"
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr "用户解决\"%1$s\"。"
@@ -14620,15 +14684,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "结果"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14647,14 +14711,14 @@ msgstr "结果为真"
msgid "Result type"
msgstr "结果类型"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr "æ¢å¤æ¨¡å¼"
@@ -14818,12 +14882,12 @@ msgstr "å³åœ¨ä¸»æœºä¸ŠæŒ‡å®šçš„命令的执行。返回命令执行结果的文
msgid "Russian (ru_RU)"
msgstr "俄语 (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "S"
@@ -14833,7 +14897,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr "SHA"
@@ -14878,16 +14943,16 @@ msgstr "SMTPæœåŠ¡å™¨ç«¯å£"
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14895,8 +14960,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP community"
@@ -14912,11 +14979,13 @@ msgstr "SNMP trap"
msgid "SNMP trap key is invalid."
msgstr "SNMP采集键值是无效的"
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -14924,7 +14993,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 客户端"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -14932,7 +15002,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 客户端"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -14954,9 +15025,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr "SQL count: %1$s (selects: %2$s | executes: %3$s)"
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr "SQL查询"
@@ -14979,40 +15050,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH 客户端"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr "SSLè¯ä¹¦æ–‡ä»¶"
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr "SSL秘钥文件"
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr "SSL秘钥密ç "
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr "SSL验è¯ä¸»æœº"
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr "SSL验è¯å¯¹ç«¯"
@@ -15040,15 +15111,23 @@ msgstr "无衬线字体"
msgid "Sat"
msgstr "å…­"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "周六"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr "ä¿å­˜è®¾ç½®"
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr "ä¿å­˜ä¸º \"%1$s\""
@@ -15070,12 +15149,12 @@ msgid "Scheduled check"
msgstr "时刻表检查"
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15159,9 +15238,9 @@ msgid "Screen updated"
msgstr "èšåˆå›¾å½¢å·²æ›´æ–°"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15176,7 +15255,7 @@ msgstr "èšåˆå›¾å½¢å·²æ›´æ–°"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "èšåˆå›¾å½¢"
@@ -15240,7 +15319,7 @@ msgstr "脚本已更新"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "脚本"
@@ -15298,19 +15377,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr "安全级别"
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr "安全å称"
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15321,8 +15402,8 @@ msgstr "安全å称"
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15330,15 +15411,15 @@ msgstr "安全å称"
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "选择"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "选择原型"
@@ -15371,19 +15452,19 @@ msgstr "所选的组件"
msgid "Selected items only"
msgstr "仅选择的监控项"
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr "已选择,%1$s 在 %2$d ä½ç½®çš„ %3$d"
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr "已选择,%1$s,åªè¯»ï¼Œä½äºŽ %3$d çš„ä½ç½® %2$d"
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr "å¾€åŽå‘é€"
@@ -15408,7 +15489,7 @@ msgstr "ä»…é€åˆ°"
msgid "Send to"
msgstr "收件人"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr "å‘回"
@@ -15435,13 +15516,13 @@ msgstr "ä¹æœˆ"
msgid "Separated"
msgstr "分开的"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "ä¹æœˆ"
@@ -15566,12 +15647,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "会è¯å·²ä¸­æ–­, 请é‡æ–°ç™»å½•."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr "设置自定义时间段"
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15580,11 +15662,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr "设置主机清å•æ¨¡å¼"
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15607,28 +15689,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15647,7 +15729,7 @@ msgid "Severity changed"
msgstr "严é‡æ€§å‘生改å˜"
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr "严é‡æ€§å˜åŒ–"
@@ -15677,7 +15759,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr "分享"
@@ -15695,14 +15777,14 @@ msgstr "共享选项 \"%1$s\" 没有在拓补图中指定值 \"%2$s\" 。"
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr "共享选项 \"%1$s\" 没有在èšåˆå›¾å½¢ä¸­æŒ‡å®šå€¼ \"%2$s\" 。"
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr "缩短"
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15713,8 +15795,8 @@ msgstr "缩短"
msgid "Show"
msgstr "查看"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "查看细节"
@@ -15722,7 +15804,7 @@ msgstr "查看细节"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15749,7 +15831,11 @@ msgstr "查看图例"
msgid "Show lines"
msgstr "查看线æ¡"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15771,9 +15857,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15784,7 +15870,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr "显示处ç†çš„问题"
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr "显示标签"
@@ -15798,7 +15884,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "查看HTML文字"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15809,7 +15895,7 @@ msgid "Show triggers"
msgstr "查看触å‘器"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr "仅显示未确认"
@@ -15818,10 +15904,10 @@ msgstr "仅显示未确认"
msgid "Show unavailable maps"
msgstr "显示ä¸å¯ç”¨çš„地图"
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "查看值"
@@ -15833,7 +15919,7 @@ msgstr "当ZabbixæœåŠ¡å™¨åœæœºæ—¶æ˜¾ç¤ºè­¦å‘Š"
msgid "Show working time"
msgstr "查看工作时间"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "已查看"
@@ -15884,8 +15970,8 @@ msgstr "简å•å›¾å½¢"
msgid "Simple graph prototype"
msgstr "简å•æ•°æ®å›¾æ¨¡æ¿"
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr "å•ä¸ª"
@@ -15996,7 +16082,7 @@ msgstr "å¹»ç¯ç‰‡"
msgid "Slovak (sk_SK)"
msgstr "斯洛ä¼å…‹(sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Snooze"
@@ -16134,7 +16220,8 @@ msgstr "é™æ€"
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16142,16 +16229,15 @@ msgstr "é™æ€"
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16171,7 +16257,7 @@ msgstr "é™æ€"
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16259,28 +16345,28 @@ msgid "Stop"
msgstr "åœæ­¢"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16292,7 +16378,7 @@ msgstr "Straight"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16317,14 +16403,14 @@ msgid "Subject"
msgstr "主题"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr "主体"
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "å­æ‹“扑图"
@@ -16332,7 +16418,7 @@ msgstr "å­æ‹“扑图"
msgid "Success Audit"
msgstr "æˆåŠŸå®¡è®¡"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr "æˆåŠŸæ¶ˆæ¯"
@@ -16345,7 +16431,7 @@ msgstr "网络接å£ä¸Šä¼ ä¸‹è½½çš„æµé‡æ€»å’Œã€‚返回整数"
msgid "Sun"
msgstr "æ—¥"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "æ—¥"
@@ -16389,7 +16475,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "切æ¢è®¤è¯æ–¹æ³•å°†é‡è®¾é™¤äº†æ­¤ä¼šè¯ä¹‹å¤–的所有会è¯!继续å—?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16440,12 +16526,12 @@ msgstr "系统时间。返回的是UTC整数。是æœåŠ¡å™¨æœ¬åœ°çš„时间"
msgid "System uptime in seconds. Returns integer"
msgstr "系统å¯åŠ¨æ—¶é—´ã€‚返回整数"
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "T"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16487,12 +16573,12 @@ msgstr "表\"%1$s\"ä¸èƒ½æœ‰æ ä½å为\"%2$s\"."
msgid "Tag"
msgstr "标签"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr "标签 \"%1$s\"与值 \"%2$s\" é‡å¤å­˜åœ¨ã€‚"
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr "标签显示优先级"
@@ -16501,12 +16587,12 @@ msgstr "标签显示优先级"
msgid "Tag filter"
msgstr "标签过滤器"
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr "匹é…标记"
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr "标签å"
@@ -16517,25 +16603,25 @@ msgstr "标记值"
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16543,11 +16629,11 @@ msgstr "标记值"
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16556,11 +16642,11 @@ msgid "Tags"
msgstr "标记"
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "目标"
@@ -16679,13 +16765,13 @@ msgstr "拥有相åŒæ˜¾ç¤ºå称\"%1$s\"的模æ¿å·²ç»å­˜åœ¨."
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16707,20 +16793,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "测试"
@@ -16745,7 +16831,7 @@ msgstr "测试数æ®"
msgid "Test expressions"
msgstr "测试表达å¼"
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16773,10 +16859,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16815,7 +16901,7 @@ msgstr "该应用程åºä¸å†è¢«å‘现,并在下一次å‘现规则处ç†æ—¶åˆ 
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16906,11 +16992,11 @@ msgstr "web 场景应用属于一个ä¸åŒçš„主机而ä¸æ˜¯ web 场景主机."
msgid "Theme"
msgstr "主题"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr "上周的这一天"
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -16919,11 +17005,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "本月"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr "这个月到目å‰ä¸ºæ­¢"
@@ -16935,23 +17021,23 @@ msgstr "è¿™èšåˆå›¾å½¢-列ä¸æ˜¯ç©ºç™½. 删除它?"
msgid "This screen row is not empty. Delete it?"
msgstr "è¿™èšåˆå›¾å½¢-è¡Œä¸æ˜¯ç©ºç™½. 删除它?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "本周"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr "本周到目å‰ä¸ºæ­¢"
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "本年"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr "今年到目å‰ä¸ºæ­¢"
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr "阀值"
@@ -16963,7 +17049,7 @@ msgstr ""
msgid "Thu"
msgstr "å››"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "周四"
@@ -16974,19 +17060,19 @@ msgstr "周四"
msgid "Till"
msgstr "直到"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17030,12 +17116,12 @@ msgstr ""
msgid "Time period"
msgstr "时间期间"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17047,16 +17133,23 @@ msgstr "间隔(秒)"
msgid "Time type"
msgstr "时间类型"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "超时"
@@ -17070,22 +17163,23 @@ msgstr "超时"
msgid "Timestamp"
msgstr "时间戳"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "到"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "è¦è®¾å®šä¸€ä¸ªä¸»æœºæŽ¥å£, 选择一个å•ä¸€çš„监控项类型给所有的监控项"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "今天"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr "今天到目å‰ä¸ºæ­¢"
@@ -17175,10 +17269,10 @@ msgstr "视为 0"
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr "趋势存储时间"
@@ -17187,34 +17281,34 @@ msgstr "趋势存储时间"
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "趋势"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "触å‘器"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "触å‘器\"%1$s\"已存在于\"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr "触å‘器\"%1$s\"属于ä¸åŒçš„è”系,以模æ¿ã€‚"
@@ -17224,7 +17318,7 @@ msgstr "触å‘器\"%1$s\"属于ä¸åŒçš„è”系,以模æ¿ã€‚"
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "触å‘器\"%1$s\"相ä¾äºŽä¸€ä¸ªä¸å­˜åœ¨çš„触å‘器\"%2$s\"."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17232,7 +17326,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "触å‘器已添加"
@@ -17240,7 +17334,7 @@ msgstr "触å‘器已添加"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr "触å‘器ä¸èƒ½ä¾èµ–从它继承的一个触å‘器."
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] "触å‘器å¤åˆ¶"
@@ -17249,7 +17343,7 @@ msgstr[0] "触å‘器å¤åˆ¶"
msgid "Trigger data storage period"
msgstr "触å‘器数æ®å­˜å‚¨æœŸ"
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "触å‘器已删除"
@@ -17257,7 +17351,7 @@ msgstr "触å‘器已删除"
msgid "Trigger details"
msgstr "触å‘器详情"
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] "触å‘器已ç¦ç”¨"
@@ -17267,12 +17361,12 @@ msgstr[0] "触å‘器已ç¦ç”¨"
msgid "Trigger displaying options"
msgstr "触å‘器显示选项"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] "触å‘器已å¯ç”¨"
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "触å‘器表达å¼å¿…需包å«è‡³å°‘一个 主机:键值 ."
@@ -17312,24 +17406,24 @@ msgstr "触å‘器概览"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "触å‘器类型"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr "在\"%2$s\"中触å‘器原型模æ¿\"%1$s\"é‡å¤ã€‚"
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr "触å‘器原型模æ¿\"%1$s\"属于ä¸åŒçš„è”系,以模æ¿ã€‚"
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr "触å‘器模æ¿\"%1$s\"中包å«äº†æ¥è‡ªå¤šä¸ªè‡ªåŠ¨å‘现规则的项目模æ¿."
@@ -17339,12 +17433,12 @@ msgstr "触å‘器模æ¿\"%1$s\"中包å«äº†æ¥è‡ªå¤šä¸ªè‡ªåŠ¨å‘现规则的项ç
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "触å‘å™¨æ¨¡æ¿ \"%1$s\" ä¾èµ–于触å‘器 \"%2$s\" ,但它ä¸å­˜åœ¨ã€‚"
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr "触å‘å™¨æ¨¡æ¿ \"%1$s\"必须至少包å«ä¸€ä¸ªé¡¹ç›®æ¨¡æ¿."
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr "触å‘器模æ¿å·²æ·»åŠ "
@@ -17352,18 +17446,18 @@ msgstr "触å‘器模æ¿å·²æ·»åŠ "
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr "原型的触å‘å°†ä¸èƒ½å¤Ÿä¾é ä»Žè‡ªå·±ç»§æ‰¿äº†è§¦å‘。"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr "触å‘器模æ¿å·²åˆ é™¤"
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] "触å‘器模æ¿å·²æ›´æ–°"
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17371,15 +17465,15 @@ msgstr[0] "触å‘器模æ¿å·²æ›´æ–°"
msgid "Trigger prototypes"
msgstr "触å‘器类型"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr "触å‘器模æ¿å·²åˆ é™¤"
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr "触å‘器模æ¿å·²æ›´æ–°"
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr "必须包å«è‡³å°‘一个触å‘æ¢å¤è¡¨è¾¾å¼ï¼Œä¾‹å­ host:key 。"
@@ -17387,11 +17481,11 @@ msgstr "必须包å«è‡³å°‘一个触å‘æ¢å¤è¡¨è¾¾å¼ï¼Œä¾‹å­ host:key 。"
msgid "Trigger severity"
msgstr "触å‘器示警度"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr "触å‘å™¨çŠ¶æ€ \"OK\""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr "触å‘器状æ€\"Problem\""
@@ -17399,19 +17493,19 @@ msgstr "触å‘器状æ€\"Problem\""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "触å‘器已更新"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17424,11 +17518,11 @@ msgstr "触å‘器已更新"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "触å‘器"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "触å‘器已删除"
@@ -17444,7 +17538,7 @@ msgstr "修整"
msgid "Tue"
msgstr "二"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "周二"
@@ -17457,7 +17551,7 @@ msgstr "土耳其语 (tr_TR)"
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "两个项目 (\"%1$s\"å’Œ\"%2$s\")ä¸èƒ½å¡«å…¥ä¸€ä¸ªä¸»æœºèµ„产纪录æ ä½\"%3$s\", 这会造æˆå†²çª."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr "应选择两个拓扑元素"
@@ -17477,7 +17571,7 @@ msgstr "应选择两个拓扑元素"
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17489,21 +17583,21 @@ msgstr "应选择两个拓扑元素"
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17536,18 +17630,18 @@ msgstr "类型(é™åº)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "计算方å¼"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "ä¿¡æ¯ç±»åž‹"
@@ -17564,8 +17658,8 @@ msgstr "类型 "
msgid "UNKNOWN"
msgstr "未知的"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17575,11 +17669,11 @@ msgstr "未知的"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17625,7 +17719,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr "拓扑图 \"%1$s\" URLã€å称为必填项。"
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17709,10 +17803,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "å•ä½"
@@ -17734,7 +17828,7 @@ msgstr "å•ä½"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17753,18 +17847,18 @@ msgstr "未知的æ“作"
msgid "Unknown error"
msgstr "未知错误"
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "未知的函数."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "未知的主机监控项, 在所选的主机中没有这样的监控项"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "未知的主机, 在系统中没有出现这样的主机."
@@ -17790,15 +17884,15 @@ msgstr "未知的值类型"
msgid "Unlimited"
msgstr "æ— é™"
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "å–消链接"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "å–消链接并清ç†"
@@ -17841,7 +17935,7 @@ msgstr "断开连接:\"%2$s\"上的监控项原型\"%1$s\"。"
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr "ä¸èƒ½è¢«é“¾æŽ¥:\"%2$s\" 上的 Web 场景 \"%1$s\"."
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "å–消é™éŸ³"
@@ -17886,6 +17980,11 @@ msgstr "动作\"%1$s\"的过滤器ä¸æ”¯æŒå‚æ•°\"%2$s\"."
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr "自动å‘现规则\"%1$s\"的过滤器ä¸æ”¯æŒå‚æ•°\"%2$s\"."
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -17922,28 +18021,29 @@ msgstr "上"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -17960,16 +18060,16 @@ msgstr "更新现有的"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "æ›´æ–°é—´éš”"
@@ -18024,7 +18124,7 @@ msgstr "ZabbixæœåŠ¡å™¨è¿›ç¨‹çš„在线时间å•ä½ç§’."
msgid "Uptime/Downtime"
msgstr "在线/ä¸åœ¨çº¿"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr "使用大é‡è¯·æ±‚"
@@ -18053,7 +18153,7 @@ msgstr "用于监控项"
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "用户"
@@ -18212,14 +18312,14 @@ msgstr "用户èœå•"
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "用户å称"
@@ -18285,11 +18385,11 @@ msgstr ""
msgid "User/Recipient"
msgstr "用户/接å—者"
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "用户å称"
@@ -18297,8 +18397,8 @@ msgstr "用户å称"
msgid "Username and password"
msgstr "用户å和密ç "
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18563,24 +18663,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18708,18 +18808,18 @@ msgstr "å˜é‡"
msgid "Various information about specific process(es). Returns float"
msgstr "具体处ç†çš„å„个信æ¯ã€‚返回浮点数"
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18727,8 +18827,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18740,7 +18840,7 @@ msgstr "æ供者"
msgid "Verbose"
msgstr "冗余"
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18801,7 +18901,7 @@ msgstr "å¯è§çš„å称"
msgid "Visible name cannot be empty if host name is missing."
msgstr "如果缺少主机å称, å¯è§çš„å称ä¸èƒ½ä¸ºç©º."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "W"
@@ -18813,22 +18913,22 @@ msgstr "W"
msgid "Warning"
msgstr "警告"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "设置"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "很抱歉, å·²ç»åˆ°äº†æœ€å¤§çš„组件数é‡."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18838,7 +18938,7 @@ msgstr "很抱歉, å·²ç»åˆ°äº†æœ€å¤§çš„组件数é‡."
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web监测"
@@ -18893,7 +18993,7 @@ msgstr[0] "Web 场景已å¯ç”¨"
msgid "Web scenario updated"
msgstr "Web 场景已更新"
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -18911,7 +19011,7 @@ msgstr ""
msgid "Wed"
msgstr "三"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "周三"
@@ -18924,7 +19024,7 @@ msgstr "æ¯å‘¨"
msgid "Welcome"
msgstr "欢迎"
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr "欢迎æ¥åˆ°"
@@ -18932,7 +19032,7 @@ msgstr "欢迎æ¥åˆ°"
msgid "When active"
msgstr "当å¯ç”¨æ—¶"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -18974,7 +19074,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19048,13 +19148,13 @@ msgstr "错误的æœåŠ¡æ ä½\"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "错误的æœåŠ¡\"%1$s\"其时间æ ä½."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr "错误的触å‘的原型字段。"
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "错误的触å‘器æ ä½."
@@ -19062,8 +19162,8 @@ msgstr "错误的触å‘器æ ä½."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr "url æ å€¼é”™è¯¯ã€‚"
@@ -19096,10 +19196,10 @@ msgstr ""
msgid "XML XPath"
msgstr "XML XPath"
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr "XML æ•°æ®"
@@ -19190,7 +19290,7 @@ msgstr "YYYY-MM-DD hh:mm"
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr "YYYY-MM-DDThh:mm:ssZ"
@@ -19209,20 +19309,20 @@ msgstr "æ¯å¹´"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19234,7 +19334,7 @@ msgstr "æ¯å¹´"
msgid "Yes"
msgstr "是"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr "昨天"
@@ -19245,7 +19345,7 @@ msgstr "\"%1$s\" 欢迎登入."
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "您无法选择æŸäº›è¯­è¨€, 因为这些语言并未安装在webæœåŠ¡å™¨ä¸Šã€‚"
@@ -19300,7 +19400,7 @@ msgstr "您没有æƒé™æ¥å®Œæˆæ­¤æ“作."
msgid "You do not have permissions to create users."
msgstr "您没有æƒé™æ¥åˆ›å»ºç”¨æˆ·."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19308,7 +19408,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "你没有æƒé™æ¥è®¿é—®è¿™ä¸ªé¡µé¢."
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr "您有未ä¿å­˜çš„更改。"
@@ -19383,7 +19483,7 @@ msgstr "Zabbix 登录表å•"
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "zabbixæœåŠ¡å™¨"
@@ -19401,7 +19501,7 @@ msgid "Zabbix server (proxy)"
msgstr "Zabbix server (代ç†)"
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr "zabbix æœåŠ¡å™¨ 详细信æ¯"
@@ -19409,15 +19509,15 @@ msgstr "zabbix æœåŠ¡å™¨ 详细信æ¯"
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix server is not running: the information displayed may not be current."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "ZabbixæœåŠ¡å™¨ç«¯è¿è¡Œä¸­"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbix主机å称"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Zabbix主机端å£"
@@ -19426,6 +19526,7 @@ msgid "Zabbix trapper"
msgstr "Zabbix采集器"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr "缩å°"
@@ -19439,51 +19540,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr "预先设定的布尔值"
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr "请在字符串中指定"
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr "期望å六进制颜色代ç ï¼ˆ6个符å·ï¼‰"
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr "预先设定的数字"
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr "数字过大"
@@ -19496,8 +19602,8 @@ msgstr "数字过大"
msgid "a numeric value is expected"
msgstr "一个数值预计"
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19505,29 +19611,29 @@ msgstr ""
msgid "a time is expected"
msgstr "a 预计时间"
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr "预设时间段"
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr "预计时间范围"
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr "预设时间å•ä½"
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr "预设用户å®"
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr "abschange() - åŽä¸€ä¸ªå€¼ä¸Žå‰ä¸€ä¸ªå€¼å˜åŠ¨çš„ç»å¯¹å€¼ã€‚"
@@ -19569,6 +19675,10 @@ msgstr "所有"
msgid "all media"
msgstr "所有介质"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19580,23 +19690,23 @@ msgstr "所有介质"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr "请在阵列中指定"
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr "预设一个数组或一个字符串"
@@ -19606,7 +19716,7 @@ msgid "an empty string is expected"
msgstr "请指定一个空字符串"
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr "预设会出现å¶æ•°ä¸ªå六进制字符"
@@ -19614,11 +19724,11 @@ msgstr "预设会出现å¶æ•°ä¸ªå六进制字符"
msgid "an explicit time is expected"
msgstr "需è¦ä¸€ä¸ªæ˜Žç¡®çš„时间"
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19667,11 +19777,11 @@ msgstr ""
msgid "avg"
msgstr "å¹³å‡"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr "avg() - 周期 T 内的平å‡å€¼"
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr "band() - 将最近的 T 值和掩ç è¿›è¡ŒæŒ‰ä½ä¸Žè¿ç®—"
@@ -19699,10 +19809,9 @@ msgstr "ä¸èƒ½å˜æ›´"
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19710,7 +19819,7 @@ msgstr "ä¸èƒ½å˜æ›´"
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19735,6 +19844,9 @@ msgstr "ä¸èƒ½å˜æ›´"
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19761,11 +19873,11 @@ msgstr "ä¸èƒ½å˜æ›´"
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19787,14 +19899,14 @@ msgstr "ä¸èƒ½å˜æ›´"
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19819,7 +19931,7 @@ msgstr "无法执行 Scroll API 请求,数æ®å¯èƒ½ä¼šè¢«æˆªæ–­"
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr "change() - 最新值和å‰ä¸€ä¸ªå€¼çš„差异"
@@ -19837,11 +19949,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr "ä¸å…许循环项ä¾èµ–"
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr "颜色"
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr "以逗å·åˆ†éš”的列表"
@@ -19860,11 +19972,11 @@ msgstr "包å«"
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr "count() - 对于周期 T,æˆåŠŸæ£€ç´¢çš„值 V(其满足è¿ç®—符 O)的数é‡"
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19873,32 +19985,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr "date() - 当å‰æ—¥æœŸ"
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr "dayofmonth() - 当å‰æ˜¯æœ¬æœˆçš„第几天"
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr "dayofweek() - 当å‰æ˜¯æœ¬å‘¨çš„第几天"
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "æ—¥"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "默认的"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr "delta() - 周期 T 内的 MAX 和 MIN 值之间的差异"
@@ -19924,11 +20036,11 @@ msgstr "é™"
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr "diff() - 最åŽä¸€ä¸ªå€¼å’Œå‰ä¸€ä¸ªå€¼ä¹‹é—´çš„差异(1 - true,0 - false)"
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr "目录或脚本å称ä¸èƒ½ä¸ºç©º"
@@ -19967,7 +20079,7 @@ msgstr "ä¸ç­‰äºŽ"
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20006,7 +20118,7 @@ msgstr "第一"
msgid "first parameter is expected"
msgstr "第一个å‚数是预设的"
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr "forecast() - 基于周期 T 预测下一个 t 秒"
@@ -20014,14 +20126,14 @@ msgstr "forecast() - 基于周期 T 预测下一个 t 秒"
msgid "fourth"
msgstr "第四"
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr "fuzzytime() - 监控项值的时间戳和 Zabbix æœåŠ¡å™¨æ—¶é—´æˆ³ä¹‹é—´çš„差异å°äºŽæˆ–等于 T 秒(1 - true,0 - false)"
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "全局管家设置"
@@ -20030,7 +20142,7 @@ msgstr "全局管家设置"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20088,11 +20200,11 @@ msgstr "在"
msgid "including subgroups"
msgstr "包括å­ç»„"
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20129,7 +20241,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr "无效地å€èŒƒå›´ \"%1$s\""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr "UTF-8中无效的字节排åº"
@@ -20143,15 +20255,15 @@ msgstr "无效延迟"
msgid "invalid history storage period"
msgstr "无效的历å²æ•°æ®æœŸé—´"
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr "无效的主机群组å称"
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr "无效的主机å称"
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr "无效的正则表达å¼"
@@ -20161,7 +20273,7 @@ msgstr "无效的正则表达å¼"
msgid "invalid trend storage period"
msgstr "无效的趋势存储期"
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr "iregexp() - 周期 T 内,最åŽçš„å€¼ä¸Žæ­£åˆ™è¡¨è¾¾å¼ V 匹é…(ä¸åŒºåˆ†å¤§å°å†™ï¼›1 - 匹é…,0 - ä¸åŒ¹é…)"
@@ -20173,7 +20285,7 @@ msgstr "大于等于"
msgid "is less than or equals"
msgstr "å°äºŽç­‰äºŽ"
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr "ä¸åŒ…å«åœ¨{}或格å¼é”™è¯¯"
@@ -20203,7 +20315,7 @@ msgstr "关键字为空"
msgid "last"
msgstr "最新"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr "last() - 最åŽï¼ˆæœ€è¿‘)的 T 值"
@@ -20215,15 +20327,15 @@ msgstr "å·¦"
msgid "list of characters"
msgstr "字符列表"
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr "logeventid() - ä¸Žæ­£åˆ™è¡¨è¾¾å¼ T 匹é…的最åŽä¸€ä¸ªæ—¥å¿—æ¡ç›®çš„事件 ID(1 - 匹é…,0 - ä¸åŒ¹é…)"
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr "logseverity() - 最åŽä¸€ä¸ªæ—¥å¿—æ¡ç›®çš„日志严é‡æ€§"
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr "logsource() - 最åŽä¸€ä¸ªæ—¥å¿—æ¡ç›®åŒ¹é…å‚æ•° T 的日志æºï¼ˆ1 - 匹é…,0 - ä¸åŒ¹é…)"
@@ -20231,12 +20343,12 @@ msgstr "logsource() - 最åŽä¸€ä¸ªæ—¥å¿—æ¡ç›®åŒ¹é…å‚æ•° T 的日志æºï¼ˆ1 -
msgid "low-level discovery rule"
msgstr "底层å‘现规则"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20266,7 +20378,7 @@ msgstr "拓扑图"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20290,7 +20402,7 @@ msgstr "最大"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr "max() - 周期 T 内的最大值"
@@ -20317,12 +20429,12 @@ msgstr "达到最大数é‡çš„ä¾èµ–关系"
msgid "min"
msgstr "最å°"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr "min() - 周期 T 内的最å°å€¼"
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr "最å°é•¿åº¦ä¸º %1$s 个字符"
@@ -20355,27 +20467,27 @@ msgstr "必需为一个正确的LDAP用户"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr "必须在 \"%1$s\" 和 \"%2$s\" 之间"
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr "必须包å«è‡³å°‘一个底层å‘现å®"
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr "åå­—"
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "æ–°"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "æ–°"
@@ -20385,7 +20497,7 @@ msgstr "æ–°"
msgid "no data"
msgstr "没有数æ®"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20406,7 +20518,7 @@ msgstr "éžåœ¨"
msgid "not selected"
msgstr "éžæ‰€é€‰çš„"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr "now() - UNIX 时间"
@@ -20414,8 +20526,8 @@ msgstr "now() - UNIX 时间"
msgid "number"
msgstr "æ•°å­—"
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "å…¶"
@@ -20463,7 +20575,7 @@ msgstr "关闭"
msgid "on"
msgstr "于"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20479,11 +20591,11 @@ msgstr "其它"
msgid "output"
msgstr "输出"
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20494,11 +20606,11 @@ msgstr ""
msgid "pattern"
msgstr "模å¼"
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr "percentile() - 周期 T 内的百分ä½æ•° P"
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr "prev() - å‰ä¸€ä¸ªå€¼"
@@ -20515,12 +20627,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "æ¯%1$s秒刷新一次"
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr "regexp() - 在周期 T 内,将最åŽçš„å€¼ä¸Žæ­£åˆ™è¡¨è¾¾å¼ V 匹é…(1 - 匹é…,0 - ä¸åŒ¹é…)"
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20537,7 +20649,7 @@ msgstr "正确"
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20586,6 +20698,7 @@ msgstr "简è¦æè¿°"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20600,15 +20713,15 @@ msgstr "简è¦æè¿°"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr "å¯èƒ½æ˜¯ç©ºçš„"
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20616,10 +20729,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "展示图标映射"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "展示值映射"
@@ -20627,11 +20740,11 @@ msgstr "展示值映射"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr "str() - 在最åŽï¼ˆæœ€è¿‘)值中找到字符串 V(1 - 找到,0 - 未找到)"
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr "strlen() - 最åŽä¸€ä¸ªï¼ˆæœ€è¿‘的)T 值的长度(以字符为å•ä½ï¼‰"
@@ -20639,7 +20752,7 @@ msgstr "strlen() - 最åŽä¸€ä¸ªï¼ˆæœ€è¿‘的)T 值的长度(以字符为å•ä½
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr "sum() - 周期 T 内的值之和"
@@ -20648,14 +20761,14 @@ msgid "supplied credentials are not unique"
msgstr "æ供的凭æ®ä¸æ˜¯å”¯ä¸€çš„"
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20690,9 +20803,13 @@ msgstr "模æ¿ID\"%1$s\"已传é€%2$s次"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr "找ä¸åˆ°å‚æ•° \"%1$s\""
@@ -20707,7 +20824,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20726,18 +20843,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr "时间å移"
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr "time() - 当å‰æ—¶é—´"
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr "timeleft() - 基于周期 T 内达到阈值的时间估计"
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20748,26 +20889,26 @@ msgstr "触å‘器"
msgid "trigger does not allow manual closing"
msgstr "触å‘器ä¸å…许手动关闭"
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr "触å‘器原型无法移动到å¦å¤–一个模æ¿æˆ–者主机"
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr "触å‘器原型以åŠå…³è”项无法移动到å¦å¤–一个模æ¿æˆ–者主机"
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "在此输入æœç´¢"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20777,7 +20918,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20794,9 +20935,10 @@ msgstr "å®çš„结æŸæ˜¯ä¸æ­£ç¡®"
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr "\"%1$s\" å‚数异常"
@@ -20823,12 +20965,12 @@ msgstr "异常的文本 \"%1$s\""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr "\"%1$s\" 值异常"
@@ -20838,7 +20980,7 @@ msgstr "\"%1$s\" 值异常"
msgid "unknown"
msgstr "未知的"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20847,28 +20989,28 @@ msgid "unsupported version number"
msgstr "这个版本已ç»ä¸è¢«æ”¯æŒ"
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20878,7 +21020,7 @@ msgstr "这个版本已ç»ä¸è¢«æ”¯æŒ"
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "值"
@@ -20896,26 +21038,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr "值 \"%1$s\" 未找到"
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr "值 %1$s 已存在"
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr "值过长"
@@ -20943,9 +21088,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -20982,7 +21127,7 @@ msgstr "错误的å‘现规则类型"
msgid "wrong item type"
msgstr "错误的监控项类型"
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/locale/zh_TW/LC_MESSAGES/frontend.po b/ui/locale/zh_TW/LC_MESSAGES/frontend.po
index 302daa0eda5..8ba66037594 100644
--- a/ui/locale/zh_TW/LC_MESSAGES/frontend.po
+++ b/ui/locale/zh_TW/LC_MESSAGES/frontend.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zabbix 4.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-02 19:59+0300\n"
+"POT-Creation-Date: 2020-10-09 19:55+0300\n"
"PO-Revision-Date: 2012-11-06 09:39+0300\n"
"Last-Translator: Yaochiu <brian.huang@primillet.com>\n"
"Language-Team: Zabbix <info@zabbix.com>\n"
@@ -35,7 +35,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
#, c-format
msgid "\"%1$s\" is expected"
msgstr ""
@@ -63,7 +63,7 @@ msgid "\"host:key\" pair is expected"
msgstr ""
#: include/forms.inc.php:1267
-#: include/views/configuration.host.discovery.edit.php:683
+#: include/views/configuration.host.discovery.edit.php:685
#: include/views/js/configuration.host.discovery.edit.js.php:90
#: include/views/js/item.preprocessing.js.php:145
msgid "$.path.to.node"
@@ -80,7 +80,7 @@ msgid "%1$d day"
msgid_plural "%1$d days"
msgstr[0] "%1$d 天"
-#: jsLoader.php:272
+#: jsLoader.php:274
#, c-format
msgctxt "screen reader"
msgid "%1$d matches for %2$s found"
@@ -157,8 +157,8 @@ msgstr[0] ""
#: include/classes/widgets/CWidgetConfig.php:162
#: include/classes/widgets/CWidgetConfig.php:163
#: include/classes/widgets/CWidgetConfig.php:164
-#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:315
-#: jsLoader.php:316 jsLoader.php:317 jsLoader.php:318
+#: include/classes/widgets/CWidgetConfig.php:165 jsLoader.php:317
+#: jsLoader.php:318 jsLoader.php:319 jsLoader.php:320
#, c-format
msgid "%1$s minute"
msgid_plural "%1$s minutes"
@@ -170,7 +170,7 @@ msgid "%1$s of %2$s element in problem state"
msgid_plural "%1$s of %2$s elements in problem state"
msgstr[0] ""
-#: jsLoader.php:273
+#: jsLoader.php:275
#, c-format
msgctxt "screen reader"
msgid "%1$s preselected, use down,up arrow keys and enter to select"
@@ -199,14 +199,14 @@ msgstr[0] "尚有%1$s次é‡è©¦"
#: app/views/administration.user.edit.php:388
#: include/classes/widgets/CWidgetConfig.php:160
-#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:313
-#: jsLoader.php:314
+#: include/classes/widgets/CWidgetConfig.php:161 jsLoader.php:315
+#: jsLoader.php:316
#, c-format
msgid "%1$s second"
msgid_plural "%1$s seconds"
msgstr[0] "%1$s 秒"
-#: jsLoader.php:254
+#: jsLoader.php:256
#, c-format
msgid "%1$s symbols remaining"
msgstr ""
@@ -224,20 +224,20 @@ msgctxt "screen reader"
msgid "%1$s widget"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:102
+#: app/views/monitoring.widget.problemhosts.view.php:99
#: app/views/monitoring.widget.problems.view.php:193
#, c-format
msgctxt "screen reader"
msgid "%1$s, Severity, %2$s"
msgstr ""
-#: jsLoader.php:267
+#: jsLoader.php:269
#, c-format
msgctxt "screen reader"
msgid "%1$s, read only"
msgstr ""
-#: jsLoader.php:319
+#: jsLoader.php:321
#, c-format
msgctxt "screen reader"
msgid "%1$s, selected"
@@ -273,20 +273,20 @@ msgstr ""
msgid "(Only super admins can create groups)"
msgstr "(åªæœ‰è¶…級管ç†å“¡å¯ä»¥æ–°å¢žç¾¤çµ„)"
-#: app/views/popup.itemtestedit.view.php:112
-#: app/views/popup.itemtestedit.view.php:114
-#: include/views/configuration.host.edit.php:197
-#: include/views/configuration.host.edit.php:202
+#: app/views/popup.itemtestedit.view.php:238
+#: app/views/popup.itemtestedit.view.php:240
+#: include/views/configuration.host.edit.php:193
+#: include/views/configuration.host.edit.php:198
#: include/views/configuration.host.massupdate.php:96
-#: include/views/configuration.host.prototype.edit.php:114
+#: include/views/configuration.host.prototype.edit.php:129
msgid "(no proxy)"
msgstr "(無系統代ç†ç¨‹å¼)"
-#: include/classes/setup/CSetupWizard.php:295
+#: include/classes/setup/CSetupWizard.php:303
msgid "0 - use default port"
msgstr ""
-#: include/triggers.inc.php:1845
+#: include/triggers.inc.php:1847
msgid "0 or 1"
msgstr "0 或 1"
@@ -362,11 +362,12 @@ msgid "ADD OVERRIDE"
msgstr ""
#: app/views/popup.discovery.check.php:112
-#: include/views/js/configuration.host.edit.js.php:120
+#: app/views/popup.itemtestedit.view.php:213
+#: include/views/js/configuration.host.edit.js.php:119
msgid "AES"
msgstr "AES"
-#: app/views/popup.triggerwizard.php:99
+#: app/views/popup.triggerwizard.php:105
msgid "AND"
msgstr "且"
@@ -392,16 +393,16 @@ msgid_plural "Account is blocked for %1$s seconds."
msgstr[0] ""
#: app/views/monitoring.widget.problems.view.php:64
-#: include/actions.inc.php:155 include/blocks.inc.php:761
+#: include/actions.inc.php:155 include/blocks.inc.php:760
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:874
-#: include/classes/screens/CScreenProblem.php:899
-#: include/classes/screens/CScreenProblem.php:1145 include/events.inc.php:246
+#: include/classes/screens/CScreenProblem.php:889
+#: include/classes/screens/CScreenProblem.php:914
+#: include/classes/screens/CScreenProblem.php:1160 include/events.inc.php:246
#: include/events.inc.php:446
msgid "Ack"
msgstr "知悉"
-#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:277
+#: app/views/popup.acknowledge.edit.php:82 jsLoader.php:279
msgid "Acknowledge"
msgstr "知悉"
@@ -434,7 +435,7 @@ msgstr ""
#: app/views/dashboard.sharing.edit.php:50
#: app/views/monitoring.widget.actionlog.view.php:34
#: app/views/popup.lldoperation.php:111 app/views/popup.lldoperation.php:264
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:117
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:123
#: app/views/reports.auditlog.list.php:70
#: app/views/reports.auditlog.list.php:90 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/classes/screens/CScreenActions.php:112
@@ -447,30 +448,30 @@ msgstr ""
#: include/views/configuration.action.edit.php:475
#: include/views/configuration.correlation.edit.php:53
#: include/views/configuration.graph.edit.php:362
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.host.discovery.edit.php:571
-#: include/views/configuration.host.discovery.edit.php:721
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.host.discovery.edit.php:573
+#: include/views/configuration.host.discovery.edit.php:723
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.httpconf.edit.php:206
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:243
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:241
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:249
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:247
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:122
#: include/views/configuration.services.edit.php:176
#: include/views/configuration.template.edit.php:347
#: include/views/configuration.template.massupdate.php:150
-#: include/views/configuration.trigger.prototype.edit.php:188
-#: include/views/configuration.trigger.prototype.edit.php:383
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:195
+#: include/views/configuration.trigger.prototype.edit.php:390
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
-#: include/views/configuration.triggers.edit.php:209
-#: include/views/configuration.triggers.edit.php:406
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:216
+#: include/views/configuration.triggers.edit.php:413
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.massupdate.php:90
#: include/views/configuration.triggers.massupdate.php:102
#: include/views/js/monitoring.sysmaps.js.php:170
@@ -539,18 +540,18 @@ msgstr "動作已更新"
#: app/views/administration.mediatype.edit.php:277
#: app/views/monitoring.dashboard.view.php:98
-#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:762
+#: app/views/monitoring.widget.problems.view.php:65 include/blocks.inc.php:761
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:875
-#: include/classes/screens/CScreenProblem.php:900
-#: include/classes/screens/CScreenProblem.php:1146
-#: include/classes/screens/CScreenProblem.php:1207 include/events.inc.php:247
+#: include/classes/screens/CScreenProblem.php:890
+#: include/classes/screens/CScreenProblem.php:915
+#: include/classes/screens/CScreenProblem.php:1161
+#: include/classes/screens/CScreenProblem.php:1222 include/events.inc.php:247
#: include/forms.inc.php:1203 include/menu.inc.php:116
#: include/menu.inc.php:146 include/views/configuration.action.edit.php:28
#: include/views/configuration.discovery.edit.php:75
#: include/views/monitoring.screen.list.php:89
#: include/views/monitoring.slideconf.list.php:75
-#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:276
+#: include/views/monitoring.sysmap.list.php:67 jsLoader.php:278
#: tr_events.php:171
msgid "Actions"
msgstr "動作"
@@ -586,6 +587,9 @@ msgstr "作用中直到"
#: app/partials/hostmacros.list.html.php:91
#: app/partials/massupdate.macros.tab.php:77
#: app/partials/massupdate.macros.tab.php:122
+#: app/partials/monitoring.host.filter.php:63
+#: app/partials/monitoring.problem.filter.php:155
+#: app/partials/monitoring.problem.filter.php:200
#: app/partials/popup.operations.php:87 app/partials/popup.operations.php:107
#: app/partials/popup.operations.php:397
#: app/views/administration.iconmap.edit.php:102
@@ -613,9 +617,6 @@ msgstr "作用中直到"
#: app/views/js/administration.mediatype.edit.js.php:134
#: app/views/js/administration.mediatype.edit.js.php:234
#: app/views/js/administration.script.edit.js.php:60
-#: app/views/monitoring.host.view.php:82
-#: app/views/monitoring.problem.view.php:223
-#: app/views/monitoring.problem.view.php:270
#: app/views/popup.condition.common.php:667
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:73
#: app/views/popup.httpstep.php:99 app/views/popup.httpstep.php:123
@@ -625,9 +626,9 @@ msgstr "作用中直到"
#: app/views/popup.lldoverride.php:200
#: app/views/popup.maintenance.period.php:174 app/views/popup.media.php:52
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:108 app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:114 app/views/popup.triggerwizard.php:148
#: include/classes/widgets/CWidgetHelper.php:483 include/forms.inc.php:1449
-#: include/forms.inc.php:1967 include/views/configuration.action.edit.php:131
+#: include/forms.inc.php:1974 include/views/configuration.action.edit.php:131
#: include/views/configuration.action.edit.php:303
#: include/views/configuration.action.edit.php:384
#: include/views/configuration.action.edit.php:459
@@ -639,39 +640,40 @@ msgstr "作用中直到"
#: include/views/configuration.graph.edit.php:405
#: include/views/configuration.graph.edit.php:500
#: include/views/configuration.host.discovery.edit.php:118
-#: include/views/configuration.host.discovery.edit.php:210
-#: include/views/configuration.host.discovery.edit.php:508
-#: include/views/configuration.host.discovery.edit.php:628
-#: include/views/configuration.host.discovery.edit.php:700
-#: include/views/configuration.host.discovery.edit.php:726
-#: include/views/configuration.host.discovery.edit.php:780
+#: include/views/configuration.host.discovery.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:510
+#: include/views/configuration.host.discovery.edit.php:630
+#: include/views/configuration.host.discovery.edit.php:702
+#: include/views/configuration.host.discovery.edit.php:728
+#: include/views/configuration.host.discovery.edit.php:782
#: include/views/configuration.host.edit.php:136
-#: include/views/configuration.host.edit.php:765
+#: include/views/configuration.host.edit.php:761
#: include/views/configuration.hostgroups.edit.php:55
#: include/views/configuration.host.list.php:83
#: include/views/configuration.host.massupdate.php:61
#: include/views/configuration.host.massupdate.php:220
-#: include/views/configuration.host.prototype.edit.php:171
-#: include/views/configuration.host.prototype.edit.php:410
+#: include/views/configuration.host.prototype.edit.php:107
+#: include/views/configuration.host.prototype.edit.php:186
+#: include/views/configuration.host.prototype.edit.php:425
#: include/views/configuration.httpconf.edit.php:126
#: include/views/configuration.httpconf.edit.php:144
#: include/views/configuration.httpconf.edit.php:212
#: include/views/configuration.httpconf.edit.php:261
#: include/views/configuration.item.edit.php:156
-#: include/views/configuration.item.edit.php:248
-#: include/views/configuration.item.edit.php:630
-#: include/views/configuration.item.edit.php:883
-#: include/views/configuration.item.massupdate.php:136
-#: include/views/configuration.item.massupdate.php:281
-#: include/views/configuration.item.massupdate.php:420
+#: include/views/configuration.item.edit.php:250
+#: include/views/configuration.item.edit.php:632
+#: include/views/configuration.item.edit.php:885
+#: include/views/configuration.item.massupdate.php:142
+#: include/views/configuration.item.massupdate.php:287
+#: include/views/configuration.item.massupdate.php:426
#: include/views/configuration.item.prototype.edit.php:138
-#: include/views/configuration.item.prototype.edit.php:230
-#: include/views/configuration.item.prototype.edit.php:584
-#: include/views/configuration.item.prototype.edit.php:732
-#: include/views/configuration.item.prototype.massupdate.php:132
-#: include/views/configuration.item.prototype.massupdate.php:279
-#: include/views/configuration.item.prototype.massupdate.php:405
-#: include/views/configuration.item.prototype.massupdate.php:480
+#: include/views/configuration.item.prototype.edit.php:232
+#: include/views/configuration.item.prototype.edit.php:586
+#: include/views/configuration.item.prototype.edit.php:734
+#: include/views/configuration.item.prototype.massupdate.php:138
+#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.item.prototype.massupdate.php:411
+#: include/views/configuration.item.prototype.massupdate.php:486
#: include/views/configuration.maintenance.edit.php:84
#: include/views/configuration.maintenance.edit.php:189
#: include/views/configuration.maintenance.edit.php:257
@@ -682,20 +684,20 @@ msgstr "作用中直到"
#: include/views/configuration.template.list.php:67
#: include/views/configuration.template.massupdate.php:55
#: include/views/configuration.template.massupdate.php:144
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:137
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.trigger.prototype.edit.php:330
-#: include/views/configuration.trigger.prototype.edit.php:592
-#: include/views/configuration.trigger.prototype.edit.php:644
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:144
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.trigger.prototype.edit.php:337
+#: include/views/configuration.trigger.prototype.edit.php:599
+#: include/views/configuration.trigger.prototype.edit.php:651
#: include/views/configuration.trigger.prototype.massupdate.php:82
#: include/views/configuration.trigger.prototype.massupdate.php:136
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:158
-#: include/views/configuration.triggers.edit.php:338
-#: include/views/configuration.triggers.edit.php:353
-#: include/views/configuration.triggers.edit.php:608
-#: include/views/configuration.triggers.edit.php:640
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:165
+#: include/views/configuration.triggers.edit.php:345
+#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.triggers.edit.php:615
+#: include/views/configuration.triggers.edit.php:647
#: include/views/configuration.triggers.list.php:129
#: include/views/configuration.triggers.massupdate.php:84
#: include/views/configuration.triggers.massupdate.php:139
@@ -722,8 +724,8 @@ msgstr "作用中直到"
#: include/views/monitoring.sysmap.edit.php:282
#: include/views/monitoring.sysmap.edit.php:303
#: include/views/monitoring.sysmap.edit.php:340
-#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:135
-#: jsLoader.php:337
+#: include/views/monitoring.sysmap.edit.php:408 jsLoader.php:137
+#: jsLoader.php:339
msgid "Add"
msgstr "新增"
@@ -731,7 +733,7 @@ msgstr "新增"
msgid "Add (message type limit reached)"
msgstr ""
-#: jsLoader.php:143
+#: jsLoader.php:145
msgid "Add a new widget"
msgstr ""
@@ -739,7 +741,7 @@ msgstr ""
msgid "Add child"
msgstr "新增å­é …ç›®"
-#: jsLoader.php:339
+#: jsLoader.php:341
msgid "Add child element"
msgstr ""
@@ -751,7 +753,7 @@ msgstr "新增主機"
msgid "Add missing"
msgstr ""
-#: jsLoader.php:340
+#: jsLoader.php:342
msgid "Add multiple maps"
msgstr ""
@@ -760,6 +762,7 @@ msgid "Add new data set"
msgstr ""
#: include/views/configuration.host.edit.php:144
+#: include/views/configuration.host.prototype.edit.php:115
msgid "Add new interface"
msgstr ""
@@ -768,7 +771,7 @@ msgid "Add new override"
msgstr ""
#: include/views/configuration.graph.edit.php:411
-#: include/views/configuration.trigger.prototype.edit.php:606
+#: include/views/configuration.trigger.prototype.edit.php:613
#: include/views/configuration.trigger.prototype.massupdate.php:153
msgid "Add prototype"
msgstr "新增原型"
@@ -789,11 +792,11 @@ msgstr "新增到主機群組"
msgid "Add to host groups"
msgstr "新增到主機群組"
-#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:130
+#: app/views/monitoring.dashboard.view.php:109 jsLoader.php:132
msgid "Add widget"
msgstr ""
-#: jsLoader.php:265
+#: jsLoader.php:267
#, c-format
msgctxt "screen reader"
msgid "Added, %1$s"
@@ -817,7 +820,7 @@ msgid "Age"
msgstr "歷時"
#: app/partials/common.filter.trigger.php:115
-#: app/views/monitoring.problem.view.php:190
+#: app/partials/monitoring.problem.filter.php:125
msgid "Age less than"
msgstr "歷時少於"
@@ -829,7 +832,7 @@ msgstr ""
#: app/views/administration.script.list.php:87 app/views/popup.generic.php:600
#: include/hosts.inc.php:1408 include/items.inc.php:347
#: include/views/configuration.httpconf.edit.php:104
-#: include/views/js/configuration.host.edit.js.php:163
+#: include/views/js/configuration.host.edit.js.php:162
msgid "Agent"
msgstr "端點代ç†ç¨‹å¼"
@@ -888,7 +891,7 @@ msgstr ""
#: app/views/monitoring.dashboard.list.php:61
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:122
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:178
-#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:353
+#: include/views/monitoring.sysmap.edit.php:221 jsLoader.php:355
msgid "All"
msgstr "所有"
@@ -906,7 +909,7 @@ msgstr ""
msgid "All hosts"
msgstr ""
-#: jsLoader.php:221
+#: jsLoader.php:223
msgid "All links should have \"Name\" and \"URL\" specified"
msgstr "所有的連çµæ‡‰å« 特定的å稱和URL"
@@ -914,13 +917,13 @@ msgstr "所有的連çµæ‡‰å« 特定的å稱和URL"
msgid "All maps"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:491
-#: include/views/configuration.triggers.edit.php:517
+#: include/views/configuration.trigger.prototype.edit.php:498
+#: include/views/configuration.triggers.edit.php:524
msgid "All problems"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:492
-#: include/views/configuration.triggers.edit.php:518
+#: include/views/configuration.trigger.prototype.edit.php:499
+#: include/views/configuration.triggers.edit.php:525
msgid "All problems if tag values match"
msgstr ""
@@ -940,48 +943,48 @@ msgstr ""
msgid "All templates"
msgstr ""
-#: include/triggers.inc.php:1237
-#: include/views/configuration.trigger.prototype.edit.php:504
+#: include/triggers.inc.php:1239
+#: include/views/configuration.trigger.prototype.edit.php:511
#: include/views/configuration.trigger.prototype.massupdate.php:62
-#: include/views/configuration.triggers.edit.php:530
+#: include/views/configuration.triggers.edit.php:537
#: include/views/configuration.triggers.massupdate.php:64
msgid "Allow manual close"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:531
-#: include/views/configuration.item.edit.php:757
-#: include/views/configuration.item.massupdate.php:385
-#: include/views/configuration.item.prototype.edit.php:654
-#: include/views/configuration.item.prototype.massupdate.php:395
+#: include/views/configuration.host.discovery.edit.php:533
+#: include/views/configuration.item.edit.php:759
+#: include/views/configuration.item.massupdate.php:391
+#: include/views/configuration.item.prototype.edit.php:656
+#: include/views/configuration.item.prototype.massupdate.php:401
msgid "Allowed hosts"
msgstr "容許的主機"
-#: include/classes/setup/CSetupWizard.php:641
+#: include/classes/setup/CSetupWizard.php:654
msgid "Alternatively, you can install it manually:"
msgstr ""
#: app/partials/popup.operations.php:376 app/views/popup.lldoverride.php:68
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:117
#: include/views/configuration.correlation.edit.php:108
-#: include/views/configuration.host.discovery.edit.php:552
-#: include/views/configuration.trigger.prototype.edit.php:144
-#: include/views/configuration.trigger.prototype.edit.php:337
-#: include/views/configuration.triggers.edit.php:165
-#: include/views/configuration.triggers.edit.php:360
+#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.trigger.prototype.edit.php:151
+#: include/views/configuration.trigger.prototype.edit.php:344
+#: include/views/configuration.triggers.edit.php:172
+#: include/views/configuration.triggers.edit.php:367
msgid "And"
msgstr "且"
-#: app/partials/popup.operations.php:375 app/views/monitoring.host.view.php:52
-#: app/views/monitoring.problem.view.php:240
-#: app/views/popup.lldoverride.php:67
+#: app/partials/monitoring.host.filter.php:32
+#: app/partials/monitoring.problem.filter.php:168
+#: app/partials/popup.operations.php:375 app/views/popup.lldoverride.php:67
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:80
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:80
#: include/classes/widgets/forms/CWidgetFormProblems.php:95
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:383
#: include/views/configuration.action.edit.php:116
#: include/views/configuration.correlation.edit.php:107
-#: include/views/configuration.host.discovery.edit.php:551
+#: include/views/configuration.host.discovery.edit.php:553
#: include/views/configuration.host.list.php:53
#: include/views/configuration.maintenance.edit.php:134
#: include/views/configuration.template.list.php:37
@@ -990,14 +993,14 @@ msgid "And/Or"
msgstr "且/或"
#: app/partials/common.filter.trigger.php:42
+#: app/partials/monitoring.host.filter.php:120
#: app/views/administration.mediatype.list.php:50
#: app/views/administration.module.list.php:52
#: app/views/administration.proxy.list.php:49
#: app/views/administration.usergroup.list.php:51
#: app/views/administration.user.list.php:67
-#: app/views/monitoring.host.view.php:141
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:34
-#: include/triggers.inc.php:1844
+#: include/triggers.inc.php:1846
#: include/views/configuration.action.list.php:70
#: include/views/configuration.correlation.list.php:48
#: include/views/configuration.discovery.list.php:48
@@ -1013,10 +1016,10 @@ msgstr "包括任何字元字串"
#: app/controllers/CControllerAuditLogList.php:194
#: app/partials/common.filter.trigger.php:93
+#: app/partials/monitoring.problem.filter.php:74
#: app/views/configuration.application.edit.php:44
#: app/views/configuration.application.list.php:89
-#: app/views/monitoring.latest.view.php:84
-#: app/views/monitoring.problem.view.php:138 httpconf.php:39
+#: app/views/monitoring.latest.view.php:84 httpconf.php:39
#: include/actions.inc.php:62
#: include/classes/widgets/forms/CWidgetFormDataOver.php:49
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:65
@@ -1050,8 +1053,8 @@ msgid "Application error."
msgstr "應用集 錯誤."
#: app/controllers/CControllerPopupGeneric.php:188
-#: include/views/configuration.item.prototype.edit.php:685
-#: include/views/configuration.item.prototype.massupdate.php:476
+#: include/views/configuration.item.prototype.edit.php:687
+#: include/views/configuration.item.prototype.massupdate.php:482
msgid "Application prototypes"
msgstr ""
@@ -1074,15 +1077,15 @@ msgstr ""
#: app/views/configuration.application.list.php:167 app/views/search.php:38
#: app/views/search.php:60 app/views/search.php:65 app/views/search.php:229
#: app/views/search.php:250 app/views/search.php:255 include/forms.inc.php:652
-#: include/html.inc.php:346 include/views/configuration.host.edit.php:232
+#: include/html.inc.php:346 include/views/configuration.host.edit.php:228
#: include/views/configuration.host.list.php:184
#: include/views/configuration.host.list.php:409
-#: include/views/configuration.item.edit.php:792
+#: include/views/configuration.item.edit.php:794
#: include/views/configuration.item.list.php:73
-#: include/views/configuration.item.massupdate.php:446
-#: include/views/configuration.item.prototype.edit.php:670
+#: include/views/configuration.item.massupdate.php:452
+#: include/views/configuration.item.prototype.edit.php:672
#: include/views/configuration.item.prototype.list.php:62
-#: include/views/configuration.item.prototype.massupdate.php:401
+#: include/views/configuration.item.prototype.massupdate.php:407
#: include/views/configuration.template.edit.php:134
#: include/views/configuration.template.list.php:151
#: include/views/configuration.template.list.php:238
@@ -1090,15 +1093,17 @@ msgstr ""
msgid "Applications"
msgstr "應用集"
+#: app/partials/timeselector.filter.php:104
#: app/views/dashboard.properties.edit.php:69
#: app/views/popup.maintenance.period.php:174
#: include/classes/html/CFilter.php:207 include/classes/html/CFilter.php:298
+#: include/classes/html/CTabFilter.php:96
#: include/views/js/monitoring.sysmaps.js.php:290
#: include/views/js/monitoring.sysmaps.js.php:442
#: include/views/js/monitoring.sysmaps.js.php:562
#: include/views/js/monitoring.sysmaps.js.php:657
-#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:134
-#: jsLoader.php:256 jsLoader.php:336
+#: include/views/js/monitoring.sysmaps.js.php:757 jsLoader.php:136
+#: jsLoader.php:258 jsLoader.php:338
msgid "Apply"
msgstr "é©ç”¨"
@@ -1116,7 +1121,7 @@ msgstr "接近中"
msgid "Apr"
msgstr "四月"
-#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:173
+#: include/func.inc.php:103 include/func.inc.php:240 jsLoader.php:175
msgid "April"
msgstr "四月"
@@ -1128,7 +1133,11 @@ msgstr "您確定è¦å®Œæˆé€™å€‹å‹•ä½œå—Ž?"
msgid "Are you sure you want to delete"
msgstr "您確定è¦åˆªé™¤å—Ž"
-#: jsLoader.php:140
+#: app/views/popup.tabfilter.edit.php:76
+msgid "Are you sure you want to delete this filter?"
+msgstr ""
+
+#: jsLoader.php:142
msgid "Are you sure, you want to leave this page?"
msgstr ""
@@ -1144,12 +1153,12 @@ msgstr "å€åŸŸé¡žåž‹"
msgid "Arithmetic"
msgstr ""
-#: include/views/configuration.item.edit.php:724
-#: include/views/configuration.item.edit.php:730
-#: include/views/configuration.item.massupdate.php:359
-#: include/views/configuration.item.prototype.edit.php:629
-#: include/views/configuration.item.prototype.edit.php:635
-#: include/views/configuration.item.prototype.massupdate.php:368
+#: include/views/configuration.item.edit.php:726
+#: include/views/configuration.item.edit.php:732
+#: include/views/configuration.item.massupdate.php:365
+#: include/views/configuration.item.prototype.edit.php:631
+#: include/views/configuration.item.prototype.edit.php:637
+#: include/views/configuration.item.prototype.massupdate.php:374
msgid "As is"
msgstr "ä¸è®Š"
@@ -1257,7 +1266,7 @@ msgstr "稽查記錄"
msgid "Aug"
msgstr "八月"
-#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:177
+#: include/func.inc.php:107 include/func.inc.php:244 jsLoader.php:179
msgid "August"
msgstr "八月"
@@ -1274,9 +1283,9 @@ msgstr ""
msgid "Authentication"
msgstr "èªè­‰"
-#: include/views/configuration.host.edit.php:597
+#: include/views/configuration.host.edit.php:593
#: include/views/configuration.host.massupdate.php:169
-#: include/views/configuration.host.prototype.edit.php:285
+#: include/views/configuration.host.prototype.edit.php:300
msgid "Authentication algorithm"
msgstr "èªè­‰æ³•å‰‡"
@@ -1286,21 +1295,23 @@ msgid "Authentication failed: %1$s."
msgstr ""
#: app/partials/popup.operations.php:250
-#: include/views/configuration.host.discovery.edit.php:411
-#: include/views/configuration.item.edit.php:489
-#: include/views/configuration.item.massupdate.php:183
-#: include/views/configuration.item.prototype.edit.php:453
-#: include/views/configuration.item.prototype.massupdate.php:179
+#: include/views/configuration.host.discovery.edit.php:413
+#: include/views/configuration.item.edit.php:491
+#: include/views/configuration.item.massupdate.php:189
+#: include/views/configuration.item.prototype.edit.php:455
+#: include/views/configuration.item.prototype.massupdate.php:185
msgid "Authentication method"
msgstr "èªè­‰æ–¹æ³•"
#: app/views/popup.discovery.check.php:103
-#: include/views/js/configuration.host.edit.js.php:112
+#: app/views/popup.itemtestedit.view.php:195
+#: include/views/js/configuration.host.edit.js.php:111
msgid "Authentication passphrase"
msgstr "驗證密碼"
#: app/views/popup.discovery.check.php:96
-#: include/views/js/configuration.host.edit.js.php:105
+#: app/views/popup.itemtestedit.view.php:182
+#: include/views/js/configuration.host.edit.js.php:104
msgid "Authentication protocol"
msgstr "é©—è­‰å”定"
@@ -1339,9 +1350,9 @@ msgstr ""
#: app/partials/popup.operations.php:364
#: app/views/administration.miscconfig.edit.php:64
#: app/views/popup.lldoperation.php:278 include/hosts.inc.php:1345
-#: include/views/configuration.host.edit.php:639
+#: include/views/configuration.host.edit.php:635
#: include/views/configuration.host.massupdate.php:206
-#: include/views/configuration.host.prototype.edit.php:333
+#: include/views/configuration.host.prototype.edit.php:348
msgid "Automatic"
msgstr "自動地"
@@ -1371,7 +1382,7 @@ msgstr ""
msgid "Autoregistration data storage period"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:31
#: include/views/configuration.host.list.php:195
msgid "Availability"
msgstr "å¯ç”¨æ€§"
@@ -1396,8 +1407,8 @@ msgstr "一般嚴é‡"
msgid "Axes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:139
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:148
+#: include/classes/setup/CSetupWizard.php:552
msgid "Back"
msgstr ""
@@ -1451,16 +1462,16 @@ msgid "Blue"
msgstr ""
#: app/views/popup.httpstep.php:160
-#: include/views/configuration.host.discovery.edit.php:259
-#: include/views/configuration.item.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:279
+#: include/views/configuration.host.discovery.edit.php:261
+#: include/views/configuration.item.edit.php:299
+#: include/views/configuration.item.prototype.edit.php:281
msgid "Body"
msgstr ""
#: app/views/popup.httpstep.php:162
-#: include/views/configuration.host.discovery.edit.php:261
-#: include/views/configuration.item.edit.php:299
-#: include/views/configuration.item.prototype.edit.php:281
+#: include/views/configuration.host.discovery.edit.php:263
+#: include/views/configuration.item.edit.php:301
+#: include/views/configuration.item.prototype.edit.php:283
msgid "Body and headers"
msgstr ""
@@ -1501,11 +1512,11 @@ msgstr ""
msgid "Bottom"
msgstr "底部"
-#: jsLoader.php:213
+#: jsLoader.php:215
msgid "Bring forward"
msgstr ""
-#: jsLoader.php:212
+#: jsLoader.php:214
msgid "Bring to front"
msgstr ""
@@ -1532,8 +1543,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:95
#: include/classes/graph/CSvgGraph.php:1077
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526
msgid "CLOSING"
msgstr ""
@@ -1553,7 +1564,7 @@ msgstr ""
msgid "CPU utilisation percentage. Returns float"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:164
+#: app/views/popup.itemtestedit.view.php:292
msgid "CRLF"
msgstr ""
@@ -1586,7 +1597,7 @@ msgstr ""
msgid "Calculates the sum of values, based on the various parameters supplied. Zabbix server collects aggregate information by doing direct database queries."
msgstr ""
-#: jsLoader.php:169
+#: jsLoader.php:171
msgid "Calendar"
msgstr ""
@@ -1594,7 +1605,7 @@ msgstr ""
msgid "Callback"
msgstr "回呼"
-#: jsLoader.php:268
+#: jsLoader.php:270
msgctxt "screen reader"
msgid "Can not be removed"
msgstr ""
@@ -1620,10 +1631,10 @@ msgstr ""
#: app/views/js/administration.trigdisplay.edit.js.php:51
#: app/views/monitoring.dashboard.view.php:115
#: include/classes/html/CButtonCancel.php:25
-#: include/classes/setup/CSetupWizard.php:121
+#: include/classes/setup/CSetupWizard.php:130
#: include/views/conf.import.php:131 include/views/js/conf.import.js.php:42
-#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:137
-#: jsLoader.php:154 jsLoader.php:257 jsLoader.php:338 jsLoader.php:350
+#: include/views/monitoring.slideconf.edit.php:281 jsLoader.php:139
+#: jsLoader.php:156 jsLoader.php:259 jsLoader.php:340 jsLoader.php:352
msgid "Cancel"
msgstr "å–消"
@@ -1668,12 +1679,12 @@ msgid "Cannot add dependency from a host to a template."
msgstr "無法新增自主機到模æ¿çš„相ä¾é—œä¿‚"
#: include/classes/api/services/CDiscoveryRule.php:861
-#: include/triggers.inc.php:546
+#: include/triggers.inc.php:548
#, c-format
msgid "Cannot add dependency from trigger \"%1$s:%2$s\" to non existing trigger \"%3$s:%4$s\"."
msgstr "無法自觸發器\"%1$s:%2$s\" 新增相ä¾é—œä¿‚到ä¸å­˜åœ¨çš„觸發器\"%3$s:%4$s\"."
-#: host_discovery.php:664
+#: host_discovery.php:668
msgid "Cannot add discovery rule"
msgstr "無法新增自動探索的è¦å‰‡"
@@ -1697,7 +1708,7 @@ msgstr "無法新增群組"
msgid "Cannot add host"
msgstr "無法新增主機"
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Cannot add host prototype"
msgstr ""
@@ -1707,7 +1718,7 @@ msgstr ""
msgid "Cannot add image"
msgstr "無法新增圖片"
-#: items.php:855
+#: items.php:859
msgid "Cannot add item"
msgstr "無法新增項目"
@@ -1716,7 +1727,7 @@ msgstr "無法新增項目"
msgid "Cannot add item \"%1$s\" from \"%2$s\" to application \"%3$s\" from \"%4$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Cannot add item prototype"
msgstr "無法新增原型項目"
@@ -1798,11 +1809,11 @@ msgstr ""
msgid "Cannot add template"
msgstr "無法新增模æ¿"
-#: app/controllers/CControllerPopupTriggerWizard.php:210 triggers.php:299
+#: app/controllers/CControllerPopupTriggerWizard.php:214 triggers.php:302
msgid "Cannot add trigger"
msgstr "無法新增觸發器"
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Cannot add trigger prototype"
msgstr "無法新增原型觸發器"
@@ -1825,11 +1836,11 @@ msgstr "無法新增值å°æ‡‰"
msgid "Cannot add web scenario"
msgstr "無法新增網é æª¢æ¸¬"
-#: jsLoader.php:151
+#: jsLoader.php:153
msgid "Cannot add widget: not enough free space on the dashboard."
msgstr ""
-#: jsLoader.php:141
+#: jsLoader.php:143
msgid "Cannot add widgets in kiosk mode"
msgstr ""
@@ -1846,11 +1857,11 @@ msgstr ""
msgid "Cannot call method \"%1$s.%2$s\" without parameters."
msgstr ""
-#: httpconf.php:201 httpconf.php:514 items.php:884
+#: httpconf.php:201 httpconf.php:514 items.php:888
msgid "Cannot clear history"
msgstr "無法清除歷å²"
-#: items.php:1297
+#: items.php:1306
msgid "Cannot clear history: at least one of the selected items doesn't belong to any monitored host"
msgstr ""
@@ -1858,7 +1869,7 @@ msgstr ""
msgid "Cannot clone graph prototypes."
msgstr "無法克隆圖形原型"
-#: include/classes/api/services/CDiscoveryRule.php:2504
+#: include/classes/api/services/CDiscoveryRule.php:2505
msgid "Cannot clone host prototypes."
msgstr "無法複製原型主機"
@@ -1881,7 +1892,7 @@ msgstr ""
msgid "Cannot connect to LDAP server."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:411
msgid "Cannot connect to the database."
msgstr ""
@@ -1894,22 +1905,22 @@ msgid "Cannot copy graph"
msgid_plural "Cannot copy graphs"
msgstr[0] ""
-#: items.php:1281
+#: items.php:1290
msgid "Cannot copy item"
msgid_plural "Cannot copy items"
msgstr[0] ""
-#: triggers.php:601
+#: triggers.php:607
msgid "Cannot copy trigger"
msgid_plural "Cannot copy triggers"
msgstr[0] ""
-#: include/triggers.inc.php:402
+#: include/triggers.inc.php:403
#, c-format
msgid "Cannot copy trigger \"%1$s:%2$s\", because it has multiple hosts in the expression."
msgstr "無法複製觸發器 \"%1$s:%2$s\", 因為在其表示å¼ä¸­æœ‰å¤šé‡ä¸»æ©Ÿ."
-#: include/classes/api/services/CHostPrototype.php:257
+#: include/classes/api/services/CHostPrototype.php:287
#, c-format
msgid "Cannot create a host prototype on a discovered host \"%1$s\"."
msgstr "無法為探索到的主機 \"%1$s\" 創建原型主機"
@@ -1947,7 +1958,7 @@ msgstr "無法創建新應用集,網é æª¢æ¸¬å·²æŒ‡å®šåˆ°å¦ä¸€æ‡‰ç”¨é›†"
msgid "Cannot create template."
msgstr "無法創建範本"
-#: include/classes/setup/CSetupWizard.php:639
+#: include/classes/setup/CSetupWizard.php:652
msgid "Cannot create the configuration file."
msgstr ""
@@ -1990,11 +2001,11 @@ msgstr "無法刪除相ä¾é—œä¿‚"
msgid "Cannot delete discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Cannot delete discovery rule"
msgstr "無法删除探索è¦å‰‡"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Cannot delete discovery rules"
msgstr "無法刪除探索è¦å‰‡"
@@ -2020,7 +2031,7 @@ msgid "Cannot delete group"
msgid_plural "Cannot delete groups"
msgstr[0] "無法刪除群組"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Cannot delete host"
msgstr "無法删除主機"
@@ -2036,7 +2047,7 @@ msgid "Cannot delete host group because maintenance \"%1$s\" must contain at lea
msgid_plural "Cannot delete selected host groups because maintenance \"%1$s\" must contain at least one host or host group."
msgstr[0] ""
-#: host_prototypes.php:142 host_prototypes.php:314
+#: host_prototypes.php:148 host_prototypes.php:354
msgid "Cannot delete host prototypes"
msgstr "無法刪除數筆原型主機"
@@ -2052,19 +2063,19 @@ msgstr "無法删除圖片"
msgid "Cannot delete inventory."
msgstr "無法刪除資產紀錄."
-#: items.php:481
+#: items.php:485
msgid "Cannot delete item"
msgstr "無法刪除項目"
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Cannot delete item prototype"
msgstr "無法刪除原型項目"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Cannot delete item prototypes"
msgstr "無法刪除數筆原型項目"
-#: items.php:1353
+#: items.php:1362
msgid "Cannot delete items"
msgstr "無法刪除項目"
@@ -2143,7 +2154,7 @@ msgstr ""
msgid "Cannot delete templated graph."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:1168
+#: include/classes/api/services/CHostPrototype.php:1235
msgid "Cannot delete templated host prototype."
msgstr "無法刪除範本的原型主機"
@@ -2174,19 +2185,19 @@ msgstr ""
msgid "Cannot delete templated web scenario \"%1$s\"."
msgstr "無法刪除範本的網é æª¢æ¸¬ \"%1$s\""
-#: triggers.php:416
+#: triggers.php:422
msgid "Cannot delete trigger"
msgstr "無法删除觸發器"
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Cannot delete trigger prototype"
msgstr "無法刪除觸發器原型"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Cannot delete trigger prototypes"
msgstr "無法刪除原型觸發器"
-#: triggers.php:615
+#: triggers.php:621
msgid "Cannot delete triggers"
msgstr "無法删除觸發器"
@@ -2219,18 +2230,18 @@ msgid "Cannot disable correlation"
msgid_plural "Cannot disable correlations"
msgstr[0] ""
-#: discoveryconf.php:184 host_discovery.php:697
+#: discoveryconf.php:184 host_discovery.php:701
msgid "Cannot disable discovery rule"
msgid_plural "Cannot disable discovery rules"
msgstr[0] "無法åœç”¨æŽ¢ç´¢è¦å‰‡"
#: app/controllers/CControllerProxyHostDisable.php:80 hostgroups.php:197
-#: hosts.php:1010
+#: hosts.php:1004
msgid "Cannot disable host"
msgid_plural "Cannot disable hosts"
msgstr[0] "無法åœç”¨ä¸»æ©Ÿ"
-#: app/controllers/CControllerApplicationDisable.php:78 items.php:1241
+#: app/controllers/CControllerApplicationDisable.php:78 items.php:1250
msgid "Cannot disable item"
msgid_plural "Cannot disable items"
msgstr[0] "無法åœç”¨é …ç›®"
@@ -2247,7 +2258,7 @@ msgid "Cannot disable module: %1$s."
msgid_plural "Cannot disable modules: %1$s."
msgstr[0] ""
-#: triggers.php:553
+#: triggers.php:559
msgid "Cannot disable trigger"
msgid_plural "Cannot disable triggers"
msgstr[0] "無法åœç”¨è§¸ç™¼å™¨"
@@ -2275,18 +2286,18 @@ msgid "Cannot enable correlation"
msgid_plural "Cannot enable correlations"
msgstr[0] ""
-#: discoveryconf.php:183 host_discovery.php:696
+#: discoveryconf.php:183 host_discovery.php:700
msgid "Cannot enable discovery rule"
msgid_plural "Cannot enable discovery rules"
msgstr[0] "無法啟用探索è¦å‰‡"
#: app/controllers/CControllerProxyHostEnable.php:80 hostgroups.php:196
-#: hosts.php:1009
+#: hosts.php:1003
msgid "Cannot enable host"
msgid_plural "Cannot enable hosts"
msgstr[0] "無法啟用數筆主機"
-#: app/controllers/CControllerApplicationEnable.php:78 items.php:1240
+#: app/controllers/CControllerApplicationEnable.php:78 items.php:1249
msgid "Cannot enable item"
msgid_plural "Cannot enable items"
msgstr[0] "無法啟用項目"
@@ -2303,7 +2314,7 @@ msgid "Cannot enable module: %1$s."
msgid_plural "Cannot enable modules: %1$s."
msgstr[0] ""
-#: triggers.php:552
+#: triggers.php:558
msgid "Cannot enable trigger"
msgid_plural "Cannot enable triggers"
msgstr[0] "無法啟用觸發器"
@@ -2321,7 +2332,7 @@ msgstr ""
msgid "Cannot execute script"
msgstr ""
-#: jsLoader.php:224
+#: jsLoader.php:226
msgid "Cannot expand macros."
msgstr ""
@@ -2482,7 +2493,7 @@ msgid "Cannot import template \"%1$s\", linked template \"%2$s\" does not exist.
msgid_plural "Cannot import template \"%1$s\", linked templates \"%2$s\" do not exist."
msgstr[0] ""
-#: app/controllers/CControllerPopupTriggerExpr.php:717
+#: app/controllers/CControllerPopupTriggerExpr.php:767
msgid "Cannot insert trigger expression"
msgstr "無法æ’入觸發器表示å¼"
@@ -2588,7 +2599,7 @@ msgstr ""
msgid "Cannot send command, check connection with Zabbix server \"%1$s\"."
msgstr "無法傳é€æŒ‡ä»¤ï¼Œè«‹æª¢æŸ¥è·ŸZabbix主機 \"%1$s\" 的連線"
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Cannot send request"
msgstr ""
@@ -2625,12 +2636,12 @@ msgstr ""
msgid "Cannot set \"%1$s\" for template screen \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:829
+#: include/classes/api/services/CTriggerGeneral.php:833
#, c-format
msgid "Cannot set \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:838
+#: include/classes/api/services/CTriggerGeneral.php:842
#, c-format
msgid "Cannot set \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2660,7 +2671,7 @@ msgstr ""
msgid "Cannot set session cookie."
msgstr ""
-#: jsLoader.php:232
+#: jsLoader.php:234
msgid "Cannot support notification audio for this device."
msgstr ""
@@ -2721,22 +2732,22 @@ msgstr ""
msgid "Cannot update \"%1$s\" for item \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1002
+#: include/classes/api/services/CTriggerGeneral.php:1013
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1011
+#: include/classes/api/services/CTriggerGeneral.php:1022
#, c-format
msgid "Cannot update \"%1$s\" for templated trigger prototype \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1001
+#: include/classes/api/services/CTriggerGeneral.php:1012
#, c-format
msgid "Cannot update \"%1$s\" for trigger \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1010
+#: include/classes/api/services/CTriggerGeneral.php:1021
#, c-format
msgid "Cannot update \"%1$s\" for trigger prototype \"%2$s\"."
msgstr ""
@@ -2751,7 +2762,7 @@ msgstr ""
msgid "Cannot update \"%2$s\" for a discovered item \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1065
+#: include/classes/api/services/CTriggerGeneral.php:1076
#: include/classes/api/services/CTrigger.php:698
#: include/classes/api/services/CTrigger.php:822
#, c-format
@@ -2820,7 +2831,7 @@ msgstr ""
msgid "Cannot update discovered application \"%1$s\"."
msgstr ""
-#: discoveryconf.php:126 host_discovery.php:667
+#: discoveryconf.php:126 host_discovery.php:671
msgid "Cannot update discovery rule"
msgstr "無法更新探索è¦å‰‡"
@@ -2856,7 +2867,7 @@ msgstr "無法更新主機"
msgid "Cannot update host encryption settings. Connection settings for both directions should be specified."
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:299
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:339
msgid "Cannot update host prototype"
msgid_plural "Cannot update host prototypes"
msgstr[0] ""
@@ -2880,20 +2891,20 @@ msgstr "無法更新圖片"
msgid "Cannot update interface for discovered host \"%1$s\"."
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Cannot update item"
msgstr "無法更新項目"
-#: disc_prototypes.php:647 disc_prototypes.php:674
+#: disc_prototypes.php:651 disc_prototypes.php:678
msgid "Cannot update item prototype"
msgid_plural "Cannot update item prototypes"
msgstr[0] ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Cannot update item prototypes"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Cannot update items"
msgstr "無法更新項目"
@@ -2976,27 +2987,27 @@ msgstr ""
msgid "Cannot update templates on discovered host \"%1$s\"."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:194 triggers.php:401
-#: triggers.php:519
+#: app/controllers/CControllerPopupTriggerWizard.php:198 triggers.php:407
+#: triggers.php:525
msgid "Cannot update trigger"
msgstr "無法更新觸發器"
-#: include/classes/api/services/CTriggerGeneral.php:1980
+#: include/classes/api/services/CTriggerGeneral.php:2001
#, c-format
msgid "Cannot update trigger \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:509
+#: trigger_prototypes.php:356 trigger_prototypes.php:515
msgid "Cannot update trigger prototype"
msgid_plural "Cannot update trigger prototypes"
msgstr[0] ""
-#: include/classes/api/services/CTriggerGeneral.php:1836
+#: include/classes/api/services/CTriggerGeneral.php:1857
#, c-format
msgid "Cannot update trigger prototype \"%1$s\": %2$s."
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Cannot update trigger prototypes"
msgstr ""
@@ -3052,12 +3063,12 @@ msgstr ""
#: app/views/administration.proxy.edit.php:96
#: app/views/administration.proxy.edit.php:104
-#: include/views/configuration.host.edit.php:705
-#: include/views/configuration.host.edit.php:721
+#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:717
#: include/views/configuration.host.massupdate.php:263
#: include/views/configuration.host.massupdate.php:271
-#: include/views/configuration.host.prototype.edit.php:346
-#: include/views/configuration.host.prototype.edit.php:362
+#: include/views/configuration.host.prototype.edit.php:361
+#: include/views/configuration.host.prototype.edit.php:377
msgid "Certificate"
msgstr ""
@@ -3101,10 +3112,10 @@ msgid "Change type"
msgstr ""
#: include/forms.inc.php:186 include/items.inc.php:127
-#: include/views/configuration.item.edit.php:559
-#: include/views/configuration.item.massupdate.php:168
-#: include/views/configuration.item.prototype.edit.php:526
-#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.edit.php:561
+#: include/views/configuration.item.massupdate.php:174
+#: include/views/configuration.item.prototype.edit.php:528
+#: include/views/configuration.item.prototype.massupdate.php:170
msgid "Character"
msgstr "å­—å…ƒ"
@@ -3131,7 +3142,7 @@ msgstr ""
msgid "Check already exists."
msgstr "檢查已存在."
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:535
#, c-format
msgid "Check expression part starting from \"%1$s\"."
msgstr "檢查開始於\"%1$s\"的表示å¼éƒ¨ä»½."
@@ -3149,7 +3160,7 @@ msgid "Check for error using regular expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:49
-#: include/classes/setup/CSetupWizard.php:265
+#: include/classes/setup/CSetupWizard.php:274
msgid "Check of pre-requisites"
msgstr ""
@@ -3254,8 +3265,8 @@ msgid "Clear history"
msgstr ""
#: include/views/configuration.httpconf.edit.php:248
-#: include/views/configuration.item.edit.php:867
-#: include/views/configuration.item.edit.php:870
+#: include/views/configuration.item.edit.php:869
+#: include/views/configuration.item.edit.php:872
msgid "Clear history and trends"
msgstr "清除歷å²å’Œè¶¨å‹¢"
@@ -3264,11 +3275,11 @@ msgstr "清除歷å²å’Œè¶¨å‹¢"
msgid "Clear when unlinking"
msgstr "清除當無連çµæ™‚"
-#: jsLoader.php:145
+#: jsLoader.php:147
msgid "Click and drag to desired size."
msgstr ""
-#: jsLoader.php:255
+#: jsLoader.php:257
msgid "Click to view or edit"
msgstr ""
@@ -3287,20 +3298,20 @@ msgstr "Clock"
#: include/views/configuration.correlation.edit.php:165
#: include/views/configuration.discovery.edit.php:142
#: include/views/configuration.graph.edit.php:492
-#: include/views/configuration.host.discovery.edit.php:760
-#: include/views/configuration.host.edit.php:756
+#: include/views/configuration.host.discovery.edit.php:762
+#: include/views/configuration.host.edit.php:752
#: include/views/configuration.hostgroups.edit.php:62
-#: include/views/configuration.host.prototype.edit.php:402
+#: include/views/configuration.host.prototype.edit.php:417
#: include/views/configuration.httpconf.edit.php:241
-#: include/views/configuration.item.edit.php:853
-#: include/views/configuration.item.prototype.edit.php:721
+#: include/views/configuration.item.edit.php:855
+#: include/views/configuration.item.prototype.edit.php:723
#: include/views/configuration.maintenance.edit.php:249
#: include/views/configuration.template.edit.php:446
-#: include/views/configuration.trigger.prototype.edit.php:636
-#: include/views/configuration.triggers.edit.php:631
+#: include/views/configuration.trigger.prototype.edit.php:643
+#: include/views/configuration.triggers.edit.php:638
#: include/views/monitoring.screen.edit.php:226
#: include/views/monitoring.slideconf.edit.php:279
-#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:279
+#: include/views/monitoring.sysmap.edit.php:399 jsLoader.php:281
msgid "Clone"
msgstr "克隆"
@@ -3308,15 +3319,15 @@ msgstr "克隆"
#: include/views/js/monitoring.sysmaps.js.php:449
#: include/views/js/monitoring.sysmaps.js.php:569
#: include/views/js/monitoring.sysmaps.js.php:664
-#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:155
-#: jsLoader.php:234 jsLoader.php:251 jsLoader.php:343
+#: include/views/js/monitoring.sysmaps.js.php:761 jsLoader.php:157
+#: jsLoader.php:236 jsLoader.php:253 jsLoader.php:345
msgid "Close"
msgstr "關閉"
-#: include/views/configuration.trigger.prototype.edit.php:275
-#: include/views/configuration.trigger.prototype.edit.php:471
-#: include/views/configuration.triggers.edit.php:299
-#: include/views/configuration.triggers.edit.php:497
+#: include/views/configuration.trigger.prototype.edit.php:282
+#: include/views/configuration.trigger.prototype.edit.php:478
+#: include/views/configuration.triggers.edit.php:306
+#: include/views/configuration.triggers.edit.php:504
msgid "Close expression constructor"
msgstr "關閉表示å¼å»ºæ§‹"
@@ -3335,8 +3346,8 @@ msgid "Close problem"
msgstr ""
#: include/classes/html/CCollapsibleUiWidget.php:55
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:245
-#: jsLoader.php:250
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:247
+#: jsLoader.php:252
msgid "Collapse"
msgstr ""
@@ -3353,7 +3364,7 @@ msgstr ""
msgid "Colour"
msgstr "é¡è‰²"
-#: include/classes/validators/CColorValidator.php:32 jsLoader.php:226
+#: include/classes/validators/CColorValidator.php:32 jsLoader.php:228
#, c-format
msgid "Colour \"%1$s\" is not correct: expecting hexadecimal colour code (6 symbols)."
msgstr ""
@@ -3404,7 +3415,7 @@ msgctxt "SNMP Community"
msgid "Community"
msgstr ""
-#: app/views/monitoring.problem.view.php:322
+#: app/partials/monitoring.problem.filter.php:261
msgid "Compact view"
msgstr ""
@@ -3438,7 +3449,7 @@ msgstr ""
msgid "Concurrent sessions"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:740
+#: app/controllers/CControllerPopupTriggerExpr.php:790
#: app/views/popup.lldoperation.php:56 app/views/popup.lldoverride.php:175
msgid "Condition"
msgstr "æ¢ä»¶"
@@ -3497,7 +3508,7 @@ msgid "Conditions duplicates for correlation \"%1$s\"."
msgstr ""
#: include/menu.inc.php:97 include/menu.inc.php:144
-#: include/views/inventory.host.view.php:212 jsLoader.php:278
+#: include/views/inventory.host.view.php:212 jsLoader.php:280
msgid "Configuration"
msgstr "組態"
@@ -3505,7 +3516,7 @@ msgstr "組態"
msgid "Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free)."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:656
+#: include/classes/setup/CSetupWizard.php:669
#, c-format
msgid "Configuration file \"%1$s\" created."
msgstr ""
@@ -3669,7 +3680,7 @@ msgid "Configuration updated"
msgstr "組態已更新"
#: include/classes/setup/CSetupWizard.php:53
-#: include/classes/setup/CSetupWizard.php:406
+#: include/classes/setup/CSetupWizard.php:419
msgid "Configure DB connection"
msgstr ""
@@ -3677,7 +3688,7 @@ msgstr ""
msgid "Confirmation text"
msgstr "確èªæ–‡å­—"
-#: include/classes/setup/CSetupWizard.php:654
+#: include/classes/setup/CSetupWizard.php:667
msgid "Congratulations! You have successfully installed Zabbix frontend."
msgstr ""
@@ -3733,7 +3744,7 @@ msgid ""
"2. Firewall is blocking TCP connection.\n"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:352
+#: include/classes/setup/CSetupWizard.php:365
msgid "Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows)."
msgstr ""
@@ -3741,9 +3752,9 @@ msgstr ""
msgid "Connections"
msgstr ""
-#: include/views/configuration.host.edit.php:709
+#: include/views/configuration.host.edit.php:705
#: include/views/configuration.host.massupdate.php:266
-#: include/views/configuration.host.prototype.edit.php:350
+#: include/views/configuration.host.prototype.edit.php:365
msgid "Connections from host"
msgstr ""
@@ -3751,9 +3762,9 @@ msgstr ""
msgid "Connections from proxy"
msgstr ""
-#: include/views/configuration.host.edit.php:701
+#: include/views/configuration.host.edit.php:697
#: include/views/configuration.host.massupdate.php:259
-#: include/views/configuration.host.prototype.edit.php:342
+#: include/views/configuration.host.prototype.edit.php:357
msgid "Connections to host"
msgstr ""
@@ -3770,10 +3781,10 @@ msgstr ""
msgid "Contact"
msgstr "è¯çµ¡"
-#: app/views/js/monitoring.host.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:48
-#: app/views/monitoring.host.view.php:65
-#: app/views/monitoring.problem.view.php:253
+#: app/partials/monitoring.host.filter.php:45
+#: app/partials/monitoring.host.filter.php:187
+#: app/partials/monitoring.problem.filter.php:182
+#: app/partials/monitoring.problem.filter.php:354
#: include/classes/widgets/CWidgetHelper.php:461
#: include/classes/widgets/CWidgetHelper.php:507
#: include/views/configuration.host.list.php:66
@@ -3804,10 +3815,10 @@ msgstr ""
#: app/views/monitoring.dashboard.view.php:103
#: app/views/monitoring.dashboard.view.php:119
#: app/views/monitoring.discovery.view.php:41
-#: app/views/monitoring.host.view.php:39
+#: app/views/monitoring.host.view.php:42
#: app/views/monitoring.latest.view.php:39
#: app/views/monitoring.map.view.php:66
-#: app/views/monitoring.problem.view.php:366
+#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:40 app/views/report.services.php:68
#: httpdetails.php:192 include/classes/html/widget/CWidget.php:102
#: include/views/configuration.action.list.php:57
@@ -3847,8 +3858,9 @@ msgstr ""
msgid "Content menu"
msgstr ""
-#: app/views/popup.discovery.check.php:81 include/items.inc.php:1265
-#: include/views/js/configuration.host.edit.js.php:87
+#: app/views/popup.discovery.check.php:81
+#: app/views/popup.itemtestedit.view.php:147 include/items.inc.php:1265
+#: include/views/js/configuration.host.edit.js.php:86
msgid "Context name"
msgstr ""
@@ -3860,8 +3872,8 @@ msgstr ""
msgid "Contract number"
msgstr "åˆç´„號碼"
-#: include/views/configuration.item.edit.php:306
-#: include/views/configuration.item.prototype.edit.php:288
+#: include/views/configuration.item.edit.php:308
+#: include/views/configuration.item.prototype.edit.php:290
msgid "Convert to JSON"
msgstr ""
@@ -3873,8 +3885,8 @@ msgstr "座標"
#: include/views/configuration.copy.elements.php:77
#: include/views/configuration.graph.list.php:223
#: include/views/configuration.item.list.php:261
-#: include/views/configuration.triggers.list.php:340 jsLoader.php:132
-#: jsLoader.php:218
+#: include/views/configuration.triggers.list.php:340 jsLoader.php:134
+#: jsLoader.php:220
msgid "Copy"
msgstr "複製"
@@ -3928,7 +3940,7 @@ msgstr ""
msgid "Could not save image!"
msgstr "ä¸èƒ½å„²å­˜åœ–片!"
-#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:48
msgid "Count"
msgstr "計數"
@@ -3974,11 +3986,11 @@ msgstr ""
msgid "Create dashboard"
msgstr ""
-#: jsLoader.php:283
+#: jsLoader.php:285
msgid "Create dependent discovery rule"
msgstr ""
-#: jsLoader.php:282
+#: jsLoader.php:284
msgid "Create dependent item"
msgstr ""
@@ -3998,14 +4010,14 @@ msgid "Create discovery rule (select host first)"
msgstr ""
#: app/views/popup.lldoperation.php:74
-#: include/views/configuration.host.prototype.edit.php:120
+#: include/views/configuration.host.prototype.edit.php:135
#: include/views/configuration.host.prototype.list.php:59
#: include/views/configuration.host.prototype.list.php:174
-#: include/views/configuration.item.prototype.edit.php:693
+#: include/views/configuration.item.prototype.edit.php:695
#: include/views/configuration.item.prototype.list.php:63
#: include/views/configuration.item.prototype.list.php:190
-#: include/views/configuration.item.prototype.massupdate.php:345
-#: include/views/configuration.trigger.prototype.edit.php:525
+#: include/views/configuration.item.prototype.massupdate.php:351
+#: include/views/configuration.trigger.prototype.edit.php:532
#: include/views/configuration.trigger.prototype.list.php:58
#: include/views/configuration.trigger.prototype.list.php:181
msgid "Create enabled"
@@ -4084,7 +4096,7 @@ msgstr "創建拓墣圖"
msgid "Create media type"
msgstr "創建示警媒介類型"
-#: include/views/conf.import.php:29 jsLoader.php:280
+#: include/views/conf.import.php:29 jsLoader.php:282
msgid "Create new"
msgstr ""
@@ -4108,7 +4120,7 @@ msgstr "創建簡報片展示"
msgid "Create template"
msgstr "創建模æ¿"
-#: include/views/configuration.triggers.list.php:168 jsLoader.php:281
+#: include/views/configuration.triggers.list.php:168 jsLoader.php:283
msgid "Create trigger"
msgstr "創建觸發器"
@@ -4161,11 +4173,12 @@ msgstr ""
msgid "Current host"
msgstr "ç›®å‰ä¸»æ©Ÿ"
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
msgid "Current value"
msgstr "ç›®å‰çš„值"
#: app/views/administration.mediatype.edit.php:323
+#: include/views/configuration.host.prototype.edit.php:101
msgid "Custom"
msgstr ""
@@ -4173,7 +4186,7 @@ msgstr ""
#: app/views/popup.lldoverride.php:70
#: include/views/configuration.action.edit.php:119
#: include/views/configuration.correlation.edit.php:110
-#: include/views/configuration.host.discovery.edit.php:554
+#: include/views/configuration.host.discovery.edit.php:556
msgid "Custom expression"
msgstr ""
@@ -4182,11 +4195,11 @@ msgid "Custom graphs"
msgstr "自訂圖形"
#: app/views/popup.lldoperation.php:163
-#: include/views/configuration.host.discovery.edit.php:514
-#: include/views/configuration.item.edit.php:635
-#: include/views/configuration.item.massupdate.php:287
-#: include/views/configuration.item.prototype.edit.php:589
-#: include/views/configuration.item.prototype.massupdate.php:285
+#: include/views/configuration.host.discovery.edit.php:516
+#: include/views/configuration.item.edit.php:637
+#: include/views/configuration.item.massupdate.php:293
+#: include/views/configuration.item.prototype.edit.php:591
+#: include/views/configuration.item.prototype.massupdate.php:291
msgid "Custom intervals"
msgstr ""
@@ -4208,7 +4221,7 @@ msgstr ""
msgid "Custom multiplier"
msgstr "自訂å€æ•¸"
-#: app/views/js/popup.itemtestedit.view.js.php:375 include/forms.inc.php:1202
+#: app/views/js/popup.itemtestedit.view.js.php:380 include/forms.inc.php:1202
#: include/forms.inc.php:1404 include/views/js/item.preprocessing.js.php:61
msgid "Custom on fail"
msgstr ""
@@ -4247,11 +4260,12 @@ msgid "DD.MM.YY"
msgstr ""
#: app/views/popup.discovery.check.php:111
-#: include/views/js/configuration.host.edit.js.php:119
+#: app/views/popup.itemtestedit.view.php:212
+#: include/views/js/configuration.host.edit.js.php:118
msgid "DES"
msgstr ""
-#: app/views/monitoring.host.view.php:127 app/views/search.php:32
+#: app/partials/monitoring.host.filter.php:101 app/views/search.php:32
#: include/views/configuration.host.list.php:135
msgid "DNS"
msgstr "DNS"
@@ -4359,16 +4373,16 @@ msgstr ""
msgid "Data storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:367
-#: include/classes/setup/CSetupWizard.php:506
-#: include/classes/setup/CSetupWizard.php:696
+#: include/classes/setup/CSetupWizard.php:380
+#: include/classes/setup/CSetupWizard.php:519
+#: include/classes/setup/CSetupWizard.php:709
msgid "Database TLS CA file"
msgstr ""
#: include/classes/setup/CFrontendSetup.php:668
-#: include/classes/setup/CSetupWizard.php:379
-#: include/classes/setup/CSetupWizard.php:512
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:392
+#: include/classes/setup/CSetupWizard.php:525
+#: include/classes/setup/CSetupWizard.php:717
msgid "Database TLS certificate file"
msgstr ""
@@ -4376,32 +4390,32 @@ msgstr ""
msgid "Database TLS certificate files must be read-only"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:391
-#: include/classes/setup/CSetupWizard.php:520
+#: include/classes/setup/CSetupWizard.php:404
+#: include/classes/setup/CSetupWizard.php:533
msgid "Database TLS cipher list"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:349
-#: include/classes/setup/CSetupWizard.php:502
+#: include/classes/setup/CSetupWizard.php:362
+#: include/classes/setup/CSetupWizard.php:515
msgid "Database TLS encryption"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:373
-#: include/classes/setup/CSetupWizard.php:509
-#: include/classes/setup/CSetupWizard.php:700
+#: include/classes/setup/CSetupWizard.php:386
+#: include/classes/setup/CSetupWizard.php:522
+#: include/classes/setup/CSetupWizard.php:713
msgid "Database TLS key file"
msgstr ""
-#: include/blocks.inc.php:695
+#: include/blocks.inc.php:694
msgid "Database history tables upgraded"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:285
+#: include/classes/setup/CSetupWizard.php:293
msgid "Database host"
msgstr "資料庫主機"
-#: include/classes/setup/CSetupWizard.php:385
-#: include/classes/setup/CSetupWizard.php:515
+#: include/classes/setup/CSetupWizard.php:398
+#: include/classes/setup/CSetupWizard.php:528
msgid "Database host verification"
msgstr ""
@@ -4409,35 +4423,35 @@ msgstr ""
msgid "Database monitor"
msgstr "資料庫監視"
-#: include/classes/setup/CSetupWizard.php:298
-#: include/classes/setup/CSetupWizard.php:482 setup.php:45
+#: include/classes/setup/CSetupWizard.php:306
+#: include/classes/setup/CSetupWizard.php:495 setup.php:45
msgid "Database name"
msgstr "資料庫å稱"
-#: include/classes/setup/CSetupWizard.php:484
+#: include/classes/setup/CSetupWizard.php:497
msgid "Database password"
msgstr "資料庫密碼"
-#: include/classes/setup/CSetupWizard.php:290
-#: include/classes/setup/CSetupWizard.php:481 setup.php:44
+#: include/classes/setup/CSetupWizard.php:298
+#: include/classes/setup/CSetupWizard.php:494 setup.php:44
msgid "Database port"
msgstr "資料庫埠"
-#: include/classes/setup/CSetupWizard.php:303
-#: include/classes/setup/CSetupWizard.php:486
+#: include/classes/setup/CSetupWizard.php:311
+#: include/classes/setup/CSetupWizard.php:499
msgid "Database schema"
msgstr "資料庫資料çµæ§‹"
-#: include/classes/setup/CSetupWizard.php:480
+#: include/classes/setup/CSetupWizard.php:493
msgid "Database server"
msgstr "資料庫伺æœå™¨"
-#: include/classes/setup/CSetupWizard.php:281
-#: include/classes/setup/CSetupWizard.php:467
+#: include/classes/setup/CSetupWizard.php:289
+#: include/classes/setup/CSetupWizard.php:480
msgid "Database type"
msgstr "資料庫類型"
-#: include/classes/setup/CSetupWizard.php:483
+#: include/classes/setup/CSetupWizard.php:496
msgid "Database user"
msgstr "資料庫用戶"
@@ -4466,7 +4480,7 @@ msgstr "硬體購買日期"
msgid "Day"
msgstr "æ—¥"
-#: include/func.inc.php:2461
+#: include/func.inc.php:2486
msgid "Day before yesterday"
msgstr ""
@@ -4485,7 +4499,7 @@ msgstr "週中第幾日"
msgid "Days"
msgstr "日數"
-#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:323
+#: app/controllers/CControllerPopupMediatypeTestSend.php:172 jsLoader.php:325
msgid "Debug"
msgstr "調試"
@@ -4499,7 +4513,7 @@ msgstr "調試模å¼"
msgid "Dec"
msgstr "å二"
-#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:181
+#: include/func.inc.php:111 include/func.inc.php:248 jsLoader.php:183
msgid "December"
msgstr "å二"
@@ -4509,7 +4523,7 @@ msgstr "å二"
#: include/views/inventory.host.view.php:79
#: include/views/js/monitoring.sysmaps.js.php:142
#: include/views/js/monitoring.sysmaps.js.php:243
-#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:207
+#: include/views/js/monitoring.sysmaps.js.php:616 jsLoader.php:209
msgid "Default"
msgstr "é è¨­"
@@ -4526,7 +4540,7 @@ msgid "Default host inventory mode"
msgstr ""
#: app/views/administration.gui.edit.php:68
-#: include/classes/setup/CSetupWizard.php:211
+#: include/classes/setup/CSetupWizard.php:220
msgid "Default language"
msgstr ""
@@ -4543,18 +4557,18 @@ msgid "Default operation step duration"
msgstr "é è¨­æ“作步驟åœç•™æ™‚é–“ "
#: app/views/administration.gui.edit.php:78
-#: include/classes/setup/CSetupWizard.php:452
+#: include/classes/setup/CSetupWizard.php:465
msgid "Default theme"
msgstr "é è¨­çš„佈景主題"
#: app/views/administration.gui.edit.php:73
-#: include/classes/setup/CSetupWizard.php:447
+#: include/classes/setup/CSetupWizard.php:460
msgid "Default time zone"
msgstr ""
#: app/views/popup.lldoperation.php:99
-#: include/views/configuration.item.massupdate.php:233
-#: include/views/configuration.item.prototype.massupdate.php:231
+#: include/views/configuration.item.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:237
#: include/views/monitoring.slideconf.edit.php:118
#: include/views/monitoring.slideconf.list.php:73
msgid "Delay"
@@ -4583,7 +4597,8 @@ msgstr "延é²å› "
#: app/views/administration.valuemap.list.php:98
#: app/views/configuration.application.edit.php:67
#: app/views/configuration.application.list.php:159
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
+#: app/views/popup.tabfilter.edit.php:71
#: include/classes/html/CButtonDelete.php:25
#: include/classes/widgets/CWidgetHelper.php:644
#: include/classes/widgets/CWidgetHelper.php:996 include/services.inc.php:118
@@ -4604,8 +4619,8 @@ msgstr "延é²å› "
#: include/views/configuration.triggers.list.php:342
#: include/views/monitoring.screen.list.php:133
#: include/views/monitoring.slideconf.list.php:106
-#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:138
-#: jsLoader.php:284
+#: include/views/monitoring.sysmap.list.php:104 jsLoader.php:140
+#: jsLoader.php:286
msgid "Delete"
msgstr "删除"
@@ -4638,19 +4653,19 @@ msgstr "刪除目å‰çš„動作?"
msgid "Delete current correlation?"
msgstr ""
-#: jsLoader.php:285
+#: jsLoader.php:287
msgid "Delete dashboard?"
msgstr ""
#: include/views/configuration.discovery.edit.php:143
-#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:774
msgid "Delete discovery rule?"
msgstr "刪除探索è¦å‰‡?"
-#: include/views/configuration.trigger.prototype.edit.php:236
-#: include/views/configuration.trigger.prototype.edit.php:432
-#: include/views/configuration.triggers.edit.php:258
-#: include/views/configuration.triggers.edit.php:456
+#: include/views/configuration.trigger.prototype.edit.php:243
+#: include/views/configuration.trigger.prototype.edit.php:439
+#: include/views/configuration.triggers.edit.php:265
+#: include/views/configuration.triggers.edit.php:463
msgid "Delete expression?"
msgstr "删除表示�"
@@ -4674,15 +4689,15 @@ msgstr ""
msgid "Delete icon map?"
msgstr "刪除圖示å°æ‡‰?"
-#: include/views/configuration.item.prototype.edit.php:723
+#: include/views/configuration.item.prototype.edit.php:725
msgid "Delete item prototype?"
msgstr ""
-#: include/views/configuration.item.edit.php:875
+#: include/views/configuration.item.edit.php:877
msgid "Delete item?"
msgstr "刪除項目?"
-#: jsLoader.php:223
+#: jsLoader.php:225
msgid "Delete links between selected elements?"
msgstr "刪除所é¸çµ„件間的連çµ?"
@@ -4726,7 +4741,7 @@ msgstr "删除所é¸çš„應用集?"
msgid "Delete selected correlations?"
msgstr ""
-#: app/views/monitoring.dashboard.list.php:123
+#: app/views/monitoring.dashboard.list.php:121
msgid "Delete selected dashboards?"
msgstr ""
@@ -4735,7 +4750,7 @@ msgstr ""
msgid "Delete selected discovery rules?"
msgstr "删除所é¸çš„探索è¦å‰‡?"
-#: jsLoader.php:210
+#: jsLoader.php:212
msgid "Delete selected elements?"
msgstr "刪除所é¸çš„組件?"
@@ -4760,7 +4775,7 @@ msgstr "删除所é¸çš„群組?"
msgid "Delete selected host groups?"
msgstr "刪除所é¸çš„主機群組?"
-#: include/views/configuration.host.prototype.edit.php:394
+#: include/views/configuration.host.prototype.edit.php:409
msgid "Delete selected host prototype?"
msgstr ""
@@ -4768,7 +4783,7 @@ msgstr ""
msgid "Delete selected host prototypes?"
msgstr ""
-#: include/views/configuration.host.edit.php:758
+#: include/views/configuration.host.edit.php:754
msgid "Delete selected host?"
msgstr "刪除所é¸çš„主機?"
@@ -4820,7 +4835,7 @@ msgstr "刪除所é¸çš„篩é¸?"
msgid "Delete selected scripts?"
msgstr "删除所é¸çš„脚本?"
-#: jsLoader.php:211
+#: jsLoader.php:213
msgid "Delete selected shapes?"
msgstr ""
@@ -4879,11 +4894,11 @@ msgstr "刪除簡報片展示?"
msgid "Delete template?"
msgstr "刪除模�"
-#: include/views/configuration.trigger.prototype.edit.php:626
+#: include/views/configuration.trigger.prototype.edit.php:633
msgid "Delete trigger prototype?"
msgstr ""
-#: include/views/configuration.triggers.edit.php:632
+#: include/views/configuration.triggers.edit.php:639
msgid "Delete trigger?"
msgstr "刪除觸發器?"
@@ -4896,7 +4911,7 @@ msgstr ""
msgid "Deleted: Host \"%1$s\"."
msgstr "已刪除: 主機 \"%1$s\"."
-#: include/classes/api/services/CHostPrototype.php:1036
+#: include/classes/api/services/CHostPrototype.php:1103
#, c-format
msgid "Deleted: Host prototype \"%1$s\" on \"%2$s\"."
msgstr ""
@@ -4917,16 +4932,16 @@ msgid "Deny"
msgstr "ç¦æ­¢"
#: include/views/configuration.services.edit.php:347
-#: include/views/configuration.trigger.prototype.edit.php:588
-#: include/views/configuration.trigger.prototype.edit.php:622
+#: include/views/configuration.trigger.prototype.edit.php:595
+#: include/views/configuration.trigger.prototype.edit.php:629
#: include/views/configuration.trigger.prototype.massupdate.php:185
-#: include/views/configuration.triggers.edit.php:603
-#: include/views/configuration.triggers.edit.php:625
+#: include/views/configuration.triggers.edit.php:610
+#: include/views/configuration.triggers.edit.php:632
#: include/views/configuration.triggers.massupdate.php:165
msgid "Dependencies"
msgstr "相ä¾é—œä¿‚"
-#: include/triggers.inc.php:2569
+#: include/triggers.inc.php:2577
msgid "Dependent"
msgstr "相ä¾"
@@ -4934,7 +4949,7 @@ msgstr "相ä¾"
msgid "Dependent item"
msgstr ""
-#: app/views/popup.generic.php:295 include/triggers.inc.php:2569
+#: app/views/popup.generic.php:295 include/triggers.inc.php:2577
#: include/views/configuration.services.edit.php:157
#: include/views/configuration.trigger.prototype.list.php:87
#: include/views/configuration.triggers.list.php:241
@@ -4953,29 +4968,29 @@ msgstr "佈署狀態"
#: app/views/administration.module.list.php:77
#: app/views/administration.proxy.edit.php:83
#: app/views/administration.script.edit.php:73
-#: app/views/popup.triggerwizard.php:129
+#: app/views/popup.triggerwizard.php:135
#: app/views/reports.auditlog.list.php:92
#: include/classes/screens/CScreenEvents.php:30 include/events.inc.php:233
#: include/views/configuration.correlation.edit.php:128
-#: include/views/configuration.host.discovery.edit.php:535
-#: include/views/configuration.host.edit.php:188
+#: include/views/configuration.host.discovery.edit.php:537
+#: include/views/configuration.host.edit.php:184
#: include/views/configuration.host.massupdate.php:87
-#: include/views/configuration.item.edit.php:825
-#: include/views/configuration.item.massupdate.php:495
-#: include/views/configuration.item.prototype.edit.php:687
-#: include/views/configuration.item.prototype.massupdate.php:518
+#: include/views/configuration.item.edit.php:827
+#: include/views/configuration.item.massupdate.php:501
+#: include/views/configuration.item.prototype.edit.php:689
+#: include/views/configuration.item.prototype.massupdate.php:524
#: include/views/configuration.maintenance.edit.php:237
#: include/views/configuration.maintenance.list.php:87
#: include/views/configuration.template.edit.php:110
#: include/views/configuration.template.massupdate.php:79
-#: include/views/configuration.trigger.prototype.edit.php:520
-#: include/views/configuration.triggers.edit.php:546
+#: include/views/configuration.trigger.prototype.edit.php:527
+#: include/views/configuration.triggers.edit.php:553
#: include/views/inventory.host.view.php:127
msgid "Description"
msgstr "æè¿°"
#: app/views/administration.mediatype.list.php:77
-#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:611
+#: app/views/reports.auditlog.list.php:93 include/blocks.inc.php:610
#: include/func.inc.php:1585 include/views/configuration.action.edit.php:172
#: include/views/configuration.action.edit.php:176
#: include/views/configuration.action.edit.php:320
@@ -5108,7 +5123,8 @@ msgstr "åœç”¨æ‰€é¸çš„觸發器?"
msgid "Disable selected web scenarios?"
msgstr "åœç”¨é¸å–的網é æª¢æ¸¬ï¼Ÿ"
-#: app/partials/monitoring.host.view.html.php:112
+#: app/partials/monitoring.host.filter.php:122
+#: app/partials/monitoring.host.view.html.php:108
#: app/views/administration.mediatype.list.php:52
#: app/views/administration.mediatype.list.php:130
#: app/views/administration.miscconfig.edit.php:62
@@ -5121,22 +5137,21 @@ msgstr "åœç”¨é¸å–的網é æª¢æ¸¬ï¼Ÿ"
#: app/views/administration.usergroup.list.php:143
#: app/views/administration.user.list.php:197
#: app/views/administration.user.list.php:199
-#: app/views/monitoring.host.view.php:143 app/views/popup.lldoperation.php:276
-#: include/discovery.inc.php:108 include/hosts.inc.php:1343
-#: include/html.inc.php:306 include/httptest.inc.php:48
-#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:185 include/maps.inc.php:320
-#: include/triggers.inc.php:2048 include/users.inc.php:84
-#: include/views/configuration.action.list.php:72
+#: app/views/popup.lldoperation.php:276 include/discovery.inc.php:108
+#: include/hosts.inc.php:1343 include/html.inc.php:306
+#: include/httptest.inc.php:48 include/items.inc.php:138
+#: include/items.inc.php:141 include/items.inc.php:185
+#: include/maps.inc.php:320 include/triggers.inc.php:2056
+#: include/users.inc.php:84 include/views/configuration.action.list.php:72
#: include/views/configuration.action.list.php:118
#: include/views/configuration.correlation.list.php:50
#: include/views/configuration.correlation.list.php:100
#: include/views/configuration.discovery.list.php:50
-#: include/views/configuration.host.edit.php:637
+#: include/views/configuration.host.edit.php:633
#: include/views/configuration.host.list.php:271
#: include/views/configuration.host.massupdate.php:114
#: include/views/configuration.host.massupdate.php:204
-#: include/views/configuration.host.prototype.edit.php:331
+#: include/views/configuration.host.prototype.edit.php:346
#: include/views/js/monitoring.sysmaps.js.php:256
msgid "Disabled"
msgstr "åœç”¨çš„"
@@ -5153,7 +5168,7 @@ msgstr ""
msgid "Discard unchanged with heartbeat"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:353 include/forms.inc.php:1383
+#: app/views/js/popup.itemtestedit.view.js.php:358 include/forms.inc.php:1383
#: include/views/js/item.preprocessing.js.php:63
msgid "Discard value"
msgstr ""
@@ -5161,12 +5176,12 @@ msgstr ""
#: app/views/popup.lldoperation.php:86
#: include/views/configuration.graph.edit.php:450
#: include/views/configuration.graph.list.php:124
-#: include/views/configuration.host.prototype.edit.php:124
+#: include/views/configuration.host.prototype.edit.php:139
#: include/views/configuration.host.prototype.list.php:60
-#: include/views/configuration.item.prototype.edit.php:696
+#: include/views/configuration.item.prototype.edit.php:698
#: include/views/configuration.item.prototype.list.php:64
-#: include/views/configuration.item.prototype.massupdate.php:351
-#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:357
+#: include/views/configuration.trigger.prototype.edit.php:533
#: include/views/configuration.trigger.prototype.list.php:59
msgid "Discover"
msgstr ""
@@ -5267,25 +5282,25 @@ msgstr ""
msgid "Discovery rule \"%1$s\" is used in \"%2$s\" action."
msgstr ""
-#: discoveryconf.php:132 host_discovery.php:664
+#: discoveryconf.php:132 host_discovery.php:668
msgid "Discovery rule created"
msgstr "探索è¦å‰‡å·²å‰µå»º"
-#: discoveryconf.php:157 host_discovery.php:380
+#: discoveryconf.php:157 host_discovery.php:384
msgid "Discovery rule deleted"
msgstr "探索è¦å‰‡å·²åˆ é™¤"
-#: discoveryconf.php:181 host_discovery.php:694
+#: discoveryconf.php:181 host_discovery.php:698
msgid "Discovery rule disabled"
msgid_plural "Discovery rules disabled"
msgstr[0] "å·²åœç”¨æŽ¢ç´¢è¦å‰‡"
-#: discoveryconf.php:180 host_discovery.php:693
+#: discoveryconf.php:180 host_discovery.php:697
msgid "Discovery rule enabled"
msgid_plural "Discovery rules enabled"
msgstr[0] "已啟用探索è¦å‰‡"
-#: discoveryconf.php:125 host_discovery.php:667
+#: discoveryconf.php:125 host_discovery.php:671
msgid "Discovery rule updated"
msgstr "探索è¦å‰‡å·²æ›´æ–°"
@@ -5295,13 +5310,13 @@ msgstr "探索è¦å‰‡å·²æ›´æ–°"
#: include/views/configuration.discovery.list.php:27
#: include/views/configuration.host.discovery.edit.php:27
#: include/views/configuration.host.discovery.list.php:29
-#: include/views/configuration.host.edit.php:341
+#: include/views/configuration.host.edit.php:337
#: include/views/configuration.template.edit.php:224
#: include/views/conf.import.php:39
msgid "Discovery rules"
msgstr "探索è¦å‰‡"
-#: discoveryconf.php:199 host_discovery.php:707
+#: discoveryconf.php:199 host_discovery.php:711
msgid "Discovery rules deleted"
msgstr "探索è¦å‰‡å·²åˆ é™¤"
@@ -5344,7 +5359,7 @@ msgstr "顯示é‡ç–Šåœ–表"
#: app/views/search.php:155 app/views/search.php:224 app/views/search.php:313
#: include/actions.inc.php:1723 include/actions.inc.php:1794
#: include/actions.inc.php:1884 include/classes/helpers/CPagerHelper.php:147
-#: jsLoader.php:346 queue.php:315
+#: jsLoader.php:348 queue.php:315
#, c-format
msgid "Displaying %1$s of %2$s found"
msgstr "顯示 已探索的 %2$s中的%1$s"
@@ -5363,22 +5378,22 @@ msgid "Do not calculate"
msgstr "ä¸è¦è¨ˆç®—"
#: app/views/popup.lldoperation.php:184
-#: include/views/configuration.item.edit.php:666
-#: include/views/configuration.item.massupdate.php:307
-#: include/views/configuration.item.prototype.edit.php:598
-#: include/views/configuration.item.prototype.massupdate.php:305
+#: include/views/configuration.item.edit.php:668
+#: include/views/configuration.item.massupdate.php:313
+#: include/views/configuration.item.prototype.edit.php:600
+#: include/views/configuration.item.prototype.massupdate.php:311
msgid "Do not keep history"
msgstr ""
#: app/views/popup.lldoperation.php:205
-#: include/views/configuration.item.edit.php:703
-#: include/views/configuration.item.massupdate.php:325
-#: include/views/configuration.item.prototype.edit.php:610
-#: include/views/configuration.item.prototype.massupdate.php:323
+#: include/views/configuration.item.edit.php:705
+#: include/views/configuration.item.massupdate.php:331
+#: include/views/configuration.item.prototype.edit.php:612
+#: include/views/configuration.item.prototype.massupdate.php:329
msgid "Do not keep trends"
msgstr ""
-#: jsLoader.php:163 jsLoader.php:286
+#: jsLoader.php:165 jsLoader.php:288
msgid "Do you wish to replace the conditional expression?"
msgstr "您想è¦æ›¿æ›æ¢ä»¶å¼è¡¨ç¤ºå¼å—Ž?"
@@ -5401,11 +5416,11 @@ msgctxt "discovery status"
msgid "Down"
msgstr "下"
-#: jsLoader.php:320
+#: jsLoader.php:322
msgid "Download image"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:643
+#: include/classes/setup/CSetupWizard.php:656
msgid "Download the configuration file"
msgstr ""
@@ -5485,12 +5500,12 @@ msgstr ""
msgid "Duplicate host. Host with the same visible name \"%1$s\" already exists in data."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:836
+#: include/classes/api/services/CTriggerGeneral.php:840
#, c-format
msgid "Duplicate trigger prototype with name \"%1$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:827
+#: include/classes/api/services/CTriggerGeneral.php:831
#, c-format
msgid "Duplicate trigger with name \"%1$s\"."
msgstr ""
@@ -5519,10 +5534,10 @@ msgstr ""
msgid "Duplicate usrgrpid \"%1$s\" in user groups for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:760
-#: include/classes/screens/CScreenProblem.php:873
-#: include/classes/screens/CScreenProblem.php:898
-#: include/classes/screens/CScreenProblem.php:1144 include/events.inc.php:245
+#: app/views/monitoring.widget.problems.view.php:63 include/blocks.inc.php:759
+#: include/classes/screens/CScreenProblem.php:888
+#: include/classes/screens/CScreenProblem.php:913
+#: include/classes/screens/CScreenProblem.php:1159 include/events.inc.php:245
#: include/events.inc.php:445 include/views/configuration.action.edit.php:172
msgid "Duration"
msgstr "æŒçºŒæ™‚é–“"
@@ -5542,7 +5557,7 @@ msgstr "動態監控項"
msgid "Dynamic items"
msgstr ""
-#: jsLoader.php:222
+#: jsLoader.php:224
msgid "Each URL should have a unique name. Please make sure there is only one URL named"
msgstr "æ¯å€‹URL必須是唯一的. 請確ä¿åƒ…有一個URL為å."
@@ -5557,15 +5572,15 @@ msgstr ""
#: include/views/configuration.action.edit.php:363
#: include/views/configuration.action.edit.php:438
#: include/views/configuration.maintenance.edit.php:68
-#: include/views/configuration.trigger.prototype.edit.php:100
-#: include/views/configuration.trigger.prototype.edit.php:294
-#: include/views/configuration.triggers.edit.php:138
-#: include/views/configuration.triggers.edit.php:338
+#: include/views/configuration.trigger.prototype.edit.php:107
+#: include/views/configuration.trigger.prototype.edit.php:301
+#: include/views/configuration.triggers.edit.php:145
+#: include/views/configuration.triggers.edit.php:345
#: include/views/js/configuration.discovery.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:110
#: include/views/js/monitoring.sysmaps.js.php:778
-#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:136
-#: jsLoader.php:332
+#: include/views/js/monitoring.sysmaps.js.php:793 jsLoader.php:138
+#: jsLoader.php:334
msgid "Edit"
msgstr "編輯"
@@ -5589,15 +5604,15 @@ msgstr ""
msgid "Edit slide show"
msgstr ""
-#: jsLoader.php:335
+#: jsLoader.php:337
msgid "Edit tree element"
msgstr ""
-#: jsLoader.php:287
+#: jsLoader.php:289
msgid "Edit trigger"
msgstr "編輯觸發器"
-#: jsLoader.php:129
+#: jsLoader.php:131
msgid "Edit widget"
msgstr ""
@@ -5693,7 +5708,7 @@ msgstr ""
#: include/classes/api/services/CDRule.php:313
#: include/classes/api/services/CHostInterface.php:574
#: include/classes/api/services/CHost.php:1378
-#: include/classes/api/services/CHostPrototype.php:964
+#: include/classes/api/services/CHostPrototype.php:1031
#: include/classes/api/services/CImage.php:423
#: include/classes/api/services/CMaintenance.php:533
#: include/classes/api/services/CMap.php:555
@@ -5863,15 +5878,16 @@ msgstr "啟用所é¸çš„觸發器?"
msgid "Enable selected web scenarios?"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:526
-#: include/views/configuration.item.edit.php:748
-#: include/views/configuration.item.massupdate.php:378
-#: include/views/configuration.item.prototype.edit.php:649
-#: include/views/configuration.item.prototype.massupdate.php:388
+#: include/views/configuration.host.discovery.edit.php:528
+#: include/views/configuration.item.edit.php:750
+#: include/views/configuration.item.massupdate.php:384
+#: include/views/configuration.item.prototype.edit.php:651
+#: include/views/configuration.item.prototype.massupdate.php:394
msgid "Enable trapping"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:111
+#: app/partials/monitoring.host.filter.php:121
+#: app/partials/monitoring.host.view.html.php:107
#: app/views/administration.mediatype.edit.php:263
#: app/views/administration.mediatype.list.php:51
#: app/views/administration.mediatype.list.php:126
@@ -5887,13 +5903,12 @@ msgstr ""
#: app/views/administration.usergroup.list.php:120
#: app/views/administration.usergroup.list.php:142
#: app/views/administration.user.list.php:196
-#: app/views/administration.user.list.php:200
-#: app/views/monitoring.host.view.php:142 app/views/popup.media.php:85
-#: app/views/popup.triggerwizard.php:132 include/discovery.inc.php:107
+#: app/views/administration.user.list.php:200 app/views/popup.media.php:85
+#: app/views/popup.triggerwizard.php:138 include/discovery.inc.php:107
#: include/html.inc.php:302 include/httptest.inc.php:47
#: include/items.inc.php:138 include/items.inc.php:141
-#: include/items.inc.php:182 include/triggers.inc.php:1242
-#: include/triggers.inc.php:2045
+#: include/items.inc.php:182 include/triggers.inc.php:1244
+#: include/triggers.inc.php:2053
#: include/views/configuration.action.edit.php:145
#: include/views/configuration.action.list.php:71
#: include/views/configuration.action.list.php:126
@@ -5902,13 +5917,13 @@ msgstr ""
#: include/views/configuration.correlation.list.php:108
#: include/views/configuration.discovery.edit.php:132
#: include/views/configuration.discovery.list.php:49
-#: include/views/configuration.host.discovery.edit.php:538
-#: include/views/configuration.host.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:540
+#: include/views/configuration.host.edit.php:204
#: include/views/configuration.host.list.php:263
#: include/views/configuration.host.massupdate.php:113
#: include/views/configuration.httpconf.edit.php:154
-#: include/views/configuration.item.edit.php:832
-#: include/views/configuration.triggers.edit.php:552
+#: include/views/configuration.item.edit.php:834
+#: include/views/configuration.triggers.edit.php:559
msgid "Enabled"
msgstr "已啟用"
@@ -5918,9 +5933,9 @@ msgstr ""
#: app/views/administration.proxy.edit.php:124
#: app/views/administration.proxy.list.php:74
-#: include/views/configuration.host.edit.php:746
+#: include/views/configuration.host.edit.php:742
#: include/views/configuration.host.massupdate.php:316
-#: include/views/configuration.host.prototype.edit.php:387
+#: include/views/configuration.host.prototype.edit.php:402
msgid "Encryption"
msgstr ""
@@ -5928,7 +5943,7 @@ msgstr ""
msgid "Encryption level"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:161
+#: app/views/popup.itemtestedit.view.php:288
msgid "End of line sequence"
msgstr ""
@@ -5940,10 +5955,10 @@ msgstr "英語 (en_GB)"
msgid "English (en_US)"
msgstr "英語(en_US)"
-#: app/views/js/monitoring.host.view.js.php:33
-#: app/views/js/monitoring.problem.view.js.php:49
-#: app/views/monitoring.host.view.php:66
-#: app/views/monitoring.problem.view.php:254
+#: app/partials/monitoring.host.filter.php:46
+#: app/partials/monitoring.host.filter.php:188
+#: app/partials/monitoring.problem.filter.php:183
+#: app/partials/monitoring.problem.filter.php:355
#: include/classes/widgets/CWidgetHelper.php:462
#: include/classes/widgets/CWidgetHelper.php:508
#: include/views/configuration.host.list.php:67
@@ -5970,7 +5985,7 @@ msgstr "錯誤"
msgid "Error in search request for table \"%1$s\"."
msgstr "資料表æœå°‹è«‹æ±‚ \"%1$s\"的錯誤."
-#: include/func.inc.php:1628 jsLoader.php:165
+#: include/func.inc.php:1628 jsLoader.php:167
msgid "Error message"
msgstr ""
@@ -6005,7 +6020,7 @@ msgstr ""
msgid "Event details"
msgstr "事件細節"
-#: include/triggers.inc.php:1232
+#: include/triggers.inc.php:1234
msgid "Event generation"
msgstr "事件產出"
@@ -6025,6 +6040,12 @@ msgstr "事件清單[å‰ 20]"
msgid "Event log monitoring. Returns log"
msgstr ""
+#: app/views/popup.triggerwizard.php:87
+#: include/views/configuration.trigger.prototype.edit.php:73
+#: include/views/configuration.triggers.edit.php:94
+msgid "Event name"
+msgstr ""
+
#: include/correlation.inc.php:52
msgid "Event tag pair"
msgstr ""
@@ -6054,7 +6075,7 @@ msgstr "æ¯é€±"
msgid "Except selected"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:105
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:111
msgid "Exclude"
msgstr "除外"
@@ -6065,7 +6086,7 @@ msgstr "除外"
msgid "Exclude host groups"
msgstr ""
-#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:156
+#: app/controllers/CControllerAuditLogList.php:173 jsLoader.php:158
msgid "Execute"
msgstr "執行"
@@ -6083,9 +6104,9 @@ msgstr ""
msgid "Execute WMI query and return the first selected object. Returns integer, float, string or text (depending on the request)"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:763
+#: include/views/configuration.host.discovery.edit.php:765
#: include/views/configuration.host.discovery.list.php:297
-#: include/views/configuration.item.edit.php:856
+#: include/views/configuration.item.edit.php:858
#: include/views/configuration.item.list.php:259
msgid "Execute now"
msgstr ""
@@ -6103,19 +6124,19 @@ msgid "Executed"
msgstr ""
#: include/items.inc.php:1747
-#: include/views/configuration.host.discovery.edit.php:447
-#: include/views/configuration.item.edit.php:519
-#: include/views/configuration.item.prototype.edit.php:489
+#: include/views/configuration.host.discovery.edit.php:449
+#: include/views/configuration.item.edit.php:521
+#: include/views/configuration.item.prototype.edit.php:491
msgid "Executed script"
msgstr "已執行的腳本"
-#: jsLoader.php:157
+#: jsLoader.php:159
msgid "Execution confirmation"
msgstr "執行確èª"
#: include/classes/html/CCollapsibleUiWidget.php:60
-#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:246
-#: jsLoader.php:249
+#: include/classes/widgets/CWidgetHelper.php:951 jsLoader.php:248
+#: jsLoader.php:251
msgid "Expand"
msgstr ""
@@ -6155,7 +6176,7 @@ msgstr ""
msgid "Export failed"
msgstr ""
-#: app/views/monitoring.problem.view.php:362
+#: app/views/monitoring.problem.view.php:99
msgid "Export to CSV"
msgstr "匯出到CSV"
@@ -6163,21 +6184,21 @@ msgstr "匯出到CSV"
#: app/views/administration.regex.edit.php:49
#: app/views/administration.regex.edit.php:124
#: app/views/popup.testtriggerexpr.php:48 app/views/popup.triggerwizard.php:47
-#: app/views/popup.triggerwizard.php:91
+#: app/views/popup.triggerwizard.php:97
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:176
-#: include/views/configuration.trigger.prototype.edit.php:187
-#: include/views/configuration.trigger.prototype.edit.php:286
-#: include/views/configuration.trigger.prototype.edit.php:382
+#: include/views/configuration.trigger.prototype.edit.php:183
+#: include/views/configuration.trigger.prototype.edit.php:194
+#: include/views/configuration.trigger.prototype.edit.php:293
+#: include/views/configuration.trigger.prototype.edit.php:389
#: include/views/configuration.trigger.prototype.list.php:57
-#: include/views/configuration.triggers.edit.php:197
-#: include/views/configuration.triggers.edit.php:208
-#: include/views/configuration.triggers.edit.php:310
-#: include/views/configuration.triggers.edit.php:405
+#: include/views/configuration.triggers.edit.php:204
+#: include/views/configuration.triggers.edit.php:215
+#: include/views/configuration.triggers.edit.php:317
+#: include/views/configuration.triggers.edit.php:412
#: include/views/configuration.triggers.list.php:201
-#: include/views/js/configuration.triggers.edit.js.php:47
-#: trigger_prototypes.php:40 trigger_prototypes.php:52 triggers.php:47
-#: triggers.php:58
+#: include/views/js/configuration.triggers.edit.js.php:53
+#: trigger_prototypes.php:41 trigger_prototypes.php:53 triggers.php:48
+#: triggers.php:59
msgid "Expression"
msgstr "表示å¼"
@@ -6190,15 +6211,15 @@ msgstr "表示å¼è®Šæ•¸çµ„æˆ"
msgid "Expression cannot be empty"
msgstr "表示å¼ä¸èƒ½ç‚ºç©ºç™½"
-#: include/views/configuration.trigger.prototype.edit.php:165
-#: include/views/configuration.trigger.prototype.edit.php:358
-#: include/views/configuration.triggers.edit.php:186
-#: include/views/configuration.triggers.edit.php:381
+#: include/views/configuration.trigger.prototype.edit.php:172
+#: include/views/configuration.trigger.prototype.edit.php:365
+#: include/views/configuration.triggers.edit.php:193
+#: include/views/configuration.triggers.edit.php:388
msgid "Expression constructor"
msgstr "表示å¼å»ºæ§‹å­"
-#: include/forms.inc.php:1800 include/forms.inc.php:1806
-#: include/forms.inc.php:1815
+#: include/forms.inc.php:1807 include/forms.inc.php:1813
+#: include/forms.inc.php:1822
msgid "Expression syntax error."
msgstr ""
@@ -6217,7 +6238,7 @@ msgstr "表示å¼"
msgid "External check"
msgstr "外在檢查"
-#: jsLoader.php:193
+#: jsLoader.php:195
msgctxt "Friday short"
msgid "F"
msgstr "F"
@@ -6231,7 +6252,7 @@ msgstr "å½"
msgid "FTP"
msgstr "FTP"
-#: include/classes/setup/CSetupWizard.php:239
+#: include/classes/setup/CSetupWizard.php:248
msgid "Fail"
msgstr "失敗"
@@ -6281,7 +6302,7 @@ msgstr "常用的篩é¸"
msgid "Feb"
msgstr "二月"
-#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:171
+#: include/func.inc.php:101 include/func.inc.php:238 jsLoader.php:173
msgid "February"
msgstr "二月"
@@ -6294,7 +6315,7 @@ msgstr "欄ä½"
msgid "Field \"%1$s\" cannot be set to NULL."
msgstr ""
-#: app/controllers/CControllerPopupTriggerWizard.php:232
+#: app/controllers/CControllerPopupTriggerWizard.php:236
#: include/classes/api/services/CAction.php:1684
#: include/classes/api/services/CDRule.php:196
#: include/classes/api/services/CDRule.php:318
@@ -6303,7 +6324,7 @@ msgstr ""
#: include/classes/api/services/CHostGroup.php:949
#: include/classes/api/services/CHost.php:951
#: include/classes/api/services/CTemplate.php:882
-#: include/classes/api/services/CTriggerGeneral.php:508
+#: include/classes/api/services/CTriggerGeneral.php:510
#: include/classes/validators/CNewValidator.php:262
#: include/validate.inc.php:286
#, c-format
@@ -6423,9 +6444,7 @@ msgstr "填滿的å€åŸŸ"
#: app/views/monitoring.charts.view.php:80
#: app/views/monitoring.dashboard.list.php:55
#: app/views/monitoring.discovery.view.php:46
-#: app/views/monitoring.host.view.php:101
#: app/views/monitoring.latest.view.php:47
-#: app/views/monitoring.problem.view.php:354
#: app/views/monitoring.web.view.php:46 app/views/reports.auditlog.list.php:81
#: hostinventoriesoverview.php:153 include/classes/html/CFilter.php:394
#: include/classes/widgets/forms/CWidgetFormMap.php:56
@@ -6452,9 +6471,13 @@ msgstr "填滿的å€åŸŸ"
msgid "Filter"
msgstr "éŽæ¿¾"
+#: app/controllers/CControllerPopupTabFilterEdit.php:117
+msgid "Filter properties"
+msgstr ""
+
#: app/views/popup.lldoverride.php:163
-#: include/views/configuration.host.discovery.edit.php:633
-#: include/views/configuration.host.discovery.edit.php:751
+#: include/views/configuration.host.discovery.edit.php:635
+#: include/views/configuration.host.discovery.edit.php:753
msgid "Filters"
msgstr "篩é¸"
@@ -6473,7 +6496,7 @@ msgstr ""
msgid "Find string on a web page. Returns the matched string, or as specified by the optional output parameter"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:136
+#: include/classes/setup/CSetupWizard.php:145
msgid "Finish"
msgstr "完æˆ"
@@ -6486,8 +6509,8 @@ msgctxt "page navigation"
msgid "First"
msgstr "首"
-#: app/controllers/CControllerPopupTriggerExpr.php:193
-#: app/controllers/CControllerPopupTriggerExpr.php:222
+#: app/controllers/CControllerPopupTriggerExpr.php:207
+#: app/controllers/CControllerPopupTriggerExpr.php:236
msgid "Fit"
msgstr ""
@@ -6501,12 +6524,12 @@ msgid "Fixed"
msgstr "固定的"
#: app/views/popup.lldoperation.php:118
-#: include/views/configuration.host.discovery.edit.php:477
-#: include/views/configuration.item.edit.php:588
-#: include/views/configuration.item.edit.php:595
-#: include/views/configuration.item.massupdate.php:250
-#: include/views/configuration.item.prototype.edit.php:553
-#: include/views/configuration.item.prototype.massupdate.php:248
+#: include/views/configuration.host.discovery.edit.php:479
+#: include/views/configuration.item.edit.php:590
+#: include/views/configuration.item.edit.php:597
+#: include/views/configuration.item.massupdate.php:256
+#: include/views/configuration.item.prototype.edit.php:555
+#: include/views/configuration.item.prototype.massupdate.php:254
#: include/views/js/common.item.edit.js.php:33
#: include/views/js/configuration.host.discovery.edit.overr.js.php:124
#: include/views/js/configuration.item.massupdate.js.php:36
@@ -6514,9 +6537,9 @@ msgid "Flexible"
msgstr ""
#: app/views/popup.httpstep.php:153
-#: include/views/configuration.host.discovery.edit.php:249
-#: include/views/configuration.item.edit.php:287
-#: include/views/configuration.item.prototype.edit.php:269
+#: include/views/configuration.host.discovery.edit.php:251
+#: include/views/configuration.item.edit.php:289
+#: include/views/configuration.item.prototype.edit.php:271
msgid "Follow redirects"
msgstr ""
@@ -6538,8 +6561,8 @@ msgstr ""
msgid "Form data"
msgstr ""
-#: include/items.inc.php:1751 include/views/configuration.item.edit.php:537
-#: include/views/configuration.item.prototype.edit.php:505
+#: include/items.inc.php:1751 include/views/configuration.item.edit.php:539
+#: include/views/configuration.item.prototype.edit.php:507
msgid "Formula"
msgstr "å…¬å¼"
@@ -6566,11 +6589,13 @@ msgstr "法語 (fr_FR)"
msgid "Fri"
msgstr "週五"
-#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:186
+#: include/func.inc.php:123 include/func.inc.php:213 jsLoader.php:188
msgid "Friday"
msgstr "週五"
-#: app/views/report.services.php:74 include/classes/html/CFilter.php:282
+#: app/partials/timeselector.filter.php:88
+#: app/views/popup.tabfilter.edit.php:44 app/views/report.services.php:74
+#: include/classes/html/CFilter.php:282
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:86
#: include/views/configuration.services.edit.php:251
#: include/views/configuration.services.edit.php:297
@@ -6590,12 +6615,12 @@ msgstr "å‰ç«¯å­˜å–"
msgid "Frontend messaging"
msgstr "å‰ç«¯è¨Šæ¯ä¸­"
-#: app/views/monitoring.problem.view.php:287
+#: app/partials/monitoring.problem.filter.php:219
#: include/classes/widgets/forms/CWidgetFormProblems.php:138
msgid "Full"
msgstr ""
-#: include/views/configuration.host.edit.php:757
+#: include/views/configuration.host.edit.php:753
#: include/views/configuration.template.edit.php:447
#: include/views/monitoring.screen.edit.php:227
#: include/views/monitoring.sysmap.edit.php:400
@@ -6630,7 +6655,7 @@ msgid "GUI access disabled."
msgstr "圖形化使用者介é¢å­˜å–å·²åœç”¨"
#: include/classes/setup/CSetupWizard.php:61
-#: include/classes/setup/CSetupWizard.php:457
+#: include/classes/setup/CSetupWizard.php:470
msgid "GUI settings"
msgstr ""
@@ -6656,21 +6681,21 @@ msgstr "德語 (de_DE)"
msgid "Get content of web page. Returns web page source as text"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:136
+#: app/views/popup.itemtestedit.view.php:248
msgid "Get value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:485
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:491
+#: app/views/popup.itemtestedit.view.php:425
msgid "Get value and test"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:94
+#: app/views/popup.itemtestedit.view.php:93
msgid "Get value from host"
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:50
-#: include/triggers.inc.php:1388
+#: include/triggers.inc.php:1390
msgid "Given expression is not a macro"
msgstr "此表示å¼ä¸æ˜¯å·¨é›†"
@@ -6696,7 +6721,7 @@ msgstr ""
msgid "Go back to %1$s"
msgstr ""
-#: jsLoader.php:292
+#: jsLoader.php:294
msgid "Go to"
msgstr "到"
@@ -6744,8 +6769,8 @@ msgstr "漸層線"
#: app/controllers/CControllerAuditLogList.php:190
#: app/partials/monitoring.latest.view.html.php:239
#: app/views/monitoring.charts.view.php:52
-#: include/classes/macros/CMacrosResolverGeneral.php:849
-#: include/classes/screens/CScreenProblem.php:1287
+#: include/classes/macros/CMacrosResolverGeneral.php:857
+#: include/classes/screens/CScreenProblem.php:1302
#: include/classes/widgets/CWidgetConfig.php:49
#: include/classes/widgets/forms/CWidgetFormGraph.php:32
#: include/classes/widgets/forms/CWidgetFormGraph.php:62
@@ -6876,7 +6901,7 @@ msgstr ""
#: include/views/configuration.graph.edit.php:35
#: include/views/configuration.graph.list.php:28
#: include/views/configuration.host.discovery.list.php:264
-#: include/views/configuration.host.edit.php:417
+#: include/views/configuration.host.edit.php:413
#: include/views/configuration.template.edit.php:289
msgid "Graph prototypes"
msgstr "圖形原型"
@@ -6920,9 +6945,9 @@ msgid "Graph with same name but other type exist."
msgstr "åŒå但ä¸åŒé¡žåž‹çš„圖形已存在."
#: app/controllers/CControllerPopupGeneric.php:291
-#: app/partials/monitoring.host.view.html.php:41
-#: app/partials/monitoring.host.view.html.php:133
-#: app/partials/monitoring.host.view.html.php:140
+#: app/partials/monitoring.host.view.html.php:37
+#: app/partials/monitoring.host.view.html.php:129
+#: app/partials/monitoring.host.view.html.php:136
#: app/views/monitoring.charts.view.php:39
#: app/views/monitoring.charts.view.php:107
#: app/views/monitoring.charts.view.php:135 app/views/search.php:35
@@ -6932,7 +6957,7 @@ msgstr "åŒå但ä¸åŒé¡žåž‹çš„圖形已存在."
#: include/views/configuration.graph.edit.php:30
#: include/views/configuration.graph.list.php:43
#: include/views/configuration.host.discovery.list.php:177
-#: include/views/configuration.host.edit.php:315
+#: include/views/configuration.host.edit.php:311
#: include/views/configuration.host.list.php:187
#: include/views/configuration.host.list.php:434
#: include/views/configuration.template.edit.php:200
@@ -6940,7 +6965,7 @@ msgstr "åŒå但ä¸åŒé¡žåž‹çš„圖形已存在."
#: include/views/configuration.template.list.php:263
#: include/views/conf.import.php:41 include/views/inventory.host.view.php:153
#: include/views/inventory.host.view.php:187
-#: include/views/inventory.host.view.php:207 jsLoader.php:293
+#: include/views/inventory.host.view.php:207 jsLoader.php:295
msgid "Graphs"
msgstr "圖形"
@@ -7009,12 +7034,12 @@ msgstr "探索到的主機的群組"
msgid "Group name"
msgstr "群組å稱"
-#: include/classes/api/services/CHostPrototype.php:1126
+#: include/classes/api/services/CHostPrototype.php:1193
#, c-format
msgid "Group prototype cannot be based on a discovered host group \"%1$s\"."
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:194
msgid "Group prototypes"
msgstr ""
@@ -7029,8 +7054,8 @@ msgstr "群組化之於"
#: app/views/administration.user.edit.php:82
#: app/views/administration.user.list.php:95
#: include/views/configuration.host.edit.php:84
-#: include/views/configuration.host.prototype.edit.php:145
-#: include/views/configuration.host.prototype.edit.php:181
+#: include/views/configuration.host.prototype.edit.php:160
+#: include/views/configuration.host.prototype.edit.php:196
#: include/views/configuration.template.edit.php:91
#: include/views/conf.import.php:32
msgid "Groups"
@@ -7062,10 +7087,10 @@ msgstr "HTTP"
msgid "HTTP agent"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:276
+#: include/views/configuration.host.discovery.edit.php:278
#: include/views/configuration.httpconf.edit.php:162
-#: include/views/configuration.item.edit.php:322
-#: include/views/configuration.item.prototype.edit.php:304
+#: include/views/configuration.item.edit.php:324
+#: include/views/configuration.item.prototype.edit.php:306
msgid "HTTP authentication"
msgstr "HTTPèªè­‰"
@@ -7073,11 +7098,11 @@ msgstr "HTTPèªè­‰"
msgid "HTTP login form"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:268
+#: include/views/configuration.host.discovery.edit.php:270
#: include/views/configuration.httpconf.edit.php:113
#: include/views/configuration.httpconf.list.php:118
-#: include/views/configuration.item.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:296
+#: include/views/configuration.item.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:298
msgid "HTTP proxy"
msgstr ""
@@ -7106,20 +7131,20 @@ msgstr "硬體(全細節)"
msgid "Hardware sensor reading. Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:313
+#: include/classes/setup/CSetupWizard.php:323
msgid "HashiCorp Vault"
msgstr ""
#: app/views/popup.httpstep.php:133 app/views/popup.httpstep.php:161
-#: include/views/configuration.host.discovery.edit.php:202
-#: include/views/configuration.host.discovery.edit.php:260
+#: include/views/configuration.host.discovery.edit.php:204
+#: include/views/configuration.host.discovery.edit.php:262
#: include/views/configuration.httpconf.edit.php:136
-#: include/views/configuration.item.edit.php:240
-#: include/views/configuration.item.edit.php:298
-#: include/views/configuration.item.massupdate.php:127
-#: include/views/configuration.item.prototype.edit.php:222
-#: include/views/configuration.item.prototype.edit.php:280
-#: include/views/configuration.item.prototype.massupdate.php:123
+#: include/views/configuration.item.edit.php:242
+#: include/views/configuration.item.edit.php:300
+#: include/views/configuration.item.massupdate.php:133
+#: include/views/configuration.item.prototype.edit.php:224
+#: include/views/configuration.item.prototype.edit.php:282
+#: include/views/configuration.item.prototype.massupdate.php:129
msgid "Headers"
msgstr ""
@@ -7152,11 +7177,11 @@ msgstr "說明"
msgid "Hexadecimal to decimal"
msgstr ""
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:200
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:202
msgid "Hidden"
msgstr "éš±è—çš„"
-#: jsLoader.php:324
+#: jsLoader.php:326
msgid "Hide debug"
msgstr ""
@@ -7193,23 +7218,23 @@ msgstr ""
msgid "High-contrast light"
msgstr ""
-#: app/views/monitoring.problem.view.php:336
+#: app/partials/monitoring.problem.filter.php:282
msgid "Highlight whole row"
msgstr ""
#: app/partials/monitoring.latest.view.html.php:60
#: app/partials/monitoring.latest.view.html.php:239
+#: app/partials/monitoring.problem.filter.php:31
#: app/views/administration.housekeeping.edit.php:129
-#: app/views/monitoring.problem.view.php:100
#: app/views/popup.acknowledge.edit.php:42 history.php:27
-#: include/classes/macros/CMacrosResolverGeneral.php:854
-#: include/classes/screens/CScreenProblem.php:1292
+#: include/classes/macros/CMacrosResolverGeneral.php:862
+#: include/classes/screens/CScreenProblem.php:1307
#: include/classes/widgets/forms/CWidgetFormProblems.php:36
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:56
#: include/forms.inc.php:261 include/forms.inc.php:692
#: include/views/configuration.item.list.php:70
-#: include/views/configuration.item.prototype.list.php:59 items.php:265
-#: jsLoader.php:294
+#: include/views/configuration.item.prototype.list.php:59 items.php:269
+#: jsLoader.php:296
msgid "History"
msgstr "æ­·å²è¨˜éŒ„"
@@ -7217,17 +7242,17 @@ msgstr "æ­·å²è¨˜éŒ„"
msgid "History and trends compression"
msgstr ""
-#: items.php:881 items.php:1294
+#: items.php:885 items.php:1303
msgid "History cleanup is not supported if compression is enabled"
msgstr ""
#: httpconf.php:194 httpconf.php:201 httpconf.php:502 httpconf.php:514
-#: items.php:904 items.php:912 items.php:1329 items.php:1343
+#: items.php:908 items.php:916 items.php:1338 items.php:1352
msgid "History cleared"
msgstr "æ­·å²å·²æ¸…除"
#: include/views/configuration.httpconf.edit.php:249
-#: include/views/configuration.item.edit.php:871
+#: include/views/configuration.item.edit.php:873
msgid "History clearing can take a long time. Continue?"
msgstr "æ­·å²æ¸…除å¯èƒ½æœƒå¾ˆä¹…?繼續嗎?"
@@ -7241,13 +7266,17 @@ msgstr "事件的歷å²"
#: app/controllers/CControllerPopupLldOperation.php:219
#: app/views/popup.lldoperation.php:179 disc_prototypes.php:150
-#: include/views/configuration.item.edit.php:663
-#: include/views/configuration.item.massupdate.php:303
-#: include/views/configuration.item.prototype.edit.php:595
-#: include/views/configuration.item.prototype.massupdate.php:301 items.php:69
+#: include/views/configuration.item.edit.php:665
+#: include/views/configuration.item.massupdate.php:309
+#: include/views/configuration.item.prototype.edit.php:597
+#: include/views/configuration.item.prototype.massupdate.php:307 items.php:69
msgid "History storage period"
msgstr ""
+#: include/classes/html/CTabFilter.php:150
+msgid "Home"
+msgstr ""
+
#: app/views/administration.module.edit.php:44
msgid "Homepage"
msgstr ""
@@ -7272,26 +7301,26 @@ msgstr "横å‘å°é½Š"
#: app/views/monitoring.dashboard.view.php:63
#: app/views/monitoring.widget.problems.view.php:56
#: app/views/popup.generic.php:93 app/views/search.php:30 httpconf.php:194
-#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:757
+#: httpconf.php:502 include/actions.inc.php:50 include/blocks.inc.php:756
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHostgroupTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:67
#: include/classes/screens/CScreenHostTriggers.php:135
#: include/classes/screens/CScreenHostTriggers.php:175
#: include/classes/screens/CScreenHttpTest.php:105
-#: include/classes/screens/CScreenProblem.php:869
-#: include/classes/screens/CScreenProblem.php:893
-#: include/classes/screens/CScreenProblem.php:1141
+#: include/classes/screens/CScreenProblem.php:884
+#: include/classes/screens/CScreenProblem.php:908
+#: include/classes/screens/CScreenProblem.php:1156
#: include/classes/screens/CScreenTriggersInfo.php:40
-#: include/classes/setup/CSetupWizard.php:418
+#: include/classes/setup/CSetupWizard.php:431
#: include/classes/widgets/forms/CWidgetFormProblems.php:206
#: include/classes/widgets/forms/CWidgetFormProblems.php:207
#: include/hostgroups.inc.php:248 include/maps.inc.php:24
-#: include/triggers.inc.php:1200
+#: include/triggers.inc.php:1202
#: include/views/configuration.host.discovery.list.php:173
-#: include/views/configuration.host.edit.php:463
+#: include/views/configuration.host.edit.php:459
#: include/views/configuration.host.massupdate.php:304
-#: include/views/configuration.host.prototype.edit.php:130
+#: include/views/configuration.host.prototype.edit.php:145
#: include/views/configuration.httpconf.list.php:111
#: include/views/configuration.item.list.php:65
#: include/views/configuration.triggers.list.php:198
@@ -7303,8 +7332,8 @@ msgstr "横å‘å°é½Š"
#: include/views/monitoring.screen.constructor.edit.php:511
#: include/views/monitoring.screen.php:64
#: include/views/monitoring.slides.php:76
-#: include/views/reports.toptriggers.php:83 items.php:904 items.php:1328
-#: jsLoader.php:202 jsLoader.php:295 queue.php:224 report2.php:509
+#: include/views/reports.toptriggers.php:83 items.php:908 items.php:1337
+#: jsLoader.php:204 jsLoader.php:297 queue.php:224 report2.php:509
#, fuzzy
msgid "Host"
msgid_plural "Hosts"
@@ -7346,8 +7375,7 @@ msgstr "主機存å–"
msgid "Host added"
msgstr "已新增主機"
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestSend.php:154
+#: app/controllers/CControllerPopupItemTest.php:1144
#: app/views/popup.itemtestedit.view.php:98
msgid "Host address"
msgstr ""
@@ -7364,18 +7392,18 @@ msgstr "主機ä¸èƒ½æœ‰è¶…éŽä¸€å€‹åŒé¡žåž‹çš„é è¨­ä»‹é¢."
msgid "Host count"
msgstr "主機計數"
-#: hosts.php:957 hosts.php:978
+#: hosts.php:951 hosts.php:972
msgid "Host deleted"
msgstr "主機已删除"
#: app/controllers/CControllerProxyHostDisable.php:77 hostgroups.php:194
-#: hosts.php:1007
+#: hosts.php:1001
msgid "Host disabled"
msgid_plural "Hosts disabled"
msgstr[0] ""
#: app/controllers/CControllerProxyHostEnable.php:77 hostgroups.php:193
-#: hosts.php:1006
+#: hosts.php:1000
msgid "Host enabled"
msgid_plural "Hosts enabled"
msgstr[0] ""
@@ -7395,7 +7423,7 @@ msgstr[0] ""
#: include/views/configuration.hostgroups.edit.php:51
#: include/views/js/monitoring.sysmaps.js.php:95
#: include/views/js/monitoring.sysmaps.js.php:101
-#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:205
+#: include/views/js/monitoring.sysmaps.js.php:149 jsLoader.php:207
#: report2.php:401
msgid "Host group"
msgstr "主機群組"
@@ -7441,11 +7469,11 @@ msgstr ""
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/partials/common.filter.trigger.php:45
+#: app/partials/monitoring.host.filter.php:76
+#: app/partials/monitoring.problem.filter.php:35
#: app/partials/popup.operations.php:335
#: app/views/configuration.application.list.php:40
-#: app/views/monitoring.host.view.php:106
#: app/views/monitoring.latest.view.php:49
-#: app/views/monitoring.problem.view.php:103
#: app/views/monitoring.web.view.php:48
#: app/views/popup.condition.common.php:98
#: app/views/popup.condition.common.php:269 app/views/search.php:222
@@ -7482,17 +7510,17 @@ msgstr "主機群組"
msgid "Host info"
msgstr "主機資訊"
-#: include/views/configuration.host.discovery.edit.php:384
-#: include/views/configuration.item.edit.php:425
-#: include/views/configuration.item.edit.php:445
+#: include/views/configuration.host.discovery.edit.php:386
+#: include/views/configuration.item.edit.php:427
+#: include/views/configuration.item.edit.php:447
#: include/views/configuration.item.massupdate.php:55
-#: include/views/configuration.item.prototype.edit.php:428
+#: include/views/configuration.item.prototype.edit.php:430
#: include/views/configuration.item.prototype.massupdate.php:51
msgid "Host interface"
msgstr "主機介é¢"
#: app/partials/common.filter.trigger.php:162
-#: app/views/monitoring.problem.view.php:295
+#: app/partials/monitoring.problem.filter.php:228
#: app/views/popup.lldoperation.php:272 hostinventories.php:26
#: include/views/inventory.host.list.php:26
#: include/views/inventory.host.view.php:256
@@ -7513,7 +7541,7 @@ msgstr ""
msgid "Host label type"
msgstr "主機標示類型"
-#: include/views/configuration.host.edit.php:622
+#: include/views/configuration.host.edit.php:618
msgid "Host macros"
msgstr ""
@@ -7540,52 +7568,56 @@ msgstr "主機網路"
msgid "Host prototype"
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:843
+#: include/classes/api/services/CHostPrototype.php:909
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\", inherited from another template."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:831
+#: include/classes/api/services/CHostPrototype.php:897
#, c-format
msgid "Host prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: host_prototypes.php:262
+#: host_prototypes.php:302
msgid "Host prototype added"
msgstr ""
-#: host_prototypes.php:142
+#: include/classes/api/services/CHostPrototype.php:1698
+msgid "Host prototype cannot have more than one default interface of the same type."
+msgstr ""
+
+#: host_prototypes.php:148
msgid "Host prototype deleted"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:316
+#: include/views/configuration.host.prototype.edit.php:331
msgid "Host prototype macros"
msgstr ""
-#: host_prototypes.php:237 host_prototypes.php:278 host_prototypes.php:298
+#: host_prototypes.php:277 host_prototypes.php:318 host_prototypes.php:338
msgid "Host prototype updated"
msgid_plural "Host prototypes updated"
msgstr[0] ""
-#: include/classes/api/services/CHostPrototype.php:177
+#: include/classes/api/services/CHostPrototype.php:182
#, c-format
msgid "Host prototype with host name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CHostPrototype.php:178
+#: include/classes/api/services/CHostPrototype.php:183
#, c-format
msgid "Host prototype with visible name \"%1$s\" already exists in discovery rule \"%2$s\"."
msgstr ""
#: include/html.inc.php:497
#: include/views/configuration.host.discovery.list.php:271
-#: include/views/configuration.host.edit.php:437
+#: include/views/configuration.host.edit.php:433
#: include/views/configuration.host.prototype.edit.php:35
#: include/views/configuration.host.prototype.list.php:27
msgid "Host prototypes"
msgstr ""
-#: host_prototypes.php:314
+#: host_prototypes.php:354
msgid "Host prototypes deleted"
msgstr ""
@@ -7634,17 +7666,17 @@ msgstr ""
msgid "Host with the same visible name \"%1$s\" already exists."
msgstr ""
-#: app/controllers/CControllerHostView.php:200
+#: app/controllers/CControllerHostView.php:116
#: app/controllers/CControllerPopupGeneric.php:116
#: app/controllers/CControllerPopupGeneric.php:140
#: app/partials/common.filter.trigger.php:63
#: app/partials/dataoverview.table.left.php:29
+#: app/partials/monitoring.problem.filter.php:54
#: app/partials/trigoverview.table.left.php:29
#: app/views/administration.proxy.list.php:80
#: app/views/configuration.application.list.php:59
-#: app/views/monitoring.host.view.php:35
+#: app/views/monitoring.host.view.php:38
#: app/views/monitoring.latest.view.php:66
-#: app/views/monitoring.problem.view.php:120
#: app/views/monitoring.web.view.php:67
#: app/views/popup.condition.common.php:238 app/views/search.php:153
#: app/views/search.php:164 app/views/search.php:177 app/views/search.php:181
@@ -7720,7 +7752,7 @@ msgstr "ID"
msgid "IMAP"
msgstr "IMAP"
-#: app/views/monitoring.host.view.php:123
+#: app/partials/monitoring.host.filter.php:96
#: app/views/reports.auditlog.list.php:88 app/views/search.php:31
#: include/views/configuration.host.list.php:138
msgid "IP"
@@ -7755,10 +7787,10 @@ msgstr ""
#: app/views/monitoring.widget.hostavail.view.php:30
#: include/classes/widgets/views/widget.hostavail.form.view.php:47
#: include/hosts.inc.php:471 include/hosts.inc.php:1411
-#: include/items.inc.php:350 include/views/configuration.host.edit.php:595
+#: include/items.inc.php:350 include/views/configuration.host.edit.php:591
#: include/views/configuration.host.massupdate.php:306
-#: include/views/configuration.host.prototype.edit.php:300
-#: include/views/js/configuration.host.edit.js.php:166
+#: include/views/configuration.host.prototype.edit.php:315
+#: include/views/js/configuration.host.edit.js.php:165
msgid "IPMI"
msgstr "IPMI"
@@ -7775,9 +7807,9 @@ msgid "IPMI scripts can be executed only by server."
msgstr ""
#: disc_prototypes.php:116 host_discovery.php:108
-#: include/views/configuration.host.discovery.edit.php:405
-#: include/views/configuration.item.edit.php:470
-#: include/views/configuration.item.prototype.edit.php:448 items.php:131
+#: include/views/configuration.host.discovery.edit.php:407
+#: include/views/configuration.item.edit.php:472
+#: include/views/configuration.item.prototype.edit.php:450 items.php:131
msgid "IPMI sensor"
msgstr "IPMI感應器"
@@ -7894,7 +7926,7 @@ msgstr ""
#: app/views/administration.image.edit.php:66 image.php:26
#: include/classes/helpers/CMapHelper.php:224 include/maps.inc.php:28
#: include/maps.inc.php:302 include/views/js/monitoring.sysmaps.js.php:96
-#: jsLoader.php:206
+#: jsLoader.php:208
msgid "Image"
msgstr "圖片"
@@ -8002,7 +8034,7 @@ msgid "Inaccessible graph prototype"
msgstr ""
#: app/controllers/CControllerDashboardWidgetEdit.php:290
-#: host_prototypes.php:427
+#: host_prototypes.php:472
msgid "Inaccessible group"
msgstr ""
@@ -8018,9 +8050,9 @@ msgstr ""
msgid "Inaccessible item prototype"
msgstr ""
-#: app/partials/monitoring.host.view.html.php:99
+#: app/partials/monitoring.host.view.html.php:95
#: include/classes/screens/CScreenProblem.php:389
-#: include/hostgroups.inc.php:288 include/triggers.inc.php:2200
+#: include/hostgroups.inc.php:288 include/triggers.inc.php:2208
#: include/views/configuration.host.list.php:259
#: include/views/inventory.host.view.php:40
msgid "Inaccessible maintenance"
@@ -8033,11 +8065,11 @@ msgstr ""
#: include/graphs.inc.php:274 include/hosts.inc.php:631
#: include/hosts.inc.php:803 include/httptest.inc.php:218
-#: include/items.inc.php:891 include/triggers.inc.php:2339
+#: include/items.inc.php:891 include/triggers.inc.php:2347
msgid "Inaccessible template"
msgstr ""
-#: include/triggers.inc.php:2539 include/triggers.inc.php:2547
+#: include/triggers.inc.php:2547 include/triggers.inc.php:2555
msgid "Inaccessible trigger"
msgstr ""
@@ -8050,7 +8082,7 @@ msgstr ""
msgid "Inaccessible user"
msgstr ""
-#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:104
+#: app/views/popup.triggerwizard.php:54 app/views/popup.triggerwizard.php:110
msgid "Include"
msgstr "包å«"
@@ -8318,8 +8350,8 @@ msgstr "ä¸æ­£ç¢ºçš„自變數傳入方程å¼"
#: include/classes/api/services/CHost.php:1342
#: include/classes/api/services/CHost.php:2028
#: include/classes/api/services/CHost.php:2221
-#: include/classes/api/services/CHostPrototype.php:468
-#: include/classes/api/services/CHostPrototype.php:489
+#: include/classes/api/services/CHostPrototype.php:527
+#: include/classes/api/services/CHostPrototype.php:548
#: include/classes/api/services/CItemGeneral.php:250
#: include/classes/api/services/CItemGeneral.php:1197
#: include/classes/api/services/CItemGeneral.php:1230
@@ -8460,9 +8492,9 @@ msgstr "ä¸æ­£ç¢ºçš„欄ä½å稱\"%1$s\"或用於資料表\"%2$s\"çš„where陳述
msgid "Incorrect fields for sysmap."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:696
-#: include/classes/setup/CSetupWizard.php:700
-#: include/classes/setup/CSetupWizard.php:704
+#: include/classes/setup/CSetupWizard.php:709
+#: include/classes/setup/CSetupWizard.php:713
+#: include/classes/setup/CSetupWizard.php:717
#, c-format
msgid "Incorrect file path for \"%1$s\": %2$s."
msgstr ""
@@ -8515,7 +8547,7 @@ msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:51
#: include/classes/triggers/CTextTriggerConstructor.php:113
-#: include/triggers.inc.php:1389
+#: include/triggers.inc.php:1391
msgid "Incorrect function is used"
msgstr "使用了ä¸æ­£ç¢ºçš„方程å¼"
@@ -8591,7 +8623,7 @@ msgstr ""
msgid "Incorrect item for axis value."
msgstr "ä¸æ­£ç¢ºçš„項目予軸值."
-#: include/classes/api/services/CTriggerGeneral.php:1750
+#: include/classes/api/services/CTriggerGeneral.php:1771
#, c-format
msgid "Incorrect item key \"%1$s\" provided for trigger expression on \"%2$s\"."
msgstr "æä¾›ä¸æ­£ç¢ºçš„é …ç›®éµå€¼\"%1$s\"給\"%2$s\"上的觸發器表示å¼."
@@ -8602,11 +8634,11 @@ msgid "Incorrect item prototype ID \"%1$s\" provided for screen element."
msgstr ""
#: app/controllers/CControllerPopupTestTriggerExpr.php:52
-#: include/triggers.inc.php:1390
+#: include/triggers.inc.php:1392
msgid "Incorrect item value type"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:300
+#: include/classes/validators/CFunctionValidator.php:342
#, c-format
msgid "Incorrect item value type \"%1$s\" provided for trigger function \"%2$s\"."
msgstr ""
@@ -8777,35 +8809,35 @@ msgstr "ä¸æ­£ç¢ºçš„觸發器ID予æœå‹™\"%1$s\"."
msgid "Incorrect trigger expression"
msgstr "ä¸æ­£ç¢ºçš„觸發器表示å¼"
-#: include/classes/parsers/CTriggerExpression.php:495
-#: include/classes/parsers/CTriggerExpression.php:504
+#: include/classes/parsers/CTriggerExpression.php:519
+#: include/classes/parsers/CTriggerExpression.php:535
msgid "Incorrect trigger expression."
msgstr "ä¸æ­£ç¢ºçš„觸發器表示å¼."
-#: include/classes/api/services/CTriggerGeneral.php:1540
-#: include/triggers.inc.php:652
+#: include/classes/api/services/CTriggerGeneral.php:1561
+#: include/triggers.inc.php:654
#, c-format
msgid "Incorrect trigger expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr "ä¸æ­£ç¢ºçš„觸發器表示å¼. 主機 \"%1$s\"ä¸å­˜åœ¨æˆ–您ä¸èƒ½å­˜å–此主機."
-#: include/classes/api/services/CTriggerGeneral.php:1541
+#: include/classes/api/services/CTriggerGeneral.php:1562
msgid "Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously."
msgstr "ä¸æ­£ç¢ºçš„觸發器表示å¼. 觸發器表示å¼çµ„件ä¸è©²åŒæ™‚屬於一個模æ¿å’Œä¸€å€‹ä¸»æ©Ÿ."
-#: include/classes/validators/CFunctionValidator.php:294
-#: include/classes/validators/CFunctionValidator.php:306
-#: include/classes/validators/CFunctionValidator.php:328
-#: include/classes/validators/CFunctionValidator.php:353
+#: include/classes/validators/CFunctionValidator.php:336
+#: include/classes/validators/CFunctionValidator.php:348
+#: include/classes/validators/CFunctionValidator.php:372
+#: include/classes/validators/CFunctionValidator.php:397
#, c-format
msgid "Incorrect trigger function \"%1$s\" provided in expression."
msgstr "用了ä¸æ­£ç¢ºçš„觸發器方程å¼\"%1$s\"於表示å¼ä¸­."
-#: include/classes/api/services/CTriggerGeneral.php:1547
+#: include/classes/api/services/CTriggerGeneral.php:1568
#, c-format
msgid "Incorrect trigger prototype expression. Host \"%1$s\" does not exist or you have no access to this host."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1548
+#: include/classes/api/services/CTriggerGeneral.php:1569
msgid "Incorrect trigger prototype expression. Trigger prototype expression elements should not belong to a template and a host simultaneously."
msgstr ""
@@ -8956,16 +8988,15 @@ msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupItemTestEdit.php:89
#: app/controllers/CControllerPopupItemTestGetValue.php:102
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupItemTestSend.php:140
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -8976,7 +9007,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -9126,23 +9157,25 @@ msgstr ""
#: include/classes/api/services/CScreen.php:400
#: include/classes/api/services/CSettings.php:300
#: include/classes/api/services/CTemplate.php:393
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:529
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:924
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:937
-#: include/classes/api/services/CTriggerGeneral.php:945
-#: include/classes/api/services/CTriggerGeneral.php:1142
-#: include/classes/api/services/CTriggerGeneral.php:1151
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:531
+#: include/classes/api/services/CTriggerGeneral.php:875
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:927
+#: include/classes/api/services/CTriggerGeneral.php:934
+#: include/classes/api/services/CTriggerGeneral.php:941
+#: include/classes/api/services/CTriggerGeneral.php:947
+#: include/classes/api/services/CTriggerGeneral.php:955
+#: include/classes/api/services/CTriggerGeneral.php:1108
+#: include/classes/api/services/CTriggerGeneral.php:1160
#: include/classes/api/services/CTriggerGeneral.php:1169
#: include/classes/api/services/CTriggerGeneral.php:1177
-#: include/classes/api/services/CTriggerGeneral.php:1183
-#: include/classes/api/services/CTriggerGeneral.php:1191
+#: include/classes/api/services/CTriggerGeneral.php:1187
+#: include/classes/api/services/CTriggerGeneral.php:1195
+#: include/classes/api/services/CTriggerGeneral.php:1201
+#: include/classes/api/services/CTriggerGeneral.php:1209
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUser.php:583
#: include/classes/graphdraw/CLineGraphDraw.php:117
@@ -9231,10 +9264,10 @@ msgstr ""
#: app/views/monitoring.widget.actionlog.view.php:39
#: app/views/monitoring.widget.problems.view.php:55
#: include/actions.inc.php:1833 include/actions.inc.php:1916
-#: include/blocks.inc.php:756 include/classes/screens/CScreenActions.php:117
+#: include/blocks.inc.php:755 include/classes/screens/CScreenActions.php:117
#: include/classes/screens/CScreenHostTriggers.php:210
-#: include/classes/screens/CScreenProblem.php:868
-#: include/classes/screens/CScreenProblem.php:892
+#: include/classes/screens/CScreenProblem.php:883
+#: include/classes/screens/CScreenProblem.php:907
#: include/views/administration.auditacts.list.php:68
#: include/views/configuration.graph.list.php:127
#: include/views/configuration.host.discovery.list.php:183
@@ -9242,10 +9275,10 @@ msgstr ""
#: include/views/configuration.host.list.php:197
#: include/views/configuration.httpconf.list.php:121
#: include/views/configuration.item.list.php:75
-#: include/views/configuration.trigger.prototype.edit.php:189
-#: include/views/configuration.trigger.prototype.edit.php:384
-#: include/views/configuration.triggers.edit.php:210
-#: include/views/configuration.triggers.edit.php:407
+#: include/views/configuration.trigger.prototype.edit.php:196
+#: include/views/configuration.trigger.prototype.edit.php:391
+#: include/views/configuration.triggers.edit.php:217
+#: include/views/configuration.triggers.edit.php:414
#: include/views/configuration.triggers.list.php:203
msgid "Info"
msgstr "資訊"
@@ -9259,15 +9292,19 @@ msgstr "資訊"
msgid "Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as description; Specifically for state: 0 - running, 1 - paused, 2 - start pending, 3 - pause pending, 4 - continue pending, 5 - stop pending, 6 - stopped, 7 - unknown, 255 - no such service; Specifically for startup: 0 - automatic, 1 - automatic delayed, 2 - manual, 3 - disabled, 4 - unknown"
msgstr ""
+#: include/views/configuration.host.prototype.edit.php:100
+msgid "Inherit"
+msgstr ""
+
#: include/views/configuration.triggers.list.php:137
msgid "Inherited"
msgstr ""
-#: include/views/configuration.host.edit.php:623
+#: include/views/configuration.host.edit.php:619
msgid "Inherited and host macros"
msgstr ""
-#: include/views/configuration.host.prototype.edit.php:317
+#: include/views/configuration.host.prototype.edit.php:332
msgid "Inherited and host prototype macros"
msgstr ""
@@ -9283,17 +9320,17 @@ msgstr ""
msgid "Inherited items"
msgstr ""
-#: app/views/popup.triggerexpr.php:188
+#: app/views/popup.triggerexpr.php:195
msgid "Insert"
msgstr "æ’å…¥"
-#: include/views/configuration.trigger.prototype.edit.php:125
-#: include/views/configuration.triggers.edit.php:150 jsLoader.php:288
+#: include/views/configuration.trigger.prototype.edit.php:132
+#: include/views/configuration.triggers.edit.php:157 jsLoader.php:290
msgid "Insert expression"
msgstr ""
#: include/classes/setup/CSetupWizard.php:69
-#: include/classes/setup/CSetupWizard.php:661
+#: include/classes/setup/CSetupWizard.php:674
msgid "Install"
msgstr ""
@@ -9305,7 +9342,7 @@ msgstr "安装"
msgid "Installer name"
msgstr "安è£å稱"
-#: app/partials/monitoring.host.view.html.php:34
+#: app/partials/monitoring.host.view.html.php:30
#: app/views/administration.proxy.edit.php:75 disc_prototypes.php:42
#: host_discovery.php:49 include/views/configuration.host.list.php:190
#: items.php:40
@@ -9338,8 +9375,8 @@ msgid "Interface with IP \"%1$s\" cannot have empty DNS name."
msgstr "IP為\"%1$s\"的介é¢ä¸èƒ½æœ‰ç©ºç™½çš„DNSå稱."
#: include/views/configuration.host.edit.php:132
-#: include/views/configuration.host.edit.php:183
-#: include/views/configuration.host.prototype.edit.php:108
+#: include/views/configuration.host.edit.php:179
+#: include/views/configuration.host.prototype.edit.php:97
msgid "Interfaces"
msgstr ""
@@ -9368,14 +9405,14 @@ msgstr ""
#: include/classes/api/helpers/CApiHostHelper.php:90
#: include/classes/api/services/CGraphGeneral.php:498
#: include/classes/api/services/CGraphGeneral.php:640
-#: include/classes/api/services/CTriggerGeneral.php:629
-#: include/classes/api/services/CTriggerGeneral.php:774
-#: include/classes/api/services/CTriggerGeneral.php:846
-#: include/classes/api/services/CTriggerGeneral.php:1019
-#: include/classes/api/services/CTriggerGeneral.php:1256
-#: include/classes/api/services/CTriggerGeneral.php:1365
-#: include/classes/api/services/CTriggerGeneral.php:1553
-#: include/classes/api/services/CTriggerGeneral.php:1915
+#: include/classes/api/services/CTriggerGeneral.php:631
+#: include/classes/api/services/CTriggerGeneral.php:776
+#: include/classes/api/services/CTriggerGeneral.php:850
+#: include/classes/api/services/CTriggerGeneral.php:1030
+#: include/classes/api/services/CTriggerGeneral.php:1274
+#: include/classes/api/services/CTriggerGeneral.php:1383
+#: include/classes/api/services/CTriggerGeneral.php:1574
+#: include/classes/api/services/CTriggerGeneral.php:1936
#: include/classes/core/CJsonRpc.php:208
#: include/classes/import/validators/CXmlValidatorGeneral.php:197
#: include/classes/widgets/fields/CWidgetField.php:103
@@ -9399,15 +9436,15 @@ msgstr "IEç€è¦½å™¨"
#: app/partials/monitoring.latest.view.html.php:59
#: app/views/popup.lldoperation.php:109 include/forms.inc.php:702
#: include/views/configuration.discovery.list.php:68
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:180
#: include/views/configuration.httpconf.list.php:115
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:69
-#: include/views/configuration.item.massupdate.php:241
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.massupdate.php:247
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:58
-#: include/views/configuration.item.prototype.massupdate.php:239
+#: include/views/configuration.item.prototype.massupdate.php:245
#: include/views/configuration.services.edit.php:176
msgid "Interval"
msgstr "é–“éš”"
@@ -9434,7 +9471,7 @@ msgstr ""
msgid "Invalid action condition: %1$s."
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:224
+#: app/controllers/CControllerTimeSelectorUpdate.php:222
msgid "Invalid date."
msgstr ""
@@ -9448,15 +9485,15 @@ msgstr ""
msgid "Invalid email address for media type with ID \"%1$s\"."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:316
+#: include/classes/validators/CFunctionValidator.php:358
msgid "Invalid fifth parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:312
+#: include/classes/validators/CFunctionValidator.php:354
msgid "Invalid first parameter."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:315
+#: include/classes/validators/CFunctionValidator.php:357
msgid "Invalid fourth parameter."
msgstr ""
@@ -9468,11 +9505,11 @@ msgstr "無效的主機ID予巨集 \"%1$s\"."
#: app/controllers/CControllerPopupLldOperation.php:177
#: app/controllers/CControllerPopupLldOperation.php:182
#: app/controllers/CControllerPopupLldOperation.php:195
-#: disc_prototypes.php:372 disc_prototypes.php:377 disc_prototypes.php:390
-#: disc_prototypes.php:717 disc_prototypes.php:722 disc_prototypes.php:735
-#: host_discovery.php:420 host_discovery.php:426 host_discovery.php:439
-#: items.php:534 items.php:539 items.php:552 items.php:938 items.php:943
-#: items.php:956
+#: disc_prototypes.php:376 disc_prototypes.php:381 disc_prototypes.php:394
+#: disc_prototypes.php:721 disc_prototypes.php:726 disc_prototypes.php:739
+#: host_discovery.php:424 host_discovery.php:430 host_discovery.php:443
+#: items.php:538 items.php:543 items.php:556 items.php:942 items.php:947
+#: items.php:960
#, c-format
msgid "Invalid interval \"%1$s\"."
msgstr ""
@@ -9513,7 +9550,7 @@ msgstr ""
msgid "Invalid method parameters."
msgstr "無效的方法åƒæ•¸."
-#: include/classes/validators/CFunctionValidator.php:307
+#: include/classes/validators/CFunctionValidator.php:349
msgid "Invalid number of parameters."
msgstr ""
@@ -9545,6 +9582,15 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1946
#: include/classes/api/services/CDiscoveryRule.php:1964
#: include/classes/api/services/CDiscoveryRule.php:1972
+#: include/classes/api/services/CHostPrototype.php:1598
+#: include/classes/api/services/CHostPrototype.php:1603
+#: include/classes/api/services/CHostPrototype.php:1610
+#: include/classes/api/services/CHostPrototype.php:1615
+#: include/classes/api/services/CHostPrototype.php:1626
+#: include/classes/api/services/CHostPrototype.php:1631
+#: include/classes/api/services/CHostPrototype.php:1638
+#: include/classes/api/services/CHostPrototype.php:1644
+#: include/classes/api/services/CHostPrototype.php:1654
#: include/classes/api/services/CItemGeneral.php:2200
#: include/classes/api/services/CItemGeneral.php:2207
#: include/classes/api/services/CItemGeneral.php:2213
@@ -9557,75 +9603,81 @@ msgstr ""
#: include/classes/api/services/CModule.php:291
#: include/classes/api/services/CUser.php:711
#: include/classes/api/services/CUser.php:722
-#: include/classes/validators/CApiInputValidator.php:262
-#: include/classes/validators/CApiInputValidator.php:267
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:299
-#: include/classes/validators/CApiInputValidator.php:329
-#: include/classes/validators/CApiInputValidator.php:390
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:476
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:515
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:620
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:715
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:840
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:902
-#: include/classes/validators/CApiInputValidator.php:929
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1001
-#: include/classes/validators/CApiInputValidator.php:1006
+#: include/classes/validators/CApiInputValidator.php:274
+#: include/classes/validators/CApiInputValidator.php:279
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:311
+#: include/classes/validators/CApiInputValidator.php:341
+#: include/classes/validators/CApiInputValidator.php:402
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:488
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:527
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:632
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:727
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:852
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:914
+#: include/classes/validators/CApiInputValidator.php:941
+#: include/classes/validators/CApiInputValidator.php:986
#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1044
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1131
-#: include/classes/validators/CApiInputValidator.php:1136
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1190
-#: include/classes/validators/CApiInputValidator.php:1196
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1234
-#: include/classes/validators/CApiInputValidator.php:1240
-#: include/classes/validators/CApiInputValidator.php:1278
+#: include/classes/validators/CApiInputValidator.php:1018
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1056
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1143
+#: include/classes/validators/CApiInputValidator.php:1148
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1202
+#: include/classes/validators/CApiInputValidator.php:1208
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1246
+#: include/classes/validators/CApiInputValidator.php:1252
#: include/classes/validators/CApiInputValidator.php:1290
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
+#: include/classes/validators/CApiInputValidator.php:1302
#: include/classes/validators/CApiInputValidator.php:1311
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1353
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1383
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1412
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1445
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1479
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1515
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1568
-#: include/classes/validators/CApiInputValidator.php:1579
-#: include/classes/validators/CApiInputValidator.php:1612
-#: include/classes/validators/CApiInputValidator.php:1667
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1759
-#: include/classes/validators/CApiInputValidator.php:1786
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1323
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1365
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1395
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1424
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1457
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1491
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1527
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1580
+#: include/classes/validators/CApiInputValidator.php:1591
+#: include/classes/validators/CApiInputValidator.php:1624
+#: include/classes/validators/CApiInputValidator.php:1679
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1771
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1808
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1852
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1895
+#: include/classes/validators/CApiInputValidator.php:1918
+#: include/classes/validators/CApiInputValidator.php:1933
#: include/classes/widgets/fields/CWidgetFieldGraphOverride.php:130
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:496
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:512
@@ -9642,7 +9694,7 @@ msgstr "無效的åƒæ•¸."
msgid "Invalid response code \"%1$s\"."
msgstr "無效的回應編碼 \"%1$s\"."
-#: include/classes/validators/CFunctionValidator.php:313
+#: include/classes/validators/CFunctionValidator.php:355
msgid "Invalid second parameter."
msgstr ""
@@ -9679,15 +9731,15 @@ msgstr ""
#: include/classes/import/validators/C50XmlValidator.php:2320
#: include/classes/import/validators/C50XmlValidator.php:2362
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:1896
-#: include/classes/import/validators/C52XmlValidator.php:2178
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2332
-#: include/classes/import/validators/C52XmlValidator.php:2374
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2468
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:1954
+#: include/classes/import/validators/C52XmlValidator.php:2236
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2390
+#: include/classes/import/validators/C52XmlValidator.php:2432
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2526
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:134
#: include/classes/import/validators/CXmlValidatorGeneral.php:153
#: include/classes/import/validators/CXmlValidatorGeneral.php:172
@@ -9700,7 +9752,7 @@ msgstr ""
msgid "Invalid tag \"%1$s\": %2$s."
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:314
+#: include/classes/validators/CFunctionValidator.php:356
msgid "Invalid third parameter."
msgstr ""
@@ -9719,9 +9771,9 @@ msgstr ""
msgid "Invalid value for macro \"%1$s\": %2$s."
msgstr ""
-#: include/menu.inc.php:59 include/views/configuration.host.edit.php:697
+#: include/menu.inc.php:59 include/views/configuration.host.edit.php:693
#: include/views/configuration.host.massupdate.php:315
-#: include/views/configuration.host.prototype.edit.php:338 jsLoader.php:296
+#: include/views/configuration.host.prototype.edit.php:353 jsLoader.php:298
msgid "Inventory"
msgstr "資產記錄"
@@ -9748,9 +9800,9 @@ msgid "Issue"
msgstr "議題"
#: app/views/administration.proxy.edit.php:116
-#: include/views/configuration.host.edit.php:737
+#: include/views/configuration.host.edit.php:733
#: include/views/configuration.host.massupdate.php:285
-#: include/views/configuration.host.prototype.edit.php:376
+#: include/views/configuration.host.prototype.edit.php:391
msgid "Issuer"
msgstr ""
@@ -9767,22 +9819,22 @@ msgid "Italian (it_IT)"
msgstr "æ„大利語 (it_IT)"
#: app/controllers/CControllerAuditLogList.php:198
-#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:86
+#: app/views/popup.triggerexpr.php:96 app/views/popup.triggerwizard.php:92
#: include/classes/screens/CScreenHistory.php:267
#: include/classes/screens/CScreenPlainText.php:42
#: include/classes/widgets/forms/CWidgetFormClock.php:48
#: include/classes/widgets/forms/CWidgetFormGraph.php:48
#: include/forms.inc.php:940 include/views/configuration.graph.edit.php:166
#: include/views/configuration.graph.edit.php:248
-#: include/views/configuration.item.massupdate.php:503
+#: include/views/configuration.item.massupdate.php:509
#: include/views/monitoring.screen.constructor.edit.php:245
#: include/views/monitoring.screen.constructor.edit.php:414
-#: include/views/monitoring.screen.constructor.edit.php:725 items.php:903
-#: items.php:1328
+#: include/views/monitoring.screen.constructor.edit.php:725 items.php:907
+#: items.php:1337
msgid "Item"
msgstr "é …ç›®"
-#: include/classes/api/services/CHostPrototype.php:1070
+#: include/classes/api/services/CHostPrototype.php:1137
#: include/classes/api/services/CItem.php:51
#, c-format
msgid "Item \"%1$s\" already exists on \"%2$s\", inherited from another template."
@@ -9819,15 +9871,15 @@ msgstr ""
msgid "Item \"%1$s\" on \"%2$s\": application \"%3$s\" does not exist."
msgstr "\"%2$s\"上的項目\"%1$s\" : 應用集\"%3$s\"ä¸å­˜åœ¨."
-#: items.php:855
+#: items.php:859
msgid "Item added"
msgstr "項目已新增"
-#: app/views/popup.itemtestedit.view.php:298
-msgid "Item contains user defined macros with type \"Secret text\". Values of these macros should be entered manually."
+#: app/views/popup.itemtestedit.view.php:410
+msgid "Item contains user-defined macros with secret values. Values of these macros should be entered manually."
msgstr ""
-#: items.php:1280
+#: items.php:1289
msgid "Item copied"
msgid_plural "Items copied"
msgstr[0] ""
@@ -9836,16 +9888,16 @@ msgstr[0] ""
msgid "Item count"
msgstr "項目數é‡"
-#: items.php:481
+#: items.php:485
msgid "Item deleted"
msgstr "項目已刪除"
-#: app/controllers/CControllerApplicationDisable.php:75 items.php:1238
+#: app/controllers/CControllerApplicationDisable.php:75 items.php:1247
msgid "Item disabled"
msgid_plural "Items disabled"
msgstr[0] ""
-#: app/controllers/CControllerApplicationEnable.php:75 items.php:1237
+#: app/controllers/CControllerApplicationEnable.php:75 items.php:1246
msgid "Item enabled"
msgid_plural "Items enabled"
msgstr[0] ""
@@ -9854,7 +9906,7 @@ msgstr[0] ""
msgid "Item in \"not supported\" state"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:712
+#: app/controllers/CControllerPopupTriggerExpr.php:762
msgid "Item not selected"
msgstr ""
@@ -9867,7 +9919,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:48
#: include/classes/widgets/forms/CWidgetFormGraphPrototype.php:48
#: include/forms.inc.php:940
-#: include/views/configuration.item.prototype.massupdate.php:526
+#: include/views/configuration.item.prototype.massupdate.php:532
#: include/views/js/configuration.host.discovery.edit.overr.js.php:157
#: include/views/monitoring.screen.constructor.edit.php:338
msgid "Item prototype"
@@ -9888,15 +9940,15 @@ msgstr ""
msgid "Item prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: disc_prototypes.php:644
+#: disc_prototypes.php:648
msgid "Item prototype added"
msgstr ""
-#: disc_prototypes.php:308
+#: disc_prototypes.php:312
msgid "Item prototype deleted"
msgstr ""
-#: disc_prototypes.php:647 disc_prototypes.php:673
+#: disc_prototypes.php:651 disc_prototypes.php:677
msgid "Item prototype updated"
msgid_plural "Item prototypes updated"
msgstr[0] ""
@@ -9908,7 +9960,7 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:317 include/html.inc.php:464
#: include/views/configuration.host.discovery.list.php:250
-#: include/views/configuration.host.edit.php:364
+#: include/views/configuration.host.edit.php:360
#: include/views/configuration.item.prototype.edit.php:26
#: include/views/configuration.item.prototype.list.php:27
#: include/views/configuration.item.prototype.massupdate.php:27
@@ -9916,19 +9968,19 @@ msgstr ""
msgid "Item prototypes"
msgstr "項目原型"
-#: disc_prototypes.php:687
+#: disc_prototypes.php:691
msgid "Item prototypes deleted"
msgstr ""
-#: disc_prototypes.php:1121
+#: disc_prototypes.php:1130
msgid "Item prototypes updated"
msgstr ""
-#: jsLoader.php:329
+#: jsLoader.php:331
msgid "Item type does not use interface"
msgstr ""
-#: items.php:858
+#: items.php:862
msgid "Item updated"
msgstr "項目已更新"
@@ -10000,7 +10052,7 @@ msgstr "éµå€¼ç‚º \"%1$s\"的項目已存在於\"%2$s\" ."
#: include/classes/widgets/forms/CWidgetFormPlainText.php:31
#: include/html.inc.php:361 include/views/configuration.graph.edit.php:445
#: include/views/configuration.host.discovery.list.php:175
-#: include/views/configuration.host.edit.php:255
+#: include/views/configuration.host.edit.php:251
#: include/views/configuration.host.list.php:185
#: include/views/configuration.host.list.php:418
#: include/views/configuration.item.edit.php:26
@@ -10010,11 +10062,11 @@ msgstr "éµå€¼ç‚º \"%1$s\"的項目已存在於\"%2$s\" ."
#: include/views/configuration.template.list.php:152
#: include/views/configuration.template.list.php:247
#: include/views/conf.import.php:38 include/views/inventory.host.view.php:177
-#: include/views/inventory.host.view.php:205 items.php:1722 queue.php:113
+#: include/views/inventory.host.view.php:205 items.php:1732 queue.php:113
msgid "Items"
msgstr "é …ç›®"
-#: items.php:1353
+#: items.php:1362
msgid "Items deleted"
msgstr "項目已刪除"
@@ -10026,7 +10078,7 @@ msgstr "項目清單"
msgid "Items location"
msgstr ""
-#: items.php:1217
+#: items.php:1226
msgid "Items updated"
msgstr "監控項已更新"
@@ -10034,7 +10086,7 @@ msgstr "監控項已更新"
#: include/classes/widgets/views/widget.hostavail.form.view.php:46
#: include/hosts.inc.php:468 include/hosts.inc.php:1410
#: include/items.inc.php:349
-#: include/views/js/configuration.host.edit.js.php:165
+#: include/views/js/configuration.host.edit.js.php:164
msgid "JMX"
msgstr "JMX"
@@ -10042,10 +10094,10 @@ msgstr "JMX"
msgid "JMX agent"
msgstr "JMX 端點代ç†ç¨‹å¼"
-#: include/views/configuration.host.discovery.edit.php:418
-#: include/views/configuration.item.edit.php:490
+#: include/views/configuration.host.discovery.edit.php:420
+#: include/views/configuration.item.edit.php:492
#: include/views/configuration.item.massupdate.php:77
-#: include/views/configuration.item.prototype.edit.php:460
+#: include/views/configuration.item.prototype.edit.php:462
#: include/views/configuration.item.prototype.massupdate.php:73
msgid "JMX endpoint"
msgstr ""
@@ -10058,10 +10110,10 @@ msgstr "JMX介é¢"
msgid "JSON"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:173
-#: include/views/configuration.item.edit.php:211
+#: include/views/configuration.host.discovery.edit.php:175
+#: include/views/configuration.item.edit.php:213
#: include/views/configuration.item.massupdate.php:97
-#: include/views/configuration.item.prototype.edit.php:193
+#: include/views/configuration.item.prototype.edit.php:195
#: include/views/configuration.item.prototype.massupdate.php:93
msgid "JSON data"
msgstr ""
@@ -10093,7 +10145,7 @@ msgid "JSON-rpc version is not specified."
msgstr "JSON-rpc 版本並未指定."
#: include/items.inc.php:1806
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "JSONPath"
msgstr ""
@@ -10101,7 +10153,7 @@ msgstr ""
msgid "Jan"
msgstr "一月"
-#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:170
+#: include/func.inc.php:100 include/func.inc.php:237 jsLoader.php:172
msgid "January"
msgstr "一月"
@@ -10118,7 +10170,7 @@ msgstr ""
msgid "Jul"
msgstr "七月"
-#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:176
+#: include/func.inc.php:106 include/func.inc.php:243 jsLoader.php:178
msgid "July"
msgstr "七月"
@@ -10126,11 +10178,11 @@ msgstr "七月"
msgid "Jun"
msgstr "六月"
-#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:175
+#: include/func.inc.php:105 include/func.inc.php:242 jsLoader.php:177
msgid "June"
msgstr "六月"
-#: include/views/configuration.host.discovery.edit.php:520
+#: include/views/configuration.host.discovery.edit.php:522
#: include/views/configuration.host.discovery.list.php:130
msgid "Keep lost resources period"
msgstr ""
@@ -10164,7 +10216,7 @@ msgstr "éµå€¼\"%1$s\"ä¸ç¬¦ <grpmax|grpmin|grpsum|grpavg>[\"Host group(s)\", \"
msgid "Key passphrase"
msgstr "éµå€¼é€šè¡ŒçŸ­èªž"
-#: app/views/popup.triggerwizard.php:115
+#: app/views/popup.triggerwizard.php:121
msgid "Keyword"
msgstr "é—œéµå­—"
@@ -10201,23 +10253,23 @@ msgstr "LDAP登入æˆåŠŸ"
msgid "LDAP settings"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:163
+#: app/views/popup.itemtestedit.view.php:291
msgid "LF"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:648
+#: include/views/configuration.host.discovery.edit.php:650
msgid "LLD macro"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:706
-#: include/views/configuration.host.discovery.edit.php:750
+#: include/views/configuration.host.discovery.edit.php:708
+#: include/views/configuration.host.discovery.edit.php:752
msgid "LLD macros"
msgstr ""
#: app/partials/popup.operations.php:393 app/views/popup.lldoverride.php:101
#: include/maps.inc.php:45 include/views/configuration.action.edit.php:56
#: include/views/configuration.correlation.edit.php:53
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
#: include/views/js/monitoring.sysmaps.js.php:134
#: include/views/js/monitoring.sysmaps.js.php:605
#: include/views/js/monitoring.sysmaps.js.php:713
@@ -10243,37 +10295,37 @@ msgctxt "page navigation"
msgid "Last"
msgstr "末"
-#: include/func.inc.php:2514
+#: include/func.inc.php:2539
#, c-format
msgid "Last %1$d day"
msgid_plural "Last %1$d days"
msgstr[0] ""
-#: include/func.inc.php:2508
+#: include/func.inc.php:2533
#, c-format
msgid "Last %1$d hour"
msgid_plural "Last %1$d hours"
msgstr[0] ""
-#: include/func.inc.php:2501
+#: include/func.inc.php:2526
#, c-format
msgid "Last %1$d minute"
msgid_plural "Last %1$d minutes"
msgstr[0] ""
-#: include/func.inc.php:2517
+#: include/func.inc.php:2542
#, c-format
msgid "Last %1$d month"
msgid_plural "Last %1$d months"
msgstr[0] ""
-#: include/func.inc.php:2494
+#: include/func.inc.php:2519
#, c-format
msgid "Last %1$d second"
msgid_plural "Last %1$d seconds"
msgstr[0] ""
-#: include/func.inc.php:2520
+#: include/func.inc.php:2545
#, c-format
msgid "Last %1$d year"
msgid_plural "Last %1$d years"
@@ -10309,23 +10361,24 @@ msgstr "最後改變(é™å†ª)"
msgid "Last check"
msgstr "最近檢查記錄"
-#: jsLoader.php:300
+#: jsLoader.php:302
msgid "Last hour graph"
msgstr "最近一å°æ™‚"
-#: jsLoader.php:301
+#: jsLoader.php:303
msgid "Last month graph"
msgstr "上月圖形"
-#: app/controllers/CControllerPopupTriggerExpr.php:58
-#: app/controllers/CControllerPopupTriggerExpr.php:72
-#: app/controllers/CControllerPopupTriggerExpr.php:93
-#: app/controllers/CControllerPopupTriggerExpr.php:102
-#: app/controllers/CControllerPopupTriggerExpr.php:115
-#: app/controllers/CControllerPopupTriggerExpr.php:139
-#: app/controllers/CControllerPopupTriggerExpr.php:158
-#: app/controllers/CControllerPopupTriggerExpr.php:177
-#: app/controllers/CControllerPopupTriggerExpr.php:206
+#: app/controllers/CControllerPopupTriggerExpr.php:59
+#: app/controllers/CControllerPopupTriggerExpr.php:73
+#: app/controllers/CControllerPopupTriggerExpr.php:86
+#: app/controllers/CControllerPopupTriggerExpr.php:107
+#: app/controllers/CControllerPopupTriggerExpr.php:116
+#: app/controllers/CControllerPopupTriggerExpr.php:129
+#: app/controllers/CControllerPopupTriggerExpr.php:153
+#: app/controllers/CControllerPopupTriggerExpr.php:172
+#: app/controllers/CControllerPopupTriggerExpr.php:191
+#: app/controllers/CControllerPopupTriggerExpr.php:220
msgid "Last of"
msgstr "Last of"
@@ -10338,21 +10391,21 @@ msgstr "最近出ç¾(歷時)"
msgid "Last value"
msgstr "最新數據"
-#: jsLoader.php:302
+#: jsLoader.php:304
msgid "Last week graph"
msgstr "仩週圖形"
#: app/controllers/CControllerLatestView.php:150
-#: app/partials/monitoring.host.view.html.php:39
-#: app/partials/monitoring.host.view.html.php:114
+#: app/partials/monitoring.host.view.html.php:35
+#: app/partials/monitoring.host.view.html.php:110
#: app/views/monitoring.latest.view.php:35 app/views/search.php:33
#: app/views/search.php:117 app/views/search.php:161 app/views/search.php:196
#: include/menu.inc.php:44 include/views/inventory.host.view.php:140
-#: jsLoader.php:298
+#: jsLoader.php:300
msgid "Latest data"
msgstr "最新數據"
-#: jsLoader.php:299
+#: jsLoader.php:301
msgid "Latest values"
msgstr "最新數據"
@@ -10399,7 +10452,7 @@ msgstr ""
msgid "Legend"
msgstr ""
-#: setup.php:189
+#: setup.php:194
msgid "Licensed under"
msgstr ""
@@ -10441,8 +10494,8 @@ msgstr "連çµ"
msgid "Link indicators"
msgstr "連çµæŒ‡ç¤ºå™¨"
-#: include/views/configuration.host.edit.php:564
-#: include/views/configuration.host.prototype.edit.php:269
+#: include/views/configuration.host.edit.php:560
+#: include/views/configuration.host.prototype.edit.php:284
#: include/views/configuration.template.edit.php:407
msgid "Link new templates"
msgstr ""
@@ -10478,10 +10531,10 @@ msgstr "連çµåˆ°æ¨¡æ¿"
msgid "Linked map"
msgstr ""
-#: include/views/configuration.host.edit.php:492
-#: include/views/configuration.host.edit.php:559
-#: include/views/configuration.host.prototype.edit.php:207
-#: include/views/configuration.host.prototype.edit.php:264
+#: include/views/configuration.host.edit.php:488
+#: include/views/configuration.host.edit.php:555
+#: include/views/configuration.host.prototype.edit.php:222
+#: include/views/configuration.host.prototype.edit.php:279
#: include/views/configuration.template.edit.php:402
#: include/views/configuration.template.edit.php:415
#: include/views/configuration.template.list.php:99
@@ -10575,10 +10628,10 @@ msgid "Location longitude"
msgstr "ä½ç½®ç¶“度"
#: include/forms.inc.php:187 include/items.inc.php:129
-#: include/views/configuration.item.edit.php:560
-#: include/views/configuration.item.massupdate.php:169
-#: include/views/configuration.item.prototype.edit.php:527
-#: include/views/configuration.item.prototype.massupdate.php:165
+#: include/views/configuration.item.edit.php:562
+#: include/views/configuration.item.massupdate.php:175
+#: include/views/configuration.item.prototype.edit.php:529
+#: include/views/configuration.item.prototype.massupdate.php:171
msgid "Log"
msgstr "日誌"
@@ -10590,10 +10643,10 @@ msgstr ""
msgid "Log file monitoring. Returns log"
msgstr ""
-#: include/views/configuration.item.edit.php:715
-#: include/views/configuration.item.massupdate.php:352
-#: include/views/configuration.item.prototype.edit.php:620
-#: include/views/configuration.item.prototype.massupdate.php:361
+#: include/views/configuration.item.edit.php:717
+#: include/views/configuration.item.massupdate.php:358
+#: include/views/configuration.item.prototype.edit.php:622
+#: include/views/configuration.item.prototype.massupdate.php:367
msgid "Log time format"
msgstr "日誌時間格å¼"
@@ -10650,7 +10703,7 @@ msgstr ""
msgid "M"
msgstr ""
-#: jsLoader.php:189
+#: jsLoader.php:191
msgctxt "Monday short"
msgid "M"
msgstr "M"
@@ -10667,8 +10720,9 @@ msgstr "Macä½å€B"
msgid "MD2"
msgstr "MD2"
-#: app/views/popup.discovery.check.php:98 include/hosts.inc.php:34
-#: include/views/js/configuration.host.edit.js.php:107
+#: app/views/popup.discovery.check.php:98
+#: app/views/popup.itemtestedit.view.php:188 include/hosts.inc.php:34
+#: include/views/js/configuration.host.edit.js.php:106
msgid "MD5"
msgstr "MD5"
@@ -10683,7 +10737,7 @@ msgstr ""
#: app/partials/massupdate.macros.tab.php:29
#: app/views/administration.macros.edit.php:39
#: app/views/popup.lldoverride.php:101
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Macro"
msgstr "巨集"
@@ -10710,10 +10764,10 @@ msgstr "有主機巨集識別碼\"%1$s\"的巨集ä¸å­˜åœ¨."
#: app/partials/massupdate.macros.tab.php:118
#: app/views/administration.macros.edit.php:33
#: app/views/administration.macros.edit.php:94
-#: app/views/popup.itemtestedit.view.php:186 include/html.inc.php:895
-#: include/views/configuration.host.edit.php:619
+#: app/views/popup.itemtestedit.view.php:299 include/html.inc.php:895
+#: include/views/configuration.host.edit.php:615
#: include/views/configuration.host.massupdate.php:308
-#: include/views/configuration.host.prototype.edit.php:313
+#: include/views/configuration.host.prototype.edit.php:328
#: include/views/configuration.template.edit.php:427
#: include/views/configuration.template.massupdate.php:162
msgid "Macros"
@@ -10804,16 +10858,16 @@ msgstr "維修ä¸å«è³‡æ–™è’集"
msgid "Maintenance: %1$s"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:329
+#: include/classes/validators/CFunctionValidator.php:373
msgid "Mandatory parameter is missing."
msgstr "維修åƒæ•¸ä¸å­˜åœ¨."
#: app/partials/popup.operations.php:363
#: app/views/administration.miscconfig.edit.php:63
#: app/views/popup.lldoperation.php:277 include/hosts.inc.php:1344
-#: include/views/configuration.host.edit.php:638
+#: include/views/configuration.host.edit.php:634
#: include/views/configuration.host.massupdate.php:205
-#: include/views/configuration.host.prototype.edit.php:332
+#: include/views/configuration.host.prototype.edit.php:347
msgid "Manual"
msgstr "手動的"
@@ -10828,7 +10882,7 @@ msgstr ""
#: include/screens.inc.php:34 include/views/js/monitoring.sysmaps.js.php:93
#: include/views/js/monitoring.sysmaps.js.php:205
#: include/views/monitoring.screen.constructor.edit.php:372
-#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:203 map.php:25
+#: include/views/monitoring.sysmap.edit.php:295 jsLoader.php:205 map.php:25
msgid "Map"
msgstr "拓墣圖"
@@ -10922,7 +10976,7 @@ msgstr "拓墣圖"
msgid "Mar"
msgstr "三月"
-#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:172
+#: include/func.inc.php:102 include/func.inc.php:239 jsLoader.php:174
msgid "March"
msgstr "三月"
@@ -10938,11 +10992,11 @@ msgstr "標記其他"
msgid "Mark selected"
msgstr "標記所é¸"
-#: app/controllers/CControllerPopupTriggerExpr.php:164
+#: app/controllers/CControllerPopupTriggerExpr.php:178
msgid "Mask"
msgstr ""
-#: include/classes/screens/CScreenProblem.php:1122
+#: include/classes/screens/CScreenProblem.php:1137
#: include/views/configuration.host.list.php:487
#: include/views/configuration.item.list.php:262
#: include/views/configuration.item.prototype.list.php:196
@@ -10961,11 +11015,11 @@ msgid "Mass update shapes"
msgstr ""
#: disc_prototypes.php:53 host_discovery.php:56
-#: include/views/configuration.host.discovery.edit.php:342
-#: include/views/configuration.item.edit.php:384
-#: include/views/configuration.item.massupdate.php:486
-#: include/views/configuration.item.prototype.edit.php:413
-#: include/views/configuration.item.prototype.massupdate.php:508 items.php:55
+#: include/views/configuration.host.discovery.edit.php:344
+#: include/views/configuration.item.edit.php:386
+#: include/views/configuration.item.massupdate.php:492
+#: include/views/configuration.item.prototype.edit.php:415
+#: include/views/configuration.item.prototype.massupdate.php:514 items.php:55
msgid "Master item"
msgstr ""
@@ -11013,7 +11067,7 @@ msgstr ""
msgid "Maximum number of processes supported by OS. Returns integer"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:254
+#: app/controllers/CControllerTimeSelectorUpdate.php:252
#: include/classes/mvc/CController.php:239
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:457
#: include/validate.inc.php:477
@@ -11027,7 +11081,7 @@ msgstr[0] ""
msgid "Maximum total length of email address exceeded for media type with ID \"%1$s\"."
msgstr ""
-#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:174
+#: include/func.inc.php:104 include/func.inc.php:241 jsLoader.php:176
msgid "May"
msgstr "五月"
@@ -11181,7 +11235,7 @@ msgid "Message/Command"
msgstr ""
#: app/views/administration.authentication.edit.php:197
-#: include/classes/screens/CScreenProblem.php:1200
+#: include/classes/screens/CScreenProblem.php:1215
msgid "Messages"
msgstr "訊æ¯"
@@ -11245,7 +11299,7 @@ msgstr ""
msgid "Minimum severity"
msgstr ""
-#: app/controllers/CControllerTimeSelectorUpdate.php:249
+#: app/controllers/CControllerTimeSelectorUpdate.php:247
#: include/classes/mvc/CController.php:232
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:452
#: include/validate.inc.php:470
@@ -11303,7 +11357,7 @@ msgstr ""
msgid "Missing key \"%1$s\" for host \"%2$s\"."
msgstr "缺少主機\"%2$s\"çš„éµå€¼ \"%1$s\"."
-#: app/controllers/CControllerPopupTriggerExpr.php:198
+#: app/controllers/CControllerPopupTriggerExpr.php:212
#: app/views/administration.proxy.list.php:47
#: app/views/administration.proxy.list.php:73 report2.php:202
msgid "Mode"
@@ -11372,7 +11426,7 @@ msgstr ""
msgid "Mon"
msgstr "一"
-#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:182
+#: include/func.inc.php:119 include/func.inc.php:209 jsLoader.php:184
msgid "Monday"
msgstr "週一"
@@ -11380,9 +11434,9 @@ msgstr "週一"
msgid "Monitored by"
msgstr ""
-#: include/views/configuration.host.edit.php:206
+#: include/views/configuration.host.edit.php:202
#: include/views/configuration.host.massupdate.php:102
-#: include/views/configuration.host.prototype.edit.php:117
+#: include/views/configuration.host.prototype.edit.php:132
msgid "Monitored by proxy"
msgstr "由系統代ç†ç¨‹å¼ç›£æ¸¬"
@@ -11414,11 +11468,11 @@ msgstr "月"
msgid "Monthly"
msgstr "æ¯æœˆ"
-#: include/classes/html/CMultiSelect.php:83 jsLoader.php:261
+#: include/classes/html/CMultiSelect.php:83 jsLoader.php:263
msgid "More matches found..."
msgstr ""
-#: jsLoader.php:271
+#: jsLoader.php:273
#, c-format
msgctxt "screen reader"
msgid "More than %1$d matches for %2$s found"
@@ -11437,20 +11491,20 @@ msgstr "於主機中多於一個å為\"%1$s\"的圖形."
msgid "Mozilla Firefox"
msgstr "Mozilla Firefox"
-#: include/views/configuration.trigger.prototype.edit.php:485
-#: include/views/configuration.triggers.edit.php:511
+#: include/views/configuration.trigger.prototype.edit.php:492
+#: include/views/configuration.triggers.edit.php:518
msgid "Multiple"
msgstr ""
-#: include/triggers.inc.php:1233
+#: include/triggers.inc.php:1235
msgid "Multiple PROBLEM events"
msgstr "多é‡å•é¡Œ(PROBLEM)事件"
-#: jsLoader.php:231
+#: jsLoader.php:233
msgid "Mute"
msgstr "éœéŸ³"
-#: app/views/monitoring.dashboard.list.php:93
+#: app/views/monitoring.dashboard.list.php:94
msgid "My"
msgstr ""
@@ -11483,13 +11537,14 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:360
#: app/controllers/CControllerPopupGeneric.php:372
#: app/controllers/CControllerPopupLldOverride.php:79
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerRegExCreate.php:78
#: app/controllers/CControllerRegExDelete.php:68
#: app/controllers/CControllerRegExUpdate.php:87
#: app/partials/common.filter.trigger.php:109
#: app/partials/configuration.tags.tab.php:39
-#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.filter.php:71
+#: app/partials/monitoring.host.view.html.php:29
#: app/partials/monitoring.latest.view.html.php:51
#: app/partials/popup.operations.php:393
#: app/views/administration.iconmap.edit.php:40
@@ -11517,17 +11572,17 @@ msgstr ""
#: app/views/configuration.application.edit.php:46
#: app/views/dashboard.properties.edit.php:54
#: app/views/monitoring.dashboard.list.php:56
-#: app/views/monitoring.dashboard.list.php:79
-#: app/views/monitoring.host.view.php:103
+#: app/views/monitoring.dashboard.list.php:80
#: app/views/monitoring.latest.view.php:102
#: app/views/monitoring.widget.navtreeitem.edit.php:34
#: app/views/monitoring.widget.plaintext.view.php:48
#: app/views/popup.httpstep.php:45 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:201
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:316
#: app/views/popup.lldoperation.php:264 app/views/popup.lldoverride.php:47
-#: app/views/popup.triggerwizard.php:81 correlation.php:35
-#: disc_prototypes.php:44 graphs.php:43 host_discovery.php:50 httpconf.php:41
+#: app/views/popup.tabfilter.edit.php:31 app/views/popup.triggerwizard.php:81
+#: correlation.php:35 disc_prototypes.php:44 graphs.php:43
+#: host_discovery.php:50 httpconf.php:41
#: include/classes/screens/CScreenHttpTest.php:106
#: include/classes/widgets/CWidgetHelper.php:61 include/forms.inc.php:273
#: include/forms.inc.php:1200 include/hosts.inc.php:109
@@ -11547,19 +11602,19 @@ msgstr ""
#: include/views/configuration.graph.list.php:136
#: include/views/configuration.host.discovery.edit.php:49
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
-#: include/views/configuration.host.discovery.edit.php:719
+#: include/views/configuration.host.discovery.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:721
#: include/views/configuration.host.discovery.list.php:90
#: include/views/configuration.host.discovery.list.php:174
-#: include/views/configuration.host.edit.php:472
-#: include/views/configuration.host.edit.php:505
+#: include/views/configuration.host.edit.php:468
+#: include/views/configuration.host.edit.php:501
#: include/views/configuration.hostgroups.list.php:43
#: include/views/configuration.hostgroups.list.php:61
#: include/views/configuration.host.list.php:132
#: include/views/configuration.host.list.php:183
#: include/views/configuration.host.massupdate.php:226
-#: include/views/configuration.host.prototype.edit.php:190
-#: include/views/configuration.host.prototype.edit.php:219
+#: include/views/configuration.host.prototype.edit.php:205
+#: include/views/configuration.host.prototype.edit.php:234
#: include/views/configuration.host.prototype.list.php:57
#: include/views/configuration.httpconf.edit.php:63
#: include/views/configuration.httpconf.edit.php:123
@@ -11568,15 +11623,15 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:113
#: include/views/configuration.item.edit.php:71
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
+#: include/views/configuration.item.edit.php:246
#: include/views/configuration.item.list.php:66
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:54
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
+#: include/views/configuration.item.prototype.edit.php:228
#: include/views/configuration.item.prototype.list.php:56
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.maintenance.edit.php:91
#: include/views/configuration.maintenance.list.php:57
#: include/views/configuration.maintenance.list.php:82
@@ -11586,12 +11641,12 @@ msgstr ""
#: include/views/configuration.template.list.php:147
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.edit.php:66
-#: include/views/configuration.trigger.prototype.edit.php:555
+#: include/views/configuration.trigger.prototype.edit.php:562
#: include/views/configuration.trigger.prototype.list.php:55
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.trigger.prototype.massupdate.php:100
#: include/views/configuration.triggers.edit.php:87
-#: include/views/configuration.triggers.edit.php:578
+#: include/views/configuration.triggers.edit.php:585
#: include/views/configuration.triggers.list.php:64
#: include/views/configuration.triggers.list.php:199
#: include/views/configuration.triggers.massupdate.php:90
@@ -11682,12 +11737,12 @@ msgid "Never"
msgstr "從未"
#: include/views/configuration.httpconf.edit.php:78
-#: include/views/configuration.item.edit.php:781
-#: include/views/configuration.item.prototype.edit.php:658
+#: include/views/configuration.item.edit.php:783
+#: include/views/configuration.item.prototype.edit.php:660
msgid "New application"
msgstr "新的應用集"
-#: include/views/configuration.item.prototype.edit.php:672
+#: include/views/configuration.item.prototype.edit.php:674
msgid "New application prototype"
msgstr ""
@@ -11701,7 +11756,7 @@ msgstr "新的觸發æ¢ä»¶"
msgid "New dashboard"
msgstr ""
-#: jsLoader.php:217
+#: jsLoader.php:219
msgid "New element"
msgstr "新的組件"
@@ -11737,13 +11792,13 @@ msgstr ""
msgid "New triggers"
msgstr ""
-#: jsLoader.php:147
+#: jsLoader.php:149
msgid "Next page"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:133
-#: include/classes/setup/CSetupWizard.php:408
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:142
+#: include/classes/setup/CSetupWizard.php:421
+#: include/classes/setup/CSetupWizard.php:552
msgid "Next step"
msgstr ""
@@ -11752,20 +11807,20 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:647
#: app/views/popup.lldoperation.php:79 app/views/popup.lldoperation.php:91
-#: include/actions.inc.php:33 include/blocks.inc.php:618
-#: include/blocks.inc.php:696 include/blocks.inc.php:862
+#: include/actions.inc.php:33 include/blocks.inc.php:617
+#: include/blocks.inc.php:695 include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1239 include/triggers.inc.php:1244
+#: include/triggers.inc.php:1241 include/triggers.inc.php:1246
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:355
+#: include/views/configuration.item.prototype.massupdate.php:361
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:66
@@ -11919,6 +11974,7 @@ msgid "No data."
msgstr ""
#: include/classes/api/services/CHostInterface.php:994
+#: include/classes/api/services/CHostPrototype.php:1691
#, c-format
msgid "No default interface for \"%1$s\" type on \"%2$s\"."
msgstr "\"%2$s\"上之\"%1$s\"é¡žåž‹ç„¡é è¨­ä»‹é¢."
@@ -11935,12 +11991,12 @@ msgstr "沒有所稱的探索è¦å‰‡ID"
#: app/views/administration.autoreg.edit.php:48
#: app/views/administration.proxy.edit.php:94
#: app/views/administration.proxy.edit.php:102
-#: include/views/configuration.host.edit.php:703
-#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:699
+#: include/views/configuration.host.edit.php:709
#: include/views/configuration.host.massupdate.php:261
#: include/views/configuration.host.massupdate.php:269
-#: include/views/configuration.host.prototype.edit.php:344
-#: include/views/configuration.host.prototype.edit.php:354
+#: include/views/configuration.host.prototype.edit.php:359
+#: include/views/configuration.host.prototype.edit.php:369
msgid "No encryption"
msgstr ""
@@ -12007,12 +12063,12 @@ msgstr ""
msgid "No image"
msgstr "沒有圖片"
-#: include/views/configuration.host.discovery.edit.php:387
-#: include/views/configuration.item.edit.php:448
+#: include/views/configuration.host.discovery.edit.php:389
+#: include/views/configuration.item.edit.php:450
#: include/views/configuration.item.massupdate.php:63
-#: include/views/configuration.item.prototype.edit.php:431
+#: include/views/configuration.item.prototype.edit.php:433
#: include/views/configuration.item.prototype.massupdate.php:59
-#: jsLoader.php:328
+#: jsLoader.php:330
msgid "No interface found"
msgstr "沒有找到介é¢"
@@ -12027,7 +12083,7 @@ msgid "No interface provided for proxy \"%1$s\"."
msgstr ""
#: include/views/js/configuration.host.edit.js.php:170
-msgid "No interfaces are defined for this host."
+msgid "No interfaces are defined."
msgstr ""
#: include/classes/api/services/CAction.php:1957
@@ -12065,7 +12121,7 @@ msgstr "沒有æ供拓墣圖ID給篩é¸çµ„件."
msgid "No maps added."
msgstr ""
-#: include/classes/html/CMultiSelect.php:82 jsLoader.php:260
+#: include/classes/html/CMultiSelect.php:82 jsLoader.php:262
msgid "No matches found"
msgstr ""
@@ -12096,8 +12152,8 @@ msgstr "沒有系統存å–的許å¯æ¬Š"
#: app/controllers/CControllerMenuPopup.php:203
#: app/controllers/CControllerMenuPopup.php:265
#: app/controllers/CControllerMenuPopup.php:296
-#: app/controllers/CControllerMenuPopup.php:469
-#: app/controllers/CControllerMenuPopup.php:623
+#: app/controllers/CControllerMenuPopup.php:471
+#: app/controllers/CControllerMenuPopup.php:625
#: app/controllers/CControllerPopupMediatypeTestEdit.php:56
#: app/controllers/CControllerPopupMediatypeTestSend.php:73
#: app/controllers/CControllerPopupScriptExec.php:99
@@ -12106,8 +12162,8 @@ msgstr "沒有系統存å–的許å¯æ¬Š"
#: app/controllers/CControllerWidgetIteratorGraphPrototypeView.php:283
#: app/controllers/CControllerWidgetMapView.php:68
#: app/controllers/CControllerWidgetPlainTextView.php:78
-#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1203
-#: disc_prototypes.php:1447 host_discovery.php:757
+#: app/views/monitoring.widget.graph.view.php:27 disc_prototypes.php:1212
+#: disc_prototypes.php:1457 host_discovery.php:761
#: hostinventoriesoverview.php:74
#: include/classes/api/services/CAction.php:1590
#: include/classes/api/services/CAction.php:1969
@@ -12163,12 +12219,12 @@ msgstr "沒有系統存å–的許å¯æ¬Š"
#: include/classes/api/services/CHost.php:1382
#: include/classes/api/services/CHost.php:2003
#: include/classes/api/services/CHost.php:2136
-#: include/classes/api/services/CHostPrototype.php:429
-#: include/classes/api/services/CHostPrototype.php:475
-#: include/classes/api/services/CHostPrototype.php:496
-#: include/classes/api/services/CHostPrototype.php:1095
-#: include/classes/api/services/CHostPrototype.php:1117
-#: include/classes/api/services/CHostPrototype.php:1151
+#: include/classes/api/services/CHostPrototype.php:488
+#: include/classes/api/services/CHostPrototype.php:534
+#: include/classes/api/services/CHostPrototype.php:555
+#: include/classes/api/services/CHostPrototype.php:1162
+#: include/classes/api/services/CHostPrototype.php:1184
+#: include/classes/api/services/CHostPrototype.php:1218
#: include/classes/api/services/CHousekeeping.php:164
#: include/classes/api/services/CHttpTest.php:446
#: include/classes/api/services/CHttpTest.php:539
@@ -12227,7 +12283,7 @@ msgstr "沒有系統存å–的許å¯æ¬Š"
#: include/classes/api/services/CTemplateScreen.php:682
#: include/classes/api/services/CTemplateScreen.php:745
#: include/classes/api/services/CTemplateScreen.php:756
-#: include/classes/api/services/CTriggerGeneral.php:1081
+#: include/classes/api/services/CTriggerGeneral.php:1092
#: include/classes/api/services/CTrigger.php:647
#: include/classes/api/services/CTrigger.php:691
#: include/classes/api/services/CTrigger.php:727
@@ -12248,7 +12304,7 @@ msgstr "沒有系統存å–的許å¯æ¬Š"
#: include/classes/screens/CScreenHistory.php:139
#: include/classes/screens/CScreenHttpTestDetails.php:46
#: include/classes/screens/CScreenLldGraph.php:51 include/func.inc.php:1488
-#: items.php:1465 items.php:1679 services.php:84
+#: items.php:1474 items.php:1689 services.php:84
msgid "No permissions to referred object or it does not exist!"
msgstr "沒有所說的物件的許å¯æ¬Šæˆ–å…¶ä¸å­˜åœ¨!"
@@ -12278,7 +12334,7 @@ msgstr "沒有指定的公開金鑰檔"
msgid "No recipients for action operation message."
msgstr "沒有動作æ“作訊æ¯çš„收å—者."
-#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:312
+#: include/classes/widgets/CWidgetConfig.php:159 jsLoader.php:314
msgid "No refresh"
msgstr ""
@@ -12290,11 +12346,11 @@ msgstr ""
msgid "No script specified for action operation command."
msgstr "沒有指定給動作æ“作命令的腳本."
-#: triggers.php:605
+#: triggers.php:611
msgid "No target selected"
msgstr "沒有é¸æ“‡ç›®æ¨™"
-#: graphs.php:404 items.php:1285
+#: graphs.php:404 items.php:1294
msgid "No target selected."
msgstr "沒有已é¸çš„目標"
@@ -12311,19 +12367,19 @@ msgstr "沒有已定義的觸發器."
msgid "No value"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:865
+#: include/classes/validators/CApiInputValidator.php:877
msgid "Non-boolean flags are deprecated."
msgstr ""
#: app/partials/administration.usergroup.grouprights.html.php:72
+#: app/partials/monitoring.problem.filter.php:209
+#: app/partials/monitoring.problem.filter.php:221
+#: app/partials/monitoring.problem.filter.php:240
#: app/views/administration.mediatype.edit.php:77
#: app/views/administration.mediatype.edit.php:86
#: app/views/administration.proxy.list.php:121
#: app/views/administration.proxy.list.php:134
#: app/views/administration.usergroup.edit.php:135
-#: app/views/monitoring.problem.view.php:278
-#: app/views/monitoring.problem.view.php:289
-#: app/views/monitoring.problem.view.php:306
#: include/classes/widgets/CWidgetHelper.php:732
#: include/classes/widgets/CWidgetHelper.php:807
#: include/classes/widgets/CWidgetHelper.php:1067
@@ -12336,18 +12392,18 @@ msgstr ""
#: include/views/configuration.host.list.php:368
#: include/views/configuration.host.list.php:380
#: include/views/configuration.host.list.php:383
-#: include/views/configuration.item.edit.php:786
-#: include/views/configuration.item.edit.php:800
-#: include/views/configuration.item.prototype.edit.php:665
-#: include/views/configuration.item.prototype.edit.php:680
-#: include/views/configuration.trigger.prototype.edit.php:288
-#: include/views/configuration.triggers.edit.php:312
+#: include/views/configuration.item.edit.php:788
+#: include/views/configuration.item.edit.php:802
+#: include/views/configuration.item.prototype.edit.php:667
+#: include/views/configuration.item.prototype.edit.php:682
+#: include/views/configuration.trigger.prototype.edit.php:295
+#: include/views/configuration.triggers.edit.php:319
#: include/views/js/monitoring.sysmaps.js.php:27
msgid "None"
msgstr "ç„¡"
#: app/views/popup.generic.php:512 include/graphs.inc.php:24
-#: include/items.inc.php:156 include/triggers.inc.php:1232
+#: include/items.inc.php:156 include/triggers.inc.php:1234
#: include/views/configuration.triggers.list.php:71
#: include/views/monitoring.history.php:241
msgid "Normal"
@@ -12445,7 +12501,7 @@ msgstr ""
msgid "Nov"
msgstr "å一"
-#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:180
+#: include/func.inc.php:110 include/func.inc.php:247 jsLoader.php:182
msgid "November"
msgstr "å一月"
@@ -12458,11 +12514,11 @@ msgstr ""
msgid "Number of enabled items on the host."
msgstr ""
-#: include/blocks.inc.php:622
+#: include/blocks.inc.php:621
msgid "Number of hosts (enabled/disabled)"
msgstr ""
-#: include/blocks.inc.php:635
+#: include/blocks.inc.php:634
msgid "Number of items (enabled/disabled/not supported)"
msgstr ""
@@ -12530,11 +12586,11 @@ msgstr "狀態改變次數"
msgid "Number of steps"
msgstr "Number of steps"
-#: include/blocks.inc.php:631
+#: include/blocks.inc.php:630
msgid "Number of templates"
msgstr ""
-#: include/blocks.inc.php:646
+#: include/blocks.inc.php:645
msgid "Number of triggers (enabled/disabled [problem/ok])"
msgstr ""
@@ -12550,7 +12606,7 @@ msgstr ""
msgid "Number of unsupported items on the host."
msgstr ""
-#: include/blocks.inc.php:658
+#: include/blocks.inc.php:657
msgid "Number of users (online)"
msgstr "用戶數(線上)"
@@ -12602,22 +12658,22 @@ msgid "Numeral systems"
msgstr ""
#: include/forms.inc.php:185 include/items.inc.php:125
-#: include/triggers.inc.php:1841 include/views/configuration.item.edit.php:558
-#: include/views/configuration.item.massupdate.php:167
-#: include/views/configuration.item.prototype.edit.php:525
-#: include/views/configuration.item.prototype.massupdate.php:163
+#: include/triggers.inc.php:1843 include/views/configuration.item.edit.php:560
+#: include/views/configuration.item.massupdate.php:173
+#: include/views/configuration.item.prototype.edit.php:527
+#: include/views/configuration.item.prototype.massupdate.php:169
msgid "Numeric (float)"
msgstr "數字的 (浮點)"
-#: include/triggers.inc.php:1842
+#: include/triggers.inc.php:1844
msgid "Numeric (integer)"
msgstr ""
#: include/forms.inc.php:184 include/items.inc.php:123
-#: include/views/configuration.item.edit.php:557
-#: include/views/configuration.item.massupdate.php:166
-#: include/views/configuration.item.prototype.edit.php:524
-#: include/views/configuration.item.prototype.massupdate.php:162
+#: include/views/configuration.item.edit.php:559
+#: include/views/configuration.item.massupdate.php:172
+#: include/views/configuration.item.prototype.edit.php:526
+#: include/views/configuration.item.prototype.massupdate.php:168
msgid "Numeric (unsigned)"
msgstr "數字的 (無正負)"
@@ -12635,13 +12691,13 @@ msgstr "OEM"
msgid "OK"
msgstr "正常"
-#: include/views/configuration.trigger.prototype.edit.php:489
-#: include/views/configuration.triggers.edit.php:515
+#: include/views/configuration.trigger.prototype.edit.php:496
+#: include/views/configuration.triggers.edit.php:522
msgid "OK event closes"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:284
-#: include/views/configuration.triggers.edit.php:308
+#: include/views/configuration.trigger.prototype.edit.php:291
+#: include/views/configuration.triggers.edit.php:315
msgid "OK event generation"
msgstr ""
@@ -12657,7 +12713,7 @@ msgstr "OOP路由器"
msgid "OOB subnet mask"
msgstr "OOBå­ç¶²é®ç½©"
-#: app/views/popup.triggerwizard.php:101
+#: app/views/popup.triggerwizard.php:107
msgid "OR"
msgstr "OR"
@@ -12685,13 +12741,13 @@ msgstr "å月"
msgid "Octal to decimal"
msgstr ""
-#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:179
+#: include/func.inc.php:109 include/func.inc.php:246 jsLoader.php:181
msgid "October"
msgstr "å月"
#: app/views/administration.proxy.list.php:153
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:199
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:201
msgid "Off"
msgstr "關"
@@ -12723,7 +12779,7 @@ msgstr ""
#: app/views/administration.proxy.list.php:152
#: include/views/monitoring.sysmap.constructor.php:52
-#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:198
+#: include/views/monitoring.sysmap.constructor.php:62 jsLoader.php:200
msgid "On"
msgstr "é–‹"
@@ -12798,7 +12854,7 @@ msgstr ""
msgid "Only administrators can set slide show owner."
msgstr ""
-#: include/blocks.inc.php:636
+#: include/blocks.inc.php:635
msgid "Only items assigned to enabled hosts are counted"
msgstr "åªè¨ˆç®—指派給啟用的主機的項目"
@@ -12853,7 +12909,7 @@ msgstr ""
msgid "Only the last 20%% of the indicator is displayed."
msgstr "åªå¯é¡¯ç¤ºæœ€è¿‘çš„20%%的指示燈號."
-#: include/blocks.inc.php:647
+#: include/blocks.inc.php:646
msgid "Only triggers assigned to enabled hosts and depending on enabled items are counted"
msgstr "åªè¨ˆç®—指派給啟用的主機的和相ä¾æ–¼å•Ÿç”¨çš„項目的觸發器"
@@ -12875,7 +12931,7 @@ msgstr ""
msgid "Operation cannot be performed due to unauthorized request."
msgstr "由於未èªè­‰çš„請求, æ“作無法完æˆ."
-#: jsLoader.php:126
+#: jsLoader.php:128
msgid "Operation details"
msgstr "æ“作細節"
@@ -12891,12 +12947,12 @@ msgstr "æ“作並無模æ¿ä¾†æ“作."
msgid "Operation type"
msgstr "æ“作類型"
-#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:759
-#: include/classes/screens/CScreenProblem.php:896
-#: include/classes/screens/CScreenProblem.php:1143 include/events.inc.php:158
-#: include/views/configuration.trigger.prototype.edit.php:73
+#: app/views/monitoring.widget.problems.view.php:62 include/blocks.inc.php:758
+#: include/classes/screens/CScreenProblem.php:911
+#: include/classes/screens/CScreenProblem.php:1158 include/events.inc.php:158
+#: include/views/configuration.trigger.prototype.edit.php:80
#: include/views/configuration.trigger.prototype.list.php:56
-#: include/views/configuration.triggers.edit.php:94
+#: include/views/configuration.triggers.edit.php:101
#: include/views/configuration.triggers.list.php:200
msgid "Operational data"
msgstr ""
@@ -12944,24 +13000,24 @@ msgstr "æ“作者"
msgid "Options"
msgstr ""
-#: app/partials/popup.operations.php:377 app/views/monitoring.host.view.php:53
-#: app/views/monitoring.problem.view.php:241
-#: app/views/popup.lldoverride.php:69
+#: app/partials/monitoring.host.filter.php:33
+#: app/partials/monitoring.problem.filter.php:169
+#: app/partials/popup.operations.php:377 app/views/popup.lldoverride.php:69
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:81
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:81
#: include/classes/widgets/forms/CWidgetFormProblems.php:96
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:384
-#: include/triggers.inc.php:1305
+#: include/triggers.inc.php:1307
#: include/views/configuration.action.edit.php:118
#: include/views/configuration.correlation.edit.php:109
-#: include/views/configuration.host.discovery.edit.php:553
+#: include/views/configuration.host.discovery.edit.php:555
#: include/views/configuration.host.list.php:54
#: include/views/configuration.maintenance.edit.php:135
#: include/views/configuration.template.list.php:38
-#: include/views/configuration.trigger.prototype.edit.php:151
-#: include/views/configuration.trigger.prototype.edit.php:344
-#: include/views/configuration.triggers.edit.php:172
-#: include/views/configuration.triggers.edit.php:367
+#: include/views/configuration.trigger.prototype.edit.php:158
+#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.triggers.edit.php:179
+#: include/views/configuration.triggers.edit.php:374
#: include/views/configuration.triggers.list.php:100
msgid "Or"
msgstr ""
@@ -12990,55 +13046,57 @@ msgstr ""
#: include/views/configuration.item.massupdate.php:76
#: include/views/configuration.item.massupdate.php:83
#: include/views/configuration.item.massupdate.php:91
-#: include/views/configuration.item.massupdate.php:104
-#: include/views/configuration.item.massupdate.php:126
-#: include/views/configuration.item.massupdate.php:162
-#: include/views/configuration.item.massupdate.php:175
-#: include/views/configuration.item.massupdate.php:182
-#: include/views/configuration.item.massupdate.php:192
-#: include/views/configuration.item.massupdate.php:199
-#: include/views/configuration.item.massupdate.php:206
-#: include/views/configuration.item.massupdate.php:213
-#: include/views/configuration.item.massupdate.php:223
-#: include/views/configuration.item.massupdate.php:295
-#: include/views/configuration.item.massupdate.php:302
-#: include/views/configuration.item.massupdate.php:320
-#: include/views/configuration.item.massupdate.php:344
-#: include/views/configuration.item.massupdate.php:351
-#: include/views/configuration.item.massupdate.php:366
-#: include/views/configuration.item.massupdate.php:377
-#: include/views/configuration.item.massupdate.php:384
-#: include/views/configuration.item.massupdate.php:445
-#: include/views/configuration.item.massupdate.php:485
-#: include/views/configuration.item.massupdate.php:494
+#: include/views/configuration.item.massupdate.php:103
+#: include/views/configuration.item.massupdate.php:110
+#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.massupdate.php:168
+#: include/views/configuration.item.massupdate.php:181
+#: include/views/configuration.item.massupdate.php:188
+#: include/views/configuration.item.massupdate.php:198
+#: include/views/configuration.item.massupdate.php:205
+#: include/views/configuration.item.massupdate.php:212
+#: include/views/configuration.item.massupdate.php:219
+#: include/views/configuration.item.massupdate.php:229
+#: include/views/configuration.item.massupdate.php:301
+#: include/views/configuration.item.massupdate.php:308
+#: include/views/configuration.item.massupdate.php:326
+#: include/views/configuration.item.massupdate.php:350
+#: include/views/configuration.item.massupdate.php:357
+#: include/views/configuration.item.massupdate.php:372
+#: include/views/configuration.item.massupdate.php:383
+#: include/views/configuration.item.massupdate.php:390
+#: include/views/configuration.item.massupdate.php:451
+#: include/views/configuration.item.massupdate.php:491
+#: include/views/configuration.item.massupdate.php:500
#: include/views/configuration.item.prototype.massupdate.php:40
#: include/views/configuration.item.prototype.massupdate.php:50
#: include/views/configuration.item.prototype.massupdate.php:72
#: include/views/configuration.item.prototype.massupdate.php:79
#: include/views/configuration.item.prototype.massupdate.php:87
-#: include/views/configuration.item.prototype.massupdate.php:100
-#: include/views/configuration.item.prototype.massupdate.php:122
-#: include/views/configuration.item.prototype.massupdate.php:158
-#: include/views/configuration.item.prototype.massupdate.php:171
-#: include/views/configuration.item.prototype.massupdate.php:178
-#: include/views/configuration.item.prototype.massupdate.php:188
-#: include/views/configuration.item.prototype.massupdate.php:195
-#: include/views/configuration.item.prototype.massupdate.php:202
-#: include/views/configuration.item.prototype.massupdate.php:209
-#: include/views/configuration.item.prototype.massupdate.php:219
-#: include/views/configuration.item.prototype.massupdate.php:293
-#: include/views/configuration.item.prototype.massupdate.php:300
-#: include/views/configuration.item.prototype.massupdate.php:318
-#: include/views/configuration.item.prototype.massupdate.php:344
+#: include/views/configuration.item.prototype.massupdate.php:99
+#: include/views/configuration.item.prototype.massupdate.php:106
+#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.massupdate.php:164
+#: include/views/configuration.item.prototype.massupdate.php:177
+#: include/views/configuration.item.prototype.massupdate.php:184
+#: include/views/configuration.item.prototype.massupdate.php:194
+#: include/views/configuration.item.prototype.massupdate.php:201
+#: include/views/configuration.item.prototype.massupdate.php:208
+#: include/views/configuration.item.prototype.massupdate.php:215
+#: include/views/configuration.item.prototype.massupdate.php:225
+#: include/views/configuration.item.prototype.massupdate.php:299
+#: include/views/configuration.item.prototype.massupdate.php:306
+#: include/views/configuration.item.prototype.massupdate.php:324
#: include/views/configuration.item.prototype.massupdate.php:350
-#: include/views/configuration.item.prototype.massupdate.php:360
-#: include/views/configuration.item.prototype.massupdate.php:376
-#: include/views/configuration.item.prototype.massupdate.php:387
-#: include/views/configuration.item.prototype.massupdate.php:394
+#: include/views/configuration.item.prototype.massupdate.php:356
+#: include/views/configuration.item.prototype.massupdate.php:366
+#: include/views/configuration.item.prototype.massupdate.php:382
+#: include/views/configuration.item.prototype.massupdate.php:393
#: include/views/configuration.item.prototype.massupdate.php:400
-#: include/views/configuration.item.prototype.massupdate.php:475
-#: include/views/configuration.item.prototype.massupdate.php:507
-#: include/views/configuration.item.prototype.massupdate.php:517
+#: include/views/configuration.item.prototype.massupdate.php:406
+#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.prototype.massupdate.php:513
+#: include/views/configuration.item.prototype.massupdate.php:523
#: include/views/configuration.template.massupdate.php:49
#: include/views/configuration.template.massupdate.php:78
#: include/views/configuration.template.massupdate.php:125
@@ -13077,8 +13135,8 @@ msgstr "其它"
msgid "Outgoing traffic statistics on network interface. Returns integer"
msgstr ""
-#: include/views/configuration.item.edit.php:655
-#: include/views/configuration.item.edit.php:691
+#: include/views/configuration.item.edit.php:657
+#: include/views/configuration.item.edit.php:693
msgctxt "item_form"
msgid "Overridden by"
msgstr ""
@@ -13102,8 +13160,8 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:415
#: include/classes/widgets/views/widget.svggraph.form.view.php:294
-#: include/views/configuration.host.discovery.edit.php:735
-#: include/views/configuration.host.discovery.edit.php:752
+#: include/views/configuration.host.discovery.edit.php:737
+#: include/views/configuration.host.discovery.edit.php:754
msgid "Overrides"
msgstr ""
@@ -13288,16 +13346,16 @@ msgstr "POP"
#: app/views/monitoring.widget.problems.view.php:95 chart5.php:199
#: include/classes/graph/CSvgGraph.php:1072
#: include/classes/screens/CScreenEvents.php:114
-#: include/classes/screens/CScreenProblem.php:969
-#: include/classes/screens/CScreenProblem.php:1168 include/events.inc.php:328
+#: include/classes/screens/CScreenProblem.php:984
+#: include/classes/screens/CScreenProblem.php:1183 include/events.inc.php:328
#: include/events.inc.php:526 include/triggers.inc.php:250
#: include/views/monitoring.overview.items.php:36
#: include/views/monitoring.overview.triggers.php:45
msgid "PROBLEM"
msgstr "å•é¡Œ"
-#: include/views/configuration.trigger.prototype.edit.php:482
-#: include/views/configuration.triggers.edit.php:508
+#: include/views/configuration.trigger.prototype.edit.php:489
+#: include/views/configuration.triggers.edit.php:515
msgid "PROBLEM event generation mode"
msgstr ""
@@ -13309,26 +13367,26 @@ msgstr ""
#: app/views/administration.proxy.edit.php:111
#: app/views/administration.proxy.list.php:124
#: app/views/administration.proxy.list.php:137
-#: include/views/configuration.host.edit.php:704
-#: include/views/configuration.host.edit.php:717
-#: include/views/configuration.host.edit.php:732
+#: include/views/configuration.host.edit.php:700
+#: include/views/configuration.host.edit.php:713
+#: include/views/configuration.host.edit.php:728
#: include/views/configuration.host.list.php:371
#: include/views/configuration.host.list.php:387
#: include/views/configuration.host.list.php:390
#: include/views/configuration.host.massupdate.php:262
#: include/views/configuration.host.massupdate.php:270
#: include/views/configuration.host.massupdate.php:280
-#: include/views/configuration.host.prototype.edit.php:345
-#: include/views/configuration.host.prototype.edit.php:358
-#: include/views/configuration.host.prototype.edit.php:371
+#: include/views/configuration.host.prototype.edit.php:360
+#: include/views/configuration.host.prototype.edit.php:373
+#: include/views/configuration.host.prototype.edit.php:386
msgid "PSK"
msgstr ""
#: app/views/administration.autoreg.edit.php:56
#: app/views/administration.proxy.edit.php:106
-#: include/views/configuration.host.edit.php:726
+#: include/views/configuration.host.edit.php:722
#: include/views/configuration.host.massupdate.php:274
-#: include/views/configuration.host.prototype.edit.php:366
+#: include/views/configuration.host.prototype.edit.php:381
msgid "PSK identity"
msgstr ""
@@ -13347,13 +13405,13 @@ msgctxt "page navigation"
msgid "Pager"
msgstr ""
-#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:611
+#: app/views/administration.mediatype.edit.php:99 include/blocks.inc.php:610
msgid "Parameter"
msgstr "å‚數"
#: include/classes/api/services/CUser.php:307
#: include/classes/api/services/CUser.php:454
-#: include/classes/validators/CApiInputValidator.php:925
+#: include/classes/validators/CApiInputValidator.php:937
#, c-format
msgid "Parameter \"%1$s\" is deprecated."
msgstr ""
@@ -13424,28 +13482,28 @@ msgstr "被動å¼"
#: app/partials/popup.operations.php:245 app/partials/popup.operations.php:288
#: app/views/administration.mediatype.edit.php:200
#: app/views/administration.user.edit.php:114
-#: app/views/administration.user.edit.php:130 disc_prototypes.php:232
-#: host_discovery.php:188 httpconf.php:75
-#: include/classes/setup/CSetupWizard.php:341
-#: include/views/configuration.host.discovery.edit.php:295
-#: include/views/configuration.host.discovery.edit.php:413
-#: include/views/configuration.host.discovery.edit.php:442
-#: include/views/configuration.host.edit.php:603
+#: app/views/administration.user.edit.php:130 disc_prototypes.php:236
+#: host_discovery.php:192 httpconf.php:75
+#: include/classes/setup/CSetupWizard.php:356
+#: include/views/configuration.host.discovery.edit.php:297
+#: include/views/configuration.host.discovery.edit.php:415
+#: include/views/configuration.host.discovery.edit.php:444
+#: include/views/configuration.host.edit.php:599
#: include/views/configuration.host.massupdate.php:190
-#: include/views/configuration.host.prototype.edit.php:296
+#: include/views/configuration.host.prototype.edit.php:311
#: include/views/configuration.httpconf.edit.php:170
-#: include/views/configuration.item.edit.php:339
-#: include/views/configuration.item.edit.php:477
-#: include/views/configuration.item.edit.php:514
-#: include/views/configuration.item.massupdate.php:186
-#: include/views/configuration.item.massupdate.php:214
-#: include/views/configuration.item.prototype.edit.php:321
-#: include/views/configuration.item.prototype.edit.php:455
-#: include/views/configuration.item.prototype.edit.php:484
-#: include/views/configuration.item.prototype.massupdate.php:182
-#: include/views/configuration.item.prototype.massupdate.php:210
+#: include/views/configuration.item.edit.php:341
+#: include/views/configuration.item.edit.php:479
+#: include/views/configuration.item.edit.php:516
+#: include/views/configuration.item.massupdate.php:192
+#: include/views/configuration.item.massupdate.php:220
+#: include/views/configuration.item.prototype.edit.php:323
+#: include/views/configuration.item.prototype.edit.php:457
+#: include/views/configuration.item.prototype.edit.php:486
+#: include/views/configuration.item.prototype.massupdate.php:188
+#: include/views/configuration.item.prototype.massupdate.php:216
#: include/views/general.login.php:75
-#: include/views/js/common.item.edit.js.php:217 items.php:225
+#: include/views/js/common.item.edit.js.php:217 items.php:229
msgid "Password"
msgstr "密碼"
@@ -13457,15 +13515,15 @@ msgstr "確èªå¯†ç¢¼"
msgid "Password is not mandatory for non internal authentication type."
msgstr ""
-#: jsLoader.php:133 jsLoader.php:219
+#: jsLoader.php:135 jsLoader.php:221
msgid "Paste"
msgstr ""
-#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:131
+#: app/views/monitoring.dashboard.view.php:111 jsLoader.php:133
msgid "Paste widget"
msgstr ""
-#: jsLoader.php:220
+#: jsLoader.php:222
msgid "Paste without external links"
msgstr ""
@@ -13482,7 +13540,7 @@ msgstr ""
msgid "Peak memory usage: %1$s"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:150
+#: app/controllers/CControllerPopupTriggerExpr.php:164
msgid "Percentage"
msgstr ""
@@ -13499,17 +13557,22 @@ msgstr "百分比線(å³)"
msgid "Performs a DNS query. Returns character string with the required type of information"
msgstr ""
-#: app/views/popup.lldoperation.php:110 app/views/report.services.php:37
-#: include/views/configuration.host.discovery.edit.php:472
-#: include/views/configuration.item.edit.php:581
-#: include/views/configuration.item.massupdate.php:242
-#: include/views/configuration.item.prototype.edit.php:548
-#: include/views/configuration.item.prototype.massupdate.php:240
+#: app/views/popup.lldoperation.php:110 app/views/popup.triggerexpr.php:143
+#: app/views/report.services.php:37
+#: include/views/configuration.host.discovery.edit.php:474
+#: include/views/configuration.item.edit.php:583
+#: include/views/configuration.item.massupdate.php:248
+#: include/views/configuration.item.prototype.edit.php:550
+#: include/views/configuration.item.prototype.massupdate.php:246
#: include/views/configuration.maintenance.edit.php:45 report4.php:113
#: srv_status.php:169
msgid "Period"
msgstr "期間"
+#: app/controllers/CControllerPopupTriggerExpr.php:78
+msgid "Period shift"
+msgstr ""
+
#: app/views/popup.maintenance.period.php:69
#: include/views/configuration.maintenance.edit.php:45
#: include/views/configuration.services.edit.php:234
@@ -13555,7 +13618,7 @@ msgid "Placing algorithm"
msgstr "置入演算法"
#: app/views/administration.mediatype.edit.php:204
-#: include/classes/setup/CSetupWizard.php:312
+#: include/classes/setup/CSetupWizard.php:322
#: include/classes/widgets/CWidgetConfig.php:45 include/screens.inc.php:35
msgid "Plain text"
msgstr "文本"
@@ -13569,7 +13632,7 @@ msgstr "播放"
msgid "Play sound"
msgstr "播放è²éŸ³"
-#: include/classes/setup/CSetupWizard.php:539
+#: include/classes/setup/CSetupWizard.php:552
#, c-format
msgid "Please check configuration parameters. If all is correct, press \"%1$s\" button, or \"%2$s\" button to change configuration parameters."
msgstr ""
@@ -13578,20 +13641,20 @@ msgstr ""
msgid "Please confirm that you want to remove all macros."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:408
+#: include/classes/setup/CSetupWizard.php:421
#, c-format
msgid "Please create database manually, and set the configuration parameters for connection to this database. Press \"%1$s\" button when done."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:847
+#: include/classes/setup/CSetupWizard.php:857
msgid "Please enable \"allow_url_fopen\" directive."
msgstr ""
-#: include/classes/setup/CSetupWizard.php:437
+#: include/classes/setup/CSetupWizard.php:450
msgid "Please enter the host name or host IP address and port number of the Zabbix server, as well as the name of the installation (optional)."
msgstr ""
-#: jsLoader.php:208
+#: jsLoader.php:210
msgid "Please select two elements"
msgstr "è«‹é¸æ“‡å…©çµ„件"
@@ -13621,18 +13684,17 @@ msgstr ""
msgid "Polish (pl_PL)"
msgstr "波蘭(pl_PL)"
-#: include/views/configuration.item.edit.php:820
+#: include/views/configuration.item.edit.php:822
msgid "Populates host inventory field"
msgstr "填入主機資產紀錄欄ä½"
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1151
+#: app/partials/monitoring.host.filter.php:106
#: app/partials/popup.operations.php:305
#: app/views/administration.authentication.edit.php:97
#: app/views/administration.proxy.edit.php:48
-#: app/views/monitoring.host.view.php:131
-#: app/views/popup.itemtestedit.view.php:124
-#: include/classes/setup/CSetupWizard.php:423 include/hosts.inc.php:1445
+#: app/views/popup.itemtestedit.view.php:111
+#: include/classes/setup/CSetupWizard.php:436 include/hosts.inc.php:1445
#: include/views/configuration.host.list.php:141
#: include/views/inventory.host.view.php:79 setup.php:62
msgid "Port"
@@ -13663,33 +13725,33 @@ msgid "Post type"
msgstr ""
#: include/classes/setup/CSetupWizard.php:65
-#: include/classes/setup/CSetupWizard.php:537
+#: include/classes/setup/CSetupWizard.php:550
msgid "Pre-installation summary"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:743
-#: include/views/configuration.item.edit.php:839
-#: include/views/configuration.item.massupdate.php:504
-#: include/views/configuration.item.prototype.edit.php:705
-#: include/views/configuration.item.prototype.massupdate.php:527
-msgid "Preprocessing"
-msgstr ""
-
-#: app/views/popup.itemtestedit.view.php:229
#: include/views/configuration.host.discovery.edit.php:745
#: include/views/configuration.item.edit.php:841
-#: include/views/configuration.item.massupdate.php:224
+#: include/views/configuration.item.massupdate.php:510
#: include/views/configuration.item.prototype.edit.php:707
-#: include/views/configuration.item.prototype.massupdate.php:220
+#: include/views/configuration.item.prototype.massupdate.php:533
+msgid "Preprocessing"
+msgstr ""
+
+#: app/views/popup.itemtestedit.view.php:344
+#: include/views/configuration.host.discovery.edit.php:747
+#: include/views/configuration.item.edit.php:843
+#: include/views/configuration.item.massupdate.php:230
+#: include/views/configuration.item.prototype.edit.php:709
+#: include/views/configuration.item.prototype.massupdate.php:226
msgid "Preprocessing steps"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:177
-#: app/controllers/CControllerPopupItemTestSend.php:186
-#: app/controllers/CControllerPopupItemTestSend.php:191
-#: app/controllers/CControllerPopupItemTestSend.php:196
-#: app/controllers/CControllerPopupItemTestSend.php:201
-#: app/views/popup.itemtestedit.view.php:176
+#: app/controllers/CControllerPopupItemTestSend.php:169
+#: app/controllers/CControllerPopupItemTestSend.php:178
+#: app/controllers/CControllerPopupItemTestSend.php:183
+#: app/controllers/CControllerPopupItemTestSend.php:188
+#: app/controllers/CControllerPopupItemTestSend.php:193
+#: app/views/popup.itemtestedit.view.php:281
msgid "Prev. time"
msgstr ""
@@ -13700,23 +13762,23 @@ msgstr ""
msgid "Preview"
msgstr "é è¦½"
-#: include/func.inc.php:2464
+#: include/func.inc.php:2489
msgid "Previous month"
msgstr ""
-#: jsLoader.php:146
+#: jsLoader.php:148
msgid "Previous page"
msgstr ""
-#: app/views/popup.itemtestedit.view.php:154
+#: app/views/popup.itemtestedit.view.php:274
msgid "Previous value"
msgstr ""
-#: include/func.inc.php:2463
+#: include/func.inc.php:2488
msgid "Previous week"
msgstr ""
-#: include/func.inc.php:2465
+#: include/func.inc.php:2490
msgid "Previous year"
msgstr ""
@@ -13749,12 +13811,14 @@ msgid "Primary POC screen name"
msgstr "主è¦çš„POC代稱"
#: app/views/popup.discovery.check.php:116
-#: include/views/js/configuration.host.edit.js.php:124
+#: app/views/popup.itemtestedit.view.php:219
+#: include/views/js/configuration.host.edit.js.php:123
msgid "Privacy passphrase"
msgstr ""
#: app/views/popup.discovery.check.php:109
-#: include/views/js/configuration.host.edit.js.php:117
+#: app/views/popup.itemtestedit.view.php:206
+#: include/views/js/configuration.host.edit.js.php:116
msgid "Privacy protocol"
msgstr ""
@@ -13766,29 +13830,29 @@ msgid "Private"
msgstr ""
#: app/partials/popup.operations.php:278
-#: include/views/configuration.host.discovery.edit.php:436
-#: include/views/configuration.item.edit.php:508
-#: include/views/configuration.item.massupdate.php:207
-#: include/views/configuration.item.prototype.edit.php:478
-#: include/views/configuration.item.prototype.massupdate.php:203
+#: include/views/configuration.host.discovery.edit.php:438
+#: include/views/configuration.item.edit.php:510
+#: include/views/configuration.item.massupdate.php:213
+#: include/views/configuration.item.prototype.edit.php:480
+#: include/views/configuration.item.prototype.massupdate.php:209
msgid "Private key file"
msgstr "ç§æœ‰é‡‘鑰檔"
-#: include/views/configuration.host.edit.php:598
+#: include/views/configuration.host.edit.php:594
#: include/views/configuration.host.massupdate.php:176
-#: include/views/configuration.host.prototype.edit.php:289
+#: include/views/configuration.host.prototype.edit.php:304
msgid "Privilege level"
msgstr "優先權層級"
-#: app/views/monitoring.problem.view.php:176
+#: app/partials/monitoring.problem.filter.php:106
#: app/views/monitoring.widget.problems.view.php:58
#: app/views/popup.acknowledge.edit.php:33
-#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:758
+#: app/views/popup.mediatype.message.php:46 include/blocks.inc.php:757
#: include/classes/helpers/CMediatypeHelper.php:45
-#: include/classes/screens/CScreenProblem.php:871
-#: include/classes/screens/CScreenProblem.php:894
-#: include/classes/screens/CScreenProblem.php:1059
-#: include/classes/screens/CScreenProblem.php:1142
+#: include/classes/screens/CScreenProblem.php:886
+#: include/classes/screens/CScreenProblem.php:909
+#: include/classes/screens/CScreenProblem.php:1074
+#: include/classes/screens/CScreenProblem.php:1157
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:61
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:61
#: include/classes/widgets/forms/CWidgetFormProblems.php:76
@@ -13813,8 +13877,8 @@ msgstr ""
msgid "Problem display"
msgstr "å•é¡Œé¡¯ç¤º"
-#: include/triggers.inc.php:1225
-#: include/views/js/configuration.triggers.edit.js.php:46
+#: include/triggers.inc.php:1227
+#: include/views/js/configuration.triggers.edit.js.php:52
msgid "Problem expression"
msgstr ""
@@ -13831,7 +13895,7 @@ msgstr ""
msgid "Problem is suppressed"
msgstr ""
-#: jsLoader.php:229
+#: jsLoader.php:231
msgid "Problem on"
msgstr "å•é¡Œåœ¨"
@@ -13861,13 +13925,13 @@ msgstr "å•é¡Œ, 如果所有的下層都有å•é¡Œ"
msgid "Problem, if at least one child has a problem"
msgstr "å•é¡Œ, 如果至少一個下層有一個å•é¡Œ"
-#: app/controllers/CControllerProblemView.php:338
+#: app/controllers/CControllerProblemView.php:150
#: app/partials/common.filter.trigger.php:41
-#: app/partials/monitoring.host.view.html.php:37
-#: app/partials/monitoring.host.view.html.php:40
-#: app/partials/monitoring.host.view.html.php:122
-#: app/views/monitoring.problem.view.php:99
-#: app/views/monitoring.problem.view.php:357 app/views/report.services.php:72
+#: app/partials/monitoring.host.view.html.php:33
+#: app/partials/monitoring.host.view.html.php:36
+#: app/partials/monitoring.host.view.html.php:118
+#: app/partials/monitoring.problem.filter.php:30
+#: app/views/monitoring.problem.view.php:94 app/views/report.services.php:72
#: app/views/report.services.php:73 app/views/report.services.php:74
#: app/views/report.services.php:75 app/views/search.php:34
#: app/views/search.php:123 app/views/search.php:162 app/views/search.php:202
@@ -13876,7 +13940,7 @@ msgstr "å•é¡Œ, 如果至少一個下層有一個å•é¡Œ"
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:33
#: include/classes/widgets/views/widget.svggraph.form.view.php:293
#: include/menu.inc.php:34 include/views/inventory.host.view.php:147
-#: jsLoader.php:303 report2.php:509
+#: jsLoader.php:305 report2.php:509
msgid "Problems"
msgstr "å•é¡Œ"
@@ -13913,7 +13977,7 @@ msgid "Properties"
msgstr ""
#: app/controllers/CControllerMenuPopup.php:332
-#: app/controllers/CControllerMenuPopup.php:608
+#: app/controllers/CControllerMenuPopup.php:610
#: app/controllers/CControllerWidgetUrlView.php:56
#: include/classes/helpers/CVaultHelper.php:107
#: include/classes/screens/CScreenUrl.php:70 include/events.inc.php:415
@@ -13931,7 +13995,7 @@ msgstr "系統代ç†ç¨‹å¼"
#: app/views/administration.proxy.edit.php:88
#: app/views/administration.proxy.edit.php:123
#: app/views/popup.condition.common.php:507
-#: app/views/popup.itemtestedit.view.php:108 include/actions.inc.php:63
+#: app/views/popup.itemtestedit.view.php:233 include/actions.inc.php:63
#: include/views/configuration.discovery.list.php:67
#: include/views/configuration.host.list.php:149
#: include/views/configuration.host.list.php:153
@@ -14001,20 +14065,20 @@ msgid "Public"
msgstr ""
#: app/partials/popup.operations.php:246
-#: include/views/configuration.host.discovery.edit.php:414
-#: include/views/configuration.item.edit.php:478
-#: include/views/configuration.item.massupdate.php:187
-#: include/views/configuration.item.prototype.edit.php:456
-#: include/views/configuration.item.prototype.massupdate.php:183
+#: include/views/configuration.host.discovery.edit.php:416
+#: include/views/configuration.item.edit.php:480
+#: include/views/configuration.item.massupdate.php:193
+#: include/views/configuration.item.prototype.edit.php:458
+#: include/views/configuration.item.prototype.massupdate.php:189
msgid "Public key"
msgstr "公開金鑰"
#: app/partials/popup.operations.php:268
-#: include/views/configuration.host.discovery.edit.php:429
-#: include/views/configuration.item.edit.php:501
-#: include/views/configuration.item.massupdate.php:200
-#: include/views/configuration.item.prototype.edit.php:471
-#: include/views/configuration.item.prototype.massupdate.php:196
+#: include/views/configuration.host.discovery.edit.php:431
+#: include/views/configuration.item.edit.php:503
+#: include/views/configuration.item.massupdate.php:206
+#: include/views/configuration.item.prototype.edit.php:473
+#: include/views/configuration.item.prototype.massupdate.php:202
msgid "Public key file"
msgstr "公開金鑰檔"
@@ -14044,8 +14108,8 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:81
#: include/classes/graph/CSvgGraph.php:1068
#: include/classes/screens/CScreenEvents.php:119
-#: include/classes/screens/CScreenProblem.php:955
-#: include/classes/screens/CScreenProblem.php:1156 include/events.inc.php:333
+#: include/classes/screens/CScreenProblem.php:970
+#: include/classes/screens/CScreenProblem.php:1171 include/events.inc.php:333
#: include/events.inc.php:512
msgid "RESOLVED"
msgstr ""
@@ -14055,10 +14119,10 @@ msgid "RMCP+"
msgstr "RMCP+"
#: app/views/popup.httpstep.php:86
-#: include/views/configuration.host.discovery.edit.php:172
-#: include/views/configuration.item.edit.php:210
+#: include/views/configuration.host.discovery.edit.php:174
+#: include/views/configuration.item.edit.php:212
#: include/views/configuration.item.massupdate.php:96
-#: include/views/configuration.item.prototype.edit.php:192
+#: include/views/configuration.item.prototype.edit.php:194
#: include/views/configuration.item.prototype.massupdate.php:92
msgid "Raw data"
msgstr ""
@@ -14116,7 +14180,7 @@ msgid "Received value"
msgstr "接收到的值"
#: app/partials/common.filter.trigger.php:40
-#: app/views/monitoring.problem.view.php:98
+#: app/partials/monitoring.problem.filter.php:29
#: include/classes/widgets/forms/CWidgetFormProblems.php:34
#: include/classes/widgets/forms/CWidgetFormTrigOver.php:32
msgid "Recent problems"
@@ -14143,24 +14207,24 @@ msgid "Recipients"
msgstr ""
#: app/views/administration.user.edit.php:399
-#: include/classes/screens/CScreenProblem.php:1060
+#: include/classes/screens/CScreenProblem.php:1075
#: include/views/configuration.item.list.php:173
#: include/views/configuration.trigger.prototype.list.php:153
#: include/views/configuration.triggers.list.php:304
msgid "Recovery"
msgstr "æ¢å¾©"
-#: include/triggers.inc.php:1229
-#: include/views/configuration.trigger.prototype.edit.php:287
-#: include/views/configuration.trigger.prototype.edit.php:370
-#: include/views/configuration.triggers.edit.php:311
-#: include/views/configuration.triggers.edit.php:393 trigger_prototypes.php:41
-#: trigger_prototypes.php:54 triggers.php:48 triggers.php:60
+#: include/triggers.inc.php:1231
+#: include/views/configuration.trigger.prototype.edit.php:294
+#: include/views/configuration.trigger.prototype.edit.php:377
+#: include/views/configuration.triggers.edit.php:318
+#: include/views/configuration.triggers.edit.php:400 trigger_prototypes.php:42
+#: trigger_prototypes.php:55 triggers.php:49 triggers.php:61
msgid "Recovery expression"
msgstr ""
-#: include/forms.inc.php:1848 include/forms.inc.php:1854
-#: include/forms.inc.php:1863
+#: include/forms.inc.php:1855 include/forms.inc.php:1861
+#: include/forms.inc.php:1870
msgid "Recovery expression syntax error."
msgstr ""
@@ -14170,9 +14234,9 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:53
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:866
-#: include/classes/screens/CScreenProblem.php:889
-#: include/classes/screens/CScreenProblem.php:1139 include/events.inc.php:242
+#: include/classes/screens/CScreenProblem.php:881
+#: include/classes/screens/CScreenProblem.php:904
+#: include/classes/screens/CScreenProblem.php:1154 include/events.inc.php:242
#: include/events.inc.php:443
msgid "Recovery time"
msgstr ""
@@ -14187,11 +14251,11 @@ msgid "Refresh"
msgstr ""
#: include/classes/widgets/forms/CWidgetForm.php:53 include/html.inc.php:182
-#: jsLoader.php:304
+#: jsLoader.php:306
msgid "Refresh interval"
msgstr ""
-#: jsLoader.php:305
+#: jsLoader.php:307
msgid "Refresh interval multiplier"
msgstr ""
@@ -14205,7 +14269,7 @@ msgstr ""
#: app/controllers/CControllerAuditLogList.php:209
#: app/views/popup.lldoverride.php:101 include/items.inc.php:1782
-#: include/views/configuration.host.discovery.edit.php:571
+#: include/views/configuration.host.discovery.edit.php:573
msgid "Regular expression"
msgstr "æ­£è¦è¡¨ç¤ºå¼"
@@ -14244,7 +14308,7 @@ msgstr "æ­£è¦è¡¨ç¤ºå¼"
msgid "Regular items"
msgstr ""
-#: jsLoader.php:144
+#: jsLoader.php:146
msgid "Release to create a widget."
msgstr ""
@@ -14268,6 +14332,12 @@ msgstr "é ç«¯å‘½ä»¤"
#: app/partials/js/massupdate.macros.tab.js.php:45
#: app/partials/massupdate.macros.tab.php:60
#: app/partials/massupdate.macros.tab.php:124
+#: app/partials/monitoring.host.filter.php:54
+#: app/partials/monitoring.host.filter.php:196
+#: app/partials/monitoring.problem.filter.php:145
+#: app/partials/monitoring.problem.filter.php:189
+#: app/partials/monitoring.problem.filter.php:337
+#: app/partials/monitoring.problem.filter.php:363
#: app/views/administration.iconmap.edit.php:86
#: app/views/administration.macros.edit.php:70
#: app/views/administration.mediatype.edit.php:106
@@ -14284,43 +14354,37 @@ msgstr "é ç«¯å‘½ä»¤"
#: app/views/js/administration.valuemap.edit.js.php:34
#: app/views/js/monitoring.dashboard.view.js.php:40
#: app/views/js/monitoring.dashboard.view.js.php:64
-#: app/views/js/monitoring.host.view.js.php:39
-#: app/views/js/monitoring.problem.view.js.php:32
-#: app/views/js/monitoring.problem.view.js.php:55
-#: app/views/monitoring.host.view.php:72
-#: app/views/monitoring.problem.view.php:213
-#: app/views/monitoring.problem.view.php:260
#: app/views/popup.lldoperation.php:146 app/views/popup.lldoverride.php:136
#: app/views/popup.media.php:45 app/views/popup.media.php:106
#: include/classes/widgets/CWidgetHelper.php:471
#: include/classes/widgets/CWidgetHelper.php:515 include/forms.inc.php:1429
-#: include/forms.inc.php:1936 include/views/configuration.action.edit.php:94
+#: include/forms.inc.php:1943 include/views/configuration.action.edit.php:94
#: include/views/configuration.action.edit.php:267
#: include/views/configuration.action.edit.php:288
#: include/views/configuration.action.edit.php:369
#: include/views/configuration.action.edit.php:444
#: include/views/configuration.correlation.edit.php:82
#: include/views/configuration.host.discovery.edit.php:135
-#: include/views/configuration.host.discovery.edit.php:227
-#: include/views/configuration.host.discovery.edit.php:501
-#: include/views/configuration.host.discovery.edit.php:614
-#: include/views/configuration.host.discovery.edit.php:686
+#: include/views/configuration.host.discovery.edit.php:229
+#: include/views/configuration.host.discovery.edit.php:503
+#: include/views/configuration.host.discovery.edit.php:616
+#: include/views/configuration.host.discovery.edit.php:688
#: include/views/configuration.host.list.php:73
#: include/views/configuration.host.massupdate.php:63
#: include/views/configuration.host.massupdate.php:222
#: include/views/configuration.item.edit.php:173
-#: include/views/configuration.item.edit.php:265
-#: include/views/configuration.item.edit.php:622
-#: include/views/configuration.item.massupdate.php:149
-#: include/views/configuration.item.massupdate.php:274
-#: include/views/configuration.item.massupdate.php:422
+#: include/views/configuration.item.edit.php:267
+#: include/views/configuration.item.edit.php:624
+#: include/views/configuration.item.massupdate.php:155
+#: include/views/configuration.item.massupdate.php:280
+#: include/views/configuration.item.massupdate.php:428
#: include/views/configuration.item.prototype.edit.php:155
-#: include/views/configuration.item.prototype.edit.php:247
-#: include/views/configuration.item.prototype.edit.php:577
-#: include/views/configuration.item.prototype.massupdate.php:145
-#: include/views/configuration.item.prototype.massupdate.php:272
-#: include/views/configuration.item.prototype.massupdate.php:407
-#: include/views/configuration.item.prototype.massupdate.php:482
+#: include/views/configuration.item.prototype.edit.php:249
+#: include/views/configuration.item.prototype.edit.php:579
+#: include/views/configuration.item.prototype.massupdate.php:151
+#: include/views/configuration.item.prototype.massupdate.php:278
+#: include/views/configuration.item.prototype.massupdate.php:413
+#: include/views/configuration.item.prototype.massupdate.php:488
#: include/views/configuration.maintenance.edit.php:71
#: include/views/configuration.maintenance.edit.php:157
#: include/views/configuration.maintenance.edit.php:177
@@ -14329,14 +14393,14 @@ msgstr "é ç«¯å‘½ä»¤"
#: include/views/configuration.template.list.php:57
#: include/views/configuration.template.massupdate.php:57
#: include/views/configuration.template.massupdate.php:146
-#: include/views/configuration.trigger.prototype.edit.php:233
-#: include/views/configuration.trigger.prototype.edit.php:429
-#: include/views/configuration.trigger.prototype.edit.php:577
+#: include/views/configuration.trigger.prototype.edit.php:240
+#: include/views/configuration.trigger.prototype.edit.php:436
+#: include/views/configuration.trigger.prototype.edit.php:584
#: include/views/configuration.trigger.prototype.massupdate.php:84
#: include/views/configuration.trigger.prototype.massupdate.php:124
-#: include/views/configuration.triggers.edit.php:255
-#: include/views/configuration.triggers.edit.php:453
-#: include/views/configuration.triggers.edit.php:594
+#: include/views/configuration.triggers.edit.php:262
+#: include/views/configuration.triggers.edit.php:460
+#: include/views/configuration.triggers.edit.php:601
#: include/views/configuration.triggers.list.php:119
#: include/views/configuration.triggers.massupdate.php:86
#: include/views/configuration.triggers.massupdate.php:124
@@ -14359,7 +14423,7 @@ msgstr "é ç«¯å‘½ä»¤"
#: include/views/js/configuration.host.discovery.edit.overr.js.php:85
#: include/views/js/configuration.host.discovery.edit.overr.js.php:114
#: include/views/js/configuration.host.discovery.edit.overr.js.php:136
-#: include/views/js/configuration.host.edit.js.php:72
+#: include/views/js/configuration.host.edit.js.php:71
#: include/views/js/configuration.host.list.js.php:40
#: include/views/js/configuration.host.prototype.edit.js.php:33
#: include/views/js/configuration.httpconf.edit.js.php:52
@@ -14392,8 +14456,8 @@ msgstr "é ç«¯å‘½ä»¤"
#: include/views/monitoring.sysmap.constructor.php:41
#: include/views/monitoring.sysmap.constructor.php:47
#: include/views/monitoring.sysmap.edit.php:250
-#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:216
-#: jsLoader.php:333
+#: include/views/monitoring.sysmap.edit.php:268 jsLoader.php:218
+#: jsLoader.php:335
msgid "Remove"
msgstr "移除"
@@ -14429,7 +14493,7 @@ msgctxt "screen reader"
msgid "Remove, %1$s"
msgstr ""
-#: jsLoader.php:266
+#: jsLoader.php:268
#, c-format
msgctxt "screen reader"
msgid "Removed, %1$s"
@@ -14439,17 +14503,17 @@ msgstr ""
#: include/views/configuration.host.massupdate.php:62
#: include/views/configuration.host.massupdate.php:125
#: include/views/configuration.host.massupdate.php:221
-#: include/views/configuration.item.massupdate.php:421
-#: include/views/configuration.item.prototype.massupdate.php:406
-#: include/views/configuration.item.prototype.massupdate.php:481
+#: include/views/configuration.item.massupdate.php:427
+#: include/views/configuration.item.prototype.massupdate.php:412
+#: include/views/configuration.item.prototype.massupdate.php:487
#: include/views/configuration.template.massupdate.php:56
#: include/views/configuration.template.massupdate.php:95
#: include/views/configuration.template.massupdate.php:145
-#: include/views/configuration.trigger.prototype.edit.php:158
-#: include/views/configuration.trigger.prototype.edit.php:351
+#: include/views/configuration.trigger.prototype.edit.php:165
+#: include/views/configuration.trigger.prototype.edit.php:358
#: include/views/configuration.trigger.prototype.massupdate.php:83
-#: include/views/configuration.triggers.edit.php:179
-#: include/views/configuration.triggers.edit.php:374
+#: include/views/configuration.triggers.edit.php:186
+#: include/views/configuration.triggers.edit.php:381
#: include/views/configuration.triggers.massupdate.php:85
msgid "Replace"
msgstr "å–代"
@@ -14464,23 +14528,23 @@ msgstr "替æ›ç›¸ä¾é—œä¿‚"
msgid "Reports"
msgstr "報表"
-#: include/views/configuration.host.discovery.edit.php:181
-#: include/views/configuration.item.edit.php:219
-#: include/views/configuration.item.massupdate.php:105
-#: include/views/configuration.item.prototype.edit.php:201
-#: include/views/configuration.item.prototype.massupdate.php:101
+#: include/views/configuration.host.discovery.edit.php:183
+#: include/views/configuration.item.edit.php:221
+#: include/views/configuration.item.massupdate.php:111
+#: include/views/configuration.item.prototype.edit.php:203
+#: include/views/configuration.item.prototype.massupdate.php:107
msgid "Request body"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:170
-#: include/views/configuration.item.edit.php:208
+#: include/views/configuration.host.discovery.edit.php:172
+#: include/views/configuration.item.edit.php:210
#: include/views/configuration.item.massupdate.php:92
-#: include/views/configuration.item.prototype.edit.php:190
+#: include/views/configuration.item.prototype.edit.php:192
#: include/views/configuration.item.prototype.massupdate.php:88
msgid "Request body type"
msgstr ""
-#: host_discovery.php:392 host_discovery.php:727 items.php:874 items.php:1373
+#: host_discovery.php:396 host_discovery.php:731 items.php:878 items.php:1382
msgid "Request sent successfully"
msgstr ""
@@ -14490,7 +14554,7 @@ msgstr ""
msgid "Request type"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:223
+#: include/classes/setup/CSetupWizard.php:232
#: include/views/configuration.httpconf.edit.php:202
msgid "Required"
msgstr "è¦æ±‚çš„"
@@ -14507,14 +14571,14 @@ msgstr "è¦æ±‚的效能(vps)"
msgid "Required performance of the Zabbix server, in new values per second expected."
msgstr ""
-#: include/blocks.inc.php:662
+#: include/blocks.inc.php:661
msgid "Required server performance, new values per second"
msgstr "è¦æ±‚的主機效能, æ¯ç§’新值"
#: app/views/popup.httpstep.php:175
-#: include/views/configuration.host.discovery.edit.php:242
-#: include/views/configuration.item.edit.php:280
-#: include/views/configuration.item.prototype.edit.php:262
+#: include/views/configuration.host.discovery.edit.php:244
+#: include/views/configuration.item.edit.php:282
+#: include/views/configuration.item.prototype.edit.php:264
msgid "Required status codes"
msgstr "è¦æ±‚的狀態碼"
@@ -14522,7 +14586,7 @@ msgstr "è¦æ±‚的狀態碼"
msgid "Required string"
msgstr "è¦æ±‚的字串"
-#: include/classes/html/CFilter.php:211
+#: include/classes/html/CFilter.php:211 include/classes/html/CTabFilter.php:97
msgid "Reset"
msgstr "é‡è¨­"
@@ -14551,7 +14615,7 @@ msgstr "é‡è¨­ç¢ºèª"
msgid "Reset defaults"
msgstr "é‡è¨­é è¨­"
-#: jsLoader.php:230
+#: jsLoader.php:232
msgid "Resolved"
msgstr "已解決"
@@ -14563,26 +14627,26 @@ msgstr ""
#: app/views/monitoring.widget.problems.view.php:135
#: include/classes/screens/CScreenHostTriggers.php:226
-#: include/classes/screens/CScreenProblem.php:985
+#: include/classes/screens/CScreenProblem.php:1000
#, c-format
msgid "Resolved by correlation rule \"%1$s\"."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:138
#: include/classes/screens/CScreenHostTriggers.php:229
-#: include/classes/screens/CScreenProblem.php:988
+#: include/classes/screens/CScreenProblem.php:1003
msgid "Resolved by correlation rule."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:145
#: include/classes/screens/CScreenHostTriggers.php:236
-#: include/classes/screens/CScreenProblem.php:995
+#: include/classes/screens/CScreenProblem.php:1010
msgid "Resolved by inaccessible user."
msgstr ""
#: app/views/monitoring.widget.problems.view.php:144
#: include/classes/screens/CScreenHostTriggers.php:235
-#: include/classes/screens/CScreenProblem.php:994
+#: include/classes/screens/CScreenProblem.php:1009
#, c-format
msgid "Resolved by user \"%1$s\"."
msgstr ""
@@ -14619,15 +14683,15 @@ msgstr ""
#: app/views/administration.regex.edit.php:119
#: app/views/administration.regex.edit.php:124
-#: app/views/popup.itemtestedit.view.php:202
-#: app/views/popup.itemtestedit.view.php:237
+#: app/views/popup.itemtestedit.view.php:317
+#: app/views/popup.itemtestedit.view.php:355
#: app/views/popup.testtriggerexpr.php:49
-#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:168
+#: app/views/popup.testtriggerexpr.php:102 app/views/popup.triggerexpr.php:175
#: include/classes/debug/CProfiler.php:183
msgid "Result"
msgstr "çµæžœ"
-#: app/controllers/CControllerPopupItemTestSend.php:385
+#: app/controllers/CControllerPopupItemTestSend.php:377
#, c-format
msgid "Result converted to %1$s"
msgstr ""
@@ -14646,14 +14710,14 @@ msgstr "çµæžœç‚ºçœŸ"
msgid "Result type"
msgstr "çµæžœé¡žåž‹"
-#: app/views/js/popup.itemtestedit.view.js.php:316
+#: app/views/js/popup.itemtestedit.view.js.php:320
msgid "Result with value map applied"
msgstr ""
#: app/views/popup.httpstep.php:158
-#: include/views/configuration.host.discovery.edit.php:257
-#: include/views/configuration.item.edit.php:295
-#: include/views/configuration.item.prototype.edit.php:277
+#: include/views/configuration.host.discovery.edit.php:259
+#: include/views/configuration.item.edit.php:297
+#: include/views/configuration.item.prototype.edit.php:279
msgid "Retrieve mode"
msgstr ""
@@ -14816,12 +14880,12 @@ msgstr ""
msgid "Russian (ru_RU)"
msgstr "俄語 (ru_RU)"
-#: jsLoader.php:194
+#: jsLoader.php:196
msgctxt "Saturday short"
msgid "S"
msgstr "S"
-#: jsLoader.php:195
+#: jsLoader.php:197
msgctxt "Sunday short"
msgid "S"
msgstr "S"
@@ -14831,7 +14895,8 @@ msgid "SAML settings"
msgstr ""
#: app/views/popup.discovery.check.php:99
-#: include/views/js/configuration.host.edit.js.php:108
+#: app/views/popup.itemtestedit.view.php:189
+#: include/views/js/configuration.host.edit.js.php:107
msgid "SHA"
msgstr ""
@@ -14876,16 +14941,16 @@ msgstr ""
#: include/classes/widgets/views/widget.hostavail.form.view.php:45
#: include/hosts.inc.php:465 include/hosts.inc.php:1409
#: include/items.inc.php:348
-#: include/views/js/configuration.host.edit.js.php:164
+#: include/views/js/configuration.host.edit.js.php:163
msgid "SNMP"
msgstr "SNMP"
#: app/views/popup.discovery.check.php:74 disc_prototypes.php:111
#: host_discovery.php:104 include/forms.inc.php:276
-#: include/views/configuration.host.discovery.edit.php:396
+#: include/views/configuration.host.discovery.edit.php:398
#: include/views/configuration.host.discovery.list.php:133
-#: include/views/configuration.item.edit.php:460
-#: include/views/configuration.item.prototype.edit.php:441 items.php:126
+#: include/views/configuration.item.edit.php:462
+#: include/views/configuration.item.prototype.edit.php:443 items.php:126
msgid "SNMP OID"
msgstr "SNMP OID"
@@ -14893,8 +14958,10 @@ msgstr "SNMP OID"
msgid "SNMP agent"
msgstr ""
+#: app/controllers/CControllerPopupItemTest.php:1136
#: app/views/popup.discovery.check.php:68
-#: include/views/js/configuration.host.edit.js.php:81
+#: app/views/popup.itemtestedit.view.php:134
+#: include/views/js/configuration.host.edit.js.php:80
msgid "SNMP community"
msgstr "SNMP community"
@@ -14910,11 +14977,13 @@ msgstr "SNMPæ‰æ•"
msgid "SNMP trap key is invalid."
msgstr "SNMPæ‰æ•éµå€¼æ˜¯ç„¡æ•ˆçš„"
-#: include/views/js/configuration.host.edit.js.php:77
+#: app/views/popup.itemtestedit.view.php:124
+#: include/views/js/configuration.host.edit.js.php:76
msgid "SNMP version"
msgstr ""
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv1"
msgstr ""
@@ -14922,7 +14991,8 @@ msgstr ""
msgid "SNMPv1 agent"
msgstr "SNMPv1 端點代ç†ç¨‹å¼"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv2"
msgstr ""
@@ -14930,7 +15000,8 @@ msgstr ""
msgid "SNMPv2 agent"
msgstr "SNMPv2 端點代ç†ç¨‹å¼"
-#: include/views/js/configuration.host.edit.js.php:78
+#: app/views/popup.itemtestedit.view.php:128
+#: include/views/js/configuration.host.edit.js.php:77
msgid "SNMPv3"
msgstr ""
@@ -14952,9 +15023,9 @@ msgid "SQL count: %1$s (selects: %2$s | executes: %3$s)"
msgstr ""
#: include/items.inc.php:1749
-#: include/views/configuration.host.discovery.edit.php:455
-#: include/views/configuration.item.edit.php:528
-#: include/views/configuration.item.prototype.edit.php:497
+#: include/views/configuration.host.discovery.edit.php:457
+#: include/views/configuration.item.edit.php:530
+#: include/views/configuration.item.prototype.edit.php:499
msgid "SQL query"
msgstr ""
@@ -14977,40 +15048,40 @@ msgstr "SSH"
msgid "SSH agent"
msgstr "SSH 端點代ç†ç¨‹å¼"
-#: include/views/configuration.host.discovery.edit.php:319
+#: include/views/configuration.host.discovery.edit.php:321
#: include/views/configuration.httpconf.edit.php:179
-#: include/views/configuration.item.edit.php:362
-#: include/views/configuration.item.prototype.edit.php:344
+#: include/views/configuration.item.edit.php:364
+#: include/views/configuration.item.prototype.edit.php:346
msgid "SSL certificate file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:327
+#: include/views/configuration.host.discovery.edit.php:329
#: include/views/configuration.httpconf.edit.php:182
-#: include/views/configuration.item.edit.php:369
-#: include/views/configuration.item.prototype.edit.php:351
+#: include/views/configuration.item.edit.php:371
+#: include/views/configuration.item.prototype.edit.php:353
msgid "SSL key file"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:334
+#: include/views/configuration.host.discovery.edit.php:336
#: include/views/configuration.httpconf.edit.php:185
-#: include/views/configuration.item.edit.php:376
-#: include/views/configuration.item.prototype.edit.php:358
+#: include/views/configuration.item.edit.php:378
+#: include/views/configuration.item.prototype.edit.php:360
msgid "SSL key password"
msgstr ""
#: app/views/administration.mediatype.edit.php:83
-#: include/views/configuration.host.discovery.edit.php:311
+#: include/views/configuration.host.discovery.edit.php:313
#: include/views/configuration.httpconf.edit.php:176
-#: include/views/configuration.item.edit.php:354
-#: include/views/configuration.item.prototype.edit.php:336
+#: include/views/configuration.item.edit.php:356
+#: include/views/configuration.item.prototype.edit.php:338
msgid "SSL verify host"
msgstr ""
#: app/views/administration.mediatype.edit.php:82
-#: include/views/configuration.host.discovery.edit.php:303
+#: include/views/configuration.host.discovery.edit.php:305
#: include/views/configuration.httpconf.edit.php:173
-#: include/views/configuration.item.edit.php:346
-#: include/views/configuration.item.prototype.edit.php:328
+#: include/views/configuration.item.edit.php:348
+#: include/views/configuration.item.prototype.edit.php:330
msgid "SSL verify peer"
msgstr ""
@@ -15038,15 +15109,23 @@ msgstr ""
msgid "Sat"
msgstr "å…­"
-#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:187
+#: include/func.inc.php:124 include/func.inc.php:214 jsLoader.php:189
msgid "Saturday"
msgstr "週六"
+#: app/views/popup.tabfilter.edit.php:80
+msgid "Save"
+msgstr ""
+
+#: include/classes/html/CTabFilter.php:95
+msgid "Save as"
+msgstr ""
+
#: app/views/monitoring.dashboard.view.php:114
msgid "Save changes"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:644
+#: include/classes/setup/CSetupWizard.php:657
#, c-format
msgid "Save it as \"%1$s\""
msgstr ""
@@ -15068,12 +15147,12 @@ msgid "Scheduled check"
msgstr ""
#: app/views/popup.lldoperation.php:119
-#: include/views/configuration.host.discovery.edit.php:478
-#: include/views/configuration.item.edit.php:589
-#: include/views/configuration.item.edit.php:596
-#: include/views/configuration.item.massupdate.php:251
-#: include/views/configuration.item.prototype.edit.php:554
-#: include/views/configuration.item.prototype.massupdate.php:249
+#: include/views/configuration.host.discovery.edit.php:480
+#: include/views/configuration.item.edit.php:591
+#: include/views/configuration.item.edit.php:598
+#: include/views/configuration.item.massupdate.php:257
+#: include/views/configuration.item.prototype.edit.php:556
+#: include/views/configuration.item.prototype.massupdate.php:255
#: include/views/js/common.item.edit.js.php:36
#: include/views/js/configuration.host.discovery.edit.overr.js.php:125
#: include/views/js/configuration.item.massupdate.js.php:39
@@ -15157,9 +15236,9 @@ msgid "Screen updated"
msgstr "篩é¸å·²æ›´æ–°"
#: app/controllers/CControllerPopupGeneric.php:279
-#: app/partials/monitoring.host.view.html.php:42
-#: app/partials/monitoring.host.view.html.php:143
-#: app/partials/monitoring.host.view.html.php:146 app/views/search.php:36
+#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.view.html.php:139
+#: app/partials/monitoring.host.view.html.php:142 app/views/search.php:36
#: app/views/search.php:135 app/views/search.php:229 app/views/search.php:279
#: app/views/search.php:280 include/html.inc.php:403 include/menu.inc.php:47
#: include/views/configuration.template.edit.php:310
@@ -15174,7 +15253,7 @@ msgstr "篩é¸å·²æ›´æ–°"
#: include/views/monitoring.screen.php:34
#: include/views/monitoring.screen.php:38
#: include/views/monitoring.slideconf.list.php:31
-#: include/views/monitoring.slides.php:36 jsLoader.php:297
+#: include/views/monitoring.slides.php:36 jsLoader.php:299
#: tests/selenium/modules/module_number_6/Module.php:22
msgid "Screens"
msgstr "篩é¸"
@@ -15238,7 +15317,7 @@ msgstr "脚本已更新"
#: app/controllers/CControllerPopupScriptExec.php:58
#: app/views/administration.script.edit.php:30
#: app/views/administration.script.list.php:31 include/menu.inc.php:179
-#: jsLoader.php:306
+#: jsLoader.php:308
msgid "Scripts"
msgstr "脚本"
@@ -15296,19 +15375,21 @@ msgid "Security"
msgstr ""
#: app/views/popup.discovery.check.php:92
-#: include/views/js/configuration.host.edit.js.php:97
+#: app/views/popup.itemtestedit.view.php:168
+#: include/views/js/configuration.host.edit.js.php:96
msgid "Security level"
msgstr ""
#: app/views/popup.discovery.check.php:86
-#: include/views/js/configuration.host.edit.js.php:92
+#: app/views/popup.itemtestedit.view.php:157
+#: include/views/js/configuration.host.edit.js.php:91
msgid "Security name"
msgstr ""
#: app/partials/common.filter.trigger.php:96
+#: app/partials/monitoring.problem.filter.php:79
#: app/partials/popup.operations.php:223
#: app/views/monitoring.latest.view.php:88
-#: app/views/monitoring.problem.view.php:142
#: app/views/monitoring.widget.navtreeitem.edit.php:48
#: app/views/popup.condition.common.php:390 app/views/popup.generic.php:628
#: app/views/popup.services.php:132 app/views/popup.triggerexpr.php:73
@@ -15319,8 +15400,8 @@ msgstr ""
#: include/views/configuration.graph.edit.php:276
#: include/views/configuration.item.edit.php:99
#: include/views/configuration.item.prototype.edit.php:82
-#: include/views/configuration.item.prototype.edit.php:377
-#: include/views/configuration.item.prototype.massupdate.php:443
+#: include/views/configuration.item.prototype.edit.php:379
+#: include/views/configuration.item.prototype.massupdate.php:449
#: include/views/configuration.services.edit.php:95
#: include/views/js/monitoring.sysmaps.js.php:213
#: include/views/js/monitoring.sysmaps.js.php:232
@@ -15328,15 +15409,15 @@ msgstr ""
#: include/views/monitoring.screen.constructor.edit.php:302
#: include/views/monitoring.screen.constructor.edit.php:319
#: include/views/monitoring.screen.constructor.edit.php:377
-#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:264
+#: include/views/monitoring.screen.constructor.edit.php:638 jsLoader.php:266
msgid "Select"
msgstr "é¸æ“‡"
#: app/views/popup.triggerexpr.php:80
#: include/views/configuration.graph.edit.php:215
#: include/views/configuration.graph.edit.php:297
-#: include/views/configuration.item.prototype.edit.php:395
-#: include/views/configuration.item.prototype.massupdate.php:459
+#: include/views/configuration.item.prototype.edit.php:397
+#: include/views/configuration.item.prototype.massupdate.php:465
msgid "Select prototype"
msgstr "é¸æ“‡åŽŸåž‹"
@@ -15369,19 +15450,19 @@ msgstr "所é¸çš„組件"
msgid "Selected items only"
msgstr ""
-#: jsLoader.php:269
+#: jsLoader.php:271
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:270
+#: jsLoader.php:272
#, c-format
msgctxt "screen reader"
msgid "Selected, %1$s, read only, in position %2$d of %3$d"
msgstr ""
-#: jsLoader.php:214
+#: jsLoader.php:216
msgid "Send backward"
msgstr ""
@@ -15406,7 +15487,7 @@ msgstr "僅é€åˆ°"
msgid "Send to"
msgstr "收件人"
-#: jsLoader.php:215
+#: jsLoader.php:217
msgid "Send to back"
msgstr ""
@@ -15433,13 +15514,13 @@ msgstr "ä¹æœˆ"
msgid "Separated"
msgstr "分開的"
-#: app/views/monitoring.problem.view.php:307
+#: app/partials/monitoring.problem.filter.php:241
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:141
#: include/classes/widgets/forms/CWidgetFormProblems.php:161
msgid "Separately"
msgstr ""
-#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:178
+#: include/func.inc.php:108 include/func.inc.php:245 jsLoader.php:180
msgid "September"
msgstr "ä¹æœˆ"
@@ -15564,12 +15645,13 @@ msgstr ""
msgid "Session terminated, re-login, please."
msgstr "連線期已中斷, è«‹é‡é€£."
+#: app/views/popup.tabfilter.edit.php:40
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:74
msgid "Set custom time period"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:401
-#: app/views/js/popup.itemtestedit.view.js.php:365 include/forms.inc.php:1385
+#: app/controllers/CControllerPopupItemTestSend.php:393
+#: app/views/js/popup.itemtestedit.view.js.php:370 include/forms.inc.php:1385
#: include/views/js/item.preprocessing.js.php:65
msgid "Set error to"
msgstr ""
@@ -15578,11 +15660,11 @@ msgstr ""
msgid "Set host inventory mode"
msgstr ""
-#: include/classes/html/CInputSecret.php:89 jsLoader.php:356
+#: include/classes/html/CInputSecret.php:89 jsLoader.php:358
msgid "Set new value"
msgstr ""
-#: app/views/js/popup.itemtestedit.view.js.php:359 include/forms.inc.php:1384
+#: app/views/js/popup.itemtestedit.view.js.php:364 include/forms.inc.php:1384
#: include/views/js/item.preprocessing.js.php:64
msgid "Set value to"
msgstr ""
@@ -15605,28 +15687,28 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:209
#: app/controllers/CControllerPopupGeneric.php:223
-#: app/views/monitoring.host.view.php:135
-#: app/views/monitoring.problem.view.php:179
+#: app/partials/monitoring.host.filter.php:111
+#: app/partials/monitoring.problem.filter.php:111
#: app/views/monitoring.widget.problems.view.php:60
#: app/views/popup.condition.common.php:205
-#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:87
+#: app/views/popup.lldoperation.php:221 app/views/popup.triggerwizard.php:93
#: include/classes/screens/CScreenEvents.php:31
#: include/classes/screens/CScreenHistory.php:273
-#: include/classes/screens/CScreenProblem.php:863
-#: include/classes/screens/CScreenProblem.php:885
-#: include/classes/screens/CScreenProblem.php:1137
+#: include/classes/screens/CScreenProblem.php:878
+#: include/classes/screens/CScreenProblem.php:900
+#: include/classes/screens/CScreenProblem.php:1152
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:70
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:70
#: include/classes/widgets/forms/CWidgetFormProblems.php:85
#: include/classes/widgets/forms/CWidgetFormProblems.php:202
#: include/classes/widgets/forms/CWidgetFormProblems.php:203
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:357
-#: include/events.inc.php:162 include/triggers.inc.php:1210
+#: include/events.inc.php:162 include/triggers.inc.php:1212
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.trigger.prototype.edit.php:77
+#: include/views/configuration.trigger.prototype.edit.php:84
#: include/views/configuration.trigger.prototype.list.php:54
#: include/views/configuration.trigger.prototype.massupdate.php:50
-#: include/views/configuration.triggers.edit.php:106
+#: include/views/configuration.triggers.edit.php:113
#: include/views/configuration.triggers.list.php:67
#: include/views/configuration.triggers.list.php:196
#: include/views/configuration.triggers.massupdate.php:52
@@ -15645,7 +15727,7 @@ msgid "Severity changed"
msgstr ""
#: include/actions.inc.php:1753
-#: include/classes/screens/CScreenProblem.php:1204
+#: include/classes/screens/CScreenProblem.php:1219
msgid "Severity changes"
msgstr ""
@@ -15675,7 +15757,7 @@ msgstr ""
#: include/views/monitoring.screen.edit.php:219
#: include/views/monitoring.slideconf.edit.php:272
-#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:289
+#: include/views/monitoring.sysmap.edit.php:392 jsLoader.php:291
msgid "Sharing"
msgstr ""
@@ -15693,14 +15775,14 @@ msgstr ""
msgid "Sharing option \"%1$s\" is missing a value for screen \"%2$s\"."
msgstr ""
-#: app/views/monitoring.problem.view.php:288
+#: app/partials/monitoring.problem.filter.php:220
#: include/classes/widgets/forms/CWidgetFormProblems.php:139
msgid "Shortened"
msgstr ""
#: app/partials/common.filter.trigger.php:38
+#: app/partials/monitoring.problem.filter.php:27
#: app/views/monitoring.dashboard.list.php:59
-#: app/views/monitoring.problem.view.php:96
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:102
#: include/classes/widgets/forms/CWidgetFormProblems.php:33
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:115
@@ -15711,8 +15793,8 @@ msgstr ""
msgid "Show"
msgstr "展示"
+#: app/partials/monitoring.problem.filter.php:275
#: app/views/monitoring.latest.view.php:110
-#: app/views/monitoring.problem.view.php:331
msgid "Show details"
msgstr "展示細節"
@@ -15720,7 +15802,7 @@ msgstr "展示細節"
msgid "Show header"
msgstr ""
-#: app/views/monitoring.host.view.php:147
+#: app/partials/monitoring.host.filter.php:127
#: include/classes/widgets/forms/CWidgetFormHostAvail.php:62
#: include/classes/widgets/forms/CWidgetFormWeb.php:59
msgid "Show hosts in maintenance"
@@ -15747,7 +15829,11 @@ msgstr "展示圖標"
msgid "Show lines"
msgstr "展示線æ¢"
-#: app/views/monitoring.problem.view.php:304
+#: app/views/popup.tabfilter.edit.php:34
+msgid "Show number of records"
+msgstr ""
+
+#: app/partials/monitoring.problem.filter.php:238
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:139
#: include/classes/widgets/forms/CWidgetFormProblems.php:159
msgid "Show operational data"
@@ -15769,9 +15855,9 @@ msgid "Show sidebar"
msgstr ""
#: app/partials/common.filter.trigger.php:168
+#: app/partials/monitoring.host.filter.php:133
+#: app/partials/monitoring.problem.filter.php:247
#: app/views/administration.user.edit.php:455
-#: app/views/monitoring.host.view.php:152
-#: app/views/monitoring.problem.view.php:312
#: include/classes/widgets/forms/CWidgetFormDataOver.php:59
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:102
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:154
@@ -15782,7 +15868,7 @@ msgstr ""
msgid "Show suppressed problems"
msgstr ""
-#: app/views/monitoring.problem.view.php:297
+#: app/partials/monitoring.problem.filter.php:230
#: include/classes/widgets/forms/CWidgetFormProblems.php:117
msgid "Show tags"
msgstr ""
@@ -15796,7 +15882,7 @@ msgstr ""
msgid "Show text as HTML"
msgstr "展示HTML文字"
-#: app/views/monitoring.problem.view.php:325
+#: app/partials/monitoring.problem.filter.php:267
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:193
#: include/classes/widgets/forms/CWidgetFormProblems.php:224
msgid "Show timeline"
@@ -15807,7 +15893,7 @@ msgid "Show triggers"
msgstr "展示觸發器"
#: app/partials/common.filter.trigger.php:163
-#: app/views/monitoring.problem.view.php:316
+#: app/partials/monitoring.problem.filter.php:253
#: include/classes/widgets/forms/CWidgetFormProblems.php:184
msgid "Show unacknowledged only"
msgstr ""
@@ -15816,10 +15902,10 @@ msgstr ""
msgid "Show unavailable maps"
msgstr ""
-#: include/views/configuration.item.edit.php:746
-#: include/views/configuration.item.massupdate.php:367
-#: include/views/configuration.item.prototype.edit.php:642
-#: include/views/configuration.item.prototype.massupdate.php:377
+#: include/views/configuration.item.edit.php:748
+#: include/views/configuration.item.massupdate.php:373
+#: include/views/configuration.item.prototype.edit.php:644
+#: include/views/configuration.item.prototype.massupdate.php:383
msgid "Show value"
msgstr "展示值"
@@ -15831,7 +15917,7 @@ msgstr "當Zabbix伺æœå™¨åœæ©Ÿæ™‚展示警告"
msgid "Show working time"
msgstr "展示工作時間"
-#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:201
+#: include/views/monitoring.sysmap.constructor.php:58 jsLoader.php:203
msgid "Shown"
msgstr "已展示"
@@ -15882,8 +15968,8 @@ msgstr "簡單圖形"
msgid "Simple graph prototype"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:484
-#: include/views/configuration.triggers.edit.php:510
+#: include/views/configuration.trigger.prototype.edit.php:491
+#: include/views/configuration.triggers.edit.php:517
msgid "Single"
msgstr ""
@@ -15994,7 +16080,7 @@ msgstr "簡報片"
msgid "Slovak (sk_SK)"
msgstr "斯洛ä¼å…‹(sk_SK)"
-#: jsLoader.php:235
+#: jsLoader.php:237
msgid "Snooze"
msgstr "Snooze"
@@ -16132,7 +16218,8 @@ msgstr ""
#: app/controllers/CControllerPopupGeneric.php:210
#: app/controllers/CControllerPopupGeneric.php:224
#: app/controllers/CControllerPopupGeneric.php:266
-#: app/partials/monitoring.host.view.html.php:38
+#: app/partials/monitoring.host.filter.php:118
+#: app/partials/monitoring.host.view.html.php:34
#: app/views/administration.mediatype.list.php:48
#: app/views/administration.mediatype.list.php:75
#: app/views/administration.module.list.php:50
@@ -16140,16 +16227,15 @@ msgstr ""
#: app/views/administration.usergroup.list.php:49
#: app/views/administration.usergroup.list.php:77
#: app/views/administration.user.list.php:100
-#: app/views/monitoring.host.view.php:139
#: app/views/monitoring.widget.actionlog.view.php:38
#: app/views/monitoring.widget.problems.view.php:54
#: include/actions.inc.php:1833 include/actions.inc.php:1916
#: include/classes/screens/CScreenActions.php:116
#: include/classes/screens/CScreenHttpTestDetails.php:86
#: include/classes/screens/CScreenHttpTest.php:109
-#: include/classes/screens/CScreenProblem.php:867
-#: include/classes/screens/CScreenProblem.php:891
-#: include/classes/screens/CScreenProblem.php:1140
+#: include/classes/screens/CScreenProblem.php:882
+#: include/classes/screens/CScreenProblem.php:906
+#: include/classes/screens/CScreenProblem.php:1155
#: include/classes/widgets/forms/CWidgetFormActionLog.php:35
#: include/classes/widgets/forms/CWidgetFormActionLog.php:36
#: include/events.inc.php:243 include/events.inc.php:444
@@ -16169,7 +16255,7 @@ msgstr ""
#: include/views/configuration.httpconf.list.php:120
#: include/views/configuration.item.list.php:74
#: include/views/configuration.item.list.php:144
-#: include/views/configuration.item.massupdate.php:345
+#: include/views/configuration.item.massupdate.php:351
#: include/views/configuration.triggers.list.php:75
#: include/views/configuration.triggers.list.php:202 srv_status.php:145
msgid "Status"
@@ -16257,28 +16343,28 @@ msgid "Stop"
msgstr "åœæ­¢"
#: app/views/popup.lldoverride.php:57
-#: include/views/configuration.host.discovery.edit.php:720
+#: include/views/configuration.host.discovery.edit.php:722
msgid "Stop processing"
msgstr ""
#: app/views/popup.lldoperation.php:185 app/views/popup.lldoperation.php:206
-#: include/views/configuration.item.edit.php:667
-#: include/views/configuration.item.edit.php:704
-#: include/views/configuration.item.massupdate.php:308
-#: include/views/configuration.item.massupdate.php:326
-#: include/views/configuration.item.prototype.edit.php:599
-#: include/views/configuration.item.prototype.edit.php:611
-#: include/views/configuration.item.prototype.massupdate.php:306
-#: include/views/configuration.item.prototype.massupdate.php:324
+#: include/views/configuration.item.edit.php:669
+#: include/views/configuration.item.edit.php:706
+#: include/views/configuration.item.massupdate.php:314
+#: include/views/configuration.item.massupdate.php:332
+#: include/views/configuration.item.prototype.edit.php:601
+#: include/views/configuration.item.prototype.edit.php:613
+#: include/views/configuration.item.prototype.massupdate.php:312
+#: include/views/configuration.item.prototype.massupdate.php:330
msgid "Storage period"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:310
+#: include/classes/setup/CSetupWizard.php:320
msgid "Store credentials in"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:472
-#: include/classes/setup/CSetupWizard.php:473
+#: include/classes/setup/CSetupWizard.php:485
+#: include/classes/setup/CSetupWizard.php:486
msgid "Stored in HashiCorp Vault secret"
msgstr ""
@@ -16290,7 +16376,7 @@ msgstr "Straight"
msgid "Strict"
msgstr ""
-#: include/triggers.inc.php:1843
+#: include/triggers.inc.php:1845
msgid "String"
msgstr ""
@@ -16315,14 +16401,14 @@ msgid "Subject"
msgstr "主旨"
#: app/views/administration.proxy.edit.php:119
-#: include/views/configuration.host.edit.php:741
+#: include/views/configuration.host.edit.php:737
#: include/views/configuration.host.massupdate.php:288
-#: include/views/configuration.host.prototype.edit.php:381
+#: include/views/configuration.host.prototype.edit.php:396
msgctxt "encryption certificate"
msgid "Subject"
msgstr ""
-#: jsLoader.php:307
+#: jsLoader.php:309
msgid "Submap"
msgstr "å­æ‹“墣圖"
@@ -16330,7 +16416,7 @@ msgstr "å­æ‹“墣圖"
msgid "Success Audit"
msgstr "æˆåŠŸå¯©è¨ˆ"
-#: include/func.inc.php:1628 jsLoader.php:164
+#: include/func.inc.php:1628 jsLoader.php:166
msgid "Success message"
msgstr ""
@@ -16343,7 +16429,7 @@ msgstr ""
msgid "Sun"
msgstr "æ—¥"
-#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:188
+#: include/func.inc.php:126 include/func.inc.php:208 jsLoader.php:190
msgid "Sunday"
msgstr "æ—¥"
@@ -16387,7 +16473,7 @@ msgid "Switching authentication method will reset all except this session! Conti
msgstr "切æ›èªè­‰æ–¹æ³•å°‡é‡è¨­é™¤äº†æ­¤é€£ç·šæœŸä¹‹å¤–的所有連線!繼續嗎?"
#: app/views/administration.gui.edit.php:75
-#: include/classes/setup/CSetupWizard.php:449
+#: include/classes/setup/CSetupWizard.php:462
msgid "System"
msgstr ""
@@ -16438,12 +16524,12 @@ msgstr ""
msgid "System uptime in seconds. Returns integer"
msgstr ""
-#: jsLoader.php:192
+#: jsLoader.php:194
msgctxt "Thursday short"
msgid "T"
msgstr "T"
-#: jsLoader.php:190
+#: jsLoader.php:192
msgctxt "Tuesday short"
msgid "T"
msgstr "T"
@@ -16485,12 +16571,12 @@ msgstr "資料表\"%1$s\"ä¸èƒ½æœ‰æ¬„ä½å為\"%2$s\"."
msgid "Tag"
msgstr "標簽"
-#: include/classes/api/services/CTriggerGeneral.php:539
+#: include/classes/api/services/CTriggerGeneral.php:541
#, c-format
msgid "Tag \"%1$s\" with value \"%2$s\" already exists."
msgstr ""
-#: app/views/monitoring.problem.view.php:298
+#: app/partials/monitoring.problem.filter.php:231
#: include/classes/widgets/forms/CWidgetFormProblems.php:151
msgid "Tag display priority"
msgstr ""
@@ -16499,12 +16585,12 @@ msgstr ""
msgid "Tag filter"
msgstr ""
-#: include/views/configuration.trigger.prototype.edit.php:498
-#: include/views/configuration.triggers.edit.php:524
+#: include/views/configuration.trigger.prototype.edit.php:505
+#: include/views/configuration.triggers.edit.php:531
msgid "Tag for matching"
msgstr ""
-#: app/views/monitoring.problem.view.php:285 include/actions.inc.php:66
+#: app/partials/monitoring.problem.filter.php:217 include/actions.inc.php:66
#: include/classes/widgets/forms/CWidgetFormProblems.php:137
msgid "Tag name"
msgstr ""
@@ -16515,25 +16601,25 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/partials/administration.usergroup.tagfilters.html.php:29
-#: app/partials/monitoring.host.view.html.php:36
-#: app/views/monitoring.host.view.php:146
-#: app/views/monitoring.problem.view.php:296
+#: app/partials/monitoring.host.filter.php:126
+#: app/partials/monitoring.host.view.html.php:32
+#: app/partials/monitoring.problem.filter.php:229
#: app/views/monitoring.widget.problems.view.php:66
-#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:763
-#: include/classes/screens/CScreenProblem.php:845
-#: include/classes/screens/CScreenProblem.php:901
-#: include/classes/screens/CScreenProblem.php:1147
+#: app/views/popup.lldoperation.php:258 include/blocks.inc.php:762
+#: include/classes/screens/CScreenProblem.php:860
+#: include/classes/screens/CScreenProblem.php:916
+#: include/classes/screens/CScreenProblem.php:1162
#: include/classes/widgets/forms/CWidgetFormProblemHosts.php:79
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:79
#: include/classes/widgets/forms/CWidgetFormProblems.php:94
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:382
#: include/events.inc.php:232 include/events.inc.php:447
-#: include/views/configuration.host.edit.php:610
+#: include/views/configuration.host.edit.php:606
#: include/views/configuration.host.list.php:170
#: include/views/configuration.host.list.php:198
#: include/views/configuration.host.massupdate.php:216
#: include/views/configuration.host.massupdate.php:307
-#: include/views/configuration.host.prototype.edit.php:304
+#: include/views/configuration.host.prototype.edit.php:319
#: include/views/configuration.host.prototype.list.php:61
#: include/views/configuration.maintenance.edit.php:232
#: include/views/configuration.template.edit.php:418
@@ -16541,11 +16627,11 @@ msgstr ""
#: include/views/configuration.template.list.php:160
#: include/views/configuration.template.massupdate.php:140
#: include/views/configuration.template.massupdate.php:159
-#: include/views/configuration.trigger.prototype.edit.php:540
+#: include/views/configuration.trigger.prototype.edit.php:547
#: include/views/configuration.trigger.prototype.list.php:60
#: include/views/configuration.trigger.prototype.massupdate.php:78
#: include/views/configuration.trigger.prototype.massupdate.php:184
-#: include/views/configuration.triggers.edit.php:562
+#: include/views/configuration.triggers.edit.php:569
#: include/views/configuration.triggers.list.php:136
#: include/views/configuration.triggers.list.php:204
#: include/views/configuration.triggers.massupdate.php:80
@@ -16554,11 +16640,11 @@ msgid "Tags"
msgstr ""
#: include/views/configuration.copy.elements.php:68
-#: include/views/configuration.trigger.prototype.edit.php:186
-#: include/views/configuration.trigger.prototype.edit.php:381
-#: include/views/configuration.triggers.edit.php:207
-#: include/views/configuration.triggers.edit.php:404 trigger_prototypes.php:53
-#: trigger_prototypes.php:55 triggers.php:59 triggers.php:61
+#: include/views/configuration.trigger.prototype.edit.php:193
+#: include/views/configuration.trigger.prototype.edit.php:388
+#: include/views/configuration.triggers.edit.php:214
+#: include/views/configuration.triggers.edit.php:411 trigger_prototypes.php:54
+#: trigger_prototypes.php:56 triggers.php:60 triggers.php:62
msgid "Target"
msgstr "目標"
@@ -16677,13 +16763,13 @@ msgstr ""
#: app/views/search.php:186 app/views/search.php:190 app/views/search.php:191
#: app/views/search.php:311 include/menu.inc.php:103
#: include/views/configuration.copy.elements.php:63
-#: include/views/configuration.host.edit.php:573
+#: include/views/configuration.host.edit.php:569
#: include/views/configuration.hostgroups.list.php:65
#: include/views/configuration.hostgroups.list.php:150
#: include/views/configuration.host.list.php:116
#: include/views/configuration.host.list.php:193
#: include/views/configuration.host.massupdate.php:305
-#: include/views/configuration.host.prototype.edit.php:278
+#: include/views/configuration.host.prototype.edit.php:293
#: include/views/configuration.host.prototype.list.php:58
#: include/views/configuration.template.edit.php:28
#: include/views/configuration.template.list.php:122
@@ -16705,20 +16791,20 @@ msgstr ""
#: app/views/administration.authentication.edit.php:267
#: app/views/administration.mediatype.list.php:135
#: app/views/administration.regex.edit.php:136
-#: app/views/js/popup.itemtestedit.view.js.php:508
-#: app/views/popup.itemtestedit.view.php:313
+#: app/views/js/popup.itemtestedit.view.js.php:558
+#: app/views/popup.itemtestedit.view.php:425
#: app/views/popup.mediatypetest.edit.php:99
#: app/views/popup.testtriggerexpr.php:124 include/forms.inc.php:1425
-#: include/views/configuration.host.discovery.edit.php:770
-#: include/views/configuration.host.discovery.edit.php:781
-#: include/views/configuration.item.edit.php:863
-#: include/views/configuration.item.edit.php:884
-#: include/views/configuration.item.prototype.edit.php:722
-#: include/views/configuration.item.prototype.edit.php:733
-#: include/views/configuration.trigger.prototype.edit.php:253
-#: include/views/configuration.trigger.prototype.edit.php:449
-#: include/views/configuration.triggers.edit.php:275
-#: include/views/configuration.triggers.edit.php:473
+#: include/views/configuration.host.discovery.edit.php:772
+#: include/views/configuration.host.discovery.edit.php:783
+#: include/views/configuration.item.edit.php:865
+#: include/views/configuration.item.edit.php:886
+#: include/views/configuration.item.prototype.edit.php:724
+#: include/views/configuration.item.prototype.edit.php:735
+#: include/views/configuration.trigger.prototype.edit.php:260
+#: include/views/configuration.trigger.prototype.edit.php:456
+#: include/views/configuration.triggers.edit.php:282
+#: include/views/configuration.triggers.edit.php:480
#: include/views/js/item.preprocessing.js.php:50
msgid "Test"
msgstr "測試"
@@ -16743,7 +16829,7 @@ msgstr "測試數據"
msgid "Test expressions"
msgstr ""
-#: app/controllers/CControllerPopupItemTestEdit.php:294
+#: app/controllers/CControllerPopupItemTestEdit.php:307
msgid "Test item"
msgstr ""
@@ -16771,10 +16857,10 @@ msgstr ""
#: include/items.inc.php:131 include/items.inc.php:1781
#: include/items.inc.php:1785 include/items.inc.php:1789
#: include/items.inc.php:1793 include/items.inc.php:1797
-#: include/views/configuration.item.edit.php:561
-#: include/views/configuration.item.massupdate.php:170
-#: include/views/configuration.item.prototype.edit.php:528
-#: include/views/configuration.item.prototype.massupdate.php:166
+#: include/views/configuration.item.edit.php:563
+#: include/views/configuration.item.massupdate.php:176
+#: include/views/configuration.item.prototype.edit.php:530
+#: include/views/configuration.item.prototype.massupdate.php:172
#: include/views/js/monitoring.sysmaps.js.php:329
#: include/views/js/monitoring.sysmaps.js.php:483
msgid "Text"
@@ -16813,7 +16899,7 @@ msgstr ""
msgid "The cloned host contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
-#: host_prototypes.php:165
+#: host_prototypes.php:171
msgid "The cloned host prototype contains user defined macros with type \"Secret text\". The value and type of these macros were reset."
msgstr ""
@@ -16904,11 +16990,11 @@ msgstr ""
msgid "Theme"
msgstr "背景主題"
-#: include/func.inc.php:2462
+#: include/func.inc.php:2487
msgid "This day last week"
msgstr ""
-#: include/views/configuration.host.edit.php:676
+#: include/views/configuration.host.edit.php:672
#, c-format
msgid "This field is automatically populated by item \"%1$s\"."
msgstr ""
@@ -16917,11 +17003,11 @@ msgstr ""
msgid "This is the test message from Zabbix"
msgstr ""
-#: include/func.inc.php:2470 srv_status.php:40
+#: include/func.inc.php:2495 srv_status.php:40
msgid "This month"
msgstr "本月"
-#: include/func.inc.php:2471
+#: include/func.inc.php:2496
msgid "This month so far"
msgstr ""
@@ -16933,23 +17019,23 @@ msgstr "這篩é¸-列ä¸æ˜¯ç©ºç™½. 刪除它?"
msgid "This screen row is not empty. Delete it?"
msgstr "這篩é¸-è¡Œä¸æ˜¯ç©ºç™½. 刪除它?"
-#: include/func.inc.php:2468 srv_status.php:39
+#: include/func.inc.php:2493 srv_status.php:39
msgid "This week"
msgstr "本周"
-#: include/func.inc.php:2469
+#: include/func.inc.php:2494
msgid "This week so far"
msgstr ""
-#: include/func.inc.php:2472 srv_status.php:41
+#: include/func.inc.php:2497 srv_status.php:41
msgid "This year"
msgstr "本年"
-#: include/func.inc.php:2473
+#: include/func.inc.php:2498
msgid "This year so far"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:217
+#: app/controllers/CControllerPopupTriggerExpr.php:231
msgid "Threshold"
msgstr ""
@@ -16961,7 +17047,7 @@ msgstr ""
msgid "Thu"
msgstr "å››"
-#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:185
+#: include/func.inc.php:122 include/func.inc.php:212 jsLoader.php:187
msgid "Thursday"
msgstr "週四"
@@ -16972,19 +17058,19 @@ msgstr "週四"
msgid "Till"
msgstr "直到"
-#: app/controllers/CControllerPopupTriggerExpr.php:46
-#: app/controllers/CControllerPopupTriggerExpr.php:188
+#: app/controllers/CControllerPopupTriggerExpr.php:47
+#: app/controllers/CControllerPopupTriggerExpr.php:202
#: app/views/monitoring.widget.actionlog.view.php:33
#: app/views/monitoring.widget.problems.view.php:36
-#: app/views/popup.itemtestedit.view.php:170
+#: app/views/popup.itemtestedit.view.php:267
#: app/views/popup.triggerexpr.php:136 app/views/popup.triggerexpr.php:140
#: app/views/reports.auditlog.list.php:86 include/actions.inc.php:1700
#: include/actions.inc.php:1753 include/actions.inc.php:1833
#: include/actions.inc.php:1916 include/actions.inc.php:1967
-#: include/blocks.inc.php:738 include/classes/screens/CScreenActions.php:111
+#: include/blocks.inc.php:737 include/classes/screens/CScreenActions.php:111
#: include/classes/screens/CScreenEvents.php:30
-#: include/classes/screens/CScreenProblem.php:822
-#: include/classes/screens/CScreenProblem.php:1138
+#: include/classes/screens/CScreenProblem.php:837
+#: include/classes/screens/CScreenProblem.php:1153
#: include/classes/widgets/forms/CWidgetFormActionLog.php:31
#: include/classes/widgets/forms/CWidgetFormActionLog.php:32
#: include/classes/widgets/forms/CWidgetFormProblems.php:200
@@ -17027,12 +17113,12 @@ msgstr ""
msgid "Time period"
msgstr "時間期間"
-#: app/controllers/CControllerPopupTriggerExpr.php:64
-#: app/controllers/CControllerPopupTriggerExpr.php:131
+#: app/controllers/CControllerPopupTriggerExpr.php:65
#: app/controllers/CControllerPopupTriggerExpr.php:145
-#: app/controllers/CControllerPopupTriggerExpr.php:169
+#: app/controllers/CControllerPopupTriggerExpr.php:159
#: app/controllers/CControllerPopupTriggerExpr.php:183
-#: app/controllers/CControllerPopupTriggerExpr.php:212
+#: app/controllers/CControllerPopupTriggerExpr.php:197
+#: app/controllers/CControllerPopupTriggerExpr.php:226
#: include/classes/widgets/CWidgetHelper.php:738
#: include/classes/widgets/CWidgetHelper.php:814
#: include/classes/widgets/CWidgetHelper.php:1083
@@ -17044,16 +17130,23 @@ msgstr "排ç­"
msgid "Time type"
msgstr "時間類型"
+#: include/classes/validators/CFunctionValidator.php:435
+msgid "Time units in period shift must be greater or equal to period time unit."
+msgstr ""
+
#: app/views/administration.user.edit.php:191
msgid "Time zone"
msgstr ""
#: app/views/administration.mediatype.edit.php:226
-#: app/views/popup.httpstep.php:165
+#: app/views/popup.httpstep.php:165 disc_prototypes.php:166
+#: host_discovery.php:124
#: include/views/configuration.host.discovery.edit.php:164
#: include/views/configuration.httpconf.edit.php:200
#: include/views/configuration.item.edit.php:202
+#: include/views/configuration.item.massupdate.php:104
#: include/views/configuration.item.prototype.edit.php:184
+#: include/views/configuration.item.prototype.massupdate.php:100 items.php:162
msgid "Timeout"
msgstr "逾時"
@@ -17067,22 +17160,23 @@ msgstr "逾時"
msgid "Timestamp"
msgstr "時間戳"
-#: include/classes/html/CFilter.php:290
+#: app/partials/timeselector.filter.php:96
+#: app/views/popup.tabfilter.edit.php:49 include/classes/html/CFilter.php:290
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:98
#: include/views/js/monitoring.sysmaps.js.php:696
msgid "To"
msgstr "到"
-#: jsLoader.php:327
+#: jsLoader.php:329
msgid "To set a host interface select a single item type for all items"
msgstr "è¦è¨­å®šä¸€å€‹ä¸»æ©Ÿä»‹é¢, é¸æ“‡ä¸€å€‹å–®ä¸€çš„項目類型給所有的項目"
-#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2466
+#: include/classes/screens/CScreenProblem.php:722 include/func.inc.php:2491
#: srv_status.php:38
msgid "Today"
msgstr "今天"
-#: include/func.inc.php:2467
+#: include/func.inc.php:2492
msgid "Today so far"
msgstr ""
@@ -17172,10 +17266,10 @@ msgstr ""
#: app/controllers/CControllerPopupLldOperation.php:227
#: app/views/popup.lldoperation.php:200 disc_prototypes.php:158
-#: include/views/configuration.item.edit.php:700
-#: include/views/configuration.item.massupdate.php:321
-#: include/views/configuration.item.prototype.edit.php:607
-#: include/views/configuration.item.prototype.massupdate.php:319 items.php:86
+#: include/views/configuration.item.edit.php:702
+#: include/views/configuration.item.massupdate.php:327
+#: include/views/configuration.item.prototype.edit.php:609
+#: include/views/configuration.item.prototype.massupdate.php:325 items.php:86
msgid "Trend storage period"
msgstr ""
@@ -17184,34 +17278,34 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:57
#: include/forms.inc.php:280 include/forms.inc.php:697
#: include/views/configuration.item.list.php:71
-#: include/views/configuration.item.prototype.list.php:60 items.php:266
+#: include/views/configuration.item.prototype.list.php:60 items.php:270
msgid "Trends"
msgstr "趨勢"
#: app/controllers/CControllerAuditLogList.php:195
-#: app/controllers/CControllerPopupTriggerWizard.php:221
-#: app/controllers/CControllerPopupTriggerWizard.php:293
+#: app/controllers/CControllerPopupTriggerWizard.php:225
+#: app/controllers/CControllerPopupTriggerWizard.php:299
#: app/views/popup.services.php:48 include/actions.inc.php:46
#: include/classes/graphdraw/CLineGraphDraw.php:474 include/events.inc.php:225
-#: include/maps.inc.php:26 include/triggers.inc.php:1204
+#: include/maps.inc.php:26 include/triggers.inc.php:1206
#: include/views/configuration.services.edit.php:92
#: include/views/configuration.services.edit.php:122
-#: include/views/configuration.triggers.edit.php:559
+#: include/views/configuration.triggers.edit.php:566
#: include/views/configuration.triggers.massupdate.php:163
#: include/views/js/monitoring.sysmaps.js.php:94
#: include/views/js/monitoring.sysmaps.js.php:734
-#: include/views/reports.toptriggers.php:83 jsLoader.php:204 jsLoader.php:308
+#: include/views/reports.toptriggers.php:83 jsLoader.php:206 jsLoader.php:310
#: services.php:355
msgid "Trigger"
msgstr "觸發器"
-#: include/classes/api/services/CTriggerGeneral.php:588
-#: include/classes/api/services/CTriggerGeneral.php:620
+#: include/classes/api/services/CTriggerGeneral.php:590
+#: include/classes/api/services/CTriggerGeneral.php:622
#, c-format
msgid "Trigger \"%1$s\" already exists on \"%2$s\"."
msgstr "觸發器\"%1$s\"已存在於\"%2$s\"."
-#: include/classes/api/services/CTriggerGeneral.php:1907
+#: include/classes/api/services/CTriggerGeneral.php:1928
#, c-format
msgid "Trigger \"%1$s\" belongs to templates with different linkages."
msgstr ""
@@ -17221,7 +17315,7 @@ msgstr ""
msgid "Trigger \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr "觸發器\"%1$s\"相ä¾æ–¼ä¸€å€‹ä¸å­˜åœ¨çš„觸發器\"%2$s\"."
-#: app/controllers/CControllerMenuPopup.php:580
+#: app/controllers/CControllerMenuPopup.php:582
msgid "Trigger URL"
msgstr ""
@@ -17229,7 +17323,7 @@ msgstr ""
msgid "Trigger actions"
msgstr ""
-#: triggers.php:299
+#: triggers.php:302
msgid "Trigger added"
msgstr "觸發器已新增"
@@ -17237,7 +17331,7 @@ msgstr "觸發器已新增"
msgid "Trigger cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: triggers.php:600
+#: triggers.php:606
msgid "Trigger copied"
msgid_plural "Triggers copied"
msgstr[0] ""
@@ -17246,7 +17340,7 @@ msgstr[0] ""
msgid "Trigger data storage period"
msgstr ""
-#: triggers.php:416
+#: triggers.php:422
msgid "Trigger deleted"
msgstr "觸發器已删除"
@@ -17254,7 +17348,7 @@ msgstr "觸發器已删除"
msgid "Trigger details"
msgstr ""
-#: triggers.php:550
+#: triggers.php:556
msgid "Trigger disabled"
msgid_plural "Triggers disabled"
msgstr[0] ""
@@ -17264,12 +17358,12 @@ msgstr[0] ""
msgid "Trigger displaying options"
msgstr "觸發器顯示é¸é …"
-#: triggers.php:549
+#: triggers.php:555
msgid "Trigger enabled"
msgid_plural "Triggers enabled"
msgstr[0] ""
-#: include/classes/api/services/CTriggerGeneral.php:784
+#: include/classes/api/services/CTriggerGeneral.php:786
msgid "Trigger expression must contain at least one host:key reference."
msgstr "觸發器表示å¼å¿…需包å«è‡³å°‘一個 主機:éµå€¼ åƒç…§."
@@ -17309,24 +17403,24 @@ msgstr "觸發器概覽"
#: app/controllers/CControllerAuditLogList.php:196
#: app/views/popup.lldoperation.php:49
-#: include/views/configuration.trigger.prototype.edit.php:537
+#: include/views/configuration.trigger.prototype.edit.php:544
#: include/views/configuration.trigger.prototype.massupdate.php:183
#: include/views/js/configuration.host.discovery.edit.overr.js.php:158
msgid "Trigger prototype"
msgstr "觸發器類型"
-#: include/classes/api/services/CTriggerGeneral.php:589
-#: include/classes/api/services/CTriggerGeneral.php:625
+#: include/classes/api/services/CTriggerGeneral.php:591
+#: include/classes/api/services/CTriggerGeneral.php:627
#, c-format
msgid "Trigger prototype \"%1$s\" already exists on \"%2$s\"."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1911
+#: include/classes/api/services/CTriggerGeneral.php:1932
#, c-format
msgid "Trigger prototype \"%1$s\" belongs to templates with different linkages."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1830
+#: include/classes/api/services/CTriggerGeneral.php:1851
#, c-format
msgid "Trigger prototype \"%1$s\" contains item prototypes from multiple discovery rules."
msgstr ""
@@ -17336,12 +17430,12 @@ msgstr ""
msgid "Trigger prototype \"%1$s\" depends on trigger \"%2$s\", which does not exist."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1825
+#: include/classes/api/services/CTriggerGeneral.php:1846
#, c-format
msgid "Trigger prototype \"%1$s\" must contain at least one item prototype."
msgstr ""
-#: trigger_prototypes.php:250
+#: trigger_prototypes.php:253
msgid "Trigger prototype added"
msgstr ""
@@ -17349,18 +17443,18 @@ msgstr ""
msgid "Trigger prototype cannot be dependent on a trigger that is inherited from it."
msgstr ""
-#: trigger_prototypes.php:365
+#: trigger_prototypes.php:371
msgid "Trigger prototype deleted"
msgstr ""
-#: trigger_prototypes.php:350 trigger_prototypes.php:508
+#: trigger_prototypes.php:356 trigger_prototypes.php:514
msgid "Trigger prototype updated"
msgid_plural "Trigger prototypes updated"
msgstr[0] ""
#: app/controllers/CControllerPopupGeneric.php:214 include/html.inc.php:474
#: include/views/configuration.host.discovery.list.php:257
-#: include/views/configuration.host.edit.php:392
+#: include/views/configuration.host.edit.php:388
#: include/views/configuration.template.edit.php:268
#: include/views/configuration.trigger.prototype.edit.php:29
#: include/views/configuration.trigger.prototype.list.php:27
@@ -17368,15 +17462,15 @@ msgstr[0] ""
msgid "Trigger prototypes"
msgstr "觸發器類型"
-#: trigger_prototypes.php:519
+#: trigger_prototypes.php:525
msgid "Trigger prototypes deleted"
msgstr ""
-#: trigger_prototypes.php:473
+#: trigger_prototypes.php:479
msgid "Trigger prototypes updated"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:796
+#: include/classes/api/services/CTriggerGeneral.php:798
msgid "Trigger recovery expression must contain at least one host:key reference."
msgstr ""
@@ -17384,11 +17478,11 @@ msgstr ""
msgid "Trigger severity"
msgstr "觸發器示警度"
-#: jsLoader.php:290
+#: jsLoader.php:292
msgid "Trigger status \"OK\""
msgstr ""
-#: jsLoader.php:291
+#: jsLoader.php:293
msgid "Trigger status \"Problem\""
msgstr ""
@@ -17396,19 +17490,19 @@ msgstr ""
msgid "Trigger tags"
msgstr ""
-#: triggers.php:401 triggers.php:519
+#: triggers.php:407 triggers.php:525
msgid "Trigger updated"
msgstr "觸發器已更新"
#: app/controllers/CControllerPopupGeneric.php:200
+#: app/partials/monitoring.problem.filter.php:83
#: app/partials/trigoverview.table.top.php:29
-#: app/views/monitoring.problem.view.php:155
#: app/views/popup.condition.common.php:193 app/views/search.php:40
#: app/views/search.php:75 app/views/search.php:79 app/views/search.php:229
#: app/views/search.php:265 app/views/search.php:269 include/forms.inc.php:264
#: include/html.inc.php:375
#: include/views/configuration.host.discovery.list.php:176
-#: include/views/configuration.host.edit.php:283
+#: include/views/configuration.host.edit.php:279
#: include/views/configuration.host.list.php:186
#: include/views/configuration.host.list.php:426
#: include/views/configuration.item.list.php:67
@@ -17421,11 +17515,11 @@ msgstr "觸發器已更新"
#: include/views/configuration.triggers.massupdate.php:28
#: include/views/conf.import.php:40 include/views/inventory.host.view.php:182
#: include/views/inventory.host.view.php:206
-#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:667
+#: include/views/js/monitoring.sysmaps.js.php:167 triggers.php:674
msgid "Triggers"
msgstr "觸發器"
-#: triggers.php:615
+#: triggers.php:621
msgid "Triggers deleted"
msgstr "觸發器已删除"
@@ -17441,7 +17535,7 @@ msgstr ""
msgid "Tue"
msgstr "二"
-#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:183
+#: include/func.inc.php:120 include/func.inc.php:210 jsLoader.php:185
msgid "Tuesday"
msgstr "週二"
@@ -17454,7 +17548,7 @@ msgstr ""
msgid "Two items (\"%1$s\" and \"%2$s\") cannot populate one host inventory field \"%3$s\", this would lead to a conflict."
msgstr "兩個項目 (\"%1$s\"å’Œ\"%2$s\")ä¸èƒ½å¡«å…¥ä¸€å€‹ä¸»æ©Ÿè³‡ç”¢ç´€éŒ„欄ä½\"%3$s\", 這會造æˆè¡çª."
-#: jsLoader.php:209
+#: jsLoader.php:211
msgid "Two map elements should be selected"
msgstr ""
@@ -17474,7 +17568,7 @@ msgstr ""
#: app/views/popup.condition.common.php:161
#: app/views/popup.condition.common.php:633 app/views/popup.generic.php:126
#: app/views/popup.lldoperation.php:108 app/views/popup.media.php:66
-#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:116
+#: app/views/popup.triggerwizard.php:47 app/views/popup.triggerwizard.php:122
#: include/classes/screens/CScreenActions.php:113
#: include/classes/widgets/CWidgetHelper.php:50
#: include/classes/widgets/forms/CWidgetFormActionLog.php:33
@@ -17486,21 +17580,21 @@ msgstr ""
#: include/views/configuration.graph.edit.php:346
#: include/views/configuration.host.discovery.edit.php:59
#: include/views/configuration.host.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:472
+#: include/views/configuration.host.discovery.edit.php:474
#: include/views/configuration.host.discovery.list.php:125
#: include/views/configuration.host.discovery.list.php:181
#: include/views/configuration.item.edit.php:81
#: include/views/configuration.item.edit.php:86
-#: include/views/configuration.item.edit.php:581
+#: include/views/configuration.item.edit.php:583
#: include/views/configuration.item.list.php:72
#: include/views/configuration.item.massupdate.php:45
-#: include/views/configuration.item.massupdate.php:240
+#: include/views/configuration.item.massupdate.php:246
#: include/views/configuration.item.prototype.edit.php:64
#: include/views/configuration.item.prototype.edit.php:69
-#: include/views/configuration.item.prototype.edit.php:548
+#: include/views/configuration.item.prototype.edit.php:550
#: include/views/configuration.item.prototype.list.php:61
#: include/views/configuration.item.prototype.massupdate.php:41
-#: include/views/configuration.item.prototype.massupdate.php:238
+#: include/views/configuration.item.prototype.massupdate.php:244
#: include/views/configuration.maintenance.list.php:83
#: include/views/configuration.services.edit.php:176
#: include/views/inventory.host.list.php:81
@@ -17533,18 +17627,18 @@ msgstr "é¡žåž‹(é™å†ª)"
#: app/partials/popup.operations.php:379 app/views/popup.lldoverride.php:79
#: include/views/configuration.action.edit.php:123
#: include/views/configuration.correlation.edit.php:105
-#: include/views/configuration.host.discovery.edit.php:548
+#: include/views/configuration.host.discovery.edit.php:550
msgid "Type of calculation"
msgstr "計算方å¼"
#: app/controllers/CControllerPopupGeneric.php:265
#: app/controllers/CControllerPopupGeneric.php:328 include/forms.inc.php:181
-#: include/forms.inc.php:662 include/views/configuration.item.edit.php:549
-#: include/views/configuration.item.edit.php:555
-#: include/views/configuration.item.massupdate.php:163
-#: include/views/configuration.item.prototype.edit.php:516
-#: include/views/configuration.item.prototype.edit.php:522
-#: include/views/configuration.item.prototype.massupdate.php:159
+#: include/forms.inc.php:662 include/views/configuration.item.edit.php:551
+#: include/views/configuration.item.edit.php:557
+#: include/views/configuration.item.massupdate.php:169
+#: include/views/configuration.item.prototype.edit.php:518
+#: include/views/configuration.item.prototype.edit.php:524
+#: include/views/configuration.item.prototype.massupdate.php:165
msgid "Type of information"
msgstr "數據類型"
@@ -17561,8 +17655,8 @@ msgstr "é¡žåž‹ "
msgid "UNKNOWN"
msgstr "未知的"
-#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:128
-#: disc_prototypes.php:167 host_discovery.php:125
+#: app/views/popup.httpstep.php:52 app/views/popup.triggerwizard.php:134
+#: disc_prototypes.php:171 host_discovery.php:129
#: include/classes/widgets/CWidgetConfig.php:52
#: include/classes/widgets/forms/CWidgetFormUrl.php:31
#: include/screens.inc.php:43
@@ -17572,11 +17666,11 @@ msgstr "未知的"
#: include/views/configuration.item.massupdate.php:84
#: include/views/configuration.item.prototype.edit.php:100
#: include/views/configuration.item.prototype.massupdate.php:80
-#: include/views/configuration.trigger.prototype.edit.php:519
-#: include/views/configuration.triggers.edit.php:545
+#: include/views/configuration.trigger.prototype.edit.php:526
+#: include/views/configuration.triggers.edit.php:552
#: include/views/js/monitoring.sysmaps.js.php:277
#: include/views/monitoring.screen.constructor.edit.php:781
-#: include/views/monitoring.sysmap.edit.php:238 items.php:163 jsLoader.php:309
+#: include/views/monitoring.sysmap.edit.php:238 items.php:167 jsLoader.php:311
msgid "URL"
msgstr "URL"
@@ -17622,7 +17716,7 @@ msgid "URL should have both \"name\" and \"url\" fields for map \"%1$s\"."
msgstr ""
#: include/views/js/monitoring.sysmaps.js.php:274
-#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:310
+#: include/views/monitoring.sysmap.edit.php:289 jsLoader.php:312
msgid "URLs"
msgstr "URLs"
@@ -17706,10 +17800,10 @@ msgstr ""
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:156
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:231
-#: include/views/configuration.item.edit.php:567
-#: include/views/configuration.item.massupdate.php:176
-#: include/views/configuration.item.prototype.edit.php:534
-#: include/views/configuration.item.prototype.massupdate.php:172
+#: include/views/configuration.item.edit.php:569
+#: include/views/configuration.item.massupdate.php:182
+#: include/views/configuration.item.prototype.edit.php:536
+#: include/views/configuration.item.prototype.massupdate.php:178
msgid "Units"
msgstr "å–®ä½"
@@ -17731,7 +17825,7 @@ msgstr "å–®ä½"
#: include/items.inc.php:167 include/maintenances.inc.php:33
#: include/maps.inc.php:39 include/regexp.inc.php:236
#: include/screens.inc.php:56 include/triggers.inc.php:119
-#: include/triggers.inc.php:260 include/triggers.inc.php:2045
+#: include/triggers.inc.php:260 include/triggers.inc.php:2053
#: include/users.inc.php:64 include/users.inc.php:87
#: include/views/configuration.action.edit.php:248
#: include/views/configuration.triggers.list.php:72
@@ -17750,18 +17844,18 @@ msgstr "未知的æ“作"
msgid "Unknown error"
msgstr ""
-#: include/classes/validators/CFunctionValidator.php:295
+#: include/classes/validators/CFunctionValidator.php:337
msgid "Unknown function."
msgstr "未知的方程å¼."
#: app/controllers/CControllerPopupTestTriggerExpr.php:49
-#: app/controllers/CControllerPopupTriggerExpr.php:561
-#: include/triggers.inc.php:1387
+#: app/controllers/CControllerPopupTriggerExpr.php:611
+#: include/triggers.inc.php:1389
msgid "Unknown host item, no such item in selected host"
msgstr "未知的主機項目, 在所é¸çš„主機中沒有這樣的項目"
#: app/controllers/CControllerPopupTestTriggerExpr.php:48
-#: include/triggers.inc.php:1386
+#: include/triggers.inc.php:1388
msgid "Unknown host, no such host present in system"
msgstr "未知的主機, 在系統中沒有出ç¾é€™æ¨£çš„主機."
@@ -17787,15 +17881,15 @@ msgstr "未知的值類型"
msgid "Unlimited"
msgstr ""
-#: include/views/configuration.host.edit.php:523
+#: include/views/configuration.host.edit.php:519
#: include/views/configuration.host.massupdate.php:126
-#: include/views/configuration.host.prototype.edit.php:236
+#: include/views/configuration.host.prototype.edit.php:251
#: include/views/configuration.template.edit.php:365
#: include/views/configuration.template.massupdate.php:96
msgid "Unlink"
msgstr "å–消關è¯"
-#: include/views/configuration.host.edit.php:529
+#: include/views/configuration.host.edit.php:525
#: include/views/configuration.template.edit.php:371
msgid "Unlink and clear"
msgstr "å–消關è¯ä¸¦æ¸…ç†"
@@ -17838,7 +17932,7 @@ msgstr "斷連: \"%2$s\"上的項目原型\"%1$s\"."
msgid "Unlinked: Web scenario \"%1$s\" on \"%2$s\"."
msgstr ""
-#: jsLoader.php:233
+#: jsLoader.php:235
msgid "Unmute"
msgstr "é–‹è²éŸ³"
@@ -17883,6 +17977,11 @@ msgstr ""
msgid "Unsupported parameter \"%2$s\" for the filter of discovery rule \"%1$s\"."
msgstr ""
+#: app/controllers/CControllerPopupTabFilterEdit.php:98
+#: include/classes/services/CTabFilterProfile.php:95
+msgid "Untitled"
+msgstr ""
+
#: app/views/monitoring.widget.discovery.view.php:33
msgctxt "discovery results in dashboard"
msgid "Up"
@@ -17919,28 +18018,29 @@ msgstr "上"
#: app/views/popup.discovery.check.php:135 app/views/popup.httpstep.php:181
#: app/views/popup.lldoperation.php:286 app/views/popup.lldoverride.php:200
#: app/views/popup.media.php:123 app/views/popup.mediatype.message.php:92
-#: app/views/popup.triggerwizard.php:142
+#: app/views/popup.triggerwizard.php:148
+#: include/classes/html/CTabFilter.php:94
#: include/views/configuration.action.edit.php:486
#: include/views/configuration.correlation.edit.php:164
#: include/views/configuration.discovery.edit.php:140
#: include/views/configuration.graph.edit.php:476
-#: include/views/configuration.host.discovery.edit.php:776
-#: include/views/configuration.host.edit.php:754
+#: include/views/configuration.host.discovery.edit.php:778
+#: include/views/configuration.host.edit.php:750
#: include/views/configuration.hostgroups.edit.php:61
#: include/views/configuration.host.massupdate.php:325
-#: include/views/configuration.host.prototype.edit.php:400
+#: include/views/configuration.host.prototype.edit.php:415
#: include/views/configuration.httpconf.edit.php:257
-#: include/views/configuration.item.edit.php:879
-#: include/views/configuration.item.massupdate.php:506
-#: include/views/configuration.item.prototype.edit.php:720
-#: include/views/configuration.item.prototype.massupdate.php:530
+#: include/views/configuration.item.edit.php:881
+#: include/views/configuration.item.massupdate.php:512
+#: include/views/configuration.item.prototype.edit.php:722
+#: include/views/configuration.item.prototype.massupdate.php:536
#: include/views/configuration.maintenance.edit.php:247
#: include/views/configuration.services.edit.php:363
#: include/views/configuration.template.edit.php:444
#: include/views/configuration.template.massupdate.php:176
-#: include/views/configuration.trigger.prototype.edit.php:635
+#: include/views/configuration.trigger.prototype.edit.php:642
#: include/views/configuration.trigger.prototype.massupdate.php:193
-#: include/views/configuration.triggers.edit.php:630
+#: include/views/configuration.triggers.edit.php:637
#: include/views/configuration.triggers.massupdate.php:173
#: include/views/monitoring.screen.constructor.edit.php:872
#: include/views/monitoring.screen.edit.php:224
@@ -17957,16 +18057,16 @@ msgstr "æ›´æ–°ç¾æœ‰çš„"
#: app/controllers/CControllerPopupLldOperation.php:153
#: app/controllers/CControllerPopupLldOperation.php:208
#: app/views/popup.lldoperation.php:171 discoveryconf.php:40
-#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:223
+#: disc_prototypes.php:62 host_discovery.php:64 host_discovery.php:227
#: include/forms.inc.php:229 include/views/configuration.discovery.edit.php:64
-#: include/views/configuration.host.discovery.edit.php:462
+#: include/views/configuration.host.discovery.edit.php:464
#: include/views/configuration.host.discovery.list.php:126
#: include/views/configuration.httpconf.edit.php:83
-#: include/views/configuration.item.edit.php:571
-#: include/views/configuration.item.massupdate.php:296
-#: include/views/configuration.item.prototype.edit.php:538
-#: include/views/configuration.item.prototype.massupdate.php:294 items.php:63
-#: items.php:264
+#: include/views/configuration.item.edit.php:573
+#: include/views/configuration.item.massupdate.php:302
+#: include/views/configuration.item.prototype.edit.php:540
+#: include/views/configuration.item.prototype.massupdate.php:300 items.php:63
+#: items.php:268
msgid "Update interval"
msgstr "æ›´æ–°é–“éš”"
@@ -18021,7 +18121,7 @@ msgstr ""
msgid "Uptime/Downtime"
msgstr "在線/ä¸åœ¨ç·š"
-#: include/views/js/configuration.host.edit.js.php:129
+#: include/views/js/configuration.host.edit.js.php:128
msgid "Use bulk requests"
msgstr ""
@@ -18050,7 +18150,7 @@ msgstr ""
#: app/views/administration.user.edit.php:227
#: app/views/reports.auditlog.list.php:87 httpconf.php:66
#: include/actions.inc.php:1700 include/actions.inc.php:1753
-#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:338
+#: include/actions.inc.php:1967 include/classes/setup/CSetupWizard.php:350
#: include/hosts.inc.php:61 include/views/configuration.httpconf.edit.php:167
msgid "User"
msgstr "用户"
@@ -18209,14 +18309,14 @@ msgstr ""
#: app/partials/popup.operations.php:258 disc_prototypes.php:87
#: host_discovery.php:81
-#: include/views/configuration.host.discovery.edit.php:287
-#: include/views/configuration.host.discovery.edit.php:424
-#: include/views/configuration.item.edit.php:332
-#: include/views/configuration.item.edit.php:496
-#: include/views/configuration.item.massupdate.php:193
-#: include/views/configuration.item.prototype.edit.php:314
-#: include/views/configuration.item.prototype.edit.php:466
-#: include/views/configuration.item.prototype.massupdate.php:189 items.php:99
+#: include/views/configuration.host.discovery.edit.php:289
+#: include/views/configuration.host.discovery.edit.php:426
+#: include/views/configuration.item.edit.php:334
+#: include/views/configuration.item.edit.php:498
+#: include/views/configuration.item.massupdate.php:199
+#: include/views/configuration.item.prototype.edit.php:316
+#: include/views/configuration.item.prototype.edit.php:468
+#: include/views/configuration.item.prototype.massupdate.php:195 items.php:99
msgid "User name"
msgstr "用戶å稱"
@@ -18282,11 +18382,11 @@ msgstr ""
msgid "User/Recipient"
msgstr ""
-#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:223
-#: host_discovery.php:179 include/views/configuration.host.edit.php:599
+#: app/views/administration.mediatype.edit.php:90 disc_prototypes.php:227
+#: host_discovery.php:183 include/views/configuration.host.edit.php:595
#: include/views/configuration.host.massupdate.php:183
-#: include/views/configuration.host.prototype.edit.php:293
-#: include/views/general.login.php:70 index.php:32 items.php:216
+#: include/views/configuration.host.prototype.edit.php:308
+#: include/views/general.login.php:70 index.php:32 items.php:220
msgid "Username"
msgstr "用戶å稱"
@@ -18294,8 +18394,8 @@ msgstr "用戶å稱"
msgid "Username and password"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:572
-#: include/classes/setup/CSetupWizard.php:865
+#: include/classes/setup/CSetupWizard.php:585
+#: include/classes/setup/CSetupWizard.php:875
msgid "Username and password must be stored in Vault secret keys \"username\" and \"password\"."
msgstr ""
@@ -18560,24 +18660,24 @@ msgstr ""
#: app/views/popup.condition.common.php:581
#: app/views/popup.condition.common.php:600 app/views/popup.httpstep.php:70
#: app/views/popup.httpstep.php:96 app/views/popup.httpstep.php:120
-#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:146
+#: app/views/popup.httpstep.php:139 app/views/popup.itemtestedit.view.php:259
#: app/views/popup.lldoperation.php:264 app/views/popup.testtriggerexpr.php:31
-#: include/blocks.inc.php:611 include/classes/graphdraw/CPieGraphDraw.php:309
+#: include/blocks.inc.php:610 include/classes/graphdraw/CPieGraphDraw.php:309
#: include/classes/screens/CScreenEvents.php:30
#: include/classes/screens/CScreenHistory.php:278
#: include/classes/screens/CScreenHistory.php:392
#: include/classes/screens/CScreenPlainText.php:53
#: include/views/configuration.host.discovery.edit.php:114
-#: include/views/configuration.host.discovery.edit.php:206
+#: include/views/configuration.host.discovery.edit.php:208
#: include/views/configuration.host.massupdate.php:226
#: include/views/configuration.httpconf.edit.php:123
#: include/views/configuration.httpconf.edit.php:141
#: include/views/configuration.item.edit.php:152
-#: include/views/configuration.item.edit.php:244
-#: include/views/configuration.item.massupdate.php:132
+#: include/views/configuration.item.edit.php:246
+#: include/views/configuration.item.massupdate.php:138
#: include/views/configuration.item.prototype.edit.php:134
-#: include/views/configuration.item.prototype.edit.php:226
-#: include/views/configuration.item.prototype.massupdate.php:128
+#: include/views/configuration.item.prototype.edit.php:228
+#: include/views/configuration.item.prototype.massupdate.php:134
#: include/views/configuration.template.massupdate.php:150
#: include/views/configuration.trigger.prototype.massupdate.php:88
#: include/views/configuration.triggers.list.php:82
@@ -18705,18 +18805,18 @@ msgstr "變數"
msgid "Various information about specific process(es). Returns float"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:319
-#: include/classes/setup/CSetupWizard.php:491
+#: include/classes/setup/CSetupWizard.php:327
+#: include/classes/setup/CSetupWizard.php:504
msgid "Vault API endpoint"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:328
-#: include/classes/setup/CSetupWizard.php:497
+#: include/classes/setup/CSetupWizard.php:342
+#: include/classes/setup/CSetupWizard.php:510
msgid "Vault authentication token"
msgstr ""
#: include/classes/core/ZBase.php:232
-#: include/classes/setup/CSetupWizard.php:861 include/config.inc.php:53
+#: include/classes/setup/CSetupWizard.php:871 include/config.inc.php:53
msgid "Vault connection failed."
msgstr ""
@@ -18724,8 +18824,8 @@ msgstr ""
msgid "Vault secret"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:323
-#: include/classes/setup/CSetupWizard.php:494
+#: include/classes/setup/CSetupWizard.php:334
+#: include/classes/setup/CSetupWizard.php:507
msgid "Vault secret path"
msgstr ""
@@ -18737,7 +18837,7 @@ msgstr "賣方"
msgid "Verbose"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:361
+#: include/classes/setup/CSetupWizard.php:374
msgid "Verify database certificate"
msgstr ""
@@ -18798,7 +18898,7 @@ msgstr "å¯è¦‹çš„å稱"
msgid "Visible name cannot be empty if host name is missing."
msgstr "如果缺少主機å稱, å¯è¦‹çš„å稱ä¸èƒ½æ˜¯ç©ºç™½."
-#: jsLoader.php:191
+#: jsLoader.php:193
msgctxt "Wednesday short"
msgid "W"
msgstr "W"
@@ -18810,22 +18910,22 @@ msgstr "W"
msgid "Warning"
msgstr "警告"
-#: include/classes/setup/CSetupWizard.php:235
+#: include/classes/setup/CSetupWizard.php:244
msgctxt "setup"
msgid "Warning"
msgstr "警示"
-#: jsLoader.php:166
+#: jsLoader.php:168
msgid "Warning message"
msgstr ""
-#: jsLoader.php:238
+#: jsLoader.php:240
msgid "We are sorry, the maximum possible number of elements to remember has been reached."
msgstr "我們很抱歉, 已經到了å¯è¨˜ä½çš„最大å¯èƒ½çš„組件數é‡."
-#: app/partials/monitoring.host.view.html.php:43
-#: app/partials/monitoring.host.view.html.php:149
-#: app/partials/monitoring.host.view.html.php:157 app/views/search.php:37
+#: app/partials/monitoring.host.view.html.php:39
+#: app/partials/monitoring.host.view.html.php:145
+#: app/partials/monitoring.host.view.html.php:153 app/views/search.php:37
#: app/views/search.php:43 app/views/search.php:96 app/views/search.php:100
#: app/views/search.php:136 app/views/search.php:163 app/views/search.php:208
#: app/views/search.php:229 app/views/search.php:290 app/views/search.php:294
@@ -18835,7 +18935,7 @@ msgstr "我們很抱歉, 已經到了å¯è¨˜ä½çš„最大å¯èƒ½çš„組件數é‡."
#: include/views/configuration.template.list.php:283
#: include/views/inventory.host.view.php:135
#: include/views/inventory.host.view.php:197
-#: include/views/inventory.host.view.php:209 jsLoader.php:311
+#: include/views/inventory.host.view.php:209 jsLoader.php:313
msgid "Web"
msgstr "Web"
@@ -18890,7 +18990,7 @@ msgstr[0] "網é ç›£æ¸¬æƒ…境已啟用"
msgid "Web scenario updated"
msgstr ""
-#: include/html.inc.php:427 include/views/configuration.host.edit.php:459
+#: include/html.inc.php:427 include/views/configuration.host.edit.php:455
#: include/views/configuration.template.edit.php:332
#: include/views/conf.import.php:42
msgid "Web scenarios"
@@ -18908,7 +19008,7 @@ msgstr ""
msgid "Wed"
msgstr "三"
-#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:184
+#: include/func.inc.php:121 include/func.inc.php:211 jsLoader.php:186
msgid "Wednesday"
msgstr "週三"
@@ -18921,7 +19021,7 @@ msgstr "æ¯é€±"
msgid "Welcome"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:172
+#: include/classes/setup/CSetupWizard.php:181
msgid "Welcome to"
msgstr ""
@@ -18929,7 +19029,7 @@ msgstr ""
msgid "When active"
msgstr "當作用中時"
-#: jsLoader.php:149
+#: jsLoader.php:151
msgid "Widget is too small for the specified number of columns and rows."
msgstr ""
@@ -18971,7 +19071,7 @@ msgstr ""
msgid "With header row"
msgstr ""
-#: app/views/monitoring.problem.view.php:308
+#: app/partials/monitoring.problem.filter.php:242
#: include/classes/widgets/forms/CWidgetFormProblemsBySv.php:142
#: include/classes/widgets/forms/CWidgetFormProblems.php:162
msgid "With problem name"
@@ -19045,13 +19145,13 @@ msgstr "錯誤的æœå‹™æ¬„ä½\"%1$s\"."
msgid "Wrong fields for time for service \"%1$s\"."
msgstr "錯誤的æœå‹™\"%1$s\"其時間欄ä½."
-#: include/classes/api/services/CTriggerGeneral.php:837
-#: include/classes/api/services/CTriggerGeneral.php:1009
+#: include/classes/api/services/CTriggerGeneral.php:841
+#: include/classes/api/services/CTriggerGeneral.php:1020
msgid "Wrong fields for trigger prototype."
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:828
-#: include/classes/api/services/CTriggerGeneral.php:1000
+#: include/classes/api/services/CTriggerGeneral.php:832
+#: include/classes/api/services/CTriggerGeneral.php:1011
msgid "Wrong fields for trigger."
msgstr "錯誤的觸發器欄ä½."
@@ -19059,8 +19159,8 @@ msgstr "錯誤的觸發器欄ä½."
#: include/classes/api/services/CMap.php:969
#: include/classes/api/services/CMap.php:1440
#: include/classes/api/services/CScreenItem.php:958
-#: include/classes/api/services/CTriggerGeneral.php:866
-#: include/classes/api/services/CTriggerGeneral.php:1034
+#: include/classes/api/services/CTriggerGeneral.php:870
+#: include/classes/api/services/CTriggerGeneral.php:1045
msgid "Wrong value for url field."
msgstr ""
@@ -19093,10 +19193,10 @@ msgstr ""
msgid "XML XPath"
msgstr ""
-#: include/views/configuration.host.discovery.edit.php:174
-#: include/views/configuration.item.edit.php:212
+#: include/views/configuration.host.discovery.edit.php:176
+#: include/views/configuration.item.edit.php:214
#: include/views/configuration.item.massupdate.php:98
-#: include/views/configuration.item.prototype.edit.php:194
+#: include/views/configuration.item.prototype.edit.php:196
#: include/views/configuration.item.prototype.massupdate.php:94
msgid "XML data"
msgstr ""
@@ -19187,7 +19287,7 @@ msgstr ""
#: include/classes/import/validators/C42XmlValidator.php:1336
#: include/classes/import/validators/C44XmlValidator.php:1741
#: include/classes/import/validators/C50XmlValidator.php:1884
-#: include/classes/import/validators/C52XmlValidator.php:1896
+#: include/classes/import/validators/C52XmlValidator.php:1954
msgctxt "XML date and time format"
msgid "YYYY-MM-DDThh:mm:ssZ"
msgstr ""
@@ -19206,20 +19306,20 @@ msgstr "æ¯å¹´"
#: app/views/monitoring.widget.problems.view.php:248
#: app/views/popup.condition.common.php:648
#: app/views/popup.lldoperation.php:78 app/views/popup.lldoperation.php:90
-#: include/actions.inc.php:32 include/blocks.inc.php:618
-#: include/blocks.inc.php:862
+#: include/actions.inc.php:32 include/blocks.inc.php:617
+#: include/blocks.inc.php:861
#: include/classes/screens/CScreenHostTriggers.php:251
-#: include/classes/screens/CScreenProblem.php:1090
-#: include/classes/screens/CScreenProblem.php:1228 include/events.inc.php:171
+#: include/classes/screens/CScreenProblem.php:1105
+#: include/classes/screens/CScreenProblem.php:1243 include/events.inc.php:171
#: include/events.inc.php:347 include/events.inc.php:579
-#: include/triggers.inc.php:1238 include/triggers.inc.php:1243
+#: include/triggers.inc.php:1240 include/triggers.inc.php:1245
#: include/views/configuration.graph.list.php:192
#: include/views/configuration.host.prototype.list.php:132
#: include/views/configuration.host.prototype.list.php:145
#: include/views/configuration.httpconf.list.php:166
#: include/views/configuration.item.prototype.list.php:107
#: include/views/configuration.item.prototype.list.php:155
-#: include/views/configuration.item.prototype.massupdate.php:354
+#: include/views/configuration.item.prototype.massupdate.php:360
#: include/views/configuration.trigger.prototype.list.php:120
#: include/views/configuration.trigger.prototype.list.php:135
#: include/views/configuration.trigger.prototype.massupdate.php:67
@@ -19231,7 +19331,7 @@ msgstr "æ¯å¹´"
msgid "Yes"
msgstr "是"
-#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2460
+#: include/classes/screens/CScreenProblem.php:730 include/func.inc.php:2485
msgid "Yesterday"
msgstr ""
@@ -19242,7 +19342,7 @@ msgstr ""
#: app/views/administration.gui.edit.php:62
#: app/views/administration.user.edit.php:177
-#: include/classes/setup/CSetupWizard.php:207
+#: include/classes/setup/CSetupWizard.php:216
msgid "You are not able to choose some of the languages, because locales for them are not installed on the web server."
msgstr "您無法é¸æ“‡æŸäº›èªžè¨€, 因為這些語系並未安è£æ–¼web伺æœå™¨ä¸Š."
@@ -19297,7 +19397,7 @@ msgstr "您沒有許å¯æ¬Šä¾†å®Œæˆæ­¤æ“作."
msgid "You do not have permissions to create users."
msgstr "您沒有許å¯æ¬Šä¾†å‰µå»ºç”¨æˆ¶."
-#: jsLoader.php:142
+#: jsLoader.php:144
msgid "You do not have permissions to edit dashboard"
msgstr ""
@@ -19305,7 +19405,7 @@ msgstr ""
msgid "You have no permissions to access this page."
msgstr "您沒有許å¯æ¬Šä¾†æ“作本é ã€‚"
-#: jsLoader.php:139
+#: jsLoader.php:141
msgid "You have unsaved changes."
msgstr ""
@@ -19380,7 +19480,7 @@ msgstr ""
#: app/partials/popup.operations.php:235
#: app/views/administration.script.edit.php:57 include/actions.inc.php:878
-#: include/classes/setup/CSetupWizard.php:528
+#: include/classes/setup/CSetupWizard.php:541
msgid "Zabbix server"
msgstr "網路監測主機"
@@ -19398,7 +19498,7 @@ msgid "Zabbix server (proxy)"
msgstr ""
#: include/classes/setup/CSetupWizard.php:57
-#: include/classes/setup/CSetupWizard.php:435
+#: include/classes/setup/CSetupWizard.php:448
msgid "Zabbix server details"
msgstr ""
@@ -19406,15 +19506,15 @@ msgstr ""
msgid "Zabbix server is not running: the information displayed may not be current."
msgstr "Zabbix server is not running: the information displayed may not be current."
-#: include/blocks.inc.php:617
+#: include/blocks.inc.php:616
msgid "Zabbix server is running"
msgstr "Zabbixæœå‹™å™¨ç«¯é‹è¡Œä¸­"
-#: include/classes/setup/CSetupWizard.php:532
+#: include/classes/setup/CSetupWizard.php:545
msgid "Zabbix server name"
msgstr "Zabbix主機å稱"
-#: include/classes/setup/CSetupWizard.php:529
+#: include/classes/setup/CSetupWizard.php:542
msgid "Zabbix server port"
msgstr "Zabbix主機埠"
@@ -19423,6 +19523,7 @@ msgid "Zabbix trapper"
msgstr "Zabbixæ‰æ•å™¨"
#: include/classes/html/CFilter.php:251
+#: include/classes/html/CTabFilter.php:309
msgid "Zoom out"
msgstr ""
@@ -19436,51 +19537,56 @@ msgstr ""
msgid "[Wrong value for month: \"%1$s\" ]"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:840
+#: include/classes/validators/CApiInputValidator.php:1895
+msgid "a DNS name is expected"
+msgstr ""
+
+#: include/classes/validators/CApiInputValidator.php:852
msgid "a boolean is expected"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:513
-#: include/classes/api/services/CTriggerGeneral.php:529
+#: include/classes/api/services/CTriggerGeneral.php:515
+#: include/classes/api/services/CTriggerGeneral.php:531
#: include/classes/api/services/CUser.php:711
#: include/classes/import/validators/CXmlValidatorGeneral.php:240
#: include/classes/validators/CActionCondValidator.php:185
-#: include/classes/validators/CApiInputValidator.php:262
+#: include/classes/validators/CApiInputValidator.php:274
#: include/classes/validators/CEventCorrCondValidator.php:91
#: include/classes/validators/CNewValidator.php:326
msgid "a character string is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:620
+#: include/classes/validators/CApiInputValidator.php:632
msgid "a floating point value is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:330
+#: include/classes/validators/CApiInputValidator.php:342
#: include/classes/validators/CNewValidator.php:313
msgid "a hexadecimal colour code (6 symbols) is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1412
+#: include/classes/validators/CApiInputValidator.php:1424
msgid "a low-level discovery macro is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1323
#: include/validate.inc.php:194
msgid "a number has too many fractional digits"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:794
-#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:806
+#: include/classes/validators/CApiInputValidator.php:1302
+#: include/classes/validators/CApiInputValidator.php:1918
#: include/validate.inc.php:175
msgid "a number is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:481
-#: include/classes/validators/CApiInputValidator.php:520
-#: include/classes/validators/CApiInputValidator.php:804
-#: include/classes/validators/CApiInputValidator.php:1299
-#: include/classes/validators/CApiInputValidator.php:1306
-#: include/classes/validators/CApiInputValidator.php:1579
+#: include/classes/validators/CApiInputValidator.php:493
+#: include/classes/validators/CApiInputValidator.php:532
+#: include/classes/validators/CApiInputValidator.php:816
+#: include/classes/validators/CApiInputValidator.php:1311
+#: include/classes/validators/CApiInputValidator.php:1318
+#: include/classes/validators/CApiInputValidator.php:1591
#: include/validate.inc.php:183 include/validate.inc.php:189
msgid "a number is too large"
msgstr ""
@@ -19493,8 +19599,8 @@ msgstr ""
msgid "a numeric value is expected"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:178
-#: app/controllers/CControllerPopupItemTestSend.php:192
+#: app/controllers/CControllerPopupItemTestSend.php:170
+#: app/controllers/CControllerPopupItemTestSend.php:184
msgid "a relative time is expected"
msgstr ""
@@ -19502,29 +19608,29 @@ msgstr ""
msgid "a time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1479
+#: include/classes/validators/CApiInputValidator.php:1491
#: include/classes/validators/CNewValidator.php:285
msgid "a time period is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1445
+#: include/classes/validators/CApiInputValidator.php:1457
#: include/validate.inc.php:221
msgid "a time range is expected"
msgstr ""
#: app/controllers/CControllerPopupHttpStep.php:94
#: app/controllers/CControllerPopupLldOperation.php:154
-#: include/classes/validators/CApiInputValidator.php:1568
+#: include/classes/validators/CApiInputValidator.php:1580
#: include/classes/validators/CNewValidator.php:524
#: include/validate.inc.php:213 include/validate.inc.php:594
msgid "a time unit is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1383
+#: include/classes/validators/CApiInputValidator.php:1395
msgid "a user macro is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:257
+#: app/controllers/CControllerPopupTriggerExpr.php:271
msgid "abschange() - Absolute difference between last and previous value"
msgstr ""
@@ -19566,6 +19672,10 @@ msgstr "所有"
msgid "all media"
msgstr "所有媒體"
+#: include/classes/validators/CApiInputValidator.php:1852
+msgid "an IP address is expected"
+msgstr ""
+
#: include/classes/api/services/CDRule.php:467
#: include/classes/api/services/CDRule.php:474
#: include/classes/api/services/CItemGeneral.php:2200
@@ -19577,23 +19687,23 @@ msgstr "所有媒體"
#: include/classes/import/validators/C50XmlValidator.php:2276
#: include/classes/import/validators/C50XmlValidator.php:2296
#: include/classes/import/validators/C50XmlValidator.php:2423
-#: include/classes/import/validators/C52XmlValidator.php:2288
-#: include/classes/import/validators/C52XmlValidator.php:2308
-#: include/classes/import/validators/C52XmlValidator.php:2435
-#: include/classes/import/validators/C52XmlValidator.php:2474
+#: include/classes/import/validators/C52XmlValidator.php:2346
+#: include/classes/import/validators/C52XmlValidator.php:2366
+#: include/classes/import/validators/C52XmlValidator.php:2493
+#: include/classes/import/validators/C52XmlValidator.php:2532
#: include/classes/import/validators/CXmlValidatorGeneral.php:254
-#: include/classes/validators/CApiInputValidator.php:429
-#: include/classes/validators/CApiInputValidator.php:561
-#: include/classes/validators/CApiInputValidator.php:654
-#: include/classes/validators/CApiInputValidator.php:748
-#: include/classes/validators/CApiInputValidator.php:895
-#: include/classes/validators/CApiInputValidator.php:1089
-#: include/classes/validators/CApiInputValidator.php:1131
+#: include/classes/validators/CApiInputValidator.php:441
+#: include/classes/validators/CApiInputValidator.php:573
+#: include/classes/validators/CApiInputValidator.php:666
+#: include/classes/validators/CApiInputValidator.php:760
+#: include/classes/validators/CApiInputValidator.php:907
+#: include/classes/validators/CApiInputValidator.php:1101
+#: include/classes/validators/CApiInputValidator.php:1143
msgid "an array is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:974
-#: include/classes/validators/CApiInputValidator.php:1044
+#: include/classes/validators/CApiInputValidator.php:986
+#: include/classes/validators/CApiInputValidator.php:1056
msgid "an array or a character string is expected"
msgstr ""
@@ -19603,7 +19713,7 @@ msgid "an empty string is expected"
msgstr ""
#: include/classes/api/services/CHost.php:1866
-#: include/classes/validators/CApiInputValidator.php:1007
+#: include/classes/validators/CApiInputValidator.php:1019
msgid "an even number of hexadecimal characters is expected"
msgstr ""
@@ -19611,11 +19721,11 @@ msgstr ""
msgid "an explicit time is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:476
+#: include/classes/validators/CApiInputValidator.php:488
msgid "an integer is expected"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:515
+#: include/classes/validators/CApiInputValidator.php:527
msgid "an unsigned integer is expected"
msgstr ""
@@ -19664,11 +19774,11 @@ msgstr ""
msgid "avg"
msgstr "å¹³å‡"
-#: app/controllers/CControllerPopupTriggerExpr.php:262
+#: app/controllers/CControllerPopupTriggerExpr.php:276
msgid "avg() - Average value of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:403
+#: app/controllers/CControllerPopupTriggerExpr.php:417
msgid "band() - Bitwise AND of last (most recent) T value and mask"
msgstr ""
@@ -19696,10 +19806,9 @@ msgstr ""
#: app/controllers/CControllerAuthenticationUpdate.php:143
#: app/controllers/CControllerAuthenticationUpdate.php:214
-#: app/controllers/CControllerPopupItemTestGetValue.php:114
-#: app/controllers/CControllerPopupItemTestGetValue.php:120
-#: app/controllers/CControllerPopupItemTestSend.php:154
-#: app/controllers/CControllerPopupItemTestSend.php:160
+#: app/controllers/CControllerPopupItemTest.php:1136
+#: app/controllers/CControllerPopupItemTest.php:1144
+#: app/controllers/CControllerPopupItemTest.php:1151
#: app/controllers/CControllerPopupLldOperation.php:131
#: app/controllers/CControllerPopupLldOperation.php:138
#: app/controllers/CControllerPopupLldOperation.php:143
@@ -19707,7 +19816,7 @@ msgstr ""
#: app/controllers/CControllerPopupLldOverride.php:84
#: app/controllers/CControllerPopupMedia.php:98
#: app/controllers/CControllerPopupMedia.php:109
-#: app/controllers/CControllerPopupTriggerWizard.php:134
+#: app/controllers/CControllerPopupTriggerWizard.php:136
#: app/controllers/CControllerUsergroupGrouprightAdd.php:36
#: app/controllers/CControllerUsergroupTagfilterAdd.php:41
#: app/controllers/CControllerUsergroupTagfilterAdd.php:47
@@ -19732,6 +19841,9 @@ msgstr ""
#: include/classes/api/services/CEvent.php:812
#: include/classes/api/services/CHost.php:1854
#: include/classes/api/services/CHost.php:1860
+#: include/classes/api/services/CHostPrototype.php:1604
+#: include/classes/api/services/CHostPrototype.php:1616
+#: include/classes/api/services/CHostPrototype.php:1632
#: include/classes/api/services/CItemGeneral.php:441
#: include/classes/api/services/CItemGeneral.php:468
#: include/classes/api/services/CItemGeneral.php:474
@@ -19758,11 +19870,11 @@ msgstr ""
#: include/classes/api/services/CMediatype.php:793
#: include/classes/api/services/CProxy.php:578
#: include/classes/api/services/CProxy.php:584
-#: include/classes/api/services/CTriggerGeneral.php:519
-#: include/classes/api/services/CTriggerGeneral.php:899
-#: include/classes/api/services/CTriggerGeneral.php:931
-#: include/classes/api/services/CTriggerGeneral.php:1159
+#: include/classes/api/services/CTriggerGeneral.php:521
+#: include/classes/api/services/CTriggerGeneral.php:909
+#: include/classes/api/services/CTriggerGeneral.php:941
#: include/classes/api/services/CTriggerGeneral.php:1177
+#: include/classes/api/services/CTriggerGeneral.php:1195
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/api/services/CUserMacro.php:780
#: include/classes/api/services/CUser.php:583
@@ -19784,14 +19896,14 @@ msgstr ""
#: include/classes/validators/CActionCondValidator.php:175
#: include/classes/validators/CActionCondValidator.php:181
#: include/classes/validators/CActionCondValidator.php:191
-#: include/classes/validators/CApiInputValidator.php:272
-#: include/classes/validators/CApiInputValidator.php:434
-#: include/classes/validators/CApiInputValidator.php:566
-#: include/classes/validators/CApiInputValidator.php:659
-#: include/classes/validators/CApiInputValidator.php:753
-#: include/classes/validators/CApiInputValidator.php:799
-#: include/classes/validators/CApiInputValidator.php:1094
-#: include/classes/validators/CApiInputValidator.php:1136
+#: include/classes/validators/CApiInputValidator.php:284
+#: include/classes/validators/CApiInputValidator.php:446
+#: include/classes/validators/CApiInputValidator.php:578
+#: include/classes/validators/CApiInputValidator.php:671
+#: include/classes/validators/CApiInputValidator.php:765
+#: include/classes/validators/CApiInputValidator.php:811
+#: include/classes/validators/CApiInputValidator.php:1106
+#: include/classes/validators/CApiInputValidator.php:1148
#: include/classes/validators/CEventCorrCondValidator.php:55
#: include/classes/validators/CEventCorrCondValidator.php:61
#: include/classes/validators/CEventCorrCondValidator.php:67
@@ -19816,7 +19928,7 @@ msgstr ""
msgid "cannot update property for templated discovery rule"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:274
+#: app/controllers/CControllerPopupTriggerExpr.php:288
msgid "change() - Difference between last and previous value"
msgstr ""
@@ -19834,11 +19946,11 @@ msgstr ""
msgid "circular item dependency is not allowed"
msgstr ""
-#: jsLoader.php:241
+#: jsLoader.php:243
msgid "colour"
msgstr ""
-#: app/views/monitoring.problem.view.php:301
+#: app/partials/monitoring.problem.filter.php:234
#: include/classes/widgets/views/widget.problems.form.view.php:92
msgid "comma-separated list"
msgstr ""
@@ -19857,11 +19969,11 @@ msgstr ""
msgid "count"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:279
+#: app/controllers/CControllerPopupTriggerExpr.php:293
msgid "count() - Number of successfully retrieved values V (which fulfill operator O) for period T"
msgstr ""
-#: include/func.inc.php:579 jsLoader.php:160
+#: include/func.inc.php:579 jsLoader.php:162
msgctxt "day short"
msgid "d"
msgstr "d"
@@ -19870,32 +19982,32 @@ msgstr "d"
msgid "d.M"
msgstr "d.M"
-#: app/controllers/CControllerPopupTriggerExpr.php:337
+#: app/controllers/CControllerPopupTriggerExpr.php:351
msgid "date() - Current date"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:347
+#: app/controllers/CControllerPopupTriggerExpr.php:361
msgid "dayofmonth() - Day of month"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:342
+#: app/controllers/CControllerPopupTriggerExpr.php:356
msgid "dayofweek() - Day of week"
msgstr ""
#: app/partials/common.filter.trigger.php:122
-#: app/views/monitoring.problem.view.php:197
+#: app/partials/monitoring.problem.filter.php:133
msgid "days"
msgstr "æ—¥"
#: app/controllers/CControllerMapView.php:123
-#: include/classes/setup/CSetupWizard.php:469
+#: include/classes/setup/CSetupWizard.php:482
#: include/classes/widgets/CWidgetHelper.php:63
#: include/views/js/monitoring.slideconf.edit.js.php:40
#: include/views/monitoring.slideconf.edit.php:136
msgid "default"
msgstr "é è¨­çš„"
-#: app/controllers/CControllerPopupTriggerExpr.php:268
+#: app/controllers/CControllerPopupTriggerExpr.php:282
msgid "delta() - Difference between MAX and MIN value of a period T"
msgstr ""
@@ -19921,11 +20033,11 @@ msgstr ""
msgid "description"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:285
+#: app/controllers/CControllerPopupTriggerExpr.php:299
msgid "diff() - Difference between last and preceding values (1 - true, 0 - false)"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1353
+#: include/classes/validators/CApiInputValidator.php:1365
msgid "directory or script name cannot be empty"
msgstr ""
@@ -19964,7 +20076,7 @@ msgstr ""
#: app/views/popup.lldoperation.php:63 app/views/popup.lldoverride.php:145
#: include/actions.inc.php:35
-#: include/views/configuration.host.discovery.edit.php:588
+#: include/views/configuration.host.discovery.edit.php:590
#: include/views/js/configuration.host.discovery.edit.js.php:58
#: include/views/js/configuration.host.discovery.edit.overr.js.php:79
#: include/views/js/configuration.host.discovery.edit.overr.js.php:166
@@ -20003,7 +20115,7 @@ msgstr ""
msgid "first parameter is expected"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:409
+#: app/controllers/CControllerPopupTriggerExpr.php:423
msgid "forecast() - Forecast for next t seconds based on period T"
msgstr ""
@@ -20011,14 +20123,14 @@ msgstr ""
msgid "fourth"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:352
+#: app/controllers/CControllerPopupTriggerExpr.php:366
msgid "fuzzytime() - Difference between item value (as timestamp) and Zabbix server timestamp is less than or equal to T seconds (1 - true, 0 - false)"
msgstr ""
-#: include/views/configuration.item.edit.php:647
-#: include/views/configuration.item.edit.php:652
-#: include/views/configuration.item.edit.php:683
-#: include/views/configuration.item.edit.php:688
+#: include/views/configuration.item.edit.php:649
+#: include/views/configuration.item.edit.php:654
+#: include/views/configuration.item.edit.php:685
+#: include/views/configuration.item.edit.php:690
msgctxt "item_form"
msgid "global housekeeping settings"
msgstr "清除數據之全域設定"
@@ -20027,7 +20139,7 @@ msgstr "清除數據之全域設定"
msgid "graph pattern"
msgstr ""
-#: include/func.inc.php:580 jsLoader.php:161
+#: include/func.inc.php:580 jsLoader.php:163
msgctxt "hour short"
msgid "h"
msgstr "h"
@@ -20085,11 +20197,11 @@ msgstr "在"
msgid "including subgroups"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:494
+#: include/classes/parsers/CTriggerExpression.php:518
msgid "incorrect calculated item formula"
msgstr ""
-#: include/classes/parsers/CTriggerExpression.php:503
+#: include/classes/parsers/CTriggerExpression.php:534
#, c-format
msgid "incorrect calculated item formula starting from \"%1$s\""
msgstr ""
@@ -20126,7 +20238,7 @@ msgstr ""
msgid "invalid address range \"%1$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:267
+#: include/classes/validators/CApiInputValidator.php:279
msgid "invalid byte sequence in UTF-8"
msgstr ""
@@ -20140,15 +20252,15 @@ msgstr ""
msgid "invalid history storage period"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1190
+#: include/classes/validators/CApiInputValidator.php:1202
msgid "invalid host group name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1234
+#: include/classes/validators/CApiInputValidator.php:1246
msgid "invalid host name"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1515
+#: include/classes/validators/CApiInputValidator.php:1527
msgid "invalid regular expression"
msgstr ""
@@ -20158,7 +20270,7 @@ msgstr ""
msgid "invalid trend storage period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:364
+#: app/controllers/CControllerPopupTriggerExpr.php:378
msgid "iregexp() - Regular expression V matching last value in period T (non case-sensitive; 1 - match, 0 - no match)"
msgstr ""
@@ -20170,7 +20282,7 @@ msgstr ""
msgid "is less than or equals"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1759
+#: include/classes/validators/CApiInputValidator.php:1771
msgid "is not enclosed in {} or is malformed"
msgstr ""
@@ -20200,7 +20312,7 @@ msgstr "éµå€¼ç‚ºç©ºç™½"
msgid "last"
msgstr "最新"
-#: app/controllers/CControllerPopupTriggerExpr.php:290
+#: app/controllers/CControllerPopupTriggerExpr.php:304
msgid "last() - Last (most recent) T value"
msgstr ""
@@ -20212,15 +20324,15 @@ msgstr ""
msgid "list of characters"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:370
+#: app/controllers/CControllerPopupTriggerExpr.php:384
msgid "logeventid() - Event ID of last log entry matching regular expression T (1 - match, 0 - no match)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:376
+#: app/controllers/CControllerPopupTriggerExpr.php:390
msgid "logseverity() - Log severity of the last log entry"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:381
+#: app/controllers/CControllerPopupTriggerExpr.php:395
msgid "logsource() - Log source of the last log entry matching parameter T (1 - match, 0 - no match)"
msgstr ""
@@ -20228,12 +20340,12 @@ msgstr ""
msgid "low-level discovery rule"
msgstr "低階探索è¦å‰‡"
-#: include/func.inc.php:581 jsLoader.php:123 jsLoader.php:162 jsLoader.php:347
+#: include/func.inc.php:581 jsLoader.php:125 jsLoader.php:164 jsLoader.php:349
msgctxt "minute short"
msgid "m"
msgstr "m"
-#: include/func.inc.php:578 jsLoader.php:159
+#: include/func.inc.php:578 jsLoader.php:161
msgctxt "month short"
msgid "m"
msgstr "m"
@@ -20263,7 +20375,7 @@ msgstr "拓墣圖"
#: app/views/popup.lldoperation.php:62 app/views/popup.lldoverride.php:144
#: include/actions.inc.php:34
-#: include/views/configuration.host.discovery.edit.php:587
+#: include/views/configuration.host.discovery.edit.php:589
#: include/views/js/configuration.host.discovery.edit.js.php:57
#: include/views/js/configuration.host.discovery.edit.overr.js.php:78
#: include/views/js/configuration.host.discovery.edit.overr.js.php:165
@@ -20287,7 +20399,7 @@ msgstr "最大"
msgid "max period is less than time filter default period"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:296
+#: app/controllers/CControllerPopupTriggerExpr.php:310
msgid "max() - Maximum value for period T"
msgstr ""
@@ -20314,12 +20426,12 @@ msgstr ""
msgid "min"
msgstr "最å°"
-#: app/controllers/CControllerPopupTriggerExpr.php:302
+#: app/controllers/CControllerPopupTriggerExpr.php:316
msgid "min() - Minimum value for period T"
msgstr ""
#: include/classes/api/services/CHost.php:1872
-#: include/classes/validators/CApiInputValidator.php:1001
+#: include/classes/validators/CApiInputValidator.php:1013
#, c-format
msgid "minimum length is %1$s characters"
msgstr ""
@@ -20352,27 +20464,27 @@ msgstr "必需為一個正確的LDAP用戶"
msgid "must be between \"%1$s\" and \"%2$s\""
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1197
-#: include/classes/validators/CApiInputValidator.php:1241
+#: include/classes/validators/CApiInputValidator.php:1209
+#: include/classes/validators/CApiInputValidator.php:1253
msgid "must contain at least one low-level discovery macro"
msgstr ""
#: include/views/configuration.host.discovery.edit.php:129
-#: include/views/configuration.host.discovery.edit.php:221
+#: include/views/configuration.host.discovery.edit.php:223
#: include/views/configuration.item.edit.php:167
-#: include/views/configuration.item.edit.php:259
+#: include/views/configuration.item.edit.php:261
#: include/views/configuration.item.prototype.edit.php:149
-#: include/views/configuration.item.prototype.edit.php:241
+#: include/views/configuration.item.prototype.edit.php:243
#: include/views/js/configuration.httpconf.edit.js.php:68
msgid "name"
msgstr ""
-#: include/classes/html/CMultiSelect.php:85 jsLoader.php:263
+#: include/classes/html/CMultiSelect.php:85 jsLoader.php:265
msgid "new"
msgstr "æ–°çš„"
-#: disc_prototypes.php:1313 disc_prototypes.php:1337 hosts.php:1370
-#: include/views/configuration.item.massupdate.php:401 templates.php:959
+#: disc_prototypes.php:1323 disc_prototypes.php:1347 hosts.php:1349
+#: include/views/configuration.item.massupdate.php:407 templates.php:959
msgctxt "new element in multiselect"
msgid "new"
msgstr "æ–°çš„"
@@ -20382,7 +20494,7 @@ msgstr "æ–°çš„"
msgid "no data"
msgstr "没有數據"
-#: app/controllers/CControllerPopupTriggerExpr.php:397
+#: app/controllers/CControllerPopupTriggerExpr.php:411
msgid "nodata() - No data received during period of time T (1 - true, 0 - false), Mode (strict - ignore proxy time delay in sending data)"
msgstr ""
@@ -20403,7 +20515,7 @@ msgstr "éžåœ¨"
msgid "not selected"
msgstr "éžæ‰€é¸çš„"
-#: app/controllers/CControllerPopupTriggerExpr.php:387
+#: app/controllers/CControllerPopupTriggerExpr.php:401
msgid "now() - Number of seconds since the Epoch"
msgstr ""
@@ -20411,8 +20523,8 @@ msgstr ""
msgid "number"
msgstr ""
-#: app/views/monitoring.widget.problemhosts.view.php:120
-#: include/blocks.inc.php:407 include/blocks.inc.php:590
+#: app/views/monitoring.widget.problemhosts.view.php:117
+#: include/blocks.inc.php:406 include/blocks.inc.php:589
msgid "of"
msgstr "å…¶"
@@ -20460,7 +20572,7 @@ msgstr "關閉"
msgid "on"
msgstr "æ–¼"
-#: app/controllers/CControllerPopupItemTestSend.php:187
+#: app/controllers/CControllerPopupItemTestSend.php:179
msgid "only one time unit is allowed"
msgstr ""
@@ -20476,11 +20588,11 @@ msgstr "其它"
msgid "output"
msgstr ""
-#: include/classes/setup/CSetupWizard.php:325
+#: include/classes/setup/CSetupWizard.php:336
msgid "path/to/secret"
msgstr ""
-#: include/classes/html/CMacroValue.php:139 jsLoader.php:357
+#: include/classes/html/CMacroValue.php:139 jsLoader.php:359
msgid "path/to/secret:key"
msgstr ""
@@ -20491,11 +20603,11 @@ msgstr ""
msgid "pattern"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:308
+#: app/controllers/CControllerPopupTriggerExpr.php:322
msgid "percentile() - Percentile P of a period T"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:314
+#: app/controllers/CControllerPopupTriggerExpr.php:328
msgid "prev() - Previous value"
msgstr ""
@@ -20512,12 +20624,12 @@ msgstr ""
msgid "refreshed every %1$s sec."
msgstr "æ¯ %1$s 秒更新"
-#: app/controllers/CControllerPopupTriggerExpr.php:358
+#: app/controllers/CControllerPopupTriggerExpr.php:372
msgid "regexp() - Regular expression V matching last value in period T (1 - match, 0 - no match)"
msgstr ""
#: app/views/popup.lldoverride.php:133
-#: include/views/configuration.host.discovery.edit.php:610
+#: include/views/configuration.host.discovery.edit.php:612
#: include/views/js/configuration.host.discovery.edit.js.php:62
#: include/views/js/configuration.host.discovery.edit.overr.js.php:83
msgid "regular expression"
@@ -20534,7 +20646,7 @@ msgstr ""
#: app/views/popup.services.php:59 app/views/popup.services.php:62
#: app/views/popup.services.php:64 app/views/popup.services.php:65
#: include/services.inc.php:72 include/services.inc.php:75
-#: include/services.inc.php:163 jsLoader.php:334
+#: include/services.inc.php:163 jsLoader.php:336
msgid "root"
msgstr "root"
@@ -20583,6 +20695,7 @@ msgstr "ç°¡è¿°"
#: include/classes/api/services/CHost.php:1885
#: include/classes/api/services/CHost.php:1894
#: include/classes/api/services/CHost.php:1900
+#: include/classes/api/services/CHostPrototype.php:1655
#: include/classes/api/services/CHttpTest.php:957
#: include/classes/api/services/CHttpTest.php:1053
#: include/classes/api/services/CItemGeneral.php:455
@@ -20597,15 +20710,15 @@ msgstr "ç°¡è¿°"
#: include/classes/api/services/CMediatype.php:786
#: include/classes/api/services/CProxy.php:664
#: include/classes/api/services/CProxy.php:790
-#: include/classes/api/services/CTriggerGeneral.php:891
-#: include/classes/api/services/CTriggerGeneral.php:917
-#: include/classes/api/services/CTriggerGeneral.php:1151
+#: include/classes/api/services/CTriggerGeneral.php:901
+#: include/classes/api/services/CTriggerGeneral.php:927
#: include/classes/api/services/CTriggerGeneral.php:1169
+#: include/classes/api/services/CTriggerGeneral.php:1187
#: include/classes/validators/CActionCondValidator.php:145
msgid "should be empty"
msgstr ""
-#: app/controllers/CControllerPopupItemTestSend.php:202
+#: app/controllers/CControllerPopupItemTestSend.php:194
msgid "should be less than current time"
msgstr ""
@@ -20613,10 +20726,10 @@ msgstr ""
msgid "show icon mappings"
msgstr "展示圖示å°æ‡‰"
-#: include/views/configuration.item.edit.php:738
-#: include/views/configuration.item.massupdate.php:370
-#: include/views/configuration.item.prototype.edit.php:643
-#: include/views/configuration.item.prototype.massupdate.php:380
+#: include/views/configuration.item.edit.php:740
+#: include/views/configuration.item.massupdate.php:376
+#: include/views/configuration.item.prototype.edit.php:645
+#: include/views/configuration.item.prototype.massupdate.php:386
msgid "show value mappings"
msgstr "展示值å°æ‡‰"
@@ -20624,11 +20737,11 @@ msgstr "展示值å°æ‡‰"
msgid "sign in as guest"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:319
+#: app/controllers/CControllerPopupTriggerExpr.php:333
msgid "str() - Find string V in last (most recent) value (1 - found, 0 - not found)"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:325
+#: app/controllers/CControllerPopupTriggerExpr.php:339
msgid "strlen() - Length of last (most recent) T value in characters"
msgstr ""
@@ -20636,7 +20749,7 @@ msgstr ""
msgid "sum"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:331
+#: app/controllers/CControllerPopupTriggerExpr.php:345
msgid "sum() - Sum of values of a period T"
msgstr ""
@@ -20645,14 +20758,14 @@ msgid "supplied credentials are not unique"
msgstr ""
#: app/partials/configuration.tags.tab.php:55
+#: app/partials/monitoring.host.filter.php:41
+#: app/partials/monitoring.host.filter.php:183
+#: app/partials/monitoring.problem.filter.php:179
+#: app/partials/monitoring.problem.filter.php:350
#: app/views/administration.usergroup.edit.php:182
-#: app/views/js/monitoring.host.view.js.php:29
-#: app/views/js/monitoring.problem.view.js.php:45
-#: app/views/monitoring.host.view.php:62
-#: app/views/monitoring.problem.view.php:250
#: include/classes/api/services/CUserGroup.php:463
#: include/classes/widgets/CWidgetHelper.php:456
-#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1929
+#: include/classes/widgets/CWidgetHelper.php:503 include/forms.inc.php:1936
#: include/views/configuration.host.list.php:63
#: include/views/configuration.maintenance.edit.php:167
#: include/views/configuration.template.list.php:47
@@ -20687,9 +20800,13 @@ msgstr "模æ¿ID\"%1$s\"已傳é€%2$s次"
#: include/classes/api/services/CDiscoveryRule.php:1973
#: include/classes/api/services/CHost.php:1959
#: include/classes/api/services/CHost.php:2154
+#: include/classes/api/services/CHostPrototype.php:1599
+#: include/classes/api/services/CHostPrototype.php:1611
+#: include/classes/api/services/CHostPrototype.php:1627
+#: include/classes/api/services/CHostPrototype.php:1639
#: include/classes/api/services/CHttpTest.php:742
#: include/classes/api/services/CTemplate.php:394
-#: include/classes/validators/CApiInputValidator.php:930
+#: include/classes/validators/CApiInputValidator.php:942
#, c-format
msgid "the parameter \"%1$s\" is missing"
msgstr ""
@@ -20704,7 +20821,7 @@ msgstr ""
#: include/classes/export/CConfigurationExportBuilder.php:78
#: include/classes/import/validators/C44XmlValidator.php:2023
#: include/classes/import/validators/C50XmlValidator.php:2166
-#: include/classes/import/validators/C52XmlValidator.php:2178
+#: include/classes/import/validators/C52XmlValidator.php:2236
#: include/classes/import/validators/CXmlValidatorGeneral.php:154
#: include/classes/import/validators/CXmlValidatorGeneral.php:173
#, c-format
@@ -20723,18 +20840,42 @@ msgstr ""
msgid "time filter default period exceeds the max period"
msgstr ""
-#: jsLoader.php:242
+#: jsLoader.php:244
msgid "time shift"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:392
+#: app/controllers/CControllerPopupTriggerExpr.php:406
msgid "time() - Current time"
msgstr ""
-#: app/controllers/CControllerPopupTriggerExpr.php:415
+#: app/controllers/CControllerPopupTriggerExpr.php:429
msgid "timeleft() - Time to reach threshold estimated based on period T"
msgstr ""
+#: app/controllers/CControllerPopupTriggerExpr.php:435
+msgid "trendavg() - Average value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:441
+msgid "trendcount() - Number of successfully retrieved values V (which fulfill operator O) for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:447
+msgid "trenddelta() - Difference between MAX and MIN value of a period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:453
+msgid "trendmax() - Maximum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:459
+msgid "trendmin() - Minimum value for period T with exact period shift"
+msgstr ""
+
+#: app/controllers/CControllerPopupTriggerExpr.php:465
+msgid "trendsum() - Sum of values of a period T with exact period shift"
+msgstr ""
+
#: include/classes/api/services/CMap.php:849
#: include/classes/api/services/CMap.php:1313 include/events.inc.php:34
#: include/events.inc.php:59
@@ -20745,26 +20886,26 @@ msgstr "觸發器"
msgid "trigger does not allow manual closing"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1837
+#: include/classes/api/services/CTriggerGeneral.php:1858
msgid "trigger prototype cannot be moved to another template or host"
msgstr ""
-#: include/classes/api/services/CTriggerGeneral.php:1982
+#: include/classes/api/services/CTriggerGeneral.php:2003
msgid "trigger with linkages cannot be moved to another template or host"
msgstr ""
#: app/partials/layout.htmlpage.aside.php:77
-#: include/classes/html/CMultiSelect.php:84 jsLoader.php:262
+#: include/classes/html/CMultiSelect.php:84 jsLoader.php:264
msgid "type here to search"
msgstr "於此輸入æœå°‹æ¢ä»¶"
-#: include/classes/validators/CApiInputValidator.php:1796
+#: include/classes/validators/CApiInputValidator.php:1808
msgid "unacceptable URL"
msgstr ""
#: include/classes/import/validators/C44XmlValidator.php:2220
#: include/classes/import/validators/C50XmlValidator.php:2363
-#: include/classes/import/validators/C52XmlValidator.php:2375
+#: include/classes/import/validators/C52XmlValidator.php:2433
#: include/classes/import/validators/CXmlValidatorGeneral.php:269
#, c-format
msgid "unexpected constant \"%1$s\""
@@ -20774,7 +20915,7 @@ msgstr ""
#: include/classes/import/converters/CConstantImportConverter.php:60
#: include/classes/import/validators/C44XmlValidator.php:2178
#: include/classes/import/validators/C50XmlValidator.php:2321
-#: include/classes/import/validators/C52XmlValidator.php:2333
+#: include/classes/import/validators/C52XmlValidator.php:2391
#, c-format
msgid "unexpected constant value \"%1$s\""
msgstr ""
@@ -20791,9 +20932,10 @@ msgstr ""
#: include/classes/api/services/CDiscoveryRule.php:1658
#: include/classes/api/services/CDiscoveryRule.php:1681
#: include/classes/api/services/CDiscoveryRule.php:1700
+#: include/classes/api/services/CHostPrototype.php:1645
#: include/classes/api/services/CHttpTest.php:456
#: include/classes/api/services/CHttpTest.php:480
-#: include/classes/validators/CApiInputValidator.php:902
+#: include/classes/validators/CApiInputValidator.php:914
#, c-format
msgid "unexpected parameter \"%1$s\""
msgstr ""
@@ -20820,12 +20962,12 @@ msgstr ""
#: include/classes/api/services/CItemGeneral.php:1588
#: include/classes/api/services/CProxy.php:559
#: include/classes/api/services/CProxy.php:566
-#: include/classes/api/services/CTriggerGeneral.php:925
-#: include/classes/api/services/CTriggerGeneral.php:938
-#: include/classes/api/services/CTriggerGeneral.php:946
-#: include/classes/api/services/CTriggerGeneral.php:1143
-#: include/classes/api/services/CTriggerGeneral.php:1184
-#: include/classes/api/services/CTriggerGeneral.php:1192
+#: include/classes/api/services/CTriggerGeneral.php:935
+#: include/classes/api/services/CTriggerGeneral.php:948
+#: include/classes/api/services/CTriggerGeneral.php:956
+#: include/classes/api/services/CTriggerGeneral.php:1161
+#: include/classes/api/services/CTriggerGeneral.php:1202
+#: include/classes/api/services/CTriggerGeneral.php:1210
#, c-format
msgid "unexpected value \"%1$s\""
msgstr ""
@@ -20835,7 +20977,7 @@ msgstr ""
msgid "unknown"
msgstr "未知的"
-#: app/controllers/CControllerPopupItemTestSend.php:197
+#: app/controllers/CControllerPopupItemTestSend.php:189
msgid "unsupported time suffix"
msgstr ""
@@ -20844,28 +20986,28 @@ msgid "unsupported version number"
msgstr ""
#: app/partials/configuration.tags.tab.php:65
+#: app/partials/monitoring.host.filter.php:50
+#: app/partials/monitoring.host.filter.php:192
+#: app/partials/monitoring.problem.filter.php:186
+#: app/partials/monitoring.problem.filter.php:359
#: app/views/administration.usergroup.edit.php:187
-#: app/views/js/monitoring.host.view.js.php:36
-#: app/views/js/monitoring.problem.view.js.php:52
-#: app/views/js/popup.itemtestedit.view.js.php:437
-#: app/views/js/popup.itemtestedit.view.js.php:448
-#: app/views/monitoring.host.view.php:69
-#: app/views/monitoring.problem.view.php:257
-#: app/views/popup.itemtestedit.view.php:82
+#: app/views/js/popup.itemtestedit.view.js.php:445
+#: app/views/js/popup.itemtestedit.view.js.php:456
+#: app/views/popup.itemtestedit.view.php:83
#: include/classes/html/CMacroValue.php:131
#: include/classes/html/CMacroValue.php:148
#: include/classes/widgets/CWidgetHelper.php:466
#: include/classes/widgets/CWidgetHelper.php:511
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:176
#: include/classes/widgets/forms/CWidgetFormSvgGraph.php:251
-#: include/forms.inc.php:1934
+#: include/forms.inc.php:1941
#: include/views/configuration.host.discovery.edit.php:133
-#: include/views/configuration.host.discovery.edit.php:225
+#: include/views/configuration.host.discovery.edit.php:227
#: include/views/configuration.host.list.php:70
#: include/views/configuration.item.edit.php:171
-#: include/views/configuration.item.edit.php:263
+#: include/views/configuration.item.edit.php:265
#: include/views/configuration.item.prototype.edit.php:153
-#: include/views/configuration.item.prototype.edit.php:245
+#: include/views/configuration.item.prototype.edit.php:247
#: include/views/configuration.maintenance.edit.php:174
#: include/views/configuration.template.list.php:54
#: include/views/configuration.triggers.list.php:116
@@ -20875,7 +21017,7 @@ msgstr ""
#: include/views/js/configuration.maintenance.edit.js.php:61
#: include/views/js/configuration.template.list.js.php:37
#: include/views/js/configuration.triggers.list.js.php:37
-#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:358
+#: include/views/js/item.preprocessing.js.php:355 jsLoader.php:360
msgid "value"
msgstr "值"
@@ -20893,26 +21035,29 @@ msgstr ""
msgid "value \"%1$s\" not found"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:1613
-#: include/classes/validators/CApiInputValidator.php:1667
+#: include/classes/validators/CApiInputValidator.php:1625
+#: include/classes/validators/CApiInputValidator.php:1679
#, c-format
msgid "value %1$s already exists"
msgstr ""
-#: include/classes/validators/CApiInputValidator.php:397
-#: include/classes/validators/CApiInputValidator.php:1013
-#: include/classes/validators/CApiInputValidator.php:1181
-#: include/classes/validators/CApiInputValidator.php:1224
-#: include/classes/validators/CApiInputValidator.php:1278
-#: include/classes/validators/CApiInputValidator.php:1343
-#: include/classes/validators/CApiInputValidator.php:1378
-#: include/classes/validators/CApiInputValidator.php:1407
-#: include/classes/validators/CApiInputValidator.php:1438
-#: include/classes/validators/CApiInputValidator.php:1472
-#: include/classes/validators/CApiInputValidator.php:1506
-#: include/classes/validators/CApiInputValidator.php:1552
-#: include/classes/validators/CApiInputValidator.php:1754
-#: include/classes/validators/CApiInputValidator.php:1786
+#: include/classes/validators/CApiInputValidator.php:409
+#: include/classes/validators/CApiInputValidator.php:1025
+#: include/classes/validators/CApiInputValidator.php:1193
+#: include/classes/validators/CApiInputValidator.php:1236
+#: include/classes/validators/CApiInputValidator.php:1290
+#: include/classes/validators/CApiInputValidator.php:1355
+#: include/classes/validators/CApiInputValidator.php:1390
+#: include/classes/validators/CApiInputValidator.php:1419
+#: include/classes/validators/CApiInputValidator.php:1450
+#: include/classes/validators/CApiInputValidator.php:1484
+#: include/classes/validators/CApiInputValidator.php:1518
+#: include/classes/validators/CApiInputValidator.php:1564
+#: include/classes/validators/CApiInputValidator.php:1766
+#: include/classes/validators/CApiInputValidator.php:1798
+#: include/classes/validators/CApiInputValidator.php:1840
+#: include/classes/validators/CApiInputValidator.php:1884
+#: include/classes/validators/CApiInputValidator.php:1933
msgid "value is too long"
msgstr ""
@@ -20940,9 +21085,9 @@ msgstr ""
#: include/classes/api/services/CMap.php:681
#: include/classes/api/services/CMap.php:1140
#: include/classes/api/services/CMap.php:1146
-#: include/classes/import/validators/C52XmlValidator.php:2469
-#: include/classes/validators/CApiInputValidator.php:391
-#: include/classes/validators/CApiInputValidator.php:716
+#: include/classes/import/validators/C52XmlValidator.php:2527
+#: include/classes/validators/CApiInputValidator.php:403
+#: include/classes/validators/CApiInputValidator.php:728
#: include/classes/validators/CNewValidator.php:517
#: include/validate.inc.php:587
#, c-format
@@ -20979,7 +21124,7 @@ msgstr ""
msgid "wrong item type"
msgstr ""
-#: include/func.inc.php:577 jsLoader.php:158
+#: include/func.inc.php:577 jsLoader.php:160
msgctxt "year short"
msgid "y"
msgstr "y"
diff --git a/ui/report2.php b/ui/report2.php
index 4d9ec269c39..d38bb6c0b63 100644
--- a/ui/report2.php
+++ b/ui/report2.php
@@ -533,8 +533,8 @@ else {
new CLink($trigger['description'],
(new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
- ->setArgument('filter_triggerids', [$trigger['triggerid']])
- ->setArgument('filter_set', '1')
+ ->setArgument('filter_name', '')
+ ->setArgument('triggerids', [$trigger['triggerid']])
),
($availability['true'] < 0.00005)
? ''
diff --git a/ui/tests/include/web/CPage.php b/ui/tests/include/web/CPage.php
index 7036916062a..1dd243b73a7 100644
--- a/ui/tests/include/web/CPage.php
+++ b/ui/tests/include/web/CPage.php
@@ -39,7 +39,7 @@ class CPage {
/**
* Page defaults.
*/
- const DEFAULT_PAGE_WIDTH = 1280;
+ const DEFAULT_PAGE_WIDTH = 1440;
const DEFAULT_PAGE_HEIGHT = 1024;
/**
diff --git a/ui/tests/selenium/data/data_test.sql b/ui/tests/selenium/data/data_test.sql
index e25c45ae815..ba316b6f966 100644
--- a/ui/tests/selenium/data/data_test.sql
+++ b/ui/tests/selenium/data/data_test.sql
@@ -1442,9 +1442,9 @@ INSERT INTO users (userid, alias, passwd, autologin, autologout, lang, refresh,
INSERT INTO users_groups (id, usrgrpid, userid) VALUES (7, 7, 5);
-- testPageDashboard Favorites
-INSERT INTO profiles (profileid,userid,idx,value_id,source,type) VALUES (1,1,'web.favorite.sysmapids',1,'sysmapid',1);
-INSERT INTO profiles (profileid,userid,idx,value_id,source,type) VALUES (2,1,'web.favorite.graphids',519,'graphid',1);
-INSERT INTO profiles (profileid,userid,idx,value_id,source,type) VALUES (3,1,'web.favorite.screenids',16,'screenid',1);
+INSERT INTO profiles (profileid,userid,idx,value_id,value_str,source,type) VALUES (1,1,'web.favorite.sysmapids',1,'','sysmapid',1);
+INSERT INTO profiles (profileid,userid,idx,value_id,value_str,source,type) VALUES (2,1,'web.favorite.graphids',519,'','graphid',1);
+INSERT INTO profiles (profileid,userid,idx,value_id,value_str,source,type) VALUES (3,1,'web.favorite.screenids',16,'','screenid',1);
-- testFormAdministrationUserGroups
INSERT INTO usrgrp (usrgrpid, name) VALUES (13, 'Selenium user group');
@@ -2092,7 +2092,7 @@ INSERT INTO hosts_groups (hostgroupid, hostid, groupid) VALUES (99912, 99054, 4)
-- Dashboard for problem hosts widget
INSERT INTO dashboard (dashboardid, name, userid, private) VALUES (100, 'Dashboard for Problem hosts widget', 1, 1);
INSERT INTO widget (widgetid, dashboardid, type, name, x, y, width, height) VALUES (1000, 100, 'problemhosts', '', 0, 0, 8, 8);
-INSERT INTO profiles (profileid,userid,idx,value_id,source,type) VALUES (4, 1, 'web.dashbrd.dashboardid', 1, '', 1);
+INSERT INTO profiles (profileid,userid,idx,value_id,value_str,source,type) VALUES (4, 1, 'web.dashbrd.dashboardid', 1,'','', 1);
-- testPageAvailabilityReport SLA reports
INSERT INTO hosts (hostid, host, name, status, description) VALUES (50014, 'SLA reports host', 'SLA reports host', 0, '');
diff --git a/ui/tests/selenium/testPageOverview.php b/ui/tests/selenium/testPageOverview.php
index 7eb9a2a7907..bc37ee67b83 100644
--- a/ui/tests/selenium/testPageOverview.php
+++ b/ui/tests/selenium/testPageOverview.php
@@ -610,7 +610,7 @@ class testPageOverview extends CLegacyWebTest {
[
'type' => 'Trigger overview',
'links' => [
- 'zabbix.php?action=problem.view&filter_triggerids',
+ 'zabbix.php?action=problem.view&filter_name=&triggerids',
'triggers.php?form=update&triggerid',
'action=showgraph&itemid'
],
diff --git a/ui/tests/selenium/testPageProblems.php b/ui/tests/selenium/testPageProblems.php
index 5b111736684..cbb6aec30a7 100644
--- a/ui/tests/selenium/testPageProblems.php
+++ b/ui/tests/selenium/testPageProblems.php
@@ -32,7 +32,7 @@ class testPageProblems extends CLegacyWebTest {
$this->zbxTestCheckTitle('Problems');
$this->zbxTestCheckHeader('Problems');
- $this->assertTrue($this->zbxTestCheckboxSelected('filter_show_0'));
+ $this->assertTrue($this->zbxTestCheckboxSelected('show_10'));
$this->zbxTestTextPresent(['Show', 'Host groups', 'Host', 'Application', 'Triggers', 'Problem', 'Not classified',
'Information', 'Warning', 'Average', 'High', 'Disaster', 'Age less than', 'Host inventory', 'Tags',
'Show suppressed problems', 'Show unacknowledged only', 'Severity', 'Time', 'Recovery time', 'Status', 'Host',
@@ -45,10 +45,10 @@ class testPageProblems extends CLegacyWebTest {
$this->zbxTestLogin('zabbix.php?action=problem.view');
$this->zbxTestCheckHeader('Problems');
- $this->zbxTestClickXpathWait("//label[@for='filter_show_2']");
- $this->zbxTestClickButtonText('Apply');
- $this->assertTrue($this->zbxTestCheckboxSelected('filter_show_2'));
- $this->zbxTestAssertNotVisibleId('filter_age_state');
+ $this->zbxTestClickXpathWait("//label[text()='History']");
+ $this->query('name:filter_apply')->one()->click();
+ $this->assertTrue($this->zbxTestCheckboxSelected('show_20'));
+ $this->zbxTestAssertNotVisibleId('age_state_0');
$this->zbxTestTextPresent(['Show', 'Host groups', 'Host', 'Application', 'Triggers', 'Problem', 'Not classified',
'Information', 'Warning', 'Average', 'High', 'Disaster', 'Host inventory', 'Tags', 'Show suppressed problems',
'Show unacknowledged only', 'Severity', 'Time', 'Recovery time','Status', 'Host', 'Problem', 'Duration',
@@ -66,21 +66,22 @@ class testPageProblems extends CLegacyWebTest {
// Check the default tag filter option AND and tag value option Contains
$this->zbxTestClickButtonText('Reset');
- $this->assertTrue($this->zbxTestCheckboxSelected('filter_evaltype_0'));
- $this->assertTrue($this->zbxTestCheckboxSelected('filter_tags_0_operator_0'));
+ $this->assertTrue($this->zbxTestCheckboxSelected('evaltype_00'));
+ $form = $this->query('id:tabfilter_0')->asForm()->one();
+ $this->assertTrue($this->zbxTestCheckboxSelected('tags_000'));
// Select "AND" option and two tag names with partial "Contains" value match
- $this->zbxTestInputType('filter_tags_0_tag', 'Service');
- $this->zbxTestClick('filter_tags_add');
- $this->zbxTestInputTypeWait('filter_tags_1_tag', 'Database');
- $this->zbxTestClickButtonText('Apply');
+ $form->query('name:tags[0][tag]')->one()->clear()->sendKeys('Service');
+ $this->query('name:tags_add')->one()->click();
+ $form->query('name:tags[1][tag]')->one()->clear()->sendKeys('Database');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestAssertElementText('//tbody/tr/td[10]/a', 'Test trigger to check tag filter on problem page');
$this->zbxTestAssertElementText('//div[@class="table-stats"]', 'Displaying 1 of 1 found');
$this->zbxTestTextNotPresent('Test trigger with tag');
// Change tags select to "OR" option
- $this->zbxTestClickXpath('//label[@for="filter_evaltype_1"]');
- $this->zbxTestClickButtonText('Apply');
+ $this->zbxTestClickXpath('//label[@for="evaltype_20"]');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestAssertElementText('//tbody/tr[2]/td[10]/a', 'Test trigger with tag');
$this->zbxTestAssertElementText('//tbody/tr[4]/td[10]/a', 'Test trigger to check tag filter on problem page');
$this->zbxTestAssertElementText('//div[@class="table-stats"]', 'Displaying 4 of 4 found');
@@ -93,18 +94,19 @@ class testPageProblems extends CLegacyWebTest {
$this->zbxTestLogin('zabbix.php?action=problem.view');
$this->zbxTestCheckHeader('Problems');
$this->zbxTestClickButtonText('Reset');
+ $form = $this->query('id:tabfilter_0')->asForm()->one();
// Search by partial "Contains" tag value match
- $this->zbxTestInputType('filter_tags_0_tag', 'service');
- $this->zbxTestInputType('filter_tags_0_value', 'abc');
- $this->zbxTestClickButtonText('Apply');
+ $form->query('name:tags[0][tag]')->one()->clear()->sendKeys('service');
+ $form->query('name:tags[0][value]')->one()->clear()->sendKeys('abc');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestAssertElementText('//tbody/tr/td[10]/a', 'Test trigger to check tag filter on problem page');
$this->zbxTestAssertElementText('//div[@class="table-stats"]', 'Displaying 1 of 1 found');
$this->zbxTestTextNotPresent('Test trigger with tag');
// Change tag value filter to "Equals"
- $this->zbxTestClickXpath('//label[@for="filter_tags_0_operator_1"]');
- $this->zbxTestClickButtonText('Apply');
+ $this->zbxTestClickXpath('//label[@for="tags_100"]');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestAssertElementText('//tbody/tr[@class="nothing-to-show"]/td', 'No data found.');
$this->zbxTestAssertElementText('//div[@class="table-stats"]', 'Displaying 0 of 0 found');
}
@@ -116,27 +118,28 @@ class testPageProblems extends CLegacyWebTest {
$this->zbxTestLogin('zabbix.php?action=problem.view');
$this->zbxTestCheckHeader('Problems');
$this->zbxTestClickButtonText('Reset');
+ $form = $this->query('id:tabfilter_0')->asForm()->one();
// Select tag option "OR" and exact "Equals" tag value match
- $this->zbxTestClickXpath('//label[@for="filter_evaltype_1"]');
- $this->zbxTestClickXpath('//label[@for="filter_tags_0_operator_1"]');
+ $this->zbxTestClickXpath('//label[@for="evaltype_20"]');
+ $this->zbxTestClickXpath('//label[@for="tags_100"]');
// Filter by two tags
- $this->zbxTestInputType('filter_tags_0_tag', 'Service');
- $this->zbxTestInputType('filter_tags_0_value', 'abc');
- $this->zbxTestClick('filter_tags_add');
- $this->zbxTestInputTypeWait('filter_tags_1_tag', 'service');
- $this->zbxTestInputType('filter_tags_0_value', 'abc');
+ $form->query('name:tags[0][tag]')->one()->clear()->sendKeys('Service');
+ $form->query('name:tags[0][value]')->one()->clear()->sendKeys('abc');
+ $this->query('name:tags_add')->one()->click();
+ $form->query('name:tags[1][tag]')->one()->clear()->sendKeys('service');
+ $form->query('name:tags[1][value]')->one()->clear()->sendKeys('abc');
// Search and check result
- $this->zbxTestClickButtonText('Apply');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestAssertElementText('//tbody/tr[1]/td[10]/a', 'Test trigger with tag');
$this->zbxTestAssertElementText('//tbody/tr[2]/td[10]/a', 'Test trigger to check tag filter on problem page');
$this->zbxTestAssertElementText('//div[@class="table-stats"]', 'Displaying 2 of 2 found');
// Remove first tag option
- $this->zbxTestClick('filter_tags_0_remove');
- $this->zbxTestClickButtonText('Apply');
+ $this->zbxTestClickXpath('//button[@name="tags[0][remove]"]');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestAssertElementText('//tbody/tr/td[10]/a', 'Test trigger to check tag filter on problem page');
$this->zbxTestAssertElementText('//div[@class="table-stats"]', 'Displaying 1 of 1 found');
}
@@ -150,44 +153,45 @@ class testPageProblems extends CLegacyWebTest {
$this->zbxTestLogin('zabbix.php?action=problem.view');
$this->zbxTestCheckHeader('Problems');
$this->zbxTestClickButtonText('Reset');
+ $form = $this->query('id:tabfilter_0')->asForm()->one();
// Select host group
- $this->zbxTestClickButtonMultiselect('filter_groupids_');
+ $this->zbxTestClickButtonMultiselect('groupids_0');
$this->zbxTestLaunchOverlayDialog('Host groups');
$this->zbxTestCheckboxSelect('item_4');
$this->zbxTestClickXpath('//div[@class="overlay-dialogue-footer"]//button[text()="Select"]');
// Select host
- $this->zbxTestClickButtonMultiselect('filter_hostids_');
+ $this->zbxTestClickButtonMultiselect('hostids_0');
$this->zbxTestLaunchOverlayDialog('Hosts');
$this->zbxTestClickWait('spanid10084');
// Type application
- $this->zbxTestInputType('filter_application', 'General');
+ $this->zbxTestInputType('application_0', 'General');
// Select trigger
- $this->zbxTestClickButtonMultiselect('filter_triggerids_');
+ $this->zbxTestClickButtonMultiselect('triggerids_0');
$this->zbxTestLaunchOverlayDialog('Triggers');
$this->zbxTestCheckboxSelect("item_'99250'");
$this->zbxTestCheckboxSelect("item_'99251'");
$this->zbxTestClickXpath('//div[@class="overlay-dialogue-footer"]//button[text()="Select"]');
// Type problem name
- $this->zbxTestInputType('filter_name', 'Test trigger');
+ $this->zbxTestInputType('name_0', 'Test trigger');
// Select average, high and disaster severities
$this->query('name:zbx_filter')->asForm()->one()->getField('Severity')->fill(['Average', 'High', 'Disaster']);
// Add tag
- $this->zbxTestInputType('filter_tags_0_tag', 'service');
- $this->zbxTestInputType('filter_tags_0_value', 'abc');
+ $form->query('name:tags[0][tag]')->one()->clear()->sendKeys('Service');
+ $form->query('name:tags[0][value]')->one()->clear()->sendKeys('abc');
// Check Show unacknowledged only
- $this->zbxTestCheckboxSelect('filter_unacknowledged');
+ $this->zbxTestCheckboxSelect('unacknowledged_0');
// Check Show details
- $this->zbxTestCheckboxSelect('filter_details');
+ $this->zbxTestCheckboxSelect('details_0');
// Apply filter and check result
- $this->zbxTestClickButtonText('Apply');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestAssertElementText('//tbody/tr/td[10]/a', 'Test trigger to check tag filter on problem page');
$this->zbxTestAssertElementText('//div[@class="table-stats"]', 'Displaying 1 of 1 found');
$this->zbxTestClickButtonText('Reset');
@@ -197,19 +201,22 @@ class testPageProblems extends CLegacyWebTest {
$this->zbxTestLogin('zabbix.php?action=problem.view');
$this->zbxTestCheckHeader('Problems');
$this->zbxTestClickButtonText('Reset');
+ $form = $this->query('id:tabfilter_0')->asForm()->one();
// Check Show tags NONE
- $this->zbxTestInputType('filter_tags_0_tag', 'service');
- $this->zbxTestClickXpath('//label[@for="filter_show_tags_0"]');
- $this->zbxTestClickButtonText('Apply');
+ $form->query('name:tags[0][tag]')->one()->clear()->sendKeys('service');
+ $this->zbxTestClickXpath('//label[@for="show_tags_00"]');
+ $this->query('name:filter_apply')->one()->click();
// Check result
$this->zbxTestAssertElementText('//tbody/tr/td[10]/a', 'Test trigger to check tag filter on problem page');
$this->zbxTestAssertElementText('//div[@class="table-stats"]', 'Displaying 1 of 1 found');
$this->zbxTestAssertElementNotPresentXpath('//thead/tr/th[text()="Tags"]');
// Check Show tags 1
- $this->zbxTestClickXpath('//label[@for="filter_show_tags_1"]');
- $this->zbxTestClickButtonText('Apply');
+ $this->zbxTestClickXpath('//label[@for="show_tags_10"]');
+ $this->query('name:filter_apply')->one()->click();
+ $this->page->waitUntilReady();
+
// Check Tags column in result
$this->zbxTestAssertVisibleXpath('//thead/tr/th[text()="Tags"]');
$this->zbxTestAssertElementText('//tbody/tr/td[14]/span[1]', 'service: abcdef');
@@ -219,8 +226,8 @@ class testPageProblems extends CLegacyWebTest {
$this->zbxTestTextNotVisible('Tag5: 5');
// Check Show tags 2
- $this->zbxTestClickXpath('//label[@for="filter_show_tags_2"]');
- $this->zbxTestClickButtonText('Apply');
+ $this->zbxTestClickXpath('//label[@for="show_tags_20"]');
+ $this->query('name:filter_apply')->one()->click();
// Check tags in result
$this->zbxTestAssertElementText('//tbody/tr/td[14]/span[1]', 'service: abcdef');
$this->zbxTestAssertElementText('//tbody/tr/td[14]/span[2]', 'Database');
@@ -231,8 +238,8 @@ class testPageProblems extends CLegacyWebTest {
$this->zbxTestAssertVisibleXpath('//tr/td[14]/span/button[@class="icon-wzrd-action"]');
// Check Show tags 3
- $this->zbxTestClickXpath('//label[@for="filter_show_tags_3"]');
- $this->zbxTestClickButtonText('Apply');
+ $this->zbxTestClickXpath('//label[@for="show_tags_30"]');
+ $this->query('name:filter_apply')->one()->click();
// Check tags in result
$this->zbxTestAssertElementText('//tbody/tr/td[14]/span[1]', 'service: abcdef');
$this->zbxTestAssertElementText('//tbody/tr/td[14]/span[2]', 'Database');
@@ -348,21 +355,22 @@ class testPageProblems extends CLegacyWebTest {
public function testPageProblems_TagPriority($data) {
$this->zbxTestLogin('zabbix.php?action=problem.view');
$this->zbxTestClickButtonText('Reset');
- $this->zbxTestInputType('filter_name', 'trigger with tag priority');
+ $this->zbxTestInputType('name_0', 'trigger with tag priority');
if (array_key_exists('show_tags', $data)) {
- $this->zbxTestClickXpath('//label[@for="filter_show_tags_'.$data['show_tags'].'"]');
+ $this->zbxTestClickXpath('//label[@for="show_tags_'.$data['show_tags'].'0"]');
}
if (array_key_exists('tag_priority', $data)) {
- $this->zbxTestInputType('filter_tag_priority', $data['tag_priority']);
+ $this->zbxTestInputType('tag_priority_0', $data['tag_priority']);
}
if (array_key_exists('tag_name_format', $data)) {
- $this->zbxTestClickXpath('//ul[@id="filter_tag_name_format"]//label[text()="'.$data['tag_name_format'].'"]');
+ $this->zbxTestClickXpath('//ul[@id="tag_name_format_0"]//label[text()="'.$data['tag_name_format'].'"]');
}
- $this->zbxTestClickButtonText('Apply');
+ $this->query('name:filter_apply')->one()->click();
+ $this->page->waitUntilReady();
// Check tag priority sorting.
if (array_key_exists('sorting', $data)) {
@@ -378,8 +386,8 @@ class testPageProblems extends CLegacyWebTest {
if ($data['show_tags'] === '0') {
$this->zbxTestAssertElementNotPresentXpath('//th[text()="Tags"]');
- $this->zbxTestAssertElementPresentXpath('//input[@id="filter_tag_priority"][@disabled]');
- $this->zbxTestAssertElementPresentXpath('//input[contains(@id, "filter_tag_name_format")][@disabled]');
+ $this->zbxTestAssertElementPresentXpath('//input[@id="tag_priority_0"][@disabled]');
+ $this->zbxTestAssertElementPresentXpath('//input[contains(@id, "tag_name_format_")][@disabled]');
}
}
@@ -390,18 +398,18 @@ class testPageProblems extends CLegacyWebTest {
$this->zbxTestCheckHeader('Problems');
$this->zbxTestClickButtonText('Reset');
- $this->zbxTestClickButtonMultiselect('filter_hostids_');
+ $this->zbxTestClickButtonMultiselect('hostids_0');
$this->zbxTestLaunchOverlayDialog('Hosts');
COverlayDialogElement::find()->one()->setDataContext('Host group for suppression');
$this->zbxTestClickLinkTextWait('Host for suppression');
- $this->zbxTestClickButtonText('Apply');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestTextNotPresent('Trigger_for_suppression');
$this->zbxTestAssertElementText('//div[@class="table-stats"]', 'Displaying 0 of 0 found');
- $this->zbxTestCheckboxSelect('filter_show_suppressed');
- $this->zbxTestClickButtonText('Apply');
+ $this->zbxTestCheckboxSelect('show_suppressed_0');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestAssertElementText('//tbody/tr/td[10]/a', 'Trigger_for_suppression');
$this->zbxTestAssertElementText('//tbody/tr/td[14]/span[1]', 'SupTag: A');
diff --git a/ui/tests/selenium/testPageTriggerUrl.php b/ui/tests/selenium/testPageTriggerUrl.php
index fcdb5474897..c6b3ec8d2f5 100644
--- a/ui/tests/selenium/testPageTriggerUrl.php
+++ b/ui/tests/selenium/testPageTriggerUrl.php
@@ -35,7 +35,7 @@ class testPageTriggerUrl extends CWebTest {
[
'trigger' => '1_trigger_High',
'links' => [
- 'Problems' => 'zabbix.php?action=problem.view&filter_triggerids%5B%5D=100035&filter_set=1',
+ 'Problems' => 'zabbix.php?action=problem.view&filter_name=&triggerids%5B%5D=100035',
'Configuration' => 'triggers.php?form=update&triggerid=100035',
'Trigger URL' => 'tr_events.php?triggerid=100035&eventid=9003',
'Webhook url for all' => 'zabbix.php?action=mediatype.edit&mediatypeid=101',
@@ -49,7 +49,7 @@ class testPageTriggerUrl extends CWebTest {
[
'trigger' => '1_trigger_Not_classified',
'links' => [
- 'Problems' => 'zabbix.php?action=problem.view&filter_triggerids%5B%5D=100032&filter_set=1',
+ 'Problems' => 'zabbix.php?action=problem.view&filter_name=&triggerids%5B%5D=100032',
'Configuration' => 'triggers.php?form=update&triggerid=100032',
'Trigger URL' => 'tr_events.php?triggerid=100032&eventid=9000',
'Webhook url for all' => 'zabbix.php?action=mediatype.edit&mediatypeid=101',
diff --git a/ui/tests/selenium/testTagBasedPermissions.php b/ui/tests/selenium/testTagBasedPermissions.php
index 17fbd915745..8478ac849d3 100644
--- a/ui/tests/selenium/testTagBasedPermissions.php
+++ b/ui/tests/selenium/testTagBasedPermissions.php
@@ -195,12 +195,12 @@ class testTagBasedPermissions extends CLegacyWebTest {
// Check trigger filter on Problem page
foreach ($data['trigger_names'] as $name) {
// Select trigger
- $this->zbxTestClickButtonMultiselect('filter_triggerids_');
+ $this->zbxTestClickButtonMultiselect('triggerids_0');
$this->zbxTestLaunchOverlayDialog('Triggers');
COverlayDialogElement::find()->one()->waitUntilReady()->setDataContext($this->trigger_host);
$this->zbxTestClickLinkTextWait($name);
// Apply filter
- $this->zbxTestClickButtonText('Apply');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestTextPresent($name);
$this->zbxTestAssertElementText("//div[@class='table-stats']", 'Displaying 0 of 0 found');
//Reset filter
@@ -299,13 +299,13 @@ class testTagBasedPermissions extends CLegacyWebTest {
// Check trigger filter on Problem page
foreach ($data['trigger_names'] as $name) {
// Select trigger
- $this->zbxTestClickButtonMultiselect('filter_triggerids_');
+ $this->zbxTestClickButtonMultiselect('triggerids_0');
COverlayDialogElement::find()->one()->waitUntilReady();
$this->zbxTestLaunchOverlayDialog('Triggers');
COverlayDialogElement::find()->one()->setDataContext($this->trigger_host);
$this->zbxTestClickXpathWait("//div[@class='overlay-dialogue-body']//a[text()='$name']");
// Apply filter
- $this->zbxTestClickButtonText('Apply');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestTextPresent($name);
$this->zbxTestAssertElementText("//div[@class='table-stats']", 'Displaying 1 of 1 found');
//Reset filter
@@ -400,12 +400,12 @@ class testTagBasedPermissions extends CLegacyWebTest {
// Check filter on Problem page
foreach ($data['trigger_names'] as $name) {
// Select trigger
- $this->zbxTestClickButtonMultiselect('filter_triggerids_');
+ $this->zbxTestClickButtonMultiselect('triggerids_0');
$this->zbxTestLaunchOverlayDialog('Triggers');
COverlayDialogElement::find()->one()->setDataContext($this->trigger_host);
$this->zbxTestClickXpathWait("//div[@class='overlay-dialogue-body']//a[text()='$name']");
// Apply filter
- $this->zbxTestClickButtonText('Apply');
+ $this->query('name:filter_apply')->one()->click();
$this->zbxTestTextPresent($name);
$this->zbxTestAssertElementText("//div[@class='table-stats']", 'Displaying 1 of 1 found');
//Reset filter
diff --git a/ui/tests/selenium/testUrlParameters.php b/ui/tests/selenium/testUrlParameters.php
index 65dde07de42..5ffadf756ba 100644
--- a/ui/tests/selenium/testUrlParameters.php
+++ b/ui/tests/selenium/testUrlParameters.php
@@ -647,7 +647,7 @@ class testUrlParameters extends CLegacyWebTest {
'server_name_on_page' => false,
'test_cases' => [
[
- 'url' => 'zabbix.php?action=problem.view&filter_triggerids[]=abc',
+ 'url' => 'zabbix.php?action=problem.view&triggerids%5B%5D=abc',
'text_not_present' => 'Problems',
'text_present' => [
'Fatal error, please report to the Zabbix team',
@@ -655,7 +655,7 @@ class testUrlParameters extends CLegacyWebTest {
]
],
[
- 'url' => 'zabbix.php?action=problem.view&filter_triggerids[]=',
+ 'url' => 'zabbix.php?action=problem.view&triggerids%5B%5D=',
'text_not_present' => 'Problems',
'text_present' => [
'Fatal error, please report to the Zabbix team',
@@ -663,7 +663,7 @@ class testUrlParameters extends CLegacyWebTest {
]
],
[
- 'url' => 'zabbix.php?action=problem.view&filter_triggerids[]=-1',
+ 'url' => 'zabbix.php?action=problem.view&triggerids%5B%5D=-1',
'text_not_present' => 'Problems',
'text_present' => [
'Fatal error, please report to the Zabbix team',
diff --git a/ui/tests/selenium/testZBX6648.php b/ui/tests/selenium/testZBX6648.php
index 7564ae01076..7bf8bd43569 100644
--- a/ui/tests/selenium/testZBX6648.php
+++ b/ui/tests/selenium/testZBX6648.php
@@ -69,7 +69,7 @@ class testZBX6648 extends CLegacyWebTest {
CMultiselectElement::setDefaultFillMode(CMultiselectElement::MODE_SELECT);
$this->zbxTestLogin('zabbix.php?action=problem.view');
- $this->zbxTestClickButtonMultiselect('filter_triggerids_');
+ $this->zbxTestClickButtonMultiselect('triggerids_0');
$this->zbxTestLaunchOverlayDialog('Triggers');
switch ($zbx_data['triggers']) {
diff --git a/ui/tests/unit/include/classes/import/CImportDataAdapterTest.php b/ui/tests/unit/include/classes/import/CImportDataAdapterTest.php
index 074d85533af..e0cb8aa4279 100644
--- a/ui/tests/unit/include/classes/import/CImportDataAdapterTest.php
+++ b/ui/tests/unit/include/classes/import/CImportDataAdapterTest.php
@@ -675,6 +675,7 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'tags' => [],
'correlation_mode' => (string) ZBX_TRIGGER_CORRELATION_NONE,
'correlation_tag' => '',
+ 'event_name' => '',
'opdata' => '',
'manual_close' => (string) ZBX_TRIGGER_MANUAL_CLOSE_NOT_ALLOWED,
'comments' => '',
@@ -692,6 +693,7 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'tags' => [],
'correlation_mode' => (string) ZBX_TRIGGER_CORRELATION_NONE,
'correlation_tag' => '',
+ 'event_name' => '',
'opdata' => '',
'manual_close' => (string) ZBX_TRIGGER_MANUAL_CLOSE_NOT_ALLOWED,
'comments' => '',
@@ -715,6 +717,7 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'tags' => [],
'correlation_mode' => (string) ZBX_TRIGGER_CORRELATION_NONE,
'correlation_tag' => '',
+ 'event_name' => '',
'opdata' => '',
'manual_close' => (string) ZBX_TRIGGER_MANUAL_CLOSE_NOT_ALLOWED,
'comments' => '',
@@ -732,6 +735,7 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'tags' => [],
'correlation_mode' => (string) ZBX_TRIGGER_CORRELATION_NONE,
'correlation_tag' => '',
+ 'event_name' => '',
'opdata' => '',
'manual_close' => (string) ZBX_TRIGGER_MANUAL_CLOSE_NOT_ALLOWED,
'comments' => '',
@@ -1118,6 +1122,7 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'tags' => [],
'correlation_mode' => (string) ZBX_TRIGGER_CORRELATION_NONE,
'correlation_tag' => '',
+ 'event_name' => '',
'opdata' => '',
'manual_close' => (string) ZBX_TRIGGER_MANUAL_CLOSE_NOT_ALLOWED,
'dependencies' => []
@@ -1506,6 +1511,7 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'recovery_expression' => '',
'correlation_mode' => (string) ZBX_TRIGGER_CORRELATION_NONE,
'correlation_tag' => '',
+ 'event_name' => '',
'opdata' => '',
'tags' => [],
'manual_close' => (string) ZBX_TRIGGER_MANUAL_CLOSE_NOT_ALLOWED,
@@ -2305,6 +2311,7 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'recovery_expression' => '',
'correlation_mode' => (string) ZBX_TRIGGER_CORRELATION_NONE,
'correlation_tag' => '',
+ 'event_name' => '',
'opdata' => '',
'tags' => [],
'manual_close' => (string) ZBX_TRIGGER_MANUAL_CLOSE_NOT_ALLOWED,
@@ -2322,6 +2329,7 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'recovery_mode' => (string) ZBX_RECOVERY_MODE_EXPRESSION,
'recovery_expression' => '',
'correlation_tag' => '',
+ 'event_name' => '',
'opdata' => '',
'tags' => [],
'manual_close' => (string) ZBX_TRIGGER_MANUAL_CLOSE_NOT_ALLOWED,
diff --git a/ui/tests/unit/include/classes/validators/CEventNameValidatorTest.php b/ui/tests/unit/include/classes/validators/CEventNameValidatorTest.php
new file mode 100644
index 00000000000..7214e873319
--- /dev/null
+++ b/ui/tests/unit/include/classes/validators/CEventNameValidatorTest.php
@@ -0,0 +1,59 @@
+<?php
+/*
+** Zabbix
+** Copyright (C) 2001-2020 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+
+class CEventNameValidatorTest extends PHPUnit_Framework_TestCase {
+
+ /**
+ * @var CEventNameValidator $validator
+ */
+ protected $validator;
+
+ public function setUp() {
+ $this->validator = new CEventNameValidator();
+ }
+
+ /**
+ * An array of e-mails, results and error messages.
+ */
+ public function testProvider() {
+ return [
+ ['', true, null],
+ ['Macro except expression macro are ignored {ANY_MACRO_HERE}', true, null],
+ ['Incorrect macro except expression macro are ignored {ANY_MACRO_HERE_ {}', true, null],
+ ['Simple expression macro {?100+1} test', true, null],
+ ['Expression macro with modificator {{?100+1-(2)}.anyfunc(2)}', true, null],
+ ['Macro as host name {?{{HOST.HOST}:item.func(1)}}', true, null],
+ ['Expression macro with incorrect syntax {?123++321}', false, 'incorrect syntax near "+321}"'],
+ ['{?Expression macro without closing bracket', false, 'incorrect syntax near "Expression macro without closing bracket"'],
+ ['Expression macro without closing bracket at the end of event name {?', false, 'unexpected end of string'],
+ ['Nested expression macro not supported {?100+{?20+1}}', false, 'incorrect syntax near "{?20+1}}"'],
+ ['Empty expression macro {?}', false, 'incorrect syntax near "}"'],
+ ];
+ }
+
+ /**
+ * @dataProvider testProvider
+ */
+ public function testValidateEmail($event_name, $expected, $error) {
+ $this->assertSame($this->validator->validate($event_name), $expected);
+ $this->assertSame($error, $this->validator->getError());
+ }
+}
diff --git a/ui/tests/unit/include/classes/validators/CFunctionValidatorTest.php b/ui/tests/unit/include/classes/validators/CFunctionValidatorTest.php
index deb33c09dd9..92428a0cf8f 100644
--- a/ui/tests/unit/include/classes/validators/CFunctionValidatorTest.php
+++ b/ui/tests/unit/include/classes/validators/CFunctionValidatorTest.php
@@ -21,7 +21,7 @@
class CFunctionValidatorTest extends PHPUnit_Framework_TestCase {
- private static function parameterSecNumPeriod_TestCases($func, array $valueTypes, array $params = [], $no = 0) {
+ private static function parameterSecNum_TestCases($func, array $valueTypes, array $params = [], $no = 0) {
$valueTypesAny = [ITEM_VALUE_TYPE_FLOAT, ITEM_VALUE_TYPE_STR, ITEM_VALUE_TYPE_LOG, ITEM_VALUE_TYPE_UINT64,
ITEM_VALUE_TYPE_TEXT];
@@ -223,7 +223,7 @@ class CFunctionValidatorTest extends PHPUnit_Framework_TestCase {
return $tests;
}
- private static function parameterPeriod_TestCases($func, array $valueTypes, array $params = [], $no = 0) {
+ private static function parameterSec_TestCases($func, array $valueTypes, array $params = [], $no = 0) {
$valueTypesAny = [ITEM_VALUE_TYPE_FLOAT, ITEM_VALUE_TYPE_STR, ITEM_VALUE_TYPE_LOG, ITEM_VALUE_TYPE_UINT64,
ITEM_VALUE_TYPE_TEXT];
@@ -691,6 +691,43 @@ class CFunctionValidatorTest extends PHPUnit_Framework_TestCase {
return $tests;
}
+ /**
+ * Tests for trend functions: 'trendavg', 'trendcount', 'trenddelta', 'trendmax', 'trendmin', 'trendsum'.
+ */
+ private static function trendFunctionsTestData() {
+ $types = [ITEM_VALUE_TYPE_FLOAT, ITEM_VALUE_TYPE_STR, ITEM_VALUE_TYPE_LOG, ITEM_VALUE_TYPE_UINT64,
+ ITEM_VALUE_TYPE_TEXT
+ ];
+ $functions = ['trendavg', 'trendcount', 'trenddelta', 'trendmax', 'trendmin', 'trendsum'];
+ $supported_types = [ITEM_VALUE_TYPE_FLOAT, ITEM_VALUE_TYPE_UINT64];
+ $test_data = [];
+
+ foreach ($functions as $function) {
+ foreach ($types as $value_type) {
+ $supported_type = ($function === 'trendcount' || in_array($value_type, $supported_types));
+
+ $test_data = array_merge($test_data, [
+ [$function, ['1M', 'now/M'], $value_type, [], true && $supported_type],
+ [$function, ['1M', 'now/M-1w+1d/M'], $value_type, [], true && $supported_type],
+ [$function, ['1y', '{$MACRO}'], $value_type, [], true && $supported_type],
+ [$function, ['{$MACRO}', 'now/M'], $value_type, [], true && $supported_type],
+ [$function, ['{$MACRO}', '{$MACRO}'], $value_type, [], true && $supported_type],
+ [$function, ['1y', '{#MACRO}'], $value_type, ['lldmacros' => true], true && $supported_type],
+ [$function, ['{#MACRO}', 'now/M'], $value_type, ['lldmacros' => true], true && $supported_type],
+ [$function, ['{#MACRO}', '{#MACRO}'], $value_type, ['lldmacros' => true], true && $supported_type],
+ [$function, [], $value_type, [], false],
+ [$function, ['', ''], $value_type, [], false],
+ [$function, ['1y', 'now/M'], $value_type, [], false],
+ [$function, ['1M', 'now/w-1w+1d/M'], $value_type, [], false],
+ [$function, ['1M', 'now/M-1w+1d/w'], $value_type, [], false],
+ [$function, ['${MACRO}1y', '{$MACRO}now/y'], $value_type, [], false],
+ ]);
+ }
+ }
+
+ return $test_data;
+ }
+
public static function provider() {
$valueTypesAny = [
ITEM_VALUE_TYPE_FLOAT => true,
@@ -747,7 +784,7 @@ class CFunctionValidatorTest extends PHPUnit_Framework_TestCase {
self::parameterString_TestCases('time', $valueTypesAny),
// avg() - (sec or #num, time_shift) [float, int]
- self::parameterSecNumPeriod_TestCases('avg', $valueTypesNum),
+ self::parameterSecNum_TestCases('avg', $valueTypesNum),
self::parameterTimeShift_TestCases('avg', $valueTypesNum, ['#1', ''], 1),
// band() - (sec or #num, mask, time_shift) [int]
@@ -756,13 +793,13 @@ class CFunctionValidatorTest extends PHPUnit_Framework_TestCase {
self::parameterTimeShift_TestCases('band', $valueTypesInt, ['#1', '0', ''], 2),
// count() - (sec or #num, pattern, operator, time_shift) [float, int, str, text, log]
- self::parameterSecNumPeriod_TestCases('count', $valueTypesAny),
+ self::parameterSecNum_TestCases('count', $valueTypesAny),
// TODO Pattern
self::parameterOperator_TestCases('count', $valueTypesAny, ['#1', '', ''], 2),
self::parameterTimeShift_TestCases('count', $valueTypesAny, ['#1', '', '', ''], 3),
// delta() - (sec or #num, time_shift) [float, int]
- self::parameterSecNumPeriod_TestCases('delta', $valueTypesNum),
+ self::parameterSecNum_TestCases('delta', $valueTypesNum),
self::parameterTimeShift_TestCases('delta', $valueTypesNum, ['#1', ''], 1),
// last() - (sec or #num, time_shift) [float, int, str, text, log]
@@ -770,15 +807,15 @@ class CFunctionValidatorTest extends PHPUnit_Framework_TestCase {
self::parameterTimeShift_TestCases('last', $valueTypesAny, ['#1', ''], 1),
// max() - (sec or #num, time_shift) [float, int]
- self::parameterSecNumPeriod_TestCases('max', $valueTypesNum),
+ self::parameterSecNum_TestCases('max', $valueTypesNum),
self::parameterTimeShift_TestCases('max', $valueTypesNum, ['#1', ''], 1),
// min() - (sec or #num, time_shift) [float, int]
- self::parameterSecNumPeriod_TestCases('min', $valueTypesNum),
+ self::parameterSecNum_TestCases('min', $valueTypesNum),
self::parameterTimeShift_TestCases('min', $valueTypesNum, ['#1', ''], 1),
// percentile() - (sec or #num, time_shift, float) [float, int]
- self::parameterSecNumPeriod_TestCases('percentile', $valueTypesNum, ['#1', '', '50']),
+ self::parameterSecNum_TestCases('percentile', $valueTypesNum, ['#1', '', '50']),
self::parameterTimeShift_TestCases('percentile', $valueTypesNum, ['#1', '', '50'], 1),
self::parameterPercent_TestCases('percentile', $valueTypesNum, ['#1', '', '50'], 2),
@@ -787,18 +824,18 @@ class CFunctionValidatorTest extends PHPUnit_Framework_TestCase {
self::parameterTimeShift_TestCases('strlen', $valueTypesStr, ['#1', ''], 1),
// sum() - (sec or #num, time_shift) [float, int]
- self::parameterSecNumPeriod_TestCases('sum', $valueTypesNum),
+ self::parameterSecNum_TestCases('sum', $valueTypesNum),
self::parameterTimeShift_TestCases('sum', $valueTypesNum, ['#1', ''], 1),
// fuzzytime() - (sec) [float, int]
self::parameterTimeShift_TestCases('fuzzytime', $valueTypesNum),
// nodata() - (sec) [float, int, str, text, log]
- self::parameterPeriod_TestCases('nodata', $valueTypesAny),
+ self::parameterSec_TestCases('nodata', $valueTypesAny),
// iregexp() - (string, sec or #num) [str, text, log]
self::parameterString_TestCases('iregexp', $valueTypesStr),
- self::parameterSecNumPeriod_TestCases('iregexp', $valueTypesStr, ['', ''], 1),
+ self::parameterSecNum_TestCases('iregexp', $valueTypesStr, ['', ''], 1),
// logeventid() - (string) [log]
self::parameterString_TestCases('logeventid', $valueTypesLog),
@@ -808,11 +845,14 @@ class CFunctionValidatorTest extends PHPUnit_Framework_TestCase {
// regexp() - (string, sec or #num) [str, text, log]
self::parameterString_TestCases('regexp', $valueTypesStr),
- self::parameterSecNumPeriod_TestCases('regexp', $valueTypesStr, ['', ''], 1),
+ self::parameterSecNum_TestCases('regexp', $valueTypesStr, ['', ''], 1),
// str() - (string, sec or #num) [str, text, log]
self::parameterString_TestCases('str', $valueTypesStr),
- self::parameterSecNumPeriod_TestCases('str', $valueTypesStr, ['', ''], 1)
+ self::parameterSecNum_TestCases('str', $valueTypesStr, ['', ''], 1),
+
+ // 'trendavg', 'trendcount', 'trenddelta', 'trendmax', 'trendmin', 'trendsum'
+ self::trendFunctionsTestData()
);
}
diff --git a/ui/trigger_prototypes.php b/ui/trigger_prototypes.php
index 5c9f2034160..6c086088232 100644
--- a/ui/trigger_prototypes.php
+++ b/ui/trigger_prototypes.php
@@ -36,6 +36,7 @@ $fields = [
'triggerid' => [T_ZBX_INT, O_OPT, P_SYS, DB_ID, '(isset({form}) && ({form} == "update"))'],
'type' => [T_ZBX_INT, O_OPT, null, IN('0,1'), null],
'description' => [T_ZBX_STR, O_OPT, null, NOT_EMPTY, 'isset({add}) || isset({update})', _('Name')],
+ 'event_name' => [T_ZBX_STR, O_OPT, null, null, 'isset({add}) || isset({update})'],
'opdata' => [T_ZBX_STR, O_OPT, null, null, 'isset({add}) || isset({update})'],
'expression' => [T_ZBX_STR, O_OPT, null, NOT_EMPTY, 'isset({add}) || isset({update})', _('Expression')],
'recovery_expression' => [T_ZBX_STR, O_OPT, null, NOT_EMPTY, '(isset({add}) || isset({update})) && isset({recovery_mode}) && {recovery_mode} == '.ZBX_RECOVERY_MODE_RECOVERY_EXPRESSION.'', _('Recovery expression')],
@@ -202,6 +203,7 @@ if (hasRequest('clone') && hasRequest('triggerid')) {
elseif (hasRequest('add') || hasRequest('update')) {
$dependencies = zbx_toObject(getRequest('dependencies', []), 'triggerid');
$description = getRequest('description', '');
+ $event_name = getRequest('event_name', '');
$opdata = getRequest('opdata', '');
$expression = getRequest('expression', '');
$recovery_mode = getRequest('recovery_mode', ZBX_RECOVERY_MODE_EXPRESSION);
@@ -219,6 +221,7 @@ elseif (hasRequest('add') || hasRequest('update')) {
if (hasRequest('add')) {
$trigger_prototype = [
'description' => $description,
+ 'event_name' => $event_name,
'opdata' => $opdata,
'expression' => $expression,
'recovery_mode' => $recovery_mode,
@@ -253,7 +256,7 @@ elseif (hasRequest('add') || hasRequest('update')) {
$db_trigger_prototypes = API::TriggerPrototype()->get([
'output' => ['expression', 'description', 'url', 'status', 'priority', 'comments', 'templateid', 'type',
'recovery_mode', 'recovery_expression', 'correlation_mode', 'correlation_tag', 'manual_close', 'opdata',
- 'discover'
+ 'discover', 'event_name'
],
'selectDependencies' => ['triggerid'],
'selectTags' => ['tag', 'value'],
@@ -272,6 +275,9 @@ elseif (hasRequest('add') || hasRequest('update')) {
if ($db_trigger_prototype['description'] !== $description) {
$trigger_prototype['description'] = $description;
}
+ if ($db_trigger_prototype['event_name'] !== $event_name) {
+ $trigger_prototype['event_name'] = $event_name;
+ }
if ($db_trigger_prototype['opdata'] !== $opdata) {
$trigger_prototype['opdata'] = $opdata;
}
@@ -556,6 +562,7 @@ elseif (isset($_REQUEST['form'])) {
'recovery_expr_temp' => getRequest('recovery_expr_temp', ''),
'recovery_mode' => getRequest('recovery_mode', ZBX_RECOVERY_MODE_EXPRESSION),
'description' => getRequest('description', ''),
+ 'event_name' => getRequest('event_name', ''),
'opdata' => getRequest('opdata', ''),
'type' => getRequest('type', 0),
'priority' => getRequest('priority', TRIGGER_SEVERITY_NOT_CLASSIFIED),
diff --git a/ui/triggers.php b/ui/triggers.php
index 5df6e50c566..f3bc00735d3 100644
--- a/ui/triggers.php
+++ b/ui/triggers.php
@@ -43,6 +43,7 @@ $fields = [
'copy_mode' => [T_ZBX_INT, O_OPT, P_SYS, IN('0'), null],
'type' => [T_ZBX_INT, O_OPT, null, IN('0,1'), null],
'description' => [T_ZBX_STR, O_OPT, null, NOT_EMPTY, 'isset({add}) || isset({update})', _('Name')],
+ 'event_name' => [T_ZBX_STR, O_OPT, null, null, 'isset({add}) || isset({update})'],
'opdata' => [T_ZBX_STR, O_OPT, null, null, 'isset({add}) || isset({update})'],
'expression' => [T_ZBX_STR, O_OPT, null, NOT_EMPTY, 'isset({add}) || isset({update})', _('Expression')],
'recovery_expression' => [T_ZBX_STR, O_OPT, null, NOT_EMPTY, '(isset({add}) || isset({update})) && isset({recovery_mode}) && {recovery_mode} == '.ZBX_RECOVERY_MODE_RECOVERY_EXPRESSION.'', _('Recovery expression')],
@@ -251,6 +252,7 @@ if (hasRequest('clone') && hasRequest('triggerid')) {
elseif (hasRequest('add') || hasRequest('update')) {
$dependencies = zbx_toObject(getRequest('dependencies', []), 'triggerid');
$description = getRequest('description', '');
+ $event_name = getRequest('event_name', '');
$opdata = getRequest('opdata', '');
$expression = getRequest('expression', '');
$recovery_mode = getRequest('recovery_mode', ZBX_RECOVERY_MODE_EXPRESSION);
@@ -267,6 +269,7 @@ elseif (hasRequest('add') || hasRequest('update')) {
if (hasRequest('add')) {
$trigger = [
'description' => $description,
+ 'event_name' => $event_name,
'opdata' => $opdata,
'expression' => $expression,
'recovery_mode' => $recovery_mode,
@@ -302,7 +305,7 @@ elseif (hasRequest('add') || hasRequest('update')) {
$db_triggers = API::Trigger()->get([
'output' => ['expression', 'description', 'url', 'status', 'priority', 'comments', 'templateid', 'type',
'flags', 'recovery_mode', 'recovery_expression', 'correlation_mode', 'correlation_tag', 'manual_close',
- 'opdata'
+ 'opdata', 'event_name'
],
'selectDependencies' => ['triggerid'],
'selectTags' => ['tag', 'value'],
@@ -322,6 +325,9 @@ elseif (hasRequest('add') || hasRequest('update')) {
if ($db_trigger['description'] !== $description) {
$trigger['description'] = $description;
}
+ if ($db_trigger['event_name'] !== $event_name) {
+ $trigger['event_name'] = $event_name;
+ }
if ($db_trigger['opdata'] !== $opdata) {
$trigger['opdata'] = $opdata;
}
@@ -639,6 +645,7 @@ elseif (isset($_REQUEST['form'])) {
'recovery_expr_temp' => getRequest('recovery_expr_temp', ''),
'recovery_mode' => getRequest('recovery_mode', 0),
'description' => getRequest('description', ''),
+ 'event_name' => getRequest('event_name', ''),
'opdata' => getRequest('opdata', ''),
'type' => getRequest('type', 0),
'priority' => getRequest('priority', TRIGGER_SEVERITY_NOT_CLASSIFIED),